@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	}
table tr td {
	padding: 3px;
}
body {
	font-family:Helvetica, Arial, sans-serif;
	background:url(../images/page-bg.gif) no-repeat top center;
	}
img {
	border:0;
	}
a {
	color:#000082;
	}
a:hover {
	color:#0066CC;
	}
div#bg-btm {
	background:url(../images/page-bg-btm.gif) no-repeat bottom center;
	}
div#container {
	width:950px;
	margin:0 auto;
	}
div#header {
	background:url("../images/header.jpg") no-repeat scroll top center transparent;
	height:217px;
	width:950px;
	margin:0 auto;
	}
	div#header img{
		margin:25px 0 22px 40px;
		}
div.orange-band {
	width:100%;
	background:url("../images/orange-band-top.gif") repeat-x scroll center;
	height:8px;
	}
div.blue_border { 
	border:2px solid #007C85;
}
img.blue_border { 
	border:2px solid #007C85;
}
img.white_border { 
	border:2px solid #fff;
}
div#main-menu {
		background:url("../images/menu-bg.gif") repeat-x scroll left top;
		height:41px;
		padding-left:10px;
		position: relative;
		z-index: 10;
		}/*main menu styles in menu-styles.css*/
		
div#main-content {
	padding: 0 10px;
	min-height:400px;
	}
div#home-intro {
	padding:15px 15px 20px 15px;
	}
	div#home-intro img{
		padding-right:20px;
		}
	div#home-intro-content{
		width:500px;
		float:right;
		}

	h1#titleimage, h2#titleimage {
		font-size:18px;
		margin:10px 0;
		height:28px;
		position:relative;
		}
	h1#titleimage span, h2#titleimage span{
		position: absolute;
		width: 100%;
		height: 100%;
		}
		
	h1#home-h1 {
		font-size:18px;
		margin:10px 0 10px 0;
		width:416px;
		height:23px;
		position:relative;
		}
	h1#home-h1 span{
		background:url("../images/home-welcome.gif")  no-repeat;
		position: absolute;
		width: 100%;
		height: 100%;
		}
	h2#home-h2 {
		width:416px;
		height:23px;
		position:relative;
		margin:30px 0 8px 0;
		}
	h2#home-h2 span{
		background:url("../images/home-mission.gif")  no-repeat;
		position: absolute;
		width: 100%;
		height: 100%;
		}

div#home-modules {
	margin:18px 0px 0px 0px;
	}
	div#home-module1, div#home-module2, div#home-module3{
		text-align:center;
		margin:0;
		float:left;
		width:247px;
		height:310px;
		padding: 13px 28px 14px 28px;
		background:url("../images/home-module-bg.jpg") no-repeat 0 0 #fff;
		}
		div#home-module2 {
			margin:0 10px;
			}
		div#home-module3 {
		padding-left:15px;
		padding-right:15px;
		width:273px;
		}
		div.module-text-container {
			margin:0 0 20px 0;
			height:205px;
			overflow: auto;
			}
		div.module-text-container2 {
			margin:0 0 20px 0;
			height:219px;
			}
		
		h3#home-news {
			width:235px;
			height:29px;
			position:relative;
			margin:0 0 23px 0;
			}
		h3#home-news span{
			background:url("../images/home-news.gif") no-repeat;
			position: absolute;
			width: 100%;
			height: 100%;
			}
		h3#home-blog {
			width:240px;
			height:29px;
			position:relative;
			margin:0 0 23px 0;
			text-align:left;
			}
		h3#home-blog span{
			background:url("../images/home-blog.gif") no-repeat;
			position: absolute;
			width: 100%;
			height: 100%;
			}
		h3#home-visit {
			width:200px;
			height:29px;
			position:relative;
			margin:0 0 8px 0;
			}
		h3#home-visit span{
			background:url("../images/home-visit.gif") no-repeat;
			position: absolute;
			width: 100%;
			height: 100%;
			}
		div#home-modules h4 a{
			font-size:14px;
			text-decoration:underline;
			color:#000082;
			line-height:1.18em;
			}
		div#home-modules h4 a:hover{
			color:#003a7f;
			}
		h5#home-newsletter-link {
			width:230px;
			height:29px;
			position:relative;
			margin:0 0 20px 0;
			}
		h5#home-newsletter-link span{
			background:url("../images/home-newsletters-link.gif") no-repeat top left;
			position: absolute;
			width: 100%;
			height: 100%;
			}
		h5#home-blog-link {
			width:248px;
			height:29px;
			position:relative;
			margin:0 0 20px 0;
			letter-spacing:-.02em;
			text-align:left;
			}
		h5#home-blog-link span{
			background:url("../images/home-blog-link.gif") no-repeat top left;
			position: absolute;
			width: 100%;
			height: 100%;
			}
		h5#home-map-link {
			width:100%;
			height:29px;
			position:relative;
			margin:0 0 20px 0;
			text-align:left;
			}
		h5#home-map-link span{
			background:url("../images/home-map-link.gif") no-repeat top left;
			position: absolute;
			width: 100%;
			height: 100%;
			}
		div#home-modules p {
			color:#4D4D4D;
			line-height:1.15em;
			}
		p.posted {
			font-size:10px;
			margin:6px 0 10px 0;
			}

div#leftcol {
	width:270px;
	background-color:#00CCFF;
	background:url(../images/module-bg.jpg) no-repeat top center;
	padding:15px;
	margin-top:8px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	min-height: 290px;
	}
	div#leftcol img {
		/*border:2px solid #fff;*/
		margin:auto;/*adding block and auto centers the image within the div*/
		margin-bottom:10px;
		}
	div#leftcol p {
		font-size:13px;
		margin-bottom:10px;
		}
	div#leftcol p a {
		text-decoration:underline;
		margin:auto;
		}
