body {
	background: #E4F0FE;
	margin: 0px;
	padding: 0px;
	z-index:0;
}
.header {
	border-top: 3px solid #186ABA;
	z-index: 4;
}
.headaddress {
	background: #186ABA;
	display: inline;
	padding: 2px 10px 5px;
	float: right;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 10px;
}
/*.menubar {
	text-align: center;
	border-bottom: 1px solid #C7C7C7;
	vertical-align: top;
}
.menubar a:hover {
	color: #FFFFFF;
	background: #186ABA;
	text-decoration: none;
}
.menubar a {
	color: #366B95;
	text-decoration: none;
	padding: 1px 5px 3px;
	font-size: 9px;
	font-weight: bold;
	border-top: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
	border-left: 1px solid #C7C7C7;
} */
.footer {
	color: #FFFFFF;
	background: #186ABA;
	padding: 4px;
}
.footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
td, div {
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #545454;
}
h1,h2 {
	font-size: 16px;
	font-weight: normal;
	color: #7AA6D3;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}
h3 {
color:#f60;
margin-bottom:0;
margin-top:1em;
font-size:10px;
}
p{ margin:0 0 1em 0;}
.boldorange {
	font-weight: bold;
	color: #FF6600;
}
.homewelcome {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	line-height: 15px;
}
.hometestmonials {
	background: url(images/home-box-bg.gif) repeat-x;
	padding: 5px 10px 15px 30px;
}
.homesignup {
	background: url(images/home-box-bg.gif) repeat-x;
	border-left: 1px solid #EEEEEE;
	padding: 5px 10px 2px;
}
input, textarea, select {
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #C7C7C7;
	color: #3A8ADB;
}
.hometable {
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #ffffff;
}
.maintable {
	border-right: 1px solid #186ABA;
	border-left: 1px solid #186ABA;
	z-index:2;
}
form {
	margin: 0px;
	padding: 0px;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a {
	color: #3A8ADB;
	text-decoration: none;
}
a:hover {
	color: #3A8ADB;
	text-decoration: underline;
}
.subsignup {
	background: url(images/home-box-bg.gif);
	text-align: right;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sidebar-right {
	background: url(images/dot-bg.gif) repeat;
}
.center-subpage {
	border-right: 1px solid #C4C4C4;
	border-left: 1px solid #C4C4C4;
	background: url(images/head-dot-bg.gif) repeat-x;
}
.center-subpage-pad {
	margin: 20px 15px 30px;
}
.center-subpage-pad h1 {
	font-size: 28px;
	text-transform: lowercase;
	color: #B44258;
}

.photos {
	margin-left: 10px;
}
.positionsbox {
	vertical-align: top;
	padding: 6px;
	background: #f1f1f1;
	margin-bottom: 15px;
}
.positionsbox h2 {
	border-bottom: 1px solid #F9A311;
	padding: 10px 5px 0px;
	font-size:15px;
	margin: -6px -6px 6px;
	color: #336699;
	text-align: left;
	letter-spacing: normal;
	background: #FFFFFF url(images/head-dot-bg.gif) repeat-x left top;
	text-transform: none;
}
.positionsbox h2 .date {
	font-size: 9px;
	color: #000000;
	margin-left: 15px;
}
.applytable td {
   border-bottom: 1px dashed #ddd;
  }
  
/*     Menu 
================= */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
	border-bottom: 1px solid #C7C7C7;
	z-index:10;
}

#nav a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
	color: #366B95;
	font-size: 9px;
	padding: 3px 5px;
	background: #fff;
	border: 1px solid #c7c7c7;
    border-bottom: none;
}
#nav a:hover {
         color:#fff;
		 background: #186ABA;
		 text-decoration: none;
}

#nav li { /* all list items */
	float: left;
       margin-left: 5px; 
	 /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 140px;
	background: #fff;  /* MUST SPECIFY BG for hover to work right in IE win */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li {
        width: 140px;
       margin-left: 0; 

}
#nav li ul li a {
		background: #fff;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* ############################## Float containers fix ############################## */
/* ####### Thanks to: http://www.csscreator.com/attributes/containedfloat.php ####### */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  