body {
	background-color: #FFFFFF;
	font-size: 8pt;
	font-family: Verdana, Georgia, Trebuchet MS, Tahoma, Arial;
	color: #333333;
	padding: 0px;
	margin: 0px;
}

h1 {
	color: #2f4f88;
	line-height: 20px;
	font-size: 14pt;
	font-family: Verdana, Tahoma;
	font-weight: normal;
}
  
h2 {
  color: #d3a644;
  line-height:16px;
  font-size:12pt;
  font-family: Verdana, Tahoma;
  font-weight: normal;
  }
  

h3 {
  color:#2f4f88;
  font-size:8pt;
  font-family: Verdana, Georgia, Trebuchet MS, Tahoma, Arial;
  font-weight: bold;
  }

h4 {
  color:#000000;
  font-size:7pt;
  font-family: Verdana, Georgia, Trebuchet MS, Tahoma, Arial;
  font-weight: normal;
  line-height: 0px;
  }

img { border: 0; }

li {line-height: 14px;}

a {
	color: #2152f2;
	font-size: 8pt;
	text-decoration: none;
}

a:hover {
	color: #d3a644;
	text-decoration: none;
}

a:active {
	color:#2152f2;
}

a.leftnavmenu {
	color: #ffffff;
	font-size: 8pt;
	text-decoration: none;
}

a:hover.leftnavmenu {
	color: #d3a644;
	text-decoration: none;
}

a.hotbutton, a:visited.hotbutton {
	color: #2152f2;
	font-size: 11pt;
	line-height: 26px;
	font-family: Verdana, Georgia, Trebuchet MS, Tahoma, Arial;
	text-decoration: none;
}

a:hover.hotbutton {
	color: #d3a644;
	font-size: 11pt;
	font-family: Verdana, Georgia, Trebuchet MS, Tahoma, Arial;
	text-decoration: none;
}

a.footer, a:visited.footer {
	color: #9d9a9a;
	font-size: 8pt;
	text-decoration: none;
}

a:hover.footer {
	color: #d3a644;
	text-decoration: none;
}


a.credit {
	color: #9d9a9a;
	font-size: 7pt;
	text-decoration: none
}

a:hover.credit {
	color: #d3a644;
	text-decoration: none;
}

/*--------------- HEADER -----------------*/
#headerCont { 
	width: 100%;
	height: 70px;
}

#header {
	width: 908px;
	height: 66px;
	position: relative;
	border-bottom: 8px solid #2f4f88;
	font-size: 8pt;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	color: #9d9a9a;
}

#headerleft {
	width: 455px;
	height: 61px;
	float: left;
}
		#headerlogo1 {
			width: 287px;
			height: 61px;
			position: relative;
			top: 0px;
			left: 0px;
		}
		
		#headerlogo2 {
			width: 158px;
			height: 61px;
			position: relative;
			top: 0px;
			left: 0px;
		}

#headerright {
	width: 443px;
	float: right;
	padding: 49px 0 0 4px;
	text-align: right;
	position: relative;
}

/*-------------- CONTENT -----------------*/
#contentCont { 
	width: 100%;
}

#contentArea{
	width: 908px;
	height: 710px;
	margin-bottom: 0px;
}

#blueBar{
	width: 188px;
	height: 708px;
	background: #FFFFFF url(images/leftnavbg.gif) repeat-x;
	padding: 0px;
	float: left;
	border-left: 1px solid #2f4f88;
	border-right: 1px solid #2f4f88;
	border-bottom: 1px solid #2f4f88;
}

#semiCircle{
	height: 15px;
	position: relative;
	left: -1px;
	top: -4px;
	text-align: left;
}

#menuNav{
	height: 502px;
	text-align:left;
	padding: 2px;
	padding-left:10px;
	padding-top:20px;
}

#hotButtons{
	height: 174px;
	padding: 1 1 0 1;
}

#applyButton{
	height: 82px;
	width: 180px;
	padding-left: 5px;
	float: left;
	font-size: 8pt;
	font-family: Verdana, Georgia, Trebuchet MS, Tahoma, Arial;
	color: #333333;
	vertical-align: text-bottom;
}

