body {
	padding: 0px;
	margin: 0px;
 	/* background: #AFE6F8; */
	background: #FFF;
	font-family: Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size: 11px;
}
A:link
{
    COLOR: #003366;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: #003366;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #003366;
    TEXT-DECORATION: underline
}

/* ===== TOP NAV ===== */
#page_header { 
	margin-top: 20px;
	width: 760px;
	clear: both;
}
#page_logo {
	width: 360px;
	float: left;
	position: relative;
}
#page_info {
	width: 400px;
	float: left;
	position: relative;
	text-align: right;
	font-size: 14px;
	color: #999;
}

#top_nav {
	width: 760px;
	height: 45px;
	float: left;
	position: relative;
	line-height: 45px;
	clear: both;
	font-weight: bold;
}

#top_nav A:link {text-decoration: none; color: #076481;}
#top_nav A:visited {text-decoration: none; color: #076481;}
#top_nav A:active {text-decoration: none; color: #076481;}
#top_nav A:hover {text-decoration: underline; color: #076481;}

#top_nav ul {
	position: absolute;
	list-style: none;
	padding: 0;
	margin: 0 5 0 5;
	/*bottom: 10;*/
	right: 0;
}
#top_nav li {
	float: left;
	position: relative;
	font-size: 14px;
	/*font-weight: bold;*/
	/*height: 100px;
	line-height: 100px;*/
	text-align: center;
	cursor: default;
	background-color: #FFF;
	padding: 0 5 0 5;
	border-width: 1px 0;
}

#page_content { 
	width: 760px;
}

A.topnav
{
    COLOR: #FFFFFF;
    TEXT-DECORATION: none
}
A.topnav:hover
{
    COLOR: #FFFFFF;
    TEXT-DECORATION: underline
}
A.topnav:active
{
    COLOR: #FFFFFF;
    TEXT-DECORATION: underline
}
A.topnav:visited
{
    COLOR: #FFFFFF;
    TEXT-DECORATION: none
}

/* ===== CONTAINER ===== */
#container {
	margin: 0px;
}

/* ===== PAGE HEADER ===== */
#pageHeader {
	width: 740px; 
	/*background: #AFE6F8; */
	background: #8D4711;
	margin-top: 10px;
	margin-bottom: 5px;
}
#topNav {
	width: 740px; 
	/* background: #AFE6F8; */
	background: #8D4711;
	margin-bottom: 5px;
}
/* ===== MAIN CONTENT ===== */
#mainContent {
	width: 740px;
	padding-top: 10px;
	padding-bottom: 15px;
}

.submenu
{
    Z-INDEX: 10;
    VISIBILITY: hidden;
    POSITION: absolute
}
TD
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Verdana,Arial, Helvetica, sans-serif
}

.mission
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000000;
	font-size: 16px;
	line-height: 150%;
}

font.contactinfo
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 145%;
}


.body
{
    FONT-SIZE: 10px;
    COLOR: #000000;
    LINE-HEIGHT: 18px;
    FONT-FAMILY: Verdana,Arial, Helvetica, sans-serif
}

.heading {
	font-size: 16px;
	font-weight: bold;
}
.subHeading {
	font-size: 14px;
	font-weight: bold;
}

/* ===== ABOUT ===== */
.staffBio {
	width: 740px;
	border-bottom: 2px dotted #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.staffBio .staffPhoto {
	width: 200px;
	text-align: center;
}	
.staffBio .staffText {
	width: 540px;
}		

/* ===== CASE STUDIES ===== */
#caseStudies ul
{
	margin: 0;
	padding: 5px;
	list-style-type: none;
}
#caseStudies li { 
	margin: 0 0 .8em 0; 
	width: 100%;
}

/* ===== FORMS =====*/
.formLabel {
	text-align: right;
	vertical-align: top;
}
formInput {
	text-align: left;
}
.required {
	color: #CC0000;
}
.buttonSubmit
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    PADDING-BOTTOM: 2px;
    COLOR: #FFFFFF;
    PADDING-TOP: 2px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #076481;
}
.thanks {
	color: #CC0000;
	font-weight: bold;
	text-align: center;
	background-color: #FFF;
}

.systemMessage {
	color: #CC0000;
	font-weight: bold;
}