@charset "UTF-8";
/* CSS Document */

.red {
	background: #e29898;
	border-color: #bb4c4c;
}

*
{
	margin: 0px;
	padding: 0px;
	border: none;
}

body
{
	background-image: url("../images/body_bg.jpg");
	background-repeat: repeat-x;
	background-color: #c4ab7f;
	text-align: center;
}

a
{
	color: #23568b;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


#container
{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#header
{	
	text-align: left;	
	height: 157px;
	background-image: url("../images/header_bg.gif");
	background-repeat: repeat-x;
	padding-top: 6px;
}

#main-nav
{
	margin-right: 164px;
	height: 35px;
	text-align:right;
}

#content-container
{
	width: 698px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-left: 4px;
	background-image: url("../images/page_bg.gif");
	background-repeat: repeat-y;
}

#home-content
{
	width: 690px;
	background-image: url("../images/home_content_bg.jpg");
	background-repeat: no-repeat;
	padding: 20px 0px 0px 0px;
	margin-bottom: 10px;
}

#content-container
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #595959;
	line-height: 18px;
}

p {

	margin: 10px 0px 0px 0px;
}

#content-container li {
	list-style:none;
	margin-top:2px;
}

#content-container li a {
	font-weight:bold;
	color: #3775b2;
	text-decoration:underline;
}

#content-container li a:hover {
	text-decoration:none;
}

#content-container p.supporters
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #595959;
	line-height: 18px;
	width: 600px;
	margin: 10px 0px 0px 0px;
}

#sub-content
{
	width: 690px;
	background-image: url("../images/sub_content_bg.jpg");
	background-repeat: no-repeat;
	padding: 20px 0px 0px 0px;
	margin-bottom: 10px;
}

#sub-content h1
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #23568b;
	margin: 10px 0px 0px 25px;
}

#sub-content p
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #595959;
	line-height: 18px;
	width: 400px;
	margin: 10px 0px 0px 25px;
}

#left-home-content
{
	float: left;
	width: 380px;
	margin-left: 25px;
}

#left-home-content p, #left-home-content li, table
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #595959;
	line-height: 18px;
	width: 380px;
	margin: 10px 0px 0px 0px;
}

#left-home-content .blurb {
	font-size: 14px;
	line-height: 24px;
}
#left-home-content img.find
{
	display: block;
	margin: 40px 0px 12px 50px;
}
#feature {
	margin:6px 0;
}

#right-home-content
{
	width: 216px;
	float: right;
	margin-right: 22px;
	padding-top:18px;
}
#content-container #right-home-content p {
	font-size:11px;
	line-height: 16px;
}
#content-container #right-home-content h3 {
	color:#9dbed8;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
}
#right-home-content a {
	color:#3775B2;
	text-decoration:underline;
}
#right-home-content a:hover {
	text-decoration:none;
}
#right-home-content h4{
	margin:8px 0 0 0;
	padding:0;
	font-size:12px;
}

#right-home-content p {
	margin:0;
}
#right-home-content img.projects
{
	display: block;
	margin: 44px 0px 0px 54px;
}
#right-home-content img.find
{
	display: block;
	margin: 44px 0px 0px 70px;
}

#right-home-content img.learn
{
	display: block;
	margin: 20px 0px 0px 40px;
}

#phone-directory {
	margin:0 25px;
	width:260px;
	border: 2px solid #ccc;
	
}
#phone-directory td {
	margin:2px 0;
	border-bottom:2px solid #fff;
	padding:1px 3px;
	background: #f2f2f2;
}
#phone-directory .type {
	font-weight:bold;
}

#footer
{
	width: 698px;
	height: 80px;
	padding-left: 4px;	
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/footer_bg.gif");
	background-repeat: no-repeat;
}

#footer p
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: white;
	line-height: 14px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	text-align: right;
}

#footer img
{
	display: block;
	float: left;
	margin-top: 10px;
}

.clear-floats
{
	clear: both;
}

#content-container span.captn
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #595959;
	line-height: 18px;
}
