 
 /* GENERIC ------------------------------------------------------------------------------------------------------------*/
 
* {
	margin: 0;
	padding: 0;
	}

 body {
 	margin-top: 15px;
	font: 62.5%/1.6em  Arial, Verdana, Helvetica, sans-serif;
	text-align: center; /* centres everything in IE5.5 */
	background-color: #e1dcd6;
	color: #fff;
	}
	body.subPage {
		color: #464646;
		}
	
h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	
	}
	
h1 {
	font-size: 1.6em;
	}
	.homePage h1 a {
		display: block;
		width: 177px;
		height: 181px;
		background: url(../images/logo.gif) 0 0 no-repeat;
		text-indent: -9999px;
		}
		
.subPage h1 {
	text-indent: -9999px;
	line-height: 0;
	}
	
.subPage h2 {
	/*color: #568dac;
	font-size: 3em;
	margin: 0 0 15px 0;
	font-weight: normal;*/
	clear: both;
	color: #133858;
	font-size: 4.5em;
	margin: 0 0 30px 0;
	font-weight: normal;
	}
.subPage h3 {
	color: #568dac;
	font-size: 3em;
	margin: 0 0 20px 0;
	font-weight: normal;
	line-height: 1em;
	}
	
h4, h5 {
    font-size: 1.6em;
    margin-bottom: 10px;
    color: #133858;
    }
    
h5 {
    font-size: 1.4em;
    color: #568dac;
    }

p.date {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
p.date span {
	font-weight: bold;
	}
	
ul {
	list-style-type: none;
	}
	
p {
	margin-bottom: 15px;
	font-size: 1.2em;
	}
	
img {
	border: none;
	}
	
/* structure */

#mainContainer {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	}
	
#header, #headerImage {
	width: 960px;
	float: left;
	}
	.subPage #header {
		margin: 0 0 20px 0;
		}
	
#headerImage {
	margin-bottom: 5px;
	}
	
#searchBar { /* subpage only */
	width: 960px;
	float: left;
	background-color: #103859;
	padding: 10px 0;
	}
	
#searchNav {
	width: 450px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	float: right;
	}
	#searchNav ul {
		font-size: 1.1em;
		float: left;
		padding-top: 3px;
		}
		#searchNav ul li {
			display: inline;
			color: #555;
			}
			#searchNav ul li a {
				color: #555;
				text-decoration: none;
				padding: 0 5px;
				}
				#searchNav ul li a:hover {
					text-decoration: underline;
					}
					
div#search {
	float: right;
	position: relative;
	}

input.searchBox {
	padding: 3px 1px 3px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #7d7d7d;
	width: 164px;
	border: 0;
	position: absolute;
	top: 0;
	right: 24px;
	}
	
.submit {
	width: 22px;
	height: 20px;
	}
	
#slider {
	margin-bottom: 20px;
	}
	
/* navigation */

#navCol {
	width: 177px;
	float: left;
	margin: -15px 27px 0 0;
	display: inline;
	}
	.subPage #navCol {
		margin: 0 16px 0 0;
		width: 252px;
		}
	
#navCol ul {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	}
	.subPage #navCol ul {
		text-align: left;
		font-size: 1.5em;
		background: url(../images/dots-nav.gif) 0 0 repeat-x;
		margin-bottom: 86px;
		}
		
#navCol ul li a {
	display: block;
	padding: 5px 0 11px 0;
	text-decoration: none;
	color: #555;
	background: url(../images/bg-nav.gif) left bottom no-repeat;
	height: 1%;
	}
	.subPage #navCol ul li a {
		padding: 9px 5px 15px 18px;
		background: url(../images/dots-nav.gif) left bottom repeat-x;
		color: #464646;
		}
		
.homePage #navCol ul li a:hover, .homePage #navCol ul li a.selected {			
	background: url(../images/bg-nav-over.gif) left bottom no-repeat;
	}
	.subPage #navCol ul li a:hover {
		text-decoration: underline;
		}
		
 .subPage #navCol ul li.selected a {
	 font-weight: bold;
	 /* background-image: none; */
	 background-color: #cdcac6;
	 padding-bottom: 12px;
	 color: #133858;
 	}
	.subPage #navCol ul li.selected ul li a {
		font-weight: normal;
		background: #cdcac6 url(../images/chevron-sub.gif) 20px 50% no-repeat;
		padding-bottom: 3px;
		padding-left: 28px;
 		}
		.subPage #navCol ul li.selected ul li a:hover {
			text-decoration: underline;
			}
		
