@import url("reset.css");

img, div { behavior: url("js/iepngfix.htc"); }

body {
	background:url("../images/bg.jpg") repeat-x #b3d3ee;
}

em { font-style:italic;}

div#main_container {
	
	width:738px;
	min-height:800px;
	margin:57px auto 0 auto;
	font-family:Helvetica,Arial,sans-serif;
	
	
}

	div#main_container div#top {
	
		width:740px;
		height:120px;
		background:url("../images/inside-top-bg.png") no-repeat;
	
	}
	
	body.page-id-4 div#main_container div#top { background:url("../images/top/who_we_are_top.png") no-repeat; }
	body.page-id-5 div#main_container div#top { background:url("../images/top/camas_community_center_top.png") no-repeat; }
	body.page-id-6 div#main_container div#top { background:url("../images/top/the_community_center_top.png") no-repeat; }	
	body.page-id-8 div#main_container div#top { background:url("../images/top/investment_and_funding_top.png") no-repeat; }	
	body.page-id-10 div#main_container div#top { background:url("../images/top/contact_us_top.png") no-repeat; }	
	
	
	
	
	body.page-id-4 div#main_container div#nav { background:url("../images/top/who_we_are_bottom.png") no-repeat; }
	body.page-id-5 div#main_container div#nav { background:url("../images/top/camas_community_center_bottom.png") no-repeat; }	
	body.page-id-6 div#main_container div#nav { background:url("../images/top/the_community_center_bottom.png") no-repeat; }		
	body.page-id-8 div#main_container div#nav { background:url("../images/top/investment_and_funding_bottom.png") no-repeat; }		
	body.page-id-10 div#main_container div#nav { background:url("../images/top/contact_us_bottom.png") no-repeat; }		
	
	
	
	
	div#top a {
		display:block;
		width:350px;
		height:120px;
	}
	
	div#main_container div#nav {
	
		width:740px;
		height:90px;
		background:url("../images/inside-nav-bg.png") no-repeat;
		margin:0px 0 0 39px;
		
	}
	
		div#nav div#ulcontainer {
		
			width:336px;
			height:89px;
			float:left;
		
		}
	
		div#nav ul#navleft {
			width:165px;
			height:63px;
			float:left;
			margin:15px 0 0 25px;
			
		}
		
		div#nav ul#navright {
			width:58px;
			height:29px;
			float:right;
			margin:15px 10px 0 0;
		}
		
			div#nav ul {
				list-style-type:none;
				font-size:12px;
			}
			
				div#nav ul li a { text-decoration:none; color:#0076a9; }
				div#nav ul li a:hover { color:#004a6e; }

				div#nav ul li { display:block; margin:0 0 3px 0;}
				
				div#nav ul#navleft li { padding:0 0 0 20px;  }
				div#nav ul#navleft li:hover { background:url("../images/nav-drip.png") no-repeat left; }
				div#nav ul#navright li:hover a { color:#fff; }
			

	div#main_container div#content {
	
		width:586px;
		min-height:200px;
		margin:0 0 0px 39px;
		padding:15px 42px 46px 32px;
		background:url("../images/inside-content-bg.png") repeat-y;
		position:relative;

	}
	
	div#main_container div#content_bottom {
	
		width:640px;
		height:46px;
		background:url("../images/inside-content-bottom.png") no-repeat;
		margin: 0 0 0 39px;
		
	}
	
		div#content h1 {
		
			color:#004a6e;
			font-size:21px;
			line-height:30px;
			margin:0 25px 16px 0;
		
		}
		
		div#content h2 {
			color:#004a6e;
			font-size:16px;
			line-height:30px;
			margin:0 25px 16px 0;	
		}
		
		div#content p {
		
			color:#666;
			font-size:12px;
			line-height:24px;
			margin:0 25px 12px 0;
			
		}
		
		div#content strong {
		
			font-weight:bold;
			color:#000;
		
		}
		
		div#content ul, ol {
		
			margin:20px 35px;
			
		}
		
		div#content ul li, ol li {
		
			font-size:12px;
			color:#666;
			line-height:24px;
			margin:0 35px 8px 0;
			list-style-type:square;
		
		}
		
		div#content a {
		
			color:#0076a9;
			text-decoration:none;
			border-bottom:1px #0076a9 dotted;
		
		}
		
		div#content a:hover { color:#000; }
	
	div#main_container div#footer {
	
		width:640px;
		margin:6px 0 0 38px;
		height:32px;
		background:url("../images/inside-footer-bg.jpg") no-repeat;
		font-size:10px;	
		color:#93c0e6;
	
	}
	
		div#footer a {
			color:#93c0e6;
			text-decoration:none;
		}
		
		div#footer a:hover {
			color:#fff;
		}
	
		div#footer span#left {
			float:left;
			margin:10px;
		}
		
		div#footer span#right {
			float:right;
			margin:10px;
		}
		
		span.wpcf7-list-item { display:block; clear:both; width:100%;}
