html, body {
	margin: 0;
	padding: 0;
	background-color: #f5f5f5;
	color: #5A5A5A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	font-size: 62.5%;
}

img{border: 0;}

#wrapper {
	width: 758px;
	margin: 0 auto;
	border: 1px solid #fff;
	border-width: 0 1px;
	
}

#topnav {
	height: 2.8em;
	line-height: 2.5em;
	background: #a1a1a1;
	text-align: right;
	font-size: 0.9em;
}

#topnav p {
	margin: 0;
	padding: 0 0 0 7px;
	float: left;
	color: #fff;
	font-size: 1.111em;
}
#topnav p strong {
	font-size: 1.1em;
}

#topnav ul {
	margin: 0;
	padding: 1px 7px 0 0;
}
#topnav li {
	display: inline;
	text-transform: uppercase;
	border-left: 1px solid #fff;
	padding-left: 8px;
	margin-left: 8px;
}
#topnav li.first {
	border-left: none;
}
#topnav li a, #topnav li a:hover {
	color: #fff;
	text-decoration: none;
}

#header {
	background: #fff;
	height: 156px;
}
#header #easi, #header #banner {
	height: 156px;
	width: 222px;
	float: right;
	background: url(/images/easi.png) 0 0 no-repeat;
}
#header strong, #header span {
	display: block;
	text-indent: -9999px;
}
#header #banner {
	width: 535px;
	background: url(/images/banner.jpg) 0 0 no-repeat;
	float: left;
}

/* ---- Navigation ---------------- */

#nav {
	background: #003063;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 1px solid #fff;
	border-width: 1px 0;
	height: 29px;
	background: url(/images/nav.gif) 0 -31px no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	position: relative;
	z-index: 100;
}
#nav li {
	background: #003063;
	height: 29px;
	margin-right: 1px;
	float: left;
	position: relative;
	z-index: 100;
}
#nav li#nCareers { margin-right: 0; }
#nav li strong {
	color: #fff;
	display: block;
	float: left;
	height: 29px;
	background: url(/images/nav.gif) 0 0 no-repeat;
	width: 50px;
	text-indent: -9999px;
	overflow: hidden;
}
#nav li#nAbout strong { 
	background-position: 0 0;
	width: 94px;
}
#nav li#nEngineering strong { 
	background-position: -95px 0;
	width: 154px;
}
#nav li#nSoftware strong { 
	background-position: -250px 0;
	width: 78px;
}
#nav li#nKnowledge strong { 
	background-position: -329px 0;
	width: 175px;
}
#nav li#nBrochures strong { 
	background-position: -505px 0;
	width: 172px;
}
#nav li#nCareers strong { 
	background-position: -678px 0;
	width: 80px;
}

#about #nav li#nAbout strong, #nav li#nAbout:hover strong, #nav li#nAbout.sfhover strong { background-position: 0 -31px; }
#engineering #nav li#nEngineering strong, #nav li#nEngineering:hover strong, #nav li#nEngineering.sfhover strong { background-position: -95px -31px; }
#software #nav li#nSoftware strong, #nav li#nSoftware:hover strong, #nav li#nSoftware.sfhover strong { background-position: -250px -31px; }
#knowledge #nav li#nKnowledge strong, #nav li#nKnowledge:hover strong, #nav li#nKnowledge.sfhover strong { background-position: -329px -31px; }
#brochures #nav li#nBrochures strong, #nav li#nBrochures:hover strong, #nav li#nBrochures.sfhover strong { background-position: -505px -31px; }
#careers #nav li#nCareers strong, #nav li#nCareers:hover strong, #nav li#nCareers.sfhover strong { background-position: -678px -31px; }

#nav li ul {
	background: #FFF2B5;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	left: -999em;
	top: 29px;
	border-top: 1px solid #fff;
	z-index: 100;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: 0;
}
#nav li li {
	background: #FFF2B5;
	height: auto;
	margin: 0;
	padding: 0;
	float: none;
}
#nav li li a {
	color: #003063;
	display: block;
	background: #FFE56B;
	border-bottom: 1px solid #FFF2B5;
	text-decoration: none;
	padding: 3px 7px;
}
#nav li li a:hover {
	color: #fff;
	background: #003063;
	border-bottom: 1px solid #003063;
}