.subPage #navCol ul ul {
	font-size: 0.7em;
	background-image: none;
	background: #cdcac6 url(../images/dots-nav.gif) left bottom repeat-x;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	}
	
.subPage #navCol ul ul ul {
	background-color: transparent;
	background-image: none;
	padding-bottom: 0;
	font-size: 1em;
	}
	
.subPage #navCol ul ul, .subPage #navCol ul ul ul {
	margin: -6px 0 0 0;
	}
	
	#navCol ul li a.selected {
		font-weight: bold;
		}
		
.subPage #navCol ul li.selected ul li.subSelected a {
	background: #b7b5b2 url(../images/chevron-sub-white.gif) 20px 50% no-repeat;
	font-weight: bold;
	color: #fff;
	}
	
.subPage #navCol ul li ul li a {
	padding: 5px 5px 5px 18px;
	}
		
.subPage #navCol ul li.selected ul li.subSelected ul li a {
	background: #b7b5b2 url(../images/chevron-sub-sub.gif) 29px 50% no-repeat;
	color: #133858;
	font-weight: normal;
	padding-left: 36px;
	}
	.subPage #navCol ul li.selected ul li.subSelected ul li.currentPage a {
		font-weight: bold;
		}
		
#content {
    width: 960px;
    float: left;
    background: url(../images/bg-content.gif) 0 0 repeat-y;
    margin-bottom: 20px;
    }
		
#contentColumn {
	width: 756px;
	float: left;
	}
	.subPage #contentColumn {
		width: 642px;
		padding: 15px 15px 15px 35px;		
		}
		
.subPage #contentColumn a {
	color: #568dac;
	}
	.subPage #contentColumn a:hover {
		text-decoration: none;
		}
		
.subPage #contentColumn a.lnkBack {
    margin-bottom: 5px;
    display: inline-block;
    text-align:right;
    }
    .arcNews
    {
    	text-align:right;}
    .lnkbackP 
    {
    	text-align:right;}
		
#contentColumn ul {
    list-style-type: disc;
    font-size: 1.2em;
    margin: 0 0 15px 15px;
    }
    #contentColumn ul li {
        margin-bottom: 5px;
        }
        
#contentColumn .getInvolvedList li {
    font-weight: bold;
    margin-bottom: 10px;
    }
    #contentColumn .getInvolvedList li span {
        font-weight: normal;
        }
	
#headingsContainer {
	width: 495px;
	margin-right: 25px;
	}
	#headingsContainer h2 {
		font-size: 2.6em;
		color: #568dac;
		line-height: 1.1em;
		font-weight: normal;
		margin: 0 0 20px 0;
		}
		
p.subHead {
	color: #133858;
	font-size: 2.2em;
	line-height: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#joinUs {
	width: 236px;
	background-color: #103859;
	padding: 25px 0 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	#joinUs p {
		font-size: 5em;
		color: #fff;
		margin: 0 0 25px 15px;
		}
		
.subPage #joinUs {
	float: right;
	padding: 0;
	width: 365px;
	margin-right: 10px;
	}
	.subPage #joinUs p {
		font-size: 3em;
		margin: 0 15px 0 0;
		float: left;
		background: url(../images/chevron-joinus.gif) 0 0 no-repeat;
		padding: 3px 0 6px 35px;
		}
	
#headingsContainer, #joinUs {
	float: left;
	display: inline;
	}
	
.joinUsEmail {
	border: none;
	background: url(../images/bg-joinus-search.gif) 0 0 no-repeat;
	padding: 3px 5px 5px 5px;
	width: 178px;
	float: left;
	margin: 0 2px 15px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #959595;
	}
	.subPage .joinUsEmail {
		margin: 3px 2px 0 0;
		}
	
.joinUsSubmit {
	width: 25px;
	height: 22px;
	float: left;
	}
	.subPage .joinUsSubmit {
		margin-top: 3px;
		}
	
ul#social {
	margin-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	}
	ul#social li {
		display: block;
		float: left;
		}
		ul#social li a {
			color: #fff;
			text-decoration: none;
			}
			ul#social li a:hover {
				text-decoration: underline;
				}
				
