*{
	padding:0;
	margin:0;
}
body{
	color:#333;
	background-color:#d3d9a9;
	font-family: "Verdana", sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	color:#5f94d9;
}
p, ul, form, table{
	font-size:12px;
}
b, strong{
	color:#444;
}
a{
	text-decoration:underline;
	color:#333;
}
a:hover{
	color:#000;
}
div#over_container{
	width:830px;
	margin:16px auto 16px auto;
}
div#header{
	border-bottom:1px solid #bbb;
	overflow:hidden;
}
div#header_left{
	width:500px;
	height:200px;
	float:left;
	background-image:url(../images/flatirons500x200.jpg);
	border-right:1px solid #bbb;
	overflow:hidden;
}
div#header_left h1{
	color:#333;
	margin-top:160px;
	padding:3px 0 3px 0;
	text-align:center;
	font-size:20px;
	width:100%;
	background-color:#fff;
	opacity:.7;
	filter: alpha(opacity=70);
}
div#header_right{
	background-color:#fff;
	height:200px;
	width:319px;
	float:right;
	padding:0 5px 0 5px;
	overflow:hidden;
}
div#header_right h1{
	margin-top:5px;
	text-align:center;
	font-size:22px;
	color:#5f94d9;
}
div#header_right h2{
	text-align:center;
	font-size:14px;
	margin-left:25px;
}
div#navigation ul{
	margin:25px 0 0 10px;
	list-style-type:none;
}
div#navigation ul li{
	margin:6px 0 6px 0;
}
div#navigation ul li a{
	font-size:14px;
	text-decoration:none;
	color:#666;
}
div#navigation ul li a:hover, div#navigation ul li a.here{
	color:#000;
}
div#content{
	background-color:#fff;
	padding:26px 30px 30px 30px;
	line-height:140%;
}
div#content h2{
	font-size:18px;
}
div#content p, div#content h2, div#content ul{
	margin-bottom:15px;
}
div.clear_line{
	width:100%;
	height:0;
	clear:both;
}
div#home_pic{
	width:300px;
	height:199px;
	background-image:url(../images/family300x199.jpg);
}
div#ed_pic{
	width:200px;
	height:179px;
	background-image:url(../images/ed_200x179.jpg);
}
div#resources_pic{
	width:300px;
	height:199px;
	background-image:url(../images/mature_couple300x199.jpg);
}
div#faq_pic{
	width:300px;
	height:211px;
	background-image:url(../images/faces300x211.jpg);
}
div#contact_pic{
	width:310px;
	height:232px;
	background-image:url(../images/victoria310x232.jpg);
}
.pic_right{
	float:right;
	margin:5px 0 5px 10px;
}
div#footer{
	background-color:#fff;
	border-top:1px solid #8badd9;
}
div#footer p{
	text-align:center;
	color:#5f94d9;
	margin:10px 0 10px 0;
}
div#design_credit{
	padding:5px 30px 0 30px;
	text-align:right;
}
div#design_credit a{
	font-size:8px;
	text-decoration:none;
	color:#bbb;
}
div#design_credit a:hover{
	color:#eee;
}
ul.faq_list{
	list-style-type:none;
}
ul.faq_list li span{
	display:block;
	padding:5px 5px 10px 20px;
}
p#address{
	margin-left:20px;
}
table#contact_table td{
	padding:5px 5px 5px 0;
	vertical-align:top;
}
div.error{
	color:red;
}