/*-----------------------------------------------------------------------------
Oevae Marketing Consultants - Reliant Web Site Style Sheet 

version:   1.5

author : oevae marketing consultants
email: creative@oevae.com
website: http://www.oevae.com
last update : 07/09/08


previous author:    max herholz
email:     max@soulsun69.com
website:   http://www.designory.com/
last update: 04/17/08
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/
/* Remove padding and margin */
* {
  margin: 0;
  padding: 0;
}


/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

ul {
	list-style: none;
}

body {
	background-color: #FFF;
	min-width: 780px;
}

/* #fed96d - YELLOW 
   #e2e9ee - lt blue
*/


/* =Layout
-----------------------------------------------------------------------------*/
#wrapper {
	width: 780px;
	position: relative;
	left: 50%;
	margin-left: -390px;
	margin-top: 2em;
}

/* =Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	background: #FFFFFF;
	text-align: left;
}

#title {
	padding: 0;
	margin: 0;
	width: 780px;
	height: 150px;
	position: relative;
	overflow: hidden;
}

#title span {
	/*float: left;*/
	display: block;
	background: url(../imgs/header.jpg) no-repeat;
	position: absolute;
	left: 0; top: 0; z-index: 1;
	width: 100%;
	height: 100%;
}

#header h1, h2, p {
	font-family: "Times New Roman", Times, serif;
	color: #1a3e75; /* DARK BLUE */
}

#header h1 {
	float:left;
	padding-top: 25px;
	font-size: 60px;
	font-weight: 500;
}

#header h2 {
	float:left;
	padding-top: 58px;
	padding-left: 10px;
	font-size: 24px;
	font-weight:500;
}

#header p {
	clear:both;
	padding-left: .4em;
	font-size: 14px;
	color: #274a78;
}

/* =mainNav
-----------------------------------------------------------------------------*/
#mainNav {
	width: 780px;
	height: 27px;
	background: #1a3e75 url(../imgs/mainNav.jpg) no-repeat;
	margin: 10px auto;
	padding: 0;
	position: relative;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
}	

#mainNav li{
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

#mainNav li, #mainNav a {
	height: 27px;
	display: block;
	text-decoration: none;
	line-height: 27px;
	color: #FFF;
	text-indent: -5000px;
}


#mainNav li a:visited{
	color: #FFF; /* YELLOW */
}

#mainNav li a:hover {
	color: #fed96d  /* YELLOW */
}


#home {left: 45px; width: 75px;}
#about {left: 170px; width: 95px;}
#services {left: 325px; width: 110px;}
#career {left: 495px; width: 75px;}
#contact {left: 630px; width: 100px;}

/* OVER SETTINGS */
#home a:hover {
	background: transparent url(../imgs/mainNav.jpg) -45px -27px no-repeat;
}

#about a:hover {
	background: transparent url(../imgs/mainNav.jpg) -170px -27px no-repeat;
}

#services a:hover {
	background: transparent url(../imgs/mainNav.jpg) -325px -27px no-repeat;
}

#career a:hover {
	background: transparent url(../imgs/mainNav.jpg) -495px -27px no-repeat;
}

#contact a:hover {
	background: transparent url(../imgs/mainNav.jpg) -630px -27px no-repeat;
}

/* SELECTED SETTINGS */
#homePage #home a {
	background: transparent url(../imgs/mainNav.jpg) -45px -27px no-repeat;
	cursor: default;
}

#aboutPage #about a {
	background: transparent url(../imgs/mainNav.jpg) -170px -27px no-repeat;
	cursor: default;
}

#servicesPage #services a {
	background: transparent url(../imgs/mainNav.jpg) -325px -27px no-repeat;
	cursor: default;
}

#careersPage #careers a {
	background: transparent url(../imgs/mainNav.jpg) -495px -27px no-repeat;
	cursor: default;
}

#contactPage #contact a {
	background: transparent url(../imgs/mainNav.jpg) -630px -27px no-repeat;
	cursor: default;
}

/* =mainBody
-----------------------------------------------------------------------------*/
#mainBody {
	float:left;
	margin-top: 10px;
	min-height: 460px;
	width: 780px;
	background: url(../imgs/tile.jpg) repeat-y;
}

#topBox {
	height: 10px;
	width: 780px;
	background: url(../imgs/topBox.jpg) no-repeat;
}

#botBox {
	float: left;
	height: 10px;
	width: 780px;
	background: url(../imgs/botBox.jpg) no-repeat;
}

#centerContent {
	width: 774px;
	margin-top: -7px;
	margin-left: 3px;
	height: 230px;
	background: url(../imgs/white.jpg) no-repeat;
	border-bottom: #999999 2px solid;
}

/* =subMenu
-----------------------------------------------------------------------------*/
#subMenu {
	width: 200px;
	height: 330px;
	float: left;
	display: inline; /* IE6 margin fix */
	margin-left: 20px;
	margin-top: 10px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #ffffff url(../imgs/subBackL.jpg) no-repeat;
}

#subMenu li a {
	display: block;
	margin-top: 10px;
	padding-left: 22px;
	width: 178px;
	height: 22px;
	line-height: 22px;
	list-style: none;
	text-decoration: none;
	color: #1a3e75; /* DARK BLUE */
	background: url(../imgs/arrow.png) no-repeat left center;
}

* html #subMenu li a {
	margin-left: -18px;  /* IE6 padding bug fix */
}

#subMenu li a:hover {
	background: #feeeb2 url(../imgs/overSubBtn.png); /* MED YELLOW */ 
}

#subMenu .currSub a, #subMenu .currSub a:hover {
	background:url(../imgs/arrowCurr.png) no-repeat;
	background-position: left bottom;
	color: #999999;
	cursor: default;
}

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

#content {
	width: 510px;
	float: left;
	display: inline; /* IE6 margin fix */
	margin-left: 25px;
	margin-right: 20px;
	font-family: Helvetica, Arial, sans-serif;
}

#content h2{
	clear:both;
	margin-top: 10px;
	padding: 10px 0px 10px 10px;
	margin-bottom: 15px;
	width: 500px;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: 500;
	color: #1a3e75; /* DARK BLUE */
	background-color: #e2e9ee;
}

#content h3 {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: large;
	font-weight: 600;
	color: #1a3e75; /* DARK BLUE */
}

#content h4{
	padding-top: 10px;
	padding-bottom: 3px;
	font-size: small;
}
	
#content p {
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	padding-bottom: 10px;
	line-height: 125%;
}

#content a {
	color: #1a3e75; /* DARK BLUE */
}

#content ul {
	list-style: disc;
	font-size: small;
	padding-left: 20px;
	padding-bottom: 10px;
}

#content li {
	line-height: 150%;
}

#content .noAddTxt {
	padding-bottom: 25px;
}

/* =footer
-----------------------------------------------------------------------------*/
#footer {
	width: 780px;
	margin-top: 20px;
	margin-right: -30px;
	padding-bottom: 40px;
	float: left;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	clear: both;
	font-size:x-small;
}

#footer a {
	font-size:x-small;
	text-decoration:none;
	color: #1a3e75; /* DARK BLUE */
}

#footer a:hover {
	color: #fed96d; /* LT YELLOW */
}