ul#social li.twitter, ul#social li.faceBook {
	background: url(../images/logo-twitter.gif) 0 0 no-repeat;
	padding: 3px 5px 5px 27px;
	}
	ul#social li.twitter {
		margin-right: 10px;
		}
		
ul#social li.faceBook {
    background-image: none;
    padding: 0;
    }   
		
ul#social li a {
	background: url(../images/chevron-social.gif) 100% 4px no-repeat;
	padding-right: 14px;
	}
	
.subPage ul#social {
	line-height: 1.1em;
	float: left;
	display: inline;
	margin-top: 2px;
	}
	.subPage ul#social li {
		padding-top: 5px;
		}

.subPage ul#social li.faceBook {
    padding-top: 2px;
    }
	
/* homepage background image */

#contentBackground {
	width: 960px;
	min-height: 620px;
	height: auto !important;
	height: 620px;
	float: left;
	clear: both;
	background: #241f19 url(../images/background-desert.jpg) 0 0 no-repeat;
	}
	
#hotTopics {
	float: left;
	width: 303px;
	padding: 100px 0 0 11px;
	margin-right: 46px;
	display: inline;
	}
	#hotTopics h3 {
		font-size: 5em;
		font-weight: normal;
		margin: 0 0 35px 10px;
		color: #b99068;
		position: relative;
		}
		#hotTopics h3 a {
			text-decoration: none;
			}
			#hotTopics img {
			    padding-left: 10px;
			    position: absolute;
			    right: 30px;
			    top: 0;
			    }
				
#hotTopics ul {
	font-size: 1.2em;
	}
	
#hotTopics ul li {
	background: url(../images/dots.gif) left bottom repeat-x;
	padding: 0 0 9px 10px;
	display: block;
	margin-bottom: 10px;
	}
				
#hotTopics ul li a {
	color: #fff;
	text-decoration: none;
	}
	#hotTopics ul li a:hover {
		text-decoration: underline;
		}
		
/* Get involved */

#getInvolvedContainer {
	width: 600px;
	float: left;
	display: inline;
	padding-top: 185px;
	}
	
.roundedContentTop {
	width: 190px;
	float: left;
	background: url(../images/round-corner-top.gif) 0 0 no-repeat;
	padding-top: 5px;
	margin: 0 10px 0 0;
	display: inline;
	}
	
.roundedContentBottom {
	background: url(../images/round-corner-bottom.gif) left bottom no-repeat;
	padding: 10px 10px 5px 10px;
	min-height: 170px;
	height: auto !important;
	height: 170px;
	position: relative;
	}
	.roundedContentBottom h4 {
		font-size: 1.8em;
		margin-bottom: 10px;
		font-weight: normal;
		}
		.roundedContentBottom h4 a {
			text-decoration: none;
			padding: 0 0 0 23px;
			}
			.roundedContentBottom h4 a:hover {
				text-decoration: underline;
				}
		
.roundedContentBottom p {
	line-height: 1.2em;
	}
		
#inAction h4 a {
	background: url(../images/chevron-action.gif) 0 3px no-repeat;
	color: #25aae1;	
	}	
	
#inTheNews h4 a {
	background: url(../images/chevron-news.gif) 0 3px no-repeat;
	color: #3cdde7;	
	}
	
#speaksOut h4 a {
	background: url(../images/chevron-speak.gif) 0 3px no-repeat;
	color: #85b5e1;
	}	
		
p.moreLink {
	margin-bottom: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: right;
	position: absolute;
	bottom: 10px;
	right: 10px;
	}
	p.moreLink a {
		text-decoration: none;
		color: #90908e;
		background: url(../images/chevron-more.gif) right 3px no-repeat;
		padding-right: 15px;
		}
		p.moreLink a:hover {
			text-decoration: underline;
			}
			
#getInvolvedText {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	padding: 0 10px 0 0;
	}

#getInvolvedText h5 {
	color: #85b5e1;
	font-size: 6em;
	font-weight: normal;
	margin: 35px 0 25px 0;
	}
	#getInvolvedText p {
		font-size: 2.5em;
		line-height: 1.15em;
		margin-bottom: 10px;
		}
		#getInvolvedText p.joinUs {
			font-size: 1.8em;
			margin-bottom: 0;
			}
			#getInvolvedText p.joinUs a {
				color: #fff;
				text-decoration: none;
				background: url(../images/chevron-involved.gif) right 0 no-repeat;
				padding-right: 20px;
				}
				#getInvolvedText p.joinUs a:hover {
					text-decoration: underline;
					}

