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

body, html{
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#FFF;
}

h1, h2, h3{
	color:#000080;
	font-weight:bold;
	margin:10px 0 8px 0;
	}
h1{font-size:18px;
	margin-bottom:15px;}
h2{font-size:16px;}
h3{font-size:14px;}
h4, h5{font-weight:bold;font-size:12px;margin:8px 0 5px 0;}

a:link, a:visited{
	color:#000;
	text-decoration:underline;
}

a:hover, a:active{
	text-decoration:none;
	color:#333333;
}

p{
	margin:8px 0 5px 0;
	line-height:1.1;
}




#page_container{width:100%;min-width:1050px;}
	#header{
		width:100%;
		background:url(images/header_repeatbg.gif) repeat-x #000080;
		}
	#header div{
		width:200px;
		height:97px;
		float:right;
		background:url(images/header_repeatbg_con.gif) repeat-x;
		margin:0;
		padding:0;
	}
	
	#header img {
		display:block;
	}
	
#col_container{width:100%;}
	#col_nav,#col_content{
		float:left;
	}
	
	#col_nav{
		width:196px;
	}
		#col_nav a:link, #col_nav a:visited{
			text-decoration:none;
		}
		
		#col_nav a:hover, #col_nav a:active{
			color:#666;
		}
		#col_nav ul{
			margin-left:40px;
			list-style-image:url(images/square-list.gif);
			list-style-type:square;
			list-style-position:inside;
		}
		#col_nav ul li{
			margin: 10px 0;
			list-style:inherit;
		}
		
		#col_nav ul li.on {
			list-style-image:url(images/square-list-on.gif);
		}
		
		#col_nav ul li a {
			margin-left:5px;
		}
	
	#col_content{
		width:600px;
		margin-bottom:100px;
		margin-left:40px;
	}
	
		#col_content p{
			margin-right:10px;
		}
	
		.align_left{
			width:50%;
			float:left;
		}
		
		.align_right{
			float:right;
		}
		
		#home_content{
			width:50%;
			margin:10px 10px 10px 0;
		}
		
	#col_contact{
		float:right;
		width:200px;
	}
		#contact_box{
			background:url(images/contact_box.gif) top left no-repeat;
			padding:10px;
			font-size:10px;
		}
		
		#contact_box p{
			margin:5px;
		}
	
	
#footer{
	height:80px;
	width:100%;
	text-align:center;
	font-size:10px;
	}
	
	#footer a:link, #footer a:visited, #footer a:hover, #footer a:active{
		color:#000080;
	} 
	
	#footer_nav ul li{
		display:inline;
	}
	
	#footer_copyright{
		color:#666;

	}
	
	
	
/* text styles**************************************************** */
	.quote{
		font-style:italic;
		color:#000080;
	}
	.quote_byline{
		font-size:10px;
	}
	
	
.contact_table{
	width:565px;
	border:1px solid #CCCCE6;
}
.box_1,.box_2{margin-bottom:0px;height:142px;}
.box_2{background-color:#CCCCE6;
		padding:3px 0;
		}
.text{
	padding:10px;
	width:270px;
	float:left;
}
.address{}
.directions{
	font-size:11px;
	}
.image{
	float:left;
}

.services_container{
	width:575px;
	clear:both;
	margin:10px;
}
.services_container img{
	display:block;
	float:left;
}
.services_container div{
	float:left;
	width:423px;
	height:120px;
	margin:0px;
}

.services_container div.partnerdiv{
	height:100%;
}

.partner_list{
	margin:8px 0 15px 10px;
}

.partner_list li{
	margin:3px;
}

.services_header{
	color:#FFF;
	background-color:#000080;
	padding:5px;
	margin:0px;
}
.services_desc{
	font-size:10px;
	margin-left:8px;
	}
.services_details{
	margin-left:8px;
	font-weight:bold;
}

.board_container{
	/*height:170px;*/
	margin:10px 0;
	width:523px;
	clear:both;
}
.board_header{
	background:#9999CD;
	padding:5px;
	color:000080;
	width:100%;
	border-top:solid thin #000080;
}
.board_desc{
	}
.board_desc img{
	display:block;
	/*float:left;*/
}
.board_desc div{
	width:350px;
	/*float:left;*/
	margin-left:8px;
}
.board_desc ul{
	margin-left:15px;
}
.board_desc li{
	list-style:disc;
}


.highlight_para{
	clear:both;
	margin: 15px 0px;
	color:#000080;
	font-weight:bold;
}

.donor_desc {
	margin-left:8px;
}

#employee_list{
	font-size:11px;
	clear:both;
	margin-top:25px;
}

#employee_list td, #employee_list th{
	padding:3px 5px;
}

#employee_list th{
	font-weight:bold;
	font-size:12px;
}

#employee_list .on{
	background-color:#9999CD;
}