#nav li#nAbout ul { width: 154px; }
#nav li#nEngineering ul { width: 198px; }
#nav li#nSoftware ul { width: 154px; }
#nav li#nKnowledge ul { width: 176px; }
#nav li#nBrochures ul { width: 173px; }
#nav li#nCareers ul { width: 145px; }
#nav li#nCareers:hover ul, #nav li#nCareers.sfhover ul {
	left: -65px;
}

/* ---- Subnav on interior pages -------- */

#about #nav li#nAbout, #engineering #nav li#nEngineering, #software #nav li#nSoftware,
#knowledge #nav li#nKnowledge, #brochures #nav li#nBrochures, #careers #nav li#nCareers {
	position: static;
}

#about #nav li#nAbout ul, #engineering #nav li#nEngineering ul, #software #nav li#nSoftware ul,
#knowledge #nav li#nKnowledge ul, #brochures #nav li#nBrochures ul, #careers #nav li#nCareers ul {
	background: #FDF9F0 none;
	position: absolute;
	width: 148px;
	left: 19px !important;
	top: 44px !important;
	border-top: 1px solid #fff;
	padding: 20px 5px 33px 6px;
	width: 148px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 1;
}

#about #nav li#nAbout ul li, #engineering #nav li#nEngineering ul li, #software #nav li#nSoftware ul li,
#knowledge #nav li#nKnowledge ul li, #brochures #nav li#nBrochures ul li, #careers #nav li#nCareers ul li {
	background: transparent none;
}
#about #nav li#nAbout ul a, #about #nav li#nAbout ul a:hover, 
#engineering #nav li#nEngineering ul a, #engineering #nav li#nEngineering ul a:hover,
#software #nav li#nSoftware ul a, #software #nav li#nSoftware ul a:hover,
#knowledge #nav li#nKnowledge ul a, #knowledge #nav li#nKnowledge ul a:hover,
#brochures #nav li#nBrochures ul a, #brochures #nav li#nBrochures ul a:hover,
#careers #nav li#nCareers ul a, #careers #nav li#nCareers ul a:hover {
	background: transparent none !important;
	border-bottom: 1px dashed #B1BCC5;
	color: #003063;
	padding: 8px 0 8px 10px;
}


.A1 .a1, .A2 .a2, .A3 .a3, .A4 .a4, .A5 .a5, .A6 .a6, .A7 .a7,
.E1 .e1, .E2 .e2, .E3 .e3, .E4 .e4, .E5 .e5, .E6 .e6, .E7 .e7,
.S1 .s1, .S2 .s2, .S3 .s3,.S4 .s4,.S5 .s5,
.K1 .k1, .K2 .k2, .K3 .k3, .K4 .k4,
.B1 .b1, .B2 .b2, .B3 .b3,
.C1 .c1, .C2 .c2, .C3 .c3 {
	background: transparent url(/images/orgdot.jpg) left center no-repeat !important;
}
.A1 .a1 a, .A2 .a2 a, .A3 .a3 a, .A4 .a4 a, .A5 .a5 a, .A6 .a6 a, .A7 .a7 a,
.E1 .e1 a, .E2 .e2 a, .E3 .e3 a, .E4 .e4 a, .E5 .e5 a, .E6 .e6 a, .E7 .e7 a,
.S1 .s1 a, .S2 .s2 a, .S3 .s3 a, .S4 .s4 a,.S5 .s5 a,
.K1 .k1 a, .K2 .k2 a, .K3 .k3 a, .K4 .k4 a,
.B1 .b1 a, .B2 .b2 a, .B3 .b3 a,
.C1 .c1 a, .C2 .c2 a, .C3 .c3 a {
	font-weight: bold;
	padding-left: 12px !important;
}

 .e8 a, .e9 a, .e10 a {padding-left:25px !important; }
 .E8 .e8 a, .E9 .e9 a, .E10 .e10 a {padding-left:25px;font-weight:bold;}
 .E8 .e8, .E9 .e9, .E10 .e10{background: transparent url(/images/orgdot.jpg) left center no-repeat !important;}