/* subpage specific */

#shareThis {
	float: right;
	}
	#shareThis p {
		font-weight: bold;
		}
.introText {
	/*color: #597b9a;
	font-size: 1.6em;
	line-height: 1.2em;*/
	font-weight:bold;
	}		
/*supporters page */
.supportersHeading {
	
	font-weight: bold;
	}
.supportersThumbnail {
	float: left;
	margin: 5px 10px 20px 0;
	padding: 5px;
	border: 1px solid #A7ACAF;
	}
		
/* Sitemap */

#contentColumn ul#sitemap {
    font-weight: bold;
    }

#contentColumn ul#sitemap ul {
    font-size: 1em;
    margin-top: 5px;
    font-weight: normal;
    }
    
#contentColumn ul#sitemap ul ul {
    margin-top: 5px;
    margin-bottom: 0;
    }
    
/* Search results */

#tblResults ol {
    font-size: 1.2em;
    }
    #tblResults ol li {
        margin-bottom: 10px;
        }
        
.searchResults {
    font-size: 1.2em;
    }   
					
/* footer */

#footer {
	background-color: #85b5e1;
	width: 960px;
	text-align: center;
	padding: 15px 0;
	float: left;
	margin: 0 0 30px 0;
	}

#footer ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #fff;
	line-height: 1.1em;
	}
	#footer ul li {
		display: inline;
		}
		#footer ul li a {
			color: #fff;
			text-decoration: none;
			padding: 0 3px;
			}
			#footer ul li a:hover {
				text-decoration: underline;
				}
		
p#copyright {
	clear: both;
	text-align: center;
	font-size: 1.1em;
	color: #807970;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 30px;
	}
	
/* join us form */

#joinusForm label {
    display: block;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    width: 120px;
    clear: left;
    margin: 0 0 10px 0;
    }
    
#joinusForm input {
    float: left;
    border: 1px solid #e1dcd6;
    width: 150px;
    font-size: 1.2em;
    color: #959595;
    padding: 3px;
   font-family: Georgia, "Times New Roman", Times, serif;
    }
    
#joinusForm input.joinusFormSubmit {
    clear: both;
    border: none;
    width: auto;
    padding: 0;
    margin: 10px 0 15px 0;
    }
    
p.disclaimer {
    clear: left;
    }
    
/* 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;
	color: #464646;
	}
	
#imageContainer ul {
    margin-bottom: 10px;
    }
	
#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 #adadad;
	padding: 10px;
	display: block;
	text-decoration: none;
	color: #464646;
	text-align: center;
	min-height: 225px;
	}
	#galleryContainer ul li a:hover {
		border: 1px solid #464646;
		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;
	color: #464646;
	}
	p.enlarge {
		clear: none;
		}
		
p.close a {
    color: #464646;
    }
    p.close a:hover {
        text-decoration: none;
        }
		
/* useful */

.clr {
	clear: both;
	line-height: 0;
	font-size: 0;
	}
	
hr {
	background:url(../images/hr.gif) 0 0 no-repeat;
	height: 2px;
	border:none !important;
	margin-bottom: 15px;
	clear: both;
	}
	
/* NESTED LISTS!!!! */

#contentColumn ul.nestedList {
	list-style-type: none;
	margin-left: 0;
	}
	
#contentColumn ul.nestedList ul {
	list-style-type: none;
	margin-top: 15px;
	margin-left: 15px;
	font-size: 1em;
	}
	
#contentColumn ul.nestedList ul ul {
	font-style: italic;	
	}
	#contentColumn ul.nestedList ul ul li {
		background: url(../images/hyphen.gif) 0 8px no-repeat;
		padding-left: 7px;
		}
	
	
/*for rss display*/
	
.showRSS{display:inline;}

.showRSSIE6{display:none;}


.homePage .fb_edge_comment_widget {
    margin-left:-172px;
    }

.homePage #fb-root {
    margin-left:-350px;
    }
    
    .Image_Float_Right {
	float:right;
	margin-left: 9px;
	}
	
.Image_Float_Left {
	float:left;
	margin-right: 9px;
	}