#fbButton{
	height: 82px;
	width: 180px;
	padding-right: 5px;
	padding-top: 10px;
	float: right;
	font-size: 8pt;
	font-family: Verdana, Georgia, Trebuchet MS, Tahoma, Arial;
	color: #333333;
	vertical-align: text-bottom;
}

/*-------------- HOMEPAGE CONTENT ONLY -----------------*/
#hppic{
	width: 714px;
	height: 294px;
	padding: 0px;
	float: left;
}

#maincontent{
	width: 714px;
	height: 414px;
	padding: 0px;
	float: left;
	border-bottom: 1px solid #2f4f88;
}

#topcontent{
	width: 700px;
	height: 180px;
	padding-left: 10px;
	padding-bottom: 10px;
	float: left;
}

#hpWelcome{
	padding-left: 15px;
	height: 145px;
	text-align: justify;
}

#hpWelcomeImg {
	padding-top: 15px;

}
#whyIHimg, #hotJobsimg {
	padding-top: 10px;
}

#whyIH{
	width: 334px;
	height: 215px;
	padding: 0px;
	float: left;
}

#whyIHimg{
	width: 340px;
	height:40px;
	padding-left:10px;
	text-align:justify;
	float: left;
}

#whyIHcontent{
	padding-left:20px;
	text-align:left;
}
	
#hotJobs{
	width: 375px;
	height: 215px;
	padding: 0px;
	float: left;
	
}

#hotJobsimg{
	width: 340px;
	height:40px;
	padding-left:10px;
	text-align:justify;
	float: left;
}
	
#hotJobscontent{
	padding-left:20px;
	text-align:left;
}

/*-------------- end of HOMEPAGE CONTENT ONLY -----------------*/

/*-------------- SUBPAGE CONTENT -----------------*/
#subpagePic{
	width: 714px;
	height: 134px;
	padding: 0px;
	float: left;
	position:relative;
	z-index:5;
}
		
#subpageContent, #subpageContent2{
	width: 698px;
	height: 554px;
	padding: 10px;
	float: left;
	border-bottom: 1px solid #2f4f88;
}

#content{
	width: 718px;
	height: 708px;
	padding: 0px;
	float: left;
	list-style-image: url('images/bullet.gif');
}

#splistLeft{
	width: 395px;
	height: 525px;
	float: left;
	padding: 10px;
}

#splistRight{
	width: 270px;
	height: 539px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}

#spcolumnLeft{
	width: 325px;
	height: 525px;
	float: left;
	padding: 10px;
}

#spcolumnRight{
	width: 325px;
	height: 539px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}

#subpageBottom{
	width: 700px;
	height: 275px;
	float: left;
}

#subpageBottomcontent{
	height: 240px;
	text-align: justify;
}

#homeFlash {
	position:relative;
	z-index:5;
	}
	#homeFlash #landing { 
	text-align: center;
	height:294px;
	width:718px;
	}
	#homeFlash #landing p {
		padding-top:50px;
	}
	#homeFlash #landing p img {
		margin-top:5px;
	}
	
#subFlash {
	position:relative;
	z-index:5;
	}
	#subFlash #landing { 
	text-align: center;
	height:134px;
	width:718px;
	}
	#subFlash #landing p {
		padding-top:50px;
	}
	#subFlash #landing p img {
		margin-top:5px;
	}
/*-------------- end of SUBPAGE CONTENT -----------------*/
		
/*-------------- FOOTER -----------------*/
#footerCont {width: 100%;}

#footer{
	width: 910px;
	font-size: 8pt;
	font-family: Verdana, Georgia, Trebuchet MS, Tahoma, Arial;
	color: #9d9a9a;
	height: 20px;
	padding: 0px;
}

#footercopyright{
	padding-top: 10px;
	float: left;
	font-size: 7pt;
	font-family: Verdana, Georgia, Trebuchet MS, Tahoma, Arial;
	color: #9d9a9a;
}

#footernav{
	padding-top: 10px;
	float: right;
}