/* ---- Page Layout & Typography--------- */

#container {
	border-top: 14px solid #FECC51;
	background-color: #fff;
	position: relative;
}

#content {
	padding: 10px 19px 15px 214px;
}

/* h1 {
	margin: 0 0 30px;
	padding: 0 0 9px;
	color: #7C7C7C;
	font-size: 1.1em;
	background: url(/images/h-line.gif) -3px 100% repeat-x;
}
h1 strong {
	color: #003063;
	background: url(/images/bullet.gif) right center no-repeat;
	padding-right: 14px;
	margin-right: 5px;
}
h1 span {
	position: absolute;
	top: -5000px;
	left: -5000px;
} */

h2 {
	margin: 30px 0 20px;
	padding: 0;
	color: #7C7C7C;
	font-size: 1.1em;
}

#content h3 
{
	margin: 0 0 5px;
	padding: 0 0 9px;
	color: #7C7C7C;
	font-size: .9em;
	background: url(/images/h-line.gif) -3px 100% repeat-x;
	/* float: right; */
}

#content h3 strong
{
	color: #003063;
	background: url(/images/bullet.gif) right center no-repeat;
	padding-right: 14px;
	margin-right: 5px;
}

#content h3 span
{
	position: absolute;
	top: -5000px;
	left: -5000px;
}

#content h1 
{
	font-size: 1.5em;
}

#content ul, #content p {
	font-size: 1.1em;
}
#content ul ul {
	font-size: 1em;
}

#content ul, #content ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#content ul li {
	background: url(/images/square.gif) 4px 6px no-repeat;
	padding: 0px 3px 6px 20px;
}
#content ul ul {
	padding-top: 6px;
}
#content ul li li {
	background: url(/images/graysquare.jpg) 0px 6px no-repeat;
	padding: 0px 3px 5px 12px;
}

.floatImgRight
{
	float:right;
}

#footer {
	background: #A1A1A1 url(/images/footer.gif) 0 0 repeat-x;
	clear: both;
	text-align: right;
	color: #fff;
	padding: 7px 9px;
}

/* ---- Miscellaneous Pages ------------ */

#misc #content {
	padding-left: 69px;
	padding-bottom: 10px;
}
.sitemap ul li a, .sitemap ul li a:hover {
	color: #5A5A5A;
	text-decoration: none;
}
h1.withimg {
	margin-top: -51px;
}

h3.withimg {
	margin-top: -51px;
}
.topnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #7C7C7C;
	line-height: 1.8em;
	margin: 0 0 12px;
}

/* ---- Homepage ----------------------- */

#home #container {
	background: url(/images/bg-home.gif) 0 0 repeat-y;
}

#home h3 {
	background: transparent url(/images/star.gif) 0 2px no-repeat;
	margin: 0;
	padding: 0 0 0 9px;
}

#home h3 strong {
	display: block;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(/images/news.gif) 0 0 no-repeat;
}

#home p.more {
	margin: 0;
	padding: 4px 6px 0 0;
	text-align: right;
}

#news h3 {
	background-image: url(/images/greystar.gif);
}

#news h3 strong {
	background-image: url(/images/news.gif);
}

#news {
	border-top: 1px solid #fff;
	width: 150px;
	padding: 18px 14px 0 12px;
	float: right;
}
#news ul {
	margin: 0;
	padding: 0 0 0 7px;
	list-style: none;
}
#news li {
	margin: 0;
	padding: 15px 0 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#news li a, #testimonials a{
	color: #1e69ac;
	text-decoration: none;
}
#news li a span, #testimonials a span{
	color: #d6ac5f;
}

#home #content {
	width: 412px;
	padding: 0 1px;
	float: right;
}
#globe {
	width: 412px;
	height: 332px;
	padding-bottom: 15px;
}
#sidebar {
	width: 160px;
	border-left: 8px solid #fff;
	float: left;
}

#clients {
	padding: 20px 0 20px;
}

