/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

body, html {
	min-height: 101%;
}

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../../images/misc/bodyBg.jpg) top repeat-x #fff;
	margin: 0px;
}

a:link, a:visited, a:focus {
	color: #0000FF;
	text-decoration: underline;
	outline: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

a img {
	border: none;
}

h1, h2, h3 {
	font-size: 2.3em;
	font-weight: normal;
	
}

h1{
	color: #b10101;
}

#how-you-can-help h1{
	margin-bottom: 10px;
}

h2 {
	font-size: 1.6em;
	margin-top: 15px;
}

.top-h2{
	margin-top: 0px;
}

h3 {
	font-size: 1.3em;
}

/* Container Styles
--------------------------------------------------------------- */

#outerContainer {
	width: 100%;
	float: left;
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 1.2em;
}

	#contentContainer {
		width: 960px;
		background: #fff;
		border-top: 185px solid #fff;
		}
	
/* Main Styles
--------------------------------------------------------------- */

		#main {
			float: left;
			width: 960px;
			padding: 0px;
			margin-top: 5px;
			background: url(../../images/misc/nav-bg.jpg) top no-repeat;
		}
				
		
		#main-text{
			width: 620px;
			float: left;
			color: #675b59;
			padding: 10px;
			font-size: 1.1em;
		}
		
		#how-you-can-help #main-text{
			width: 940px;
			float: left;
			color: #675b59;
			padding: 10px;
		}		
		
		#main-text #wide-column p{
			line-height: 1.6em;
		}
		
		
		#main-text #left-col p, #main-text #mid-col p, #main-text #right-col p {
			line-height: 1.6em;
		}		
		
		.col{
			width: 285px;
			padding: 10px;		}
		
		#left-col{
			float:left;
		}
		
		#mid-col{
			float:left;
		}		
		
		#right-col{
			float:left;		
		}		
		
			#main p {
				margin: 10px 0px 10px 0px;
				font-size: 1.2em;
			
			}
			
			#main ul {
				font-size: 1.2em;
				padding: 3px;
			}
		
		#googleMap {
			width: 640px;
			height: 300px;
		}

/* Sidebar/CTA Styles
--------------------------------------------------------------- */
		
		#sidebar {
			float: right;
			width: 310px;
		}
		
/* Header Styles
--------------------------------------------------------------- */

#header {
	width: 960px;
	height: 114px;
	position: absolute;
	background:url(../../images/misc/header.jpg) no-repeat;
	z-index: 10;
	top: 0px;
	left: 0px;
}

	#logo {
		width: 590px;
		height: 114px;
		float: left;
		background: #666;
	}
	
	#cta-top-right {
		width: 350px;
		float: right;
		padding: 0px 9px 0px 0px;
		text-align: right;
		height: 114px;
	}
	
	* html #cta-top-right{
		padding: 0px;
	}
	
	#cta-top-right-lower{
		background:url(../../images/misc/cta-top-right-lower.jpg) no-repeat;
		width: 350px;
		height: 39px;
		float:right;
		font-size: 1.5em;
		padding-right: 9px;
	}


	#cta-top-right-lower p {
		color: #e66c0b;
		font-size: 1.4em;
	}	

/* Image Slideshow Styles
--------------------------------------------------------------- */

#slideshow {
	width: 940px;
	height: 220px;
	position: absolute;
}
	
	#slideshow img {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8;
	}
	
	#slideshow img.active {
		z-index: 10;
	}
	
	#slideshow img.last-active {
		z-index: 9;
	}

/* Horizontal Navigation Styles
--------------------------------------------------------------- */

#navigation {
	width: 960px;
	height: 40px;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 117px;
	padding-top: 20px;
	background:url(../../images/misc/nav-bg.jpg) no-repeat;
}

	#navigation ul {
		margin: 0px;
		padding: 0px;
	}
	
		#navigation ul li {
			display: inline;
			list-style: none;
		}
			  
			#navigation ul li a {
				float: left;
				border-right: 1px solid #dfdcd5;
				color: #8f8b85;
				text-decoration: none;
				padding: 0px 15px 5px 15px;
				font-size: 1.5em;
				text-transform: uppercase;
				line-height: 10px;
			}
			
			
			
			#navigation ul li a.one-line{
				padding: 00px 35px 20px 35px;			
				
			}

			span.nav-line-1 {	
				font-weight: normal;
				padding: 0px;		
			}
			
			span.nav-line-2 {	
				font-size: 0.6em;
				font-weight: normal;
				padding: 0px;
				display: block;			
			}		

				#navigation ul li a.contact-a {
					border-right: none;
				}

				#navigation ul li a:hover {
					color: #df7103;
				}
				
#index #navigation .index-a,			
#what-we-do #navigation .what-we-do-a,	
#education-approach #navigation .education-approach-a,	
#structural-approach #navigation .structural-approach-a,			
#who-we-work-with #navigation .who-we-work-with-a,			
#how-you-can-help #navigation .how-you-can-help-a,			
#blog #navigation .blog-a,
#contact #navigation .contact-a {
	color: #c10101;
}

/* Footer Styles
--------------------------------------------------------------- */

#outerFooter {
	float: left;
	width: 100%;
}

#footer {
	clear: both;
	width: 960px;
	height: 175px;
	color: #333;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	font-size: 1.2em;
	background:url(../../images/misc/footer.jpg) no-repeat;
	position: relative;
}

	#footer .index-a,
	#footer .contact-a {
		display: none;
	}

	#footer h2 {
		font-weight: bold;
		margin: 0px;
		color: #111;
		padding: 3px 5px;
		font-size: 1.2em;
		font-style: italic;
		width: 250px;
	}
	
	#footer p	{
		color: #aba8a3;
		font-size: 1.2em;
		font-weight: bold;
		float: right;
	}
	
	#footer	ul{
		position: absolute;
		top: 85px;
		left: 196px;
	}
	
	#footer	ul li{
		margin-top: 12px;
		float: left;
		font-weight: bold;
		padding: 0px 5px;
		list-style: none;	
	}
	
	#footer	ul li a{
		text-decoration: none;
		padding-right: 5px;
		color: #aba8a3;
		border-right: 1px solid ;			
	}
	
	#footer ul li a.footer-about-us{
		border: none;
	}	
	
	#footer	ul li a:hover{		
		color: #e38323;
	}
	
	#registered-statement{
		position:absolute;
		top: 60px;
		left: 200px;
	}
	
	#adtrak{
		position: absolute;
		top: 93px;
		right: 8px;
	}
		

/* Image Styles
--------------------------------------------------------------- */

.img-left {
	float: left;
	margin: 0px 10px 10px 0px;
}

.img-right {
	float: right;
	margin: 0px 0px 10px 10px;
}
	
/* Generic Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}

ul.indented-list{
	margin-left: 25px;
	line-height: 1.6em;
}

ul.indented-list li{
	width: 230px;
}

#cta-2-box{
	position: relative;
}

#cta-2-box #cta-number{
	position: absolute;
	color:#C10001;
	font-weight:bold;
	bottom: 40px;
	right: 15px;
	font-size: 1.6em;
	text-decoration: none;
}


* html #cta-2-box #cta-number{
	bottom: 205px;
	right: 15px;

}



