@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

html, body {
	background: #efefef fixed center top;
	font-family: helvetica, arial, san-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
	height: 100%;
}

a {
	color: #000;
	border-bottom: 1px dotted #333;
	text-decoration: none;
}

a:hover {
	color: #642118;
	border-bottom: 1px solid #333;
	text-decoration: none;
}

#header_bar {
	height: 30px;
	width: 100%;
	background-color: #000;
	z-index: 0;
}

#page {
	position: relative;	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

#container {
	width: 975px;
	text-align: left;
	margin: 0 auto;
}

#header {
	width: 965px;
	height: 110px;
	margin: 0 auto;
}

#logo {
	padding-top: 15px;
	width: 365px;
}

#logo a {
	border: 0 none;	
}

#header_box {
	color: #f0f0f0;
	background-color: #642118;
	width: 525px;
	height: 110px;
	padding: 10px;
	position: relative;
	top: -127px;
	left: 400px;
}

#mission_statement {
	text-align: left;
	margin-top: 30px;
	font-size: 15px;
	font-weight: lighter;
	height: 80px;
}

#page_title {
	position: absolute;
	bottom: 10px; 
	padding-left: 2px; 
	font-size: 25px; 
	font-weight: normal;
}

#footer {
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
}

#footer_center {
	width: 965px;
	margin: 0 auto;
}

#copyright {
	color: #ccc;
	position: relative;
	width: 365px;
	top: 40px;
}

#footer_box {
	background-color: #642118;
	width: 525px;
	height: 25px;
	position: relative;
	left: 400px;
	padding: 10px;
}

#footer_bar {
	position: absolute;
	bottom: 0px;
	height: 25px;
	width: 100%;
	background-color: #000;
	z-index: 0;
}

#section_nav {
	color: #642118;
	font-size: 18px;
	font-weight: bold;
	width: 365px;
	text-align: right;
	float: left;
}

#section_nav a {
	color: #666;
	text-decoration: none;
	border-bottom: 0 none;
	margin-right: 15px;
}

#section_nav a:hover {
	color: #642118;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

#section_nav li {
	margin: 10px 0;
}

#subnav_links {
	font-size: 13px;
	margin-bottom: 15px;
	font-weight: bold;
}

#subnav_links .selected {
	color: #642118;
}


#subnav li {
	margin: 5px 0;
}

#section_nav .selected {
	padding-right: 15px;
	background: url(/images/selected.gif) right no-repeat;
}

#section_nav .selected a {
	margin-right: 0px;
	color: #642118;
}

#main_content {
	color: #111;
	width: 545px;
	position: relative;
	margin-left: 40px;
	float: left;
	padding: 0px; 
	font-size: 13px;
	margin-bottom: 70px; /* large bottom margin needed for footer */
}

#main_content ul {
	padding-left: 15px;
}

#main_content li {
	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: 5px;
}

h1 , h2, h3, h4 {
	margin: 3px 0 9px 0;
}

h5 {
	font-size: 12px;
	margin: 0;	
}

p {
	margin-bottom: 9px;
	line-height: 135%;
}

.project {
	padding: 15px 0px 20px 0px;	
	/*border-top: 1px solid #ccc;*/
}

.project p {
	font-size: 13px;
	margin-bottom: 8px;
	line-height: 125%;
}

.project_img {
	width: 160px;
	text-align: left;
	vertical-align: middle;
}

.project_img img, .project_img a {
	border: 0;	
}

.project_desc {
	vertical-align: middle;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
}

.nav_link {
	font-size: 12px;
	padding-bottom: 25px;
}

.small {
	font-size: 12px;	
}

.form_group {
	margin: 10px 0;	
}

.features_img {
	width: 200px;
	font-size:10px;
	padding-bottom: 15px;
}

.features_desc {
	vertical-align:middle;
	padding-left: 10px;
	padding-bottom: 15px;
}

.caption {
	font-size: 10px;	
}