#clients h3 {
	background-position: 4px 2px;
	padding-bottom: 10px;
}
#clients h3 strong {
	background-position: 4px 0;
	background-image: url(/images/clients.gif);
}

#testimonials {
	padding: 16px 0 0 4px;
	background: url(/images/h-line.gif) 0 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

#testimonials h3 strong {
	background-image: url(/images/tstimonials.gif);
}

#testimonials img {
	margin: 13px 0 0 7px;
}

#testimonials p {
	padding: 4px 10px 0 0;
	margin: 0 0 0 7px;
}
#testimonials p.more {
	padding: 0 20px 0 0;
}


#twitter 
{
	padding: 10px 0 0 0px;
	background: url(/images/h-line.gif) 0 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

  

 #twitter h2
  {
	margin: 5px 0 0px;
	padding:0 0 8px 0;
	color: #1E69AC;
	font-size: 1.1em;
	font-weight:bolder;
	font-family:Tahoma;
}


#twitter img 
{
	margin: 0px 0 0 0px;
}

#twitter p 
{
	padding: 4px 10px 0 0;
	margin: 0 0 0 7px;
}
 

#btnConference { background-image: url(/Images/easi_callout.jpg); }


/* ---- Styles from Old Website ---- */

.onepx {
	font-size: 1px;
	font-style: normal;
	line-height: 1px;
}

.verd9px {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.ver11pxbldblue
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#003063;
}
.ver11pxblue
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#0000ff;
}
.ver11pxbldgry
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#7C7C7C;
}
.txtfield
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#545454;
	font-weight:normal;
}
.txtfield1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#545454;
	font-weight:normal;
	background-color:#ffffa0;
}
.ver11pxblddrkgry
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#646464;
}
.ver11pxbk
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:normal;
}
.ver11pxdarkblue
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#003063;
	text-decoration:none;
}
.ver10pxbk
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	font-weight:normal;
}
.ver11pxgry
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5A5A5A;
	text-decoration:none;
	font-weight:normal;
}

.TDHeight
{
	line-height:18px;	
	vertical-align:top;
	text-justify:auto;
}

.ver11pxbkbld
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;
}.arial12px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #1e69ac;
	text-decoration: none;
}
.arialblk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #565656;
	text-decoration: none;
}
.arial10pxblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #1e69ac;
	text-decoration: none;
}
.ver11pxbldskyb
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#2BA7E6;
}
.dropclas1
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#FFFFFF;
height:19px;
border-bottom:1px solid #003063;
border-top:1px solid #003063;
background-color:#003063;
}
.dropclas
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
height:20px;
font-weight:normal;
border-bottom:1px solid #fff2b5;
color:#003063;
background-color:#ffe56b;
}
.dropclas2
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
height:20px;
font-weight:normal;
border-bottom:1px solid #fff2b5;
color:#003063;
background-color:#ffe56b;
}
.ver9pxgry
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#7C7C7C;
}
input
{
	
	width:182px;
	height:17px;
	
}

/*
 *	Request Form
 */
