/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#FFFFFF;
	text-align:center;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}

small {font-size:12px;}

html, input, textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.813em;
	line-height:1.385em;
	color:#5e6872;
}

input, select { vertical-align:middle; font-weight:normal;}

a {
	color:#deab2e;
	text-decoration:underline;
}
a:hover{text-decoration:none;}
.textStyle1 {
	color:#7496b7;
	/*text-decoration:underline;*/
}
.textStyle1:hover{
	text-decoration:none;
}
/* css 101 don't name a class a color */
.textStyle2{
	color:#404952;
	font-weight:bold;
	line-height:1.692em;
	text-decoration:underline;
}
.textStyle2:hover{
	text-decoration:none;
}

p {padding-top:20px;}
strong{
	font-size:1.154em;
	line-height:1.538em;
	color:#7496b7;
	font-weight:normal;
}
h1 {
	margin-top: 20px;
	font-size: 1.5em;
	line-height: 1.7em;
	color:#333333;
	padding:0 0 0 10px;
	}
h2 {
	margin-top: 0;
	font-size: 1.25em;
	line-height: 1.7em;
	color:#0093D1;
	}
.column-2 h2 {
	padding:0 0 0 10px;
	}
h3 {
	margin-top: 0;
	font-size: 1.25em;
	line-height: 1.7em;
	color:#C18400;
	}
h4 {
	margin-top: 0px;
	font-size: 1em;
	line-height: 1.7em;
	color:#333333;
	}
cite{
	font-size:1.154em;
	line-height:1.47em;
	color:#c18400;
}
b, strong { color:#404952;font-weight:bold; }

/* ============================= main layout ====================== */

.imgindent {margin:0 30px 0 0; float:left;}
.imgindent2 {margin:0 15px 0 0; float:left}
.imgindent3 {margin:0 20px 0 0; float:left}
.column-2 .imgindent {margin:0 19px 0 0; float:left;}
.padding1{
	padding-top:37px;
}
.padding2{
	padding-top:18px;
}
.padding3{
	padding-top:11px;
}
.padding4{
	padding-top:27px;
}

.line-height{ line-height:1em; }

/* ============================= header ====================== */
#branding {clear:both;height:99px;}

.logo{
	height:99px;
	overflow:hidden;
	width:380px;
	float:left;
}
.logo img{ margin-top:11px;}

#icons-global {float:right;margin:15px 0 0;}
#icons-global li {float:left;display:block;}
#icons-global li a {padding:0 3px;}
	
.banners{
	background:url(../images/bg-top.jpg) no-repeat;
	height:332px;
}
.logo img{ margin-top:11px;}
	
.banners2{
	background:url(../images/bg-top-1.jpg) no-repeat;
	height:332px;
}
.logo img{ margin-top:11px;}
	
.banners3{
	background:url(../images/bg-top-3.jpg) no-repeat;
	height:332px;
}
.logo img{ margin-top:11px;}
	
.banners4{
	background:url(../images/bg-top-2.jpg) no-repeat;
	height:332px;
}
.logo img{ margin-top:11px;}
	
.banners5{
	background:url(../images/bg-top-4.jpg) no-repeat;
	height:332px;
}

.menu{
	padding-left:38px;
	height:58px;
	background:url(../images/menu-bg.jpg) repeat-x; 
}
.menu li{
	float:left;	
}
.menu  a {display:block;margin-right:19px;}
	
.menu li ul li a {
	display: block;
	color:#F4F4F4;
	text-decoration:none;
	width:145px;
	font-size:9pt;
	font-weight:bolder;
	padding:5px 0 5px 5px;
	}
.menu a:hover, .menu a.sfhover {
	color:#4E5153;
	background:#D5DCE0;
	}
.menu li ul li { /* all list items */
	width: 150px;
	  /*width needed or else Opera goes nuts */
	border:1px solid #8696A5;	
	border-width:0 1px 0 0;
	}

.menu li ul { /* second-level lists */
	position: absolute;
	z-index:2;
	width: 150px;
	background:#028CCA;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}
.menu li ul li {	
	border:1px solid #cccccc;	
	border-width:2px 0 0;	
	line-height:17px;
	}

.menu li ul a {
	font-size:7pt;
	font-weight:bold;
	}
.menu li ul a:hover, .menu li ul a.sfhover {	
	color:#777777;
	background:#EEEEEE;
	}	

.menu li:hover ul, .menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}
	
.menu .last{ 
	margin-right:0px;
}
/* ============================= content ====================== */
.column-1{
	padding:0 35px 20px 10px;
}
.column-4{
	padding:0 61px 20px 10px;
}
.title{	
	border-bottom:solid 2px #dbdbdb;
	/*padding:38px 0 0 10px;*/
	margin-bottom:25px;
}
.padding30{
	padding-top:30px;
}
.extra{	
	padding-top:55px;
}
.cont{
	padding:0 2px 0 10px;
}

.box1, .pad-box2{
	padding:20px 26px 20px 26px;
}
.width100{ width:100%; position:relative; }
.box2{ background:#e4eaf0; } /*url(../images/box2-tail-top.gif) repeat-x top */
.box1{ background:url(../images/box-tail-top.gif) repeat-x top #eee9e2; margin-bottom:4px;}
/*.column-2 .title{	
	padding:26px 0 0 10px;
}*/
/****************************************************************/
.link, #sharethis_0 {
	display:block;
	background:url(../images/link-left-bg.gif) left no-repeat ;
	float:right;
	line-height:1em;
	font-size:0.917em;
	text-decoration:none;
	margin-top:15px;
	color:#7496b7;
}

#sharethis_0 a {
	line-height:1em;
	color:#7496b7;
	text-decoration:none;
	font-size:1.2em;
	display:block;
	}

.link:hover, #sharethis_0:hover{
	text-decoration:underline;
}
.link span, #sharethis_0 a {
	display:block;
	background:url(../images/link-right-bg.gif) right no-repeat !important;
	padding:0 12px;
}
.link strong, #sharethis_0 a span {
	font-weight:normal;
	display:block;
	background:url(../images/link-bg.gif) repeat-x;
	padding:2px 5px;
}

