/* RESET STYLES */
/* From Eric Meyer - http://meyerweb.com/eric/tools/css/reset/index.html */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, 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, ul,li,
dl, dt, dd, ol, 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;
}
body {
	line-height: 1;
}
ol, ul {
	
}
blockquote, q {
	quotes: none;
}
/* blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}*/

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET STYLES -------------------------------------------*/
body {
	font-family:arial, sans;
	font-size:11px;
	line-height:16px;
	text-align:center;
	background-color:#fff;
	color:#545454;
}
h1, h2 {
	font-family:tahoma, sans;
	font-size:24px;
	color:#4e4f4d;
	font-weight:normal;
}
h1 {
	margin-bottom:16px;
	line-height:24px;
}
h2 {
	margin-bottom:10px;
	font-size:18px;
}
h3 {
	font-family:tahoma, sans;
	font-size:18px;
	color:#90995f;
	font-weight:normal;
	margin-bottom:5px;
}
h4 {
	font-size:12px;
	margin-bottom:2px;
	/*border-bottom:1px solid #c8a08f;*/
	padding-bottom:1px;
	
}
li {
	/*background: url("/media/380/bullet.png") no-repeat 3px 2px;*/
	list-style-image: url("/media/380/bullet.png");
}
ul,ol {
	margin-left:35px;
	margin-bottom:10px;
}
a, a:visited {
	text-decoration:underline;
	color:#545e40;
}
a:hover {
	color:#a3b67c;
	text-decoration:none;
}
a.readmore {
	float:right;
	
	text-transform:uppercase;
	font-weight:bold;
	font-family:tahoma;
	font-size:10px;
	text-decoration:none;
	border:1px solid #999;
	padding-top:1px;
	padding-bottom:1px;
	padding-right:2px;
	padding-left:17px;
	display:block;
	color:#999;
	background: #fff url("/media/518/linkarrow_off.gif") no-repeat 1px 1px;
}
a.readmore:hover {
	background: #fff url("/media/523/linkarrow_on.gif") no-repeat 1px 1px;
	color:#424242;
border:1px solid #424242;
}

p {
	margin-bottom:10px;
	text-align:left;
}
#topBar {
	background: url("/media/22/topbar_bg.jpg") repeat-x; 
	font-family:tahoma, sans;
	font-size:20px;
	line-height:24px;
	font-weight:normal;
	color:#757575;
	margin:0px auto;	
	width:100%;
	height:48px;
}
#topBarContent {
	width:965px;
	padding-top:11px;
	margin:0px auto;
	text-align:right;
}
#logoBar {
	width:100%;
	margin:0px auto;
	height:125px;
	text-align:center;
	background: url("/media/27/header_bg.jpg") repeat-x bottom left;
}

#logoBarLogo {
	text-align:left;
	width:965px;
	padding-top:5px;
	margin:0px auto;
}
#menuBar {
	width:100%;
	margin:0px auto;
	text-align:center;
	background: url("/media/32/mainmenu_bg.jpg") repeat-x;
}
#menuBar a {
	margin-left:40px;
	margin-right:40px;
}
#contentWrap {
	margin:0px auto;
	width:965px;
	text-align:left;
	padding-top:17px;
}
#floatControl {
	width:965px;
	float:left;
}
#footerBar {
	width:100%;
	margin:0px auto;
	background: url("/media/37/footer_bg.jpg") repeat-x;
	height:32px;
	text-align:center;
	float:left;
	color:#9c9c9c;
	margin-top:15px;
}
#footerBar a {
	color:#9c9c9c;
}
#footerContent {
	margin:0px auto;
	width:956px;
	padding-top:9px;
}
#contactInfo {
	text-align:left;
	width:450px;
	float:left;
	
}
#copyrightLegal {
	width:450px;
	text-align:right;
	float:right;
}
/* Call Out Styles ----------------------- */
.callOut {
	background: url("/media/131/callout_sprite.png") repeat-x 0px -45px;
	margin-bottom:15px;
	width:100%;
	float:left;
	
}
.callOut .callOut_TL {
	background: url("/media/131/callout_sprite.png") no-repeat 0px 0px;
	height:10px;
	width:100%;
	float:left;
}
.callOut .callOut_TR {
	background: url("/media/131/callout_sprite.png") no-repeat right -10px;
	height:10px;
	width:8px;
	float:right;
}
.callOut .callOut_BL {
	background: url("/media/131/callout_sprite.png") no-repeat 0px -19px;
	height:10px;
	width:100%;
	float:left;
	
}
.callOut .callOut_BR {
	background: url("/media/131/callout_sprite.png") no-repeat right -30px;
	height:10px;
	width:8px;
	float:right;
}
.callOut_content {
	border-right:1px solid #e8e8e8;
	border-left:1px solid #e8e8e8;
	min-height:210px;
	padding-right:10px;
	padding-left:8px;
}
.callOut_content p, .callOut_content h2 {
	
	
}
.callOut_content h2 {
	
}
.callOut_content p {
	margin-bottom:5px;
}
.callOut_content ul {
	margin-left:20px;
}
.callOutHome {
	width:455px;
	float:left;
	margin-top:25px;
}
.indBlock {
	width:305px;
	margin-right:15px;
	float:left;
	text-align:justify;
	line-height:14px;
}

