* {
	margin: 0;
	padding: 0;
	}
	
body {
	background-color: #fff;
	font: 62.5%/1.6em "Times New Roman", Arial, Helvetica, sans-serif;
	color: #696969; /* was 939598, applies to links too */
	text-align: center; /* centres everything in IE5 */
	}
	
/* generic */

p {
	font-size: 1.2em;
	}
	
ul {
	list-style-type: none;
	}
	
p, blockquote, ul, h2, h3, h4 {
	margin-bottom: 10px;
	}
	
a:hover {
	text-decoration: none;
	}
	
p a {
	color: #696969;
	}
	
hr {
	clear: left;
	border-color: #dedede;
  	border-style: solid;
  	border-width: 1px 0 0;
  	padding: 0;
  	margin: 20px 15px 15px 0;
  	height: 0;
	}
	
/* layout */ 
	
#container {
	text-align: left;
	width: 980px;
	margin: 0 auto;
	}
	
/* -------------------- HOMEPAGE ONLY -------------------- */
	
#logoHome {
	width: 408px;
	float: left;
	background: url(../images/logo-home.gif) 0 0 no-repeat;
	}
		
#contentColumnHome {
	width: 572px;
	float: left;
	background: url(../images/background-home.jpg) 0 0 no-repeat;
	}
	
#contentColumnHome p {
	color: #fff;
	}
	
#logoHome, #contentColumnHome{
	height: 575px;
	margin-bottom: 5px;
	position: relative;
	}
	
a.btnForumHome {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 163px;
	height: 36px;
	background: url(../images/btn-forum-home.gif) 0 0 no-repeat;
	text-indent: -9999px;
	}
	a.btnForumHome:hover {
		background: url(../images/btn-forum-home.gif) 0 -35px no-repeat;
		}
	
/* Home navigation */

#contentColumnHome ul {
	margin: 175px 0 45px 120px;
	}

#contentColumnHome ul li {
	margin-bottom: 23px;
	}
	
#contentColumnHome ul li a {
	display: block;
	text-indent: -9999px;
	}

li.whoWeAre {
	margin-left: 140px;
	}
	
li.worldwideEvents {
	margin-left: 25px;
	}
	
li.pressCoverage {
	margin-left: 135px;
	}
	
li.documentaryFilm {
	margin-left: 190px;
	}
	
li.othersDoing {
	margin-left: 175px;
	}
	
li.yourStories {
	margin-left: 75px;
	}
	
li.getInvolved {
	margin-left: 148px;
	}
	
li.blogs, li.forum {
	margin-left: 208px;
	}
	
li.whoWeAre a {		
	background: url(../images/nav-who-we-are.gif) 0 0 no-repeat;
	width: 117px;
	height: 12px;
	}
	li.whoWeAre a:hover {
		background: url(../images/nav-who-we-are.gif) 0 -12px no-repeat;
		}
		
li.worldwideEvents a {		
	background: url(../images/nav-worldwide-events.gif) 0 0 no-repeat;
	width: 200px;
	height: 14px;
	}
	li.worldwideEvents a:hover {
		background: url(../images/nav-worldwide-events.gif) 0 -14px no-repeat;
		}
		
li.pressCoverage a {		
	background: url(../images/nav-press-coverage.gif) 0 0 no-repeat;
	width: 177px;
	height: 17px;
	}
	li.pressCoverage a:hover {
		background: url(../images/nav-press-coverage.gif) 0 -17px no-repeat;
		}
		
li.documentaryFilm a {		
	background: url(../images/nav-documentary-film.gif) 0 0 no-repeat;
	width: 172px;
	height: 12px;
	}
	li.documentaryFilm a:hover {
		background: url(../images/nav-documentary-film.gif) 0 -12px no-repeat;
		}
		
li.othersDoing a {		
	background: url(../images/nav-others-doing.gif) 0 0 no-repeat;
	width: 208px;
	height: 11px;
	}
	li.othersDoing a:hover {
		background: url(../images/nav-others-doing.gif) 0 -11px no-repeat;
		}
		
li.yourStories a {		
	background: url(../images/nav-your-stories.gif) 0 0 no-repeat;
	width: 181px;
	height: 18px;
	}
	li.yourStories a:hover {
		background: url(../images/nav-your-stories.gif) 0 -18px no-repeat;
		}
		
li.getInvolved a {		
	background: url(../images/nav-get-involved.gif) 0 0 no-repeat;
	width: 116px;
	height: 11px;
	}
	li.getInvolved a:hover {
		background: url(../images/nav-get-involved.gif) 0 -11px no-repeat;
		}
		
li.blogs a {		
	background: url(../images/nav-blogs.gif) 0 0 no-repeat;
	width: 81px;
	height: 17px;
	}
	li.blogs a:hover {
		background: url(../images/nav-blogs.gif) 0 -17px no-repeat;
		}
		
