/* ===== global styles =====*/

Body {
	font-family: Georgia, serif;    /* default page font */
	background-image:url(images/_body_bg.jpg);
	margin: 0;
	padding: 0;
}



 h2 {
	  font-family: "Trebuchet MS", sans-serif;
	  font-size:10px;
	  margin: 15px 0 0 0;
	  
 }
 
 h3 {
	 font-family:Verdana, Geneva, sans-serif
	 font-size:12px;
	 margin: 15px 0 0 0;
 }
 
 p {
	font-family:Georgia, serif;
	margin: 0 0 0 10px;
 }

/* ===== content =====*/

#outerDiv {
	width: 770px;
	margin: 0 auto;
	
}



/* ===== header/menu =====*/

#header {
	height: 114px;
	position:relative;
	background-image:url(images/header_bg.png);
}

#logo {
	position:absolute;
	float:left;
	margin-top: 15px;
	margin-left:10px;
}

#menuBar {
	
	height:39px;
	overflow:hidden;
	border-top: 1px solid #217FC4;
	border-bottom:5px solid #000;
	position:relative;
	background:#14589F;
}

#menuBar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menuBar li {
    float: left;
    margin-left: auto;
	margin-top: 0;
    padding: 0;
	
}

#menuBar a.VD {
	font-family: "Trebuchet MS", sans-serif;
    display: block;
	height: 39px;
	width: 154px;
	color: #fff;
    text-decoration: none;
	text-align:center;
    position: absolute;
	padding: 0 0 0 0;
	line-height: 35px;
	margin-left: 0;
	background: url(images/topnav_sprite.png) no-repeat 0 -39px #14589F;
}

#menuBar a.features {
	font-family: "Trebuchet MS", sans-serif;
    display: block;
	height: 39px;
	width: 154px;
	color: #fff;
    text-decoration: none;
	text-align:center;
    position: absolute;
	padding: 0;
	line-height: 35px;
	margin-left: 155px;
	background: url(images/topnav_sprite.png) no-repeat 0 -39px #14589F;
}

#menuBar a.SS {
	font-family: "Trebuchet MS", sans-serif;
    display: block;
	height: 39px;
	width: 154px;
	color: #fff;
    text-decoration: none;
	text-align:center;
    position: absolute;
	padding: 0;
	line-height: 35px;
	margin-left: 310px;
	background: url(images/topnav_sprite.png) no-repeat 0 -39px #14589F;
}

#menuBar a.company {
	font-family: "Trebuchet MS", sans-serif;
    display: block;
	height: 39px;
	width: 154px;
	color: #fff;
    text-decoration: none;
	text-align:center;
    position: absolute;
	padding: 0;
	line-height: 35px;
	margin-left: 465px;
	background: url(images/topnav_sprite.png) no-repeat 0 -39px #14589F;
}

#menuBar a.contact {
	font-family: "Trebuchet MS", sans-serif;
    display: block;
	height: 39px;
	width: 154px;
	color: #fff;
    text-decoration: none;
	text-align:center;
    position: absolute;
	padding: 0;
	line-height: 35px;
	margin-left: 620px;
	background: url(images/topnav_sprite.png) no-repeat 0 -39px #14589F;
}

#menuBar a:hover {
	background-position: 0 0;
	
}

/* ===== main content =====*/

#content {
	position: relative;
	background-color:#fff;
	width: 770px;
}

#mainContent {
	float: left;
	margin: 0 auto;
    padding: 0 10px 20px 10px;
	background-color: #fff;
}

#mainContent h1 {
    font-size: 1.6em;
    font-weight: bold;
    color: black;
	margin: 10px 0 0 0;
}

#mainContent img {
	margin:4px 0 5px 0;
}

/* ===== miscellaneous styles ===== */

.clear {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
}


	
