@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	margin: 0;
	padding: 0;
}
img { border:none;}
#wrapper{
	margin: 0 auto;
	padding: 0;
	width: 850px;
}
#content_wrapper{
	float:left;
	clear: both;
	width: 850px;
	background: url(/assets/images/bg.gif) repeat-y;
	height: auto;

}
a { 
	color: #00B0D8;
	text-decoration: underline;
}
h1, h2, h3, h4 {
	font-family:"Gill Sans", Arial, Verdana, sans-serif;
	color: #00B0D8;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 24px;
	padding: 0 10px 5px;
}

h2 {
	font-size: 18px;
	padding: 0 10px 5px;
	text-transform: uppercase;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	padding: 10px 10px 6px;;
	margin: 0;
}

h4 {
	font-size: 12px;
	padding: 10px 10px 6px;;
	margin: 0;
}

img {border: none;}


/* HEADER AREA */
#header{
	margin: 0 25px;
	background: url(/assets/images/header.jpg) no-repeat;
	width: 800px;
	height: 150px;
}
#logo {
	top: 40px;
	left: 30px;
	position: relative;
	float: left;
	clear: left;
}
#donate {
	top: 3px;
	left: 627px;
	position: relative;
	float: left;
	clear: left;
}


/* TOP NAV */
#topnav {
	position: relative;
	top: 5px;
	right: 15px;
	text-align: right;
	float: right;
}

#topnav ul{
	list-style: none;
	display: inline;
	font: 10px "Gill Sans", Arial, Verdana, sans-serif;
}

#topnav li {
	list-style: none;
	display: inline;
}

#topnav a {
	color: #666;
	text-decoration: none;
}

#topnav a:hover {
	color: #00B0D8;
	text-decoration: underline;
}


/* NAV */
#nav{
	margin: 0 25px;
	padding: 0;
	width: 800px;
	height: 36px;
	background: #F9EEB7;
	text-align: center;
}
#nav ul{
	list-style: none;
}

#nav li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}

/* SUBNAV */
#subnav{
	margin: 0 25px;
	padding: 0;
	width: 800px;
	height: 25px;
	background: #ccc;
	text-align: center;
}
#subnav ul{
	list-style: none;
}

#subnav li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}

/* MAIN HOME IMAGE */
#main_image_area{
	margin: 15px 25px;
	padding: 0;
	background: url(/assets/images/home_img_bg.jpg) no-repeat;
	width: 800px;
	height: 440px;
	position: relative;
}

#main_image_area .featured {
	top: 40px;
	left: 52px;
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#main_image_area .overlay {
   position: absolute;
   bottom: 33px;
   left: 47px;
   right: 47px;
   z-index: 2;
}
#main_image_area .overlayBG {
   background-color: #ffffff;  
   filter:alpha(opacity=75);   
   -moz-opacity:0.75;           
   opacity: 0.75;
   top: 0;
   bottom: 0;
   right: 0;
   left: 0;
   position: absolute;
   z-index: 3;
   height: auto;
   width: 700px;
   /*border: solid 1px red;*/
}
#main_image_area .opaquetext { 
   text-align: center;
   font-size: 12px;
   font-weight: 300;
   position: relative;
   z-index: 4;
   padding: 15px 20px 20px; 
}

/* MAIN HOME CONTENT */
#main_content{
	margin: 35px 51px 0;
	padding: 0;
	width: 748px;
	float: left;
	clear: both;
}

#main_content .col_245 {
	width: 245px;
	float: left;
	clear: none;
	margin: 0 2px;
}
#main_content .yellow {
	background: #fffae1;
}
#main_content .yellow p{
	margin: 0;
	padding: 0px 10px 15px;
	font-size: 12px;
	line-height: 17px;
}
#main_content .col_494 {
	width: 494px;
	float: left;
	clear: none;
	margin: 0 2px;
}
#main_content .col_743 {
	width: 743px;
	float: left;
	clear: none;
	margin: 0 2px;
}

#main_content p {
	margin: 0;
	padding: 0px 10px 15px;
	font-size: 12px;
	line-height: 17px;
}

#main_content ul {
	font-size: 12px;
	font-style: italic;
	margin: 0 0 30px 0;
}

/* PAGE ELEMENTS */
#intro_copy{
	margin: 25px 61px 0;
	padding: 0;
	width: 728px;
	float: left;
	clear: both;
	font: 18px "Gill Sans", Arial, Verdana, sans-serif;
	font-weight: 100;
}
#outro_copy{
	margin: 25px 61px 0;
	padding: 0;
	width: 728px;
	float: left;
	clear: both;
	font: 18px "Gill Sans", Arial, Verdana, sans-serif;
	font-weight: 100;
}

/* EXTRA ELEMENTS */
#hr_dots{
	margin: 0 25px 0 25px;
	background: url(/assets/images/hr_dots.gif) no-repeat;
	width: 800px;
	height: 6px;
	float: left;
	clear: none;
}

/* FOOTER */
#footer{
	margin: 40px 25px 0 25px;
	background: url(/assets/images/footer.jpg) no-repeat;
	width: 800px;
	height: 115px;
	float:left;
	clear:both;
}
#footer .text{
	font-style: italic;
	font-size: 12px;
	padding: 90px 0 0 160px;
}
#wrapper_footer{
	margin: 0 auto;
	padding: 0;
	width: 850px;
	height: 30px;
	background: url(/assets/images/bg_footer.gif) no-repeat;
	float: left;
	clear:both;
	
}