li.forum a {		
	background: url(../images/nav-forum.gif) 0 0 no-repeat;
	width: 91px;
	height: 17px;
	}
	li.forum a:hover {
		background: url(../images/nav-forum.gif) 0 -18px no-repeat;
		}
		
/* Intro text */

#overview, #summary {
	font-family: Arial, Helvetica, sans-serif;
	}

#overview {
	padding: 0 0 0 40px;
	width: 514px;
	}
	#overview p {
		font-size: 1.2em;
		line-height: 1.3em;
		}
		#overview h2 {
			margin-left: 15px;
			color: #fff;
			border-bottom: 1px solid #999;
			padding-bottom: 7px;
			text-transform: uppercase;
			font-size: 1.5em;
			background: url(../images/hot-topics.gif) 0 0 no-repeat;
			text-indent: -9999px;
			}
		
.newsColumn {
	width: 150px;
	float: left;
	border-left: 1px solid #999;
	padding: 0 8px 0 15px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	}
	.newsColumn h2 {
		font-size: 1.2em;
		margin-bottom: 5px;
		}
		.newsColumn p {
			margin-bottom: 5px;
			/* font-weight: bold; */
			}
			.newsColumn a, .newsColumn h2 {
				color: #fff;
				}
				
.newsColumn a {
	text-decoration: none;
	}
	.newsColumn a:hover {
		text-decoration: underline;
		}
				 	
#newsOne {
	border: none;
	}
	
#overview #newsThree {
	margin: 0;
	padding-right: 0;
	}
		
#summary {
	width: 337px;
	float: right;
	padding-top: 3px;
	}
	#summary p {
		font-size: 1.1em;
		line-height: 1.2em;
		padding-right: 30px;
		}
		
/* Join us link */

a.btnJoinUsHome {
	position: absolute;
	bottom: 110px;
	left: 165px;
	width: 94px;
	height: 20px;
	display: block;
	text-indent: -9999px;
	background: url(../images/btn-joinus-home.gif) 0 0 no-repeat;
	}
		
/* ---------------- Content Page ------------------ */

/* header */

#header {
	width: 980px;
	height: 255px;
	position: relative;
	margin-bottom: 20px;
	}
	
/* Section background images */

.getInvolvedPage #header {
	background: url(../images/masthead-get-involved.jpg) 0 0 no-repeat;
	}
	
.yourStoriesPage #header {
	background: url(../images/masthead-your-stories.jpg) 0 0 no-repeat;
	}
	
.worldwideEventsPage #header {
	background: url(../images/masthead-worldwide-events.jpg) 0 0 no-repeat;
	}	
	
.documentaryFilmPage #header {
	background: url(../images/masthead-documentary-film.jpg) 0 0 no-repeat;
	}	
	
.othersDoingPage #header {
	background: url(../images/masthead-others-doing.jpg) 0 0 no-repeat;
	}
	
.blogsPage #header {
	background: url(../images/masthead-blogs.jpg) 0 0 no-repeat;
	}
	
.whoWeArePage #header, .sitemapPage #header {
	background: url(../images/masthead-who-we-are.jpg) 0 0 no-repeat;
	}
	
#logoHome h1 {
	text-indent: -9999px;
	}	
	
#header h1 {
	position: absolute;
	top: 20px;
	left: 50px;	
	text-indent: -9999px;
	}
	
#header h1 a {	
	display: block;
	width: 310px;
	height: 135px;		
	}
	
#header h2 {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #597b9a;
	font-size: 2.8em;
	font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: -0.03em;
	}
	
/* content */

#content {
	width: 980px;
	margin-bottom: 10px;
	}
	
/* Subcolumn */
	
#subColumn {
	width: 203px;
	float: left;
	margin-right: 10px;	
	color: #597b9a;
	}
	#subColumnBgColor {
		background-color: #e6f1f6;
		padding: 10px 0 0 10px;
		min-height: 180px;
		height: auto !important; /* IE6 hack */
		height: 180px;
		margin-bottom: 5px;
		}

a.btnJoinUs, a.btnForum {
	display: block;
	width: 203px;
	height: 30px;
	text-indent: -9999px;
	background: url(../images/btn-forum-ani.gif) 0 0 no-repeat;
	margin-bottom: 5px;
	}
	a.btnJoinUs {
		background: url(../images/btn-joinus.gif) 0 0 no-repeat;
		margin-bottom: 0;
		}				
	
.placeHolder {
	padding: 5px;
	border: 1px solid #a7acaf;
	background-color: #f7fafc;	
	/* margin-bottom: 10px; */
	text-align: center;
	width: 170px;
	}
	
.placeHolder img {	
	border: 1px solid #c9cacb;
	}
	
