html {
	height: 100%;
}
body {
	font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	background-color: #FFF;
	font-size: 12px;
	background : url('../images/background.jpg') top left repeat-x;
	background-color: #005189;
	height: 100%;
}
/* #005189 - blue */
/* #e4e7e7 - off white */
/* #8f9194 - grey */

.content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	margin-top: -10px;
	min-height: 100%;
}

.header {
	
	height: 125px;
}

.logo {
	background : url('../images/header.jpg') top left no-repeat;
	height: 142px;
	margin-bottom: 5px;
	padding-left: 20px;
	position: absolute;
	width: 100%;
}

.header ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	height: 100%;
	margin-bottom: 5px;
}

.header ul li {
	float: left;
	position: relative;
	z-index: 9999;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-left: 2px;
	margin-right: 2px;
}

.header ul li:hover{
	background-color: #005189;
}

.header ul li:hover a{
	color: #ffffff;
}



.header .active {
	background-color: #005189;
}

.header .active a {
	color: #ffffff;
}

.header ul li a {
	color: #000000;
	text-decoration: none;
	line-height: 2.5em;
	font-size: 12px;
	font-weight: bold;
}

.nav {
	height :36px;
	float: right;
	position: relative;
	width: 100%;
	
}

.content-body {
	margin-top: 17px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 75px
}

.content-body h1 {
	font-size: 1.5em;
	padding-left: 5px;
}

.content-body p  {
	padding-left: 5px;
}

.content-body .wrapper{
	padding-left: 5px;
}

.content-body .banner {
	width: 800px;
	margin-right: auto;
	margin-left: -20px;
	overflow: hidden;
	height: 335px;
}

.content-body ol {
	list-style-type: upper-alpha;
}

.content-body ol.numbered{
	list-style-type: decimal;
	margin-top: 2px;
}

.content-body ul {
	margin-top: 2px;
}

.content-body .title {
	float: left;
	width: 33%;
	font-style: italic;
	font-size: 11px;
}

.content-body .company {
	margin-bottom: 10px;
	border-bottom: 1px solid #dbdede;
	padding-left: 5px;
}

.content-body .company:last-child{
	border-bottom: none;
}

.content-body .image {
	
	padding-left: 15px;
}

.content-body .info {
	font-style: italic;
}

.content-body h3 {
	padding-left: 5px;
}

.content-body div h3 {
	margin-bottom: 2px;
	padding-left: 5px;
}

.content-body div span {
	padding-left: 5px;
}

.content-body .bottom {
	margin-bottom: 20px;
}


.bold {
	font-weight: bold;
}

.required {
	color: red;
}

.error{
	color: red;
	font-style: italic;
	font-size: small;
}

.jobtitle{
	font-weight: bold;
	color: #6e6f71;
}

.apply{
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-bottom: 20px;
}

.job{
	font-size: 22px;
	margin-top: 35px;
}

.input{
	margin-top: 30px;
	padding-left: 5px;
}

.input h2{
	font-size: 22px;
}

.input label{
	display: block;
	float: left;
	width: 125px;
	font-size: 15px;
	margin-top: 10px;
}

.input input[type="text"]{
	height: 30px;
	width: 155px;
}

.coverLetter{
	background : url('../images/uploadcoverletter.png') top left no-repeat;
	height:45px;
	width: 193px;
	display: inline-block;
}

.resume{
	background : url('../images/applywithresume.png') top left no-repeat;
	height:45px;
	width: 193px;
	display: inline-block;
	cursor: pointer;
}

.resume .check, .coverLetter .check{
	background : url('../images/check.png') top left no-repeat;
	height:45px;
	width: 45px;
	display: none;
}

.resume div, .coverLetter div{
	position: relative;
	overflow: hidden;
	left: 200px;
	top: 10px;
}

.resume input[type="file"], .coverLetter input[type="file"]{
	/*/things and stuff/*/
	margin: 0;
	border: solid transparent;
	margin-left:-85px;
	direction: ltr;
	cursor: pointer;
	display:none;
}

.applicationFooter{
	width:100%;
	margin-bottom: 40px;
}

.applicationFooter a{
	background : url('../images/arrow.png') center left no-repeat;
	padding-left: 30px;
	height: 10px;
	text-decoration: none;
	color: #005189;
	font-weight: bold;
	font-size:16px;
}

.applyNow{
	margin-top:20px;
	margin-bottom:20px;
	height:45px;
	width: 193px;
}

.applyNow a {
	background : url('../images/applybutton.png') top left no-repeat;
	height:45px;
	width: 193px;
	display: inline-block;
	text-decoration:none
}

.submit{
	background : url('../images/sendapplicationbutton.png') top left no-repeat;
	height:45px;
	width: 193px;
	display: inline-block;
	position: relative;
	left: 420px;
}

.submit input[type="submit"]{
	/*/things and stuff/*/
	margin: 0;
	border: solid transparent;
	border-width: 0 0 100px 200px;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-o-transform: translate(250px, -50px) scale(1);
	-moz-transform: translate(-300px, 0) scale(4);
	direction: ltr;
	cursor: pointer;
}

.input textarea{
	height:100px;
	width: 250px;
}

.postingHeader{
	margin-top: 40px;
	width: 100%;
	height: 65px;
	border-bottom: 1px solid #000;
}

.employment p{
	font-size: 16px;
	width: 75%;
}

.employment h1{
	width:75%;
}

.postingHeader div{
	float: right;
}

.postingHeader a{
	background : url('../images/applynowbutton.png') top left no-repeat;
	height:45px;
	width: 193px;
	display: inline-block;
	text-decoration:none
}

.postingFooter{
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid black;
	height: 70px;
}

.postingFooter a{
	background : url('../images/arrow.png') center left no-repeat;
	padding-left: 30px;
	height: 10px;
	text-decoration: none;
	color: #005189;
	font-weight: bold;
	font-size:16px;
}

.postingFooter div{
	float: right;
}

.apply_now{
	height: 40px;
	width:100%;
	
}

.apply_now a{
	background : url('../images/applynowbutton.png') top left no-repeat;
	height:45px;
	width: 193px;
	display: inline-block;
	text-decoration:none;
	padding-left: 0px;
	float:right;
}

.footer {
	height: 1px;
	width: 800px;
	margin-top: -75px; /* negative value of footer height */
	height: 75px;
	clear:both;
	margin-left: auto;
	margin-right: auto;
}

.footer div {
	background-color: #b2b2b2;
	float: left;
	width: 33%;
	height: 75px;
}

.footer .left {
	padding-top: 20px;
	text-align: left;
	padding-left: 20px;
}

.footer .center {
	padding-top: 20px;
	text-align: center;
}

.footer .right {
	padding-top: 20px;
	text-align: right;
	padding-right: 20px;
	width: 29%;
}