#sharethis_0 a span {padding:4px 5px;}

.box1 .link strong {
	color:#c18400;
}
.box1 .link {
	color:#c18400;
}
/* ============================= footer ====================== */

#footer{
	border-top:solid 4px #d3d3d3;
	margin-top:2px;
	color:#5e6872;
	font-size:0.923em;
}
#footer a{
	color:#5e6872;
}
#footer li{
	border-right:solid 1px #e4b848;
	padding:0 22px;
	list-style:none;
	display:inline;
	font-size:1.083em;
}
#footer li.last-li{
	border:none;
}
#footer ul a{
	color:#5e6872;
	text-decoration:none;
	
}
#footer ul a:hover{
	text-decoration:underline;
}
#footer ul{ padding:25px 0 10px 0; }

/* ============================= page2 ====================== */
#content li{	
	line-height:1.692em;
}
.col-1 ul{ padding-right:25px; }

/* ============================= page4 ====================== */

#page4 .box2 .col-2 img{ margin-right:15px; }

/* ============================= page5 ====================== */
#page5 .col-1{padding-right:23px; }


/* ============================= Contact Us ====================== */
.page-id-50 .col-1{padding-right:10px; }
.page-id-50 .col-2{padding-left:5px; }
.page-id-50 .column-1 .title {margin-bottom:15px;}
.phone, .phone2{
	float:right;
	padding-right:45px;
}
.entry h1,
.entry .cont {padding-left:0;}
.phone2{ padding-right:58px;}
/* ============================= forms ============================= */

/*
#ContactForm .rowi {height:33px;}

.input {width:175px; height:18px; border:1px solid #FFFFFF; background:none; padding:0 0 0 5px; font-size:1em;}
textarea {width:193px; height:122px; border:1px solid #FFFFFF; background:none; padding:0 0 0 5px; overflow:auto; font-size:1em;}
*/



/* ============================= wordpress ============================= */

.commentlist {list-style:none;}

.commentlist p {padding:0 0 20px 0;}

#home .column-1 ul a,
#home .column-1 p strong {color:#7496B7;font-weight:normal;}

ol {margin:20px 0 10px 0;}
ol li {margin-bottom:10px;}

.post {margin-bottom:40px;}

.page .entry {padding-left:0;}

