/* ---------------------------------------------------------------------------------

                          Styles for VANTAGE RECRUITMENT
	   
---------------------------------------------------------------------------------- */

html {
	padding: 0px;
	margin: 0px;
	overflow: scroll;
	}

body {
	padding: 0px;
	margin: 0px;
	background: url(/persistent/templateimages/content_bg.jpg) top center repeat-y #eeeeee;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0
	}
	
#spacer {
	height: 15px;
}

a {
	color: #df1e3b;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #000;
}

img {
	border: none;
}

.contact {
	padding-top: 5px;
}

html>body .leftimages {
	margin-top:1px;
}

.leftimages {
	margin: 0;
	padding: 0;
	font-size: 0;
}


#flashcontent {
	width: 981px;
	margin: 0 auto;
	height: 430px;
	font: normal 12px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #fff;
}


/* ------------------------------------ HEADING STYLES ------------------------------- */


h1 { 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: #000000;
	display: inline;
	}
	
h2 { 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 28px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	display: inline;
	color: #df1e3b; 
	}


h3, blockquote { 
	font: normal 17px Tahoma, Arial, Helvetica, sans-serif;
	color:#666;
	text-align: left;
	padding: 4px 0px 5px 0px;
	margin: 4px 0px 5px 0px;
	display: block;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	text-align: center;
	
	}
*html h3,

*html blockquote { 
	padding: 2px 0px 10px 0px;
	margin: 2px 0px 10px 0px;
	display: block;
	line-height: 25px; }
	
h3 strong { 
	font-family: Georgia, Times New Roman, Georgia, Times, serif;
	font-size: 50px;
	position: relative;
	top: 15px;
	height: 20px;
	float: none;
	margin: 0px;
	padding: 0px 2px 0px 2px; }
	
h4 { 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 25px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	display: inline; 
	}
	
hr {
	height: 1px;
	border: dashed;
	color: #df1e3b;
}

html>body hr {
	width: 100%;
	border: none; 
	border-top: 1px dashed #df1e3b;
}

/* -------------------------------------- WRAPS --------------------------------- */

#bodywrapper {
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0px;
	min-height: 250px;
	margin-bottom: 50px;
}

#container {
	width: 990px;
	margin: 0 auto 0 auto;
}

/* -------------------------------------- HEADER --------------------------------- */

#header { 
	width: 990px;
	height: 122px; 
}

#header_logo { 
	width: 200px;
	height: 122px;
	float: left;
	text-align: left; 
}

/* -------------------------------------- TOP NAV ------------------------------ */

#navbar { 
	width: 600px;
	height: 122px;
	float: right;
	text-align: right;
	vertical-align: bottom; 
}
	
#navicons { 
	padding: 60px 0px 0px 0px;
	color: #5C8299;
	height: 25px;
	font: normal 11px Arial, Helvetica, sans-serif;
	}
	
a.naviconsHome { 
	color: #666;
	padding: 4px 4px 4px 30px;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	background: url(/persistent/templateimages/icons_top_home.jpg) center left no-repeat #FFFFFF; 
	}
	
a.naviconsSite { 
	color: #666;
	padding: 4px 4px 4px 30px;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	background: url(/persistent/templateimages/icons_top_site.jpg) center left no-repeat #FFFFFF; 
	}
	
a.naviconsEmail { 
	color: #666;
	padding: 4px 4px 4px 30px;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	background: url(/persistent/templateimages/icons_top_email.jpg) center left no-repeat #FFFFFF; 
	}
	
a.naviconsSearch { 
	color: #666;
	padding: 4px 0px 4px 30px;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	background: url(/persistent/templateimages/icons_top_search.jpg) center left no-repeat #FFFFFF; 
	}
	
a.naviconsHome:hover, a.naviconsSite:hover, a.naviconsEmail:hover, a.naviconsSearch:hover { 
	color: #df1e3b;
	text-decoration: none; 
	}
	
/* -------------------------------------- BTM NAV ------------------------------ */

#main_navbar{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	border-top: 1px solid #FFCCCB;
	padding: 10px 0px 30px 0px;
	text-align: right; 
	}

.mainNavItem { 
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #343E47;
	text-decoration: none; 
	}
	
.mainNavItemCurrent { 
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #df1e3b;
	text-decoration: none; 
	}
	
.mainNavItem:hover, .mainNavItemCurrent:hover { 
	color: #df1e3b;
	text-decoration: none; 
	}

/* -------------------------------------- HEADER END ------------------------------ */

#main_image {
	width: 990px;
	height: 217px;
}

