.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

hr {
margin-bottom:15px;
}

.image {
float:left;
padding-right:20px;
}

.error{
	text-align:left;
	color:#A70E10;
	font-size:12px;	
}

td {
vertical-align:top;
padding:0 20px 10px 0;
}

textarea {
width:300px;
height:125px;
}

.results li {
display:block;
font-size:17px;
margin-left:15px;
width:475px;
}

.more-information {
border:1px solid black;
margin-left:25px;
padding:15px;
}

.left {
float:left;
}

.right {
float:right;
}

body{
	background:url('/media/images/background.png') repeat-x;
	text-align:center;
	font:14px Arial, sans-serif;
}

a{
	color:#176cae;
	text-decoration:none;
}

a:hover{
	color:#18497d;
}

#container{
	width:940px;
	background:#fff;
	border:1px solid #aaa;
	border-top:none;
	margin:0 auto 10px auto;
}

#masthead{
	height:84px;
	background:url('/media/images/header-back.png') repeat-x;
	position:relative;
	text-indent:-99999px;
}

#masthead h1{
	height:84px;
	background:url('/media/images/logo.png') top left no-repeat;
}

#masthead #phone{
	position:absolute;
	top:25px;
	right:0;
	background:url('/media/images/phone-number.png') top right no-repeat;
	height:32px;
	width:215px;
}

#main-nav{
	line-height:45px;
	background:url('/media/images/nav-back.png') top left repeat-x;
	text-align:center;
}

#main-nav ul{
	overflow:hidden;
	margin:auto;
	width:755px;
}

#main-nav ul li{
	float:left;
	border-left:1px solid #aaa;
}

#main-nav ul li.last{
	border-right:1px solid #aaa;
}

#main-nav ul li a{
	text-indent:-99999px;
}

#main-nav ul li a.home{
	background:url('/media/images/nav-home.png') 0px 0px no-repeat;
	width:82px;
	height:45px;
	display:block;
}

#main-nav ul li a.home:hover{
	background:url('/media/images/nav-home.png') 0px -45px no-repeat;
}

#main-nav ul li a.about{
	background:url('/media/images/nav-about.png') 0px 0px no-repeat;
	width:81px;
	height:45px;
	display:block;
}

#main-nav ul li a.about:hover{
	background:url('/media/images/nav-about.png') 0px -45px no-repeat;
}

#main-nav ul li a.opportunities{
	background:url('/media/images/nav-opportunities.png') 0px 0px no-repeat;
	width:126px;
	height:45px;
	display:block;
}

#main-nav ul li a.opportunities:hover{
	background:url('/media/images/nav-opportunities.png') 0px -45px no-repeat;
}

#main-nav ul li a.staff{
	background:url('/media/images/nav-staff.png') 0px 0px no-repeat;
	width:77px;
	height:45px;
	display:block;
}

#main-nav ul li a.staff:hover{
	background:url('/media/images/nav-staff.png') 0px -45px no-repeat;
}

#main-nav ul li a.fss{
	background:url('/media/images/nav-fss.png') 0px 0px no-repeat;
	width:155px;
	height:45px;
	display:block;
}

#main-nav ul li a.fss:hover{
	background:url('/media/images/nav-fss.png') 0px -45px no-repeat;
}

#main-nav ul li a.resources{
	background:url('/media/images/nav-resources.png') 0px 0px no-repeat;
	width:127px;
	height:45px;
	display:block;
}

#main-nav ul li a.resources:hover{
	background:url('/media/images/nav-resources.png') 0px -45px no-repeat;
}

#main-nav ul li a.contact{
	background:url('/media/images/nav-contact.png') 0px 0px no-repeat;
	width:99px;
	height:45px;
	display:block;
}

#main-nav ul li a.contact:hover{
	background:url('/media/images/nav-contact.png') 0px -45px no-repeat;
}

#search-area{
	background:url('/media/images/home-back.png') top left no-repeat;
	position:relative;
	height:347px;
}

#search-area img{
	display:block;
	position:absolute;
	top:115px;
	right:50px;
}

#job-search {
color:#FFFFFF;
display:block;
font-size:17px;
line-height:31px;
position:absolute;
right:67px;
top:87px;
}

#content{
	background:url('/media/images/body-columns-back.png') top left repeat-x;
	overflow:hidden;
	padding:50px 40px 30px 40px;
	font:14px/24px Arial, sans-serif;
	color:#000;
	text-align:left;
}

#content .column{
	float:left;
}

#content .column h3{
	color:#18497d;
	font:21px Arial, sans-serif;
	margin:0;
	padding:0 0 10px 0;
}

#content .column ul{
	list-style-image:url('/media/images/bullet.png');
/*	padding-left:12px;*/
}

#content #left{
	width:295px;
	width:255px;
	padding-right:40px;
}

#content #center{
	width:250px;
	width:170px;
	padding:0 40px;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}

#content #right{
	width:305px;
	width:265px;
	padding-left:40px;
}

#content #sidebar{
	float:left;
	width:241px;
}

#content #sidebar #sidebar-element{
	background:#176cae url('/media/images/sidebar-back.png') bottom left no-repeat;
	width:241px;
	margin-top:8px;
}

#content #sidebar #sidebar-element h3{
	font-size:14px;
	font-weight:normal;
	padding:20px 32px 10px 32px;
	color:#fff;
}

#content #sidebar #sidebar-element p{
	font-size:12px;
	line-height:16px;
	padding:0 32px 20px 32px;
	color:#fff;
}

#content #main-content{
	float:right;
	width:550px;
}

#content h3{
	color:#18497d;
	font-size:21px;
	font-weight:normal;
	padding-bottom:20px;
}

#content h4{
	color:#18497d;
	font-size:18px;
	font-weight:normal;
	padding-bottom:20px;
}

#content #main-content p{
	padding-bottom:20px;
}

#footer{
	background:#e6e6e6;
	text-align:left;
	padding:32px 40px;
	font-size:12px;
	overflow:hidden;
}

#footer #left-cont{
	float:left;
	width:634px;
}

#footer #bottom-nav ul li{
	display:inline;
	color:#176cae;
	padding:0 2px;
}

#footer #copyright{
	color:#999;
	padding-top:20px;
}

#footer #contact-info{
	float:left;
	color:#999;
	width:226px;
	width:190px;
	border-left:1px solid #fff;
	padding-left:30px;
}