#subColumn blockquote, #subColumn p {
	text-align: left;
	}
	#subColumn blockquote {
		font-size: 1.8em;
		font-style: italic;
		line-height: 1.1em;
		}
		
#subColumn p {
	font-style: italic;
	}
	
/* Main content column */
	
#contentColumn {
	width: 527px;
	float: left;
	}
	
#contentColumn ul {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: disc;
	margin-left: 15px;
	}
	
#contentColumn ul li a {
	color: #696969;
	}
	
#contentColumn h3, #contentColumn h4, #contentColumn h5 {
	color: #8aadb2;
	font-size: 2em;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#contentColumn h4 {
	font-size: 1.6em;
	color: #113858;
	}

#contentColumn h5 {	
	font-size: 1.4em;
	margin-bottom: 10px;
	}	
	#contentColumn p {
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 15px;
	}
	
.introText {
	color: #597b9a;
	font-size: 1.6em;
	line-height: 1.2em;
	}
	
.placeHolderSmall {
	float: left;
	margin: 0 10px 10px 0;
	}
	
ul.event {
	width: 100%;
	background-color: #bedae0;
	padding: 3px 0 3px 3px;
	color: #113858;
	font-size: 1.5em;
	}
	ul.event li {
		display: inline;
		}
		
/*#contentColumn ul li span {
	color: #597B9A;
	font-weight: bold;
	}
	
 Amman itinery */

#contentColumn ul.itineryList li {
	margin-bottom: 0;
	}
	
/* .hr {
	background-color: #dedede;
	float:left;
	height: 1px;
	margin:5px 10px 15px 0;
	width:515px;
	}
	
div.hr hr {
	display:none;
	} */
	
/* Navigation */
	
#navColumn {
	width: 230px;
	float: right;
	}
	
#navColumn ul {
	text-transform: uppercase;
	font-size: 1.2em;
	}
	
#navColumn ul li {
	border-bottom: 1px solid #dedede;
	}
	#navColumn ul li.last {
		border-bottom: none;
		}
		
#navColumn ul li a {
	width: 105px;
	background: url(../images/arrow.gif) 5px 50% no-repeat;
	display: block;
	text-decoration: none;
	color: #597b9a;
	padding: 10px 100px 10px 25px;	
	}
	#navColumn ul li a:hover, #navColumn ul li.currentSection a {
		background-color: #e6f1f6;		
		}
		
#navColumn ul li a:hover {
	text-decoration: underline;
	}
	
/* nested nav list fun */

#navColumn ul li.currentSection ul {
	text-transform: none;
	margin-bottom: 0;
	font-size: 1.1em;
	}

#navColumn ul li.currentSection ul li {
	border-bottom: none;
	}

#navColumn ul li.currentSection ul li a {
	background: #fff url(../images/arrow-small.gif) 15px 9px no-repeat;
	padding: 5px 80px 5px 25px;
	width: 125px;
	}
	#navColumn ul li.currentSection ul li a:hover {
		text-decoration: underline;
		background-color: #fff;
		}

#navColumn ul li.currentSection .currentPage a {
	font-weight: bold;
	/* background: #f3f3f3 url(../images/arrow-small.gif) 15px 50% no-repeat; */
	}
	
/* Sub sub nav! */

#navColumn ul li.currentSection ul ul {
	font-size: 1em;
	}
	
#navColumn ul li.currentSection ul li.currentPage ul li a {
	font-weight: normal;
	background: #fff url(../images/arrow-small.gif) 30px 50% no-repeat;
	padding: 5px 100px 5px 40px;
	width: 90px;
	}
	#navColumn ul li.currentSection ul li.currentPage ul li.subPage a {
		font-weight: bold;
		}
		
/* paragraphs within lists */

#contentColumn ul li {
	margin-bottom: 10px;
	}

#contentColumn ul li p {
	font-size: 1em;
	}
	
#contentColumn ul.headingList li {
	font-weight: bold;
	font-size: 1.2em;
	clear: left;
	}
	#contentColumn ul.headingList li p {
		font-weight: normal;
		padding-top: 5px;
		font-size: 0.8em;
		}
		
#contentColumn ul.headingList li img {
	margin: 10px 10px 0 0;
	padding: 5px;
	border: 1px solid #A7ACAF;
	}

.imageHolder {
	float: left;
	width: 110px;
	margin-bottom: 15px;
	}
	
.textHolder {
	float: left;
	width: 400px;
	}
	
/* footer */

#footer {
	width: 100%;
	text-align: center;	
	background: url(../images/footer-bg.gif) 0 0 no-repeat;
	padding: 10px 0;
	}
	
#footer ul {
	font-size: 1.2em;
	}

#footer ul li {
	display: inline;
	color: #85b5e1;
	}
	