/* ------------------------------------ CONTENT AREA ------------------------------ */

#main_content { 
	width: 980px; 
	height: 400px;
	min-height: 400px;
	padding: 10px;
	padding-right: 20px;
}

html>body #main_content {
	height: auto;
}
	
#main_content_home{ 
	width: 990px; 
	height: 400px;
	min-height: 400px;
	padding: 0px; 
}

html>body #main_content_home {
	height: auto;
}
	
	
#leftbar { 
	width: 198px;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}

#leftbar_resources { 
	width: 198px;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}

#body_content { 
	width: 602px;
	float: left;
	padding-left: 10px;
}

#body_content td, p, ul, li { 
	font: normal 12px/17px Arial, Helvetica, sans-serif;
	color: #333;
}

#body_content_resources { 
	width: 760px;
	float: right;
}

#body_content_jobsearch { 
	width: 760px;
	float: right;
}

iframe { 
	width: 760px;
	overflow-x: hidden; 
	overflow-y: scroll; 
	scrolling: auto;
} 

* html /*IE hack for IE 6 and before (not IE 7)*/#iframe {height: 541px;}




/* ------------------------------------- FOOTER -------------------------------- */
	
#footer { 	
	width: 990px;
	margin: 0 auto;
	border-top: 1px solid #eeeeee;
	padding: 10px 0px 0px 0px;
	height: 40px; }

.footer {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-align: right;
}

/* ------------------------------------- OTHER -------------------------------- */

#main_image {
	width: 990px;
	height: 217px;
	margin: 0 auto 0 auto;
}

/* ------------------------------------- NEWS -------------------------------- */


#right_bar { 
	width: 147px;
	height: 250px;
	min-height: 250px;
	background-image: url(/persistent/templateimages/news_bg.jpg);
	background-repeat: repeat-y;
	float: right;
	padding: 0;
	margin: 0;
	border: 1px solid #c5c5c5;
	font: normal 11px/17px Arial, Helvetica, sans-serif;
}

html>body #right_bar {
	height: auto;
}

#sideBarContentA { 
	font: normal 11px/17px Arial, Helvetica, sans-serif;
	padding: 10px; 
	}
	
#newsmanager{
	width: 147px;
}

.readmore {
}

/* ----------------------- JOB SEARCH ------------------------- */

/*.jobsearchBox {
	padding:0; 
	width: 198px;
	height: 218px;
	float: left;
	background-image: url(/persistent/templateimages/jobsearch_bg.jpg);
	background-repeat: no-repeat;
}
*/
/*html>body .jobsearchBox {padding:0; width:196px; border:1px solid #b8b6b7; background:#dadada}*/

#contact {
	float: left;
	padding-top: 230px;
}

/* html>body #contact {
	float: left;
	padding-top: 240px;
}
*/

/**:first-child+html #jobsearch_box {
	padding-top: 240px;
}*/


 #jobsearch_box {
 	width: 185px;
	margin: 0 auto;
	color: #fff;
	position: absolute; 
/*	top: 180px;*/
	font: normal 11px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #fff;
	float: left;
}
*:first-child+html #jobsearch_box {
/*	top: 160px;*/
}

.jobsearchFieldContainer {
	width: 185px;
	padding: 5px;
/*	float: right;*/
	margin: 0 auto;
}

*:first-child+html .jobsearchFieldContainer {
	width: 185px;
	padding: 5px;
/*	float: right;*/
	margin: 0 auto;
}

html>body .jobsearchFieldContainer {
	padding-left: 10px;
}


#jobsearch {
	font: normal 10px Verdana; 
	margin: 0;
}
#jobsearch label {
	color:#fff; 
	font-weight:bold;
}
.jobsearchHeader {
	text-align: left; 
	padding-top: 30px; 
	margin-left: 5px; 
	color:#221b08; 
	font: normal 11px arial, Verdana, Helvetica, sans-serif;
}

html>body .jobsearchHeader {
	margin-left: 12px; 
}

.jobsearchContent {
	padding:3px 0; 
	vertical-align:top;
/*	position: absolute; 
	left: 145px; 
	top: 190px;*/
}
.jobsearchContent select, .jobsearchContent input {
	width:190px; 
	font:normal 10px Verdana;

}
.jobsearchContent input {
	width: 184px;

}
.jobsearchButton { 
	margin:5px; 
	text-align:right

}
.jobsearchFooter {
	padding:5px; 
	background:#fff

}
.jobsearchFooter2 {
	border-top: 1px solid #999;

}

/* ----------------------- JOB SEARCH  END --------------------- */