div#maincol {
	width:600px;
	float:right;
	padding-right:10px;
	font-family:Helvetica, Verdana, Arial, sans-serif
	}
	h1#about-h1 {
		font-size:18px;
		margin:10px 0 10px 0;
		width:100px;
		height:23px;
		position:relative;
		}
		h1#about-h1 span{
			background:url("../images/about-us.gif")  no-repeat;
			position: absolute;
			width: 100%;
			height: 100%;
			}
	
	div#maincol div#staff_photo { 
		float: left;
		width: 35%; 
		vertical-align: top;
		}
	div#maincol div#staff_description { 
		float: left; 
		width: 65%; 
		vertical-align: top;
		}	
	/*div#maincol div { /*three columns
		margin:15px 0 30px 0;
		float:left;
		}*/
		div#maincol div img {
			/*border:2px solid #007C85;*/
			}
		div#maincol div.about-col1, div#maincol div.about-col2 {
			background:url(../images/about-mod-line.gif) no-repeat top right;
			}
		div#maincol div.about-col1 {float:left;width:172px; padding-right:20px;}
		div#maincol div.about-col2 {
			float:left;
			padding:0 14px 0 20px;
			width:180px;
			}
		div#maincol div.about-col3 {
			padding-left:12px;
			float:right;
			width:176px;
			}
		h3#about-staff {
		font-size:16px;
		margin:10px 0 5px 0;
		width:150px;
		height:23px;
		position:relative;
		}
		h3#about-staff span{
			background:url("../images/about-staff.gif")  no-repeat;
			position: absolute;
			width: 100%;
			height: 100%;
			}
		h3#about-facility {
		font-size:16px;
		margin:10px 0 5px 0;
		width:150px;
		height:23px;
		position:relative;
		}
		h3#about-facility span{
			background:url("../images/about-facility.gif")  no-repeat;
			position: absolute;
			width: 100%;
			height: 100%;
			}
		h3#about-newsletter {
		font-size:16px;
		margin:10px 0 5px 0;
		width:150px;
		height:23px;
		position:relative;
		}
		h3#about-newsletter span{
			background:url("../images/about-newsletter.gif")  no-repeat;
			position: absolute;
			width: 100%;
			height: 100%;
			}
	div#maincol p {
		padding:5px 0 10px 0;
		}
	div#maincol p a {
		font-size:14px;
		line-height:1em;
		text-align:center;
		margin:auto;
		}
div#main-content ul {
	margin:10px 0 20px 30px;
	}
	div#main-content ul li {
		font-size:14px;
		}		
		
div#footer {
	background:url("../images/footer.gif") no-repeat top center ;
	margin: 0 13px 0 13px;
	padding:5px 5px 0 22px;
	}
	ul.footer-links {
		float:left;
		margin-top:5px;
		}
		ul.footer1 {
			width:109px;
			}
		ul.footer2 {
			width:137px;
			}
		ul.footer3 {
			width:164px;
			}
		ul.footer4 {
			width:156px;
			}
		ul.footer-links li {
			list-style:none outside none;
			line-height:.85em;
			}
		ul.footer-links li a{
			color:#fff;
			font-size:11px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			text-decoration:none;
			line-height:1.2em;
			font-weight:bold;
			}
		ul.footer-links li a:hover{
			text-decoration:underline;
			}
			ul.footer-links li ul {
			}
			ul.footer-links ul a{
				font-weight:normal;
				margin-left:5px;
				}
	div#footer-rt {
	float:right;
	width:320px;
	}
	ul#footerbtns {
		height:65px;
		margin:0;
		padding:0;
		list-style:none;
		}
		ul#footerbtns li {
			display:inline;
			}	
		ul#footerbtns li a{
			text-indent:-9999px;
			height:65px;
			float:left;
			overflow:hidden;
			background-image:url("../images/footer-btns2.png");
			}
			ul#footerbtns li.donate a {
				background-position: 0 -60px;
				width:160px;
				}
			ul#footerbtns li.donate a:hover {
				background-position:0 -1px;
				}
			ul#footerbtns li.facebook a{
				background-position:-160px -60px;
				width:155px;
				}
			ul#footerbtns li.facebook a:hover {
				background-position:-160px -1px;
				}
		div#footer img.footer-motto {
			float:right;
			margin:0 30px 0 0;
			padding:0;
			}	
		div#footer p {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#fff;
			text-align:center;
			margin:10px 0 10px 0;
			}
		
p.notice {
		float:none;
		text-align:center;
		padding:10px 0;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#808080;
		}
div#copyright {
	width:950px;
	margin:0px auto;
	}
	div#copyright p {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#808080;
		font-size:10px;
		margin:10px 13px;
		}
	div#copyright p.copyright {
		float:left;
		width:430px;
		text-align:left;
		}
	div#copyright p.designer {
		float:right;
		width:450px;
		text-align:right;
		}
.left {
	float:left;
	}
.right {
	float:right;
	}
.clear {
	clear:both;
	}

div#leftcol div.testimonial {
	padding: 0 10px;
	}
div#leftcol p.testtext {
	font-size:16px;
	font-style: italic;
	}
div#leftcol span.testauthor {	
	font-size:11px;
	color:#666;
	}
	
div#maincol div.testimonial {
	padding: 0 20px;
	}
div#maincol p.testtext {
	font-size:18px;
	}
div#maincol span.testauthor {	
	font-size:12px;
	color:#666;
	}
table.content_text {
	font-size:11px;
}