#footer ul li a {
	color: #696969;
	text-decoration: none;
	}
	#footer ul li a:hover {
		text-decoration: underline;
		}
	
p.copyright {
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	color: #85b5e1;
	}
	
/* gallery */

#galleryContainer {
	width: 546px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
	}
	
#imageContainer {
	padding-top: 10px;
	}	
	
#imageContainer span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}
	
#galleryContainer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0 auto;
	}
	
#galleryContainer ul li {
	float: left;
	margin: 0 10px 10px 0;
	width: 170px;
	}
	#galleryContainer ul li.alt {
		margin-right: 0;
		}	
		
#galleryContainer ul li a {
	border: 1px solid #dedede;
	padding: 10px;
	display: block;
	text-decoration: none;
	color: #696969;
	text-align: center;
	min-height: 225px;
	}
	#galleryContainer ul li a:hover {
		border: 1px solid #adadad;
		text-decoration: underline;
		}
			
#galleryContainer ul li img {
	border: 0;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	}
	
p.close, p.enlarge {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	clear: left;
	}
	p.enlarge {
		clear: none;
		}
	
/* Sitemap */

ul#sitemap {
	margin-left: 15px;
	line-height: 1.5em;
	}
	
ul#sitemap {
	text-transform: uppercase;
	}

ul#sitemap, ul#sitemap ul {
	list-style-type: none;
	}
	
ul#sitemap ul {
	font-size: 1em;
	margin-top: 10px;
	text-transform: none;
	}
	
ul#sitemap ul li {
	margin-left: 10px;
	}
	
ul#sitemap li a {
	background: url(../images/arrow.gif) 0 50% no-repeat;
	padding-left: 20px;
	}
	
ul#sitemap ul li a {
	background: url(../images/arrow-small.gif) 0 50% no-repeat;
	padding-left: 10px;
	}

ul#sitemap ul ul {
	margin-top: 10px;
	}
	
/* Get Involved page */

#contentColumn ul.getInvolvedList li {
	font-size: 1.2em;
	font-weight: bold;
	padding-right: 15px;
	}

#contentColumn ul.getInvolvedList li span.getInvolvedListBody {
	color: #696969;
	font-weight: normal;
	font-size: 0.8em;
	display: block;
	padding-top: 5px;
	}
	
/* Our Supporters page */

#contentColumn ul.ourSupportersList li {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
	}

#contentColumn ul.ourSupportersList li span.ourSupportersListBody {
	font-size: 0.8em;
	color: #696969;
	width: 385px;
	font-weight: normal;
	float: left;
	display: block;
	margin-top: 5px;
	padding-right: 15px;
	}
	
.supportersThumbnail {
	float: left;
	margin: 5px 10px 16px 0;
	padding: 5px;
	border: 1px solid #A7ACAF;
	}
	
.supportersHeading {
	font-size: 1.4em;
	font-weight: bold;
	}

.Image_Float_Right	
{
	float:right;
	}

.Image_Float_Left	
{
	float:left;}	
	
/* Useful */

.clr {
	clear: both;
	line-height: 0;
	font-size: 0;
	}
	
:focus {
	outline: 0;
	}
	
.noWrap {
	white-space: nowrap;
	}
	
.extraMargin {
	margin-bottom: 15px;
	}

/* form */

.inputstyle, .addmultiline, .inputfull, .inputfull_wide, .inputfull_wide_drop{
	border: 1px solid #a5acb2;
	margin-bottom: 5px;
	padding: 0;
	}

.input_short{
	width: 200px;
	height: 20px;
	margin: 5px 0 0 0;
	}
	
.input_full{
	width: 470px;
	height: 65px;
	}

.form_label_short{
	width: 116px;
	float: left;
	text-align: right;
	color: #666;
	font-size: 1.2em;
	padding: 5px 8px 0 0;
	font-weight: bold;
	}

.form_label_long{
	width: 470px;
	text-align: left;
	color: #666;
	font-size: 1.2em;
	margin: 10px 0;
	display: block;
	font-weight: bold;
	}

#join_us_form {
	width: 540px;
	text-align: left;
	margin:0 0 0 20px;
	}

#join_us_banner {
	width: 600px;
	height: 132px;
	margin: 0 auto 20px auto;
	background: url(../images/GSN_JoinUsHeader.jpg);	
	}
	
#join_us_container {
	width:600px;
	border:solid 3px white;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.errortext {
	font-size: 1.2em;
	color: red;
	}
	
		.downloads{
margin-bottom: 10px;
}

.downloads img {
	float:left;
}
.downloadtext {
	margin: 0 0 0 45px;
	padding-bottom: 0 0 25px 0;
}

.arcNews {
	border-bottom:1px solid #CCCCCC;
	padding:0px 0px 5px 0px;
	margin:-30px 0px 10px 0px;
	text-align:right;
}