fieldset.requestform { 
	border: 2px solid #EFEAE2;
	background: #F8F5F1;
	padding: 20px;
	margin: 17px;
}
fieldset.requestform div { clear: both; padding: 4px; }
fieldset.requestform div div { padding: 4px 0px; }
fieldset.requestform div.sm { text-align: center; font-size: 1.0em; color: #555; }
fieldset.requestform p { margin-top: 0; }
	/* Labels */
	fieldset.requestform label {
		width: 43%;
		text-indent: 5px;
		display: block;
		float: left;
		text-align: left;
		margin-right: 5px;
		height: 1.8em;
		line-height: 1.8em;
		background: transparent url(http://www.aerotek.com/images/labelarrow1.gif) right center no-repeat;
		background-repeat: no-repeat;
	}
	fieldset.requestform label.label2 { background-image: url(http://www.aerotek.com/images/labelarrow2.gif); }
	div.req label { font-weight: bold; }
	div.req label.noreq { font-weight: normal; }
	fieldset.requestform label.sublabel { background-image: none; }
	fieldset.requestform div.other { padding-left: 236px; }
	fieldset.requestform label span {
		display: block;
		text-indent: 5px;
	}
	fieldset.requestform table { width: 100%; }
	div.req td label { font-weight: normal; background-image: none; }
	fieldset.requestform label.full, fieldset.requestform .fullbox label, fieldset.requestform .fullradios label { width: auto; text-align: left; background: transparent none; }
	fieldset.requestform .fullbox label, fieldset.requestform .fullbox input {
		clear: left;
		width: 90%;
		float: none;
	}
	fieldset.requestform .fullbox .singlerow label, fieldset.requestform .fullbox .singlerow input {
		clear: none;
		width: auto;
		float: left;
	}
	fieldset.requestform .fullbox  div.radiobtns {
		width: auto;
	}
	fieldset.requestform .singlecheckbox input, fieldset.requestform .singlecheckbox label {
		width: auto;
		border: none;
		background-image: none;
		background-color: transparent;
		height: auto;
		font-size: 1em;
	}
	
	
	.radiobtns br {
		clear: left;
	}
	.radiobtns span label {
		height: auto;
		line-height: auto;
	}
	
	fieldset.requestform .fullradios div.radiobtns {
		clear: left;
		width: auto;
		float: none;
	}
	fieldset.requestform .fullbox label, fieldset.requestform .fullradios label {
		background: transparent url(http://www.aerotek.com/images/labellong1.gif) left bottom repeat-x;
		padding-right: 5px;
	}
	fieldset.requestform .fullbox label.label2, fieldset.requestform .fullradios label.label2 { background-image: url(http://www.aerotek.com/images/labellong2.gif); }
	fieldset.requestform .fullradios div.radiobtns label { display: inline; width: auto;
		clear: none;
		float: left;
		width: 80%; }
	fieldset.requestform .fullradios div.radiobtns label:hover { background-color: #fdfcfa; }
	
	/* Inputs */
	fieldset.requestform input, fieldset.requestform select, fieldset.requestform div.radiobtns {
		width: 48%;
		display: block;
		float: left;
	}
	fieldset.requestform input, fieldset.requestform textarea {
		border: 1px solid #999;
		background: #fff url(http://www.aerotek.com/Images/inputshadow.gif) no-repeat 0 0;
		background-repeat: no-repeat;
	}
	fieldset.requestform div.other input { width: 257px; } 
	/* Button */
	fieldset.requestform input.button, input.button, .calc input.button {
		width: auto;
		margin: 0 auto;
		float: none;
		background-color: #105C85;
		background-image: none;
		color: #fff;
		border: 1px solid #004e8a;
		border-color: #80aacb #004e8a #001d33 #004e8a;
		font-weight: bold;
		padding: 5px 15px;
	}
	/* Textarea */
	fieldset.requestform textarea { width: 90%; font-size: 1.2em; font-family: Verdana, Arial, sans-serif; padding-left: 2px; }
	
	/* Radio Button Sections, Labels & Inputs */
	fieldset.requestform div.radiobtns { clear: none; padding: 0; }
	fieldset.requestform div.radiobtns input {
		width: 1em;
		float: left;
		background: transparent none;
		border: none;
		display: block;
	/*	position: relative; */
		top: 2px;
	}
	fieldset.requestform div.radiobtns label {
		width: 80%;
		text-align: left;
		float: left;
		display: block;
		background: transparent none;
		font-weight: normal;
	}
	fieldset.requestform div.radiobtns.singlerow label {
		width: auto;
		display: inline;
		padding-right: 10px;
	}
	fieldset.requestform div.inlineoptions br { display: none; }
	
	
fieldset.requestform hr { height: 1px; color: #e4dccf; background-color: #e4dccf; margin: 10px 0 0; border: none; clear: both; }
/*  CheckBox  */
fieldset.requestform div.checkbox label{
		width:auto;
		text-align: left;
		float:none;
		display: block;
		background: transparent none;
		font-weight: normal;
		

}
 fieldset.requestform div.checkbox input{
width: 1em;
		
		background: transparent none;
		border: none;
		display: block;
/*		position: relative;*/
		top: 2px;

}
.mailClass
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#5A5A5A;
	text-decoration:none;
	font-weight:normal;
}