.indBlock.careers {
	width:225px;
}
.indBlock img {
	width:78px;
	height:78px;
	border:1px solid #c1c1c1;
	margin-right:6px;
	margin-bottom:3px;
	float:left;
}
.indBlock h3 {
	/*margin-bottom:5px;*/
}
.indBlockHome {
	width:225px;
}
/*--Sub Page Elements -----------------*/
#subContent {
	width:720px;
	float:left;
	text-align:left;
	margin-right:30px;
}
#subContent img {
	border:1px solid #999;
	margin-right:7px;
	margin-bottom:7px;
}
#subContent .indBlock {
	margin-bottom:15px;
}
#subContent img.plus {
	border:0px;
	
	margin:0px;
	margin-right:4px;
	margin-top:3px;
}
#subRightSide {
	float:left;
	width:215px;
}
#subRightSide h3 {
	font-size:16px;
	margin-bottom:10px;
}
ul.subNav {
	margin-bottom:20px;
	margin-left:29px;
}
ul.subNav a {
	color:#999;
	color:#90995f;
	color:#6a7146;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background: url("/media/380/bullet.png") no-repeat -13px 4px;
}
ul.subNav a:hover {
	color:#333;
}
ul.subNav li {
	margin-bottom:4px;
}

table.contactForm {
	background-color:#f8fcf1;
	width:90%;
	margin-left:15px;
	margin-top:5px;

	border:1px solid #ccc;
}
table.contactForm td {
	padding:5px;
	vertical-align:top;
}
.notSeen {
	display:none;
}
#subContent .indBlock {
	width:340px;
}
.jobTitle {
	border-bottom:1px solid #c8a08f;
	margin-top:20px;
}
.jobDate {
	font-size:14px;
	color:#898989;
}
.applyLink {
	text-align:right;
	font-size:14px;
	float:right;
}
.applyLink a {
	color:#914220;
	text-decoration:none;		
}

.dropOut {
	display:none;
	margin-bottom:10px;
}
.dropOutBox {
	
}
a.dropOutBox {
	font-weight:bold;
	font-size:12px;
	display:block;
	margin-bottom:7px;
}

/*   CLIENT LOGIN   */

div#loginContent div#headerFormLoginContainer p { text-align: right; }
div#loginContent #aspnetForm * { font-size: 14px; }

div#loginContent h1.clientHeading { width: 965px; height: 100px; padding: 0; position: relative; }
div#loginContent h1.clientHeading span { width: 100%; height: 100%; position: absolute; background: url(/media/8085/client-login-logos.jpg) no-repeat; }
div#loginContent h1.clientHeading span.johnson { background-position: 0 0;  }
div#loginContent h1.clientHeading span.xwave { background-position: 0px -100px;  }
div#loginContent h1.clientHeading span.stratos { background-position: 0px -200px;  }

div#loginContent h2, div#loginContent h3, div#loginContent h4 { font-family: Helvetica, Arial, Verdana, sans-serif; }
div#loginContent h2 { font-size: 24px; font-weight: bold; }

div#loginContent table.consultants tr th { font-size: 14px; padding: 6px; background: #CCC; }
div#loginContent table.consultants tr td { vertical-align: top; padding: 10px; }





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h4 {
font-size:12px;
	margin-bottom:2px;
	/*border-bottom:1px solid #c8a08f;*/
	padding-bottom:1px;
text-align:left;
}