.screen-reader-text {display:none;}
.post .title, .widget .title, .search .title, .home #aeblog .title {padding:0;margin:0 0 3px 0;}
.home #aeblog .title {margin:0 0 20px 0;}
.post h1, .post h1 a {color:#404952;}
.post h1 a {text-decoration:none; }
.post small a {text-decoration:none;color:#5E6872;}

textarea#comment {width:510px; }

.widgettitle {padding:10px 0 0 0;}

#aeblog {margin-top:35px;}

.single ol {list-style-position:outside;}
.blog ol {list-style-position:inside;}

#comments {margin-top:20px;}
.widget .cont { padding-top:5px;padding-bottom:20px; }
.widgettitle {padding:20px 0 0 0}

.column-1 {margin-top:55px;}
.column-2 .width100 {margin-top:5px;}


/* ============================= updates to old css ============================= */

/*home*/



body#home .column-2 ul li a {
	color:#404952;
	font-weight:bold;
	line-height:1.692em;
	text-decoration:underline;
	display:block;
	margin-bottom:20px;
	}

body#home #jobSearchForm {
	margin-bottom:20px;
	}
	
body#home .column-2 a.link {
	float:left;
	}	

/*client newsletter form*/

#newsletter-form {border:none;}
#newsletter-form p {padding:5px 0 0;}
#newsletter-form p#news-submit {padding:10px 0 0;}
#newsletter-form input {width:350px;}
#newsletter-form p#news-submit input {width:auto;}
.news-required {color:red;}

/*job search form*/

#jobSearchFormButtons { 	
	margin:15px 0 0 0;
	}	

#jobSearchFormButtons label { 
	display:block; 
	}
	
/*job search page*/

body#search .box1 {float:left;}
body#search .box1 .title {margin-bottom:15px;}

body#search .cont .title {
	clear:both;
	}

body#search #categoryMenu {
	margin:0 0 0 10px;
	}
	
body#search .desc {
	padding:10px 0 5px 0;
	}

body#search .column-2 {
	float:right;
	margin:0 0 30px 50px;
	}

body#search .column-1 .column-2 h3 {
	color:#C18400;
	font-size:1.25em;
	padding-top:0;
	}
	

body#search .column-1 {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	}

body#search .column-1 .reset {
	padding-top:20px;
	}

body#search .column-1 .reset .reset {
	border-bottom:none;
	padding-top:38px;
	clear:none;
	}

body#search .column-1 #beginSearch {
	border-bottom:2px solid #DBDBDB;	
	margin:0 400px 26px 0;
	}

body#search .column-1 h1 {	
	color:#555555;
	font-size:1.75em;
	}

body#search .column-1 h2 {	
	color:#DEAB2E;
	}

body#search .column-1 h3 {
	padding-top:20px;
	}

body#search .column-1 h3,
body#search .column-1 h3 b {	
	color:#7496B7;
	
	}

#job_count {
	padding:3px 0;
	margin:26px 400px 26px 0;
	border-bottom:2px solid #DBDBDB;
	}
	
/*email a friend form*/



#apply .column-1 .cont {padding:0;}
#apply .col-1 h1 {width:500px;}


#apply #File {margin-bottom:20px;}
#apply input {margin-right:10px;}
#apply input#submit {margin-left:10px;}

#apply label.file {display:none;}

#apply input, #email-friend label,
#apply legend, #email-friend input,
#apply label,
#apply fieldset, #email-friend {display:block;}

#apply input {display:inline-block;}

#email-friend fieldset,
#apply fieldset {border:none;margin:0 0 20px 10px;}

#email-friend legend {display:none;}

#apply form,
#email-friend form {padding:0;}


#apply legend span {color:#7496B7;background:#ebebeb;display:inline-block;width:500px;margin-bottom:20px;}

#email-friend .col-1 h1,
#email-friend .col-1,
#apply .column-1 h1,
#apply .column-1 p {padding:0 0 0 10px;}
#apply .col-1 p {padding-left:0;}



#email-friend #confirmation,
#email-friend .submit {margin-top:10px;display:inline-block;}

#toEmail,
#fromEmail,
#Name_1,
#Email_1 {width:250px;}

/*img {visibility:hidden;}
#header div {background:none;}*/
	

