/*-----------------------------------------------------------------------------
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 : 12/04/17


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, 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;
}

/* =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: 260px;
	height: 330px;
	float: left;
	display: inline; /* IE6 margin fix */
	margin-left: 20px;
	margin-top: 18px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fef5d1  url(../imgs/subMenuBack.jpg) no-repeat;
}

/* IE6 fix */
* html #subMenu {
	padding-bottom: 10px;
	background: url(../imgs/subMenuBack.jpg) no-repeat;
}

#subMenu li a {
	display: block;
	margin-top: 10px;
	padding-left: 22px;
	width: 238px;
	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/overSubHome.png); /* MED YELLOW */ 
}

#subMenu li div {
	display: none;
}

#subMenu li:hover div { 
	display: block;
	width: 450px;
	height: 330px;
	position: absolute;
	top: 462px;
	left: 300px;
	background-color: #FFFFFF;
}

* html #subMenu li:hover div {
	top: 468px; /* IE6 fix */
}


#subMenu li div h3 {
	padding-top: .7em;
	padding-bottom: 10px;
	font-size: large;
	color: #1a3e75; /* DARK BLUE */
}

#subMenu li div p {
	padding-top: 10px;

	color: #000000;
	font-size: small;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 155%;
}


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

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

#content h3 {
	padding-top: .7em;
	font-size: large;
	padding-bottom: 10px;
	color: #1a3e75; /* DARK BLUE */
}
	
#content p {
	padding-top: 10px;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	padding-bottom: 10px;
	line-height: 155%;
}

#content p span {
	font-weight: bold;
}

#content .noAddTxt {
	padding-bottom: 25px;
}
#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;
}

/* =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 */
}