@charset "utf-8";
/* CSS Document */

body  {
	font: 100% "Times New Roman", Times, serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000066;
}
.twoColFixLtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/leftblue.jpg); background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #ffffff; padding: 10px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 198px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #EBEBEB; */ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 198px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 0px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	background:#ffffff; padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */	
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



#nav { text-align:center; }
.navsep { float:left; }
.home a { float:left; display: block; background: url(images/nav-home-dbl.gif) top; width: 50px; height: 19px; text-decoration:none; }
.home a:hover { background: url(images/nav-home-dbl.gif) no-repeat bottom; }
.about a { float:left; display: block; background: url(images/nav-about-dbl.gif) top; width: 171px; height: 19px; text-decoration:none; }
.about a:hover { background: url(images/nav-about-dbl.gif) no-repeat bottom; }
.talent a { float:left; display: block; background: url(images/nav-talent-dbl.gif) top; width: 170px; height: 19px; text-decoration:none; }
.talent a:hover { background: url(images/nav-talent-dbl.gif) no-repeat bottom; }
.client a { float:left; display: block; background: url(images/nav-client-dbl.gif) top; width: 170px; height: 19px; text-decoration:none; }
.client a:hover { background: url(images/nav-client-dbl.gif) no-repeat bottom; }
.hotjobs a { float:left; display: block; background: url(images/nav-hotjobs-dbl.gif) top; width: 94px; height: 19px; text-decoration:none; }
.hotjobs a:hover { background: url(images/nav-hotjobs-dbl.gif) no-repeat bottom; }
.testimonials a { float:left; display: block; background: url(images/nav-testimonials-dbl.gif) top; width: 137px; height: 19px; text-decoration:none; }
.testimonials a:hover { background: url(images/nav-testimonials-dbl.gif) no-repeat bottom; }
.ekr a { float:left; display: block; background: url(images/nav-ekr-dbl.gif) top; width: 159px; height: 19px; text-decoration:none; }
.ekr a:hover { background: url(images/nav-ekr-dbl.gif) no-repeat bottom; }

.contact a { float:right; display: block; background: url(images/contactcorner-dbl.gif) top; width: 89px; height: 19px; text-decoration:none; }
.contact a:hover { background: url(images/contactcorner-dbl.gif) no-repeat bottom; }



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
		float: right; margin-left: 8px; }
.fltlft { /* this class can be used to float an element left in your page */
		float: left; margin-right: 8px; }
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
		clear:both; height:0; font-size: 1px; line-height: 0px; }

.content1 { font-size:13px; border:none; padding:0px 0px 0px 20px; }
.content2 { position:relative; top:-51px; padding:0px 0px 0px 17px; }
.content3 { border-left:#000033 2px solid; margin-left:30px; padding:0px 145px 12px 9px; font-size:14px; }
.content4 { border-left:#000033 2px solid; margin-left:150px; padding:0px 25px 12px 9px; font-size:14px; }
.content5 { width:406px; position:relative; top:-225px; border:none; padding:0px; font-size:14px; z-index:5; }
.content6 { width:406px; position:relative; left:401px; top:-537px; border:none; padding:0px; font-size:14px; overflow:visible; z-index:6; }
.content7 { position:relative; top:-477px; border:none; margin-left:55px; width:369px; font-size:14px; float:left; }
.content8 { position:relative; top:-73px; border:none; margin-left:63px; width:443px; font-size:14px; }
.content9 { border-left:#000033 0px solid; margin-left:30px; padding:0px 155px 12px 9px; font-size:14px; }
.content10 { border-left:#000033 0px solid; margin-left:190px; padding:0px 0px 12px 39px; font-size:14px; }
/* .content11 { padding:0px; font-size:13px; font-size:16px; font-weight:bold; float:left; } */
.content11 { position:relative; left:-33px; top:-53px; border:none; padding:0px 119px 10px 0px; font-size:13px; }
.content12 { width:664px; border:none; padding:0px; font-size:13px; }
.content13 { position:relative; top:-21px; border:none; padding:0px 333px 10px 14px; font-size:13px; }
.content14 { position:relative; top:-10px; border:none; padding:0px 272px 10px 84px; }

.text1 { font-size:1px; line-height:1px; }
.text2 { font-size:2px; line-height:2px; }
.text3 { font-size:3px; line-height:3px; }
.text4 { font-size:4px; line-height:normal; }
.text5 { font-size:5px; line-height:normal; }
.text6 { font-size:6px; line-height:normal; }
.text7 { font-size:7px; line-height:normal; }
.text8 { font-size:8px; line-height:normal; }
.text9 { font-size:9px; line-height:normal; }
.text10 { font-size:10px; line-height:normal; }
.text11 { font-size:11px; line-height:normal; }
.text12 { font-size:12px; line-height:normal; }
.text13 { font-size:13px; line-height:normal; }
.text14 { font-size:14px; line-height:normal; }
.text16 { font-size:16px; line-height:normal; }
.text18 { font-size:18px; line-height:normal; }
.text20 { font-size:20px; line-height:normal; }
.text23 { font-size:23px; line-height:normal; }
.text24 { font-size:24px; line-height:normal; }
.text28 { font-size:28px; line-height:normal; }
.text32 { font-size:32px; line-height:normal; }
.text38 { font-size:38px; line-height:normal; }
.text58 { font-size:58px; line-height:normal; }

.title1 { font-size:18px; font-weight:bold; }
.title2 { font-size:20px; font-weight:bold; }
.title3 { font-size:24px; font-weight:bold; }
.title4 { font-size:32px; font-weight:bold; }
.title5 { font-size:40px; font-weight:bold; }


.link1 { font-weight:bold; }
.link1 a { text-decoration:underline; }
.link1 a:hover { text-decoration:none; }

<!--[if IE 5]> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 198px; }

<!--[endif]-->
<!--[if IE]>

/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

<!--[endif]-->

