/****************************************************************************/
/****************************************************************************/
/* Base Styles */
/****************************************************************************/
/****************************************************************************/

* {
	padding: 0;
	margin: 0;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 1.5em;
}

body {
	font-size: 12px;
	background: #2f3f4b;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

/****************************************/
/* Page */
/****************************************/
#page_wrapper {
	margin-left: auto;
	margin-right: auto;
}

#page {}

#page_footer {
	background: url(../img/background/page_footer_right.jpg) bottom right no-repeat;
}

#page_footer img {
	vertical-align: bottom;
}

/****************************************/
/* Header */
/****************************************/
#header_wrapper {
	background: white;
	border-bottom: 4px #4D5A65 solid;
	padding-top: 20px;
}

#header {
	background: url(../img/background/header_bg.jpg) no-repeat;
	width: 918px;
	height: 50px;
	margin: 0 auto;
}

#header h2 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #20313E;
	padding: 22px;
	padding-top: 11px;
}

#header h2 img {
	vertical-align: middle;
	padding-bottom: 2px;
	padding-right: 10px;
}

/****************************************/
/* Content Wrapper */
/****************************************/
#content_wrapper {
	width: 918px;
	background: #ffffff;
	margin: 0 auto;
	color: #333333;
}

/****************************************/
/* Main Nav */
/****************************************/
#main_nav {
	background: #899299;
	padding: 5px 0;
}

#main_nav ul {
	padding-left: 20px;
}

#main_nav ul li {
	display: inline;
	list-style-type: none;
	color: white;
	padding: 0 10px;
}

#main_nav ul li a {
	color: #2F3F4B;
}

#main_nav ul li.selected a {
	font-weight: bold;
	text-decoration: underline;
}

#main_nav #project_nav {
	margin-top: 10px;
}

/****************************************/
/* Secondary Nav */
/****************************************/
#secondary_nav {
	background: #D2D6D8;
	border-top: 1px #4D5A65 solid;
	padding: 5px 0;
}

#secondary_nav .sec_nav_title {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #20313E;
	margin: 5px 0 7px 30px;
}

#secondary_nav ul {
	padding-left: 20px;
}

#secondary_nav ul li {
	display: inline;
	list-style-type: none;
	color: white;
	padding: 0 10px;
}

#secondary_nav ul li a {
	color: #4D5A65;
}

#secondary_nav ul li.selected a {
	font-weight: bold;
	text-decoration: underline;
}

#secondary_nav ul li.title {
	color: #33661A;
	font-weight: bold;
}

/****************************************/
/* Content */
/****************************************/
#content {
	min-height: 400px;
	padding: 20px 30px;
	padding-bottom: 50px;
}

#content_left {
	float: left;
	width: 575px;
}

#content_right {
	float: right;
	width: 250px;
	min-height: 300px;
}

/****************************************/
/* Footer */
/****************************************/
#footer {
	margin-bottom: 30px;
}

#copyright {
	text-align: center;
	margin: 3px 0;
	color: #999999;
	font-size: 10px;
}

