/*
----------------------------------------------------------------
	R E S E T
---------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight:normal;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {display:none;}

/*
----------------------------------------------------------------
	L A Y O U T / STYLES
---------------------------------------------------------------- */
body {
	font: 76%/normal Arial, Helvetica, sans-serif;
	background:#2C1A02 url("../_images/bg.jpg") repeat-x;
	color:#fff;
	margin-bottom:30px;
}


a {
	color:#fff;
	text-decoration:underline;
}

a:hover {
	color:#007199;/*00A5D1*/
	text-decoration:underline;
}

#container {
	width:960px;
	margin: 0 auto;
	position:relative;
}

#header {
	width:960px;
	position:relative;
	height: 90px;
	background:#000 url("../_images/line-dotted-710.gif") 100% 100% no-repeat;
	z-index: 3;
}

#logo a {
	width: 165px;
	height: 117px;
	display: block;
	position: absolute;
	top: 12px;
	text-indent: -9999px;
	background: transparent url("../_images/logo-best-client.gif") 0 0 no-repeat;
}

#logo-candidate a {
	width: 165px;
	height: 117px;
	display: block;
	position: absolute;
	top: 12px;
	text-indent: -9999px;
	background: transparent url("../_images/logo-best-candidate.gif") 0 0 no-repeat;
}

#content {
	width: 860px;
	height: 355px; /*420-65*/
	background: transparent url("../_images/bg-content.jpg") 0 0 no-repeat;
	padding: 65px 50px 0 50px;
	margin: 20px 0 10px 0;
	position: relative;
}

#content h1 {
	font-size:36px;
	font-weight:100;
	line-height:normal;
	text-shadow:0 2px 0 #00657F;
	margin: 0;
}

#content h2 {
	font-size:28px;
	font-weight:100;
	line-height:normal;
	text-shadow:0 2px 0 #00657F;
	margin: .2em 0 .5em 0;
}

#content p {
	font-size: 16px;
	width: 585px;
	line-height: 1.2;
}

#content #logo-box {
	width: 289px;
	height: 197px;
	background: transparent url("../_images/bg-box-shadow.png") 0 0 no-repeat;
	position: absolute;
	top: 100px;
	right: 30px;
}
#content #client-logo {
	width: 232px;
	height: 172px;
	position: absolute;
	display: block;
	top: 107px;
	right: 55px;
	background: white;
	z-index: 3;
}
#promo1 {
	width: 550px;/*600-50*/
	height: 130px;/*170-40*/
	background: transparent url("../_images/bg-promo1.gif") 0 0 no-repeat;
	padding: 20px 25px;
	float: left;
	margin: 0 10px 0 0;
}
#promo1 h3 {
	font-size:20px;
	font-weight:100;
	margin-bottom: 10px;
}
#promo1 p {
    font-size:12px;
	margin: .5em 0;
}
#promo1 #signature {
	margin-top: 10px;
}
#promo2 {
	width: 300px;/*350-50*/
	height: 130px;/*170-40*/
	background: transparent url("../_images/bg-promo2.gif") 0 0 no-repeat;
	padding: 20px 25px;
	float: left;
}
#promo2 h3 {
	color: #666;
	font-size: 20px;
}
#promo2 ul {
	margin-top: 10px;
}
#promo2 li {
	float: left;
}
#promo2 #logo-inavero {
	height: 65px;
	float: left;
	border-right: 1px solid #969487;
	width: 135px;
}
#promo2 #logo-inavero a {
	display: block;
	text-indent: -9999px;
	width: 103px;
	height: 49px;
	background: transparent url("../_images/logo-inavero.gif") 0 0 no-repeat;
	margin: 10px 0 10px 15px;
}
#promo2 #logo-careerbuilder a {
	display: block;
	text-indent: -9999px;
	width: 140px;
	height: 45px;
	background: transparent url("../_images/logo-careerbuilder.gif") 0 0 no-repeat;
	margin: 8px 0 10px 15px;

}
/*--footer --*/


#footer {
	width:960px;
	margin:0 auto;
	text-align:center;
	color:#fff;
	font-size:11px;
	clear:both;
	padding:20px 0;
	margin: 15px 0;
	float: left;
	background:transparent url("../_images/line-dashed.gif") 0 top repeat-x;
	position: relative;
	
}



