body, *{
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, sans-serif, Geneva, Helvetica;
	background-color: #2f2f31;
}
p {
	margin-bottom: 14px;
}
a {
	color: #00488f;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




#container {
	width: 100%;
	margin-top: -300px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 600px;
	text-align: center;
	position: absolute;
	top: 50%;
	z-index: 13;
	display: block;
	background-color: #2F2F31;
}
#nonFlash {
	width: 100%;
	margin-top: -300px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 625px;
	text-align: center;
	position: absolute;
	top: 50%;
	z-index: 12;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCC;
}
#nonFlash ul li {
	margin-left: 25px;
}

#nonFlash #nonFlashGuts {
	padding: 25px;
	height: 620px;
	width: 970px;
	color: #FFF;
	display: block;
	margin: auto;
	background-color: #2F2F31;
}
#nonFlash #nonFlashGuts #nfLeft {
	display: block;
	float: left;
	height: 550px;
	width: 460px;
	padding-right: 25px;
	text-align: left;
	margin-bottom: 35px;
}
#nonFlash #nonFlashGuts #nfRight {
	display: block;
	float: left;
	height: 550px;
	width: 460px;
	padding-right: 25px;
	text-align: left;
	overflow: auto;
	margin-bottom: 35px;
}
#nfNav {
	display: block;
	height: 25px;
	clear: both;
	font-size: 11px;
	color: #535357;
}

#nfNav ul li {
	display: inline;
	list-style-type: none;
}
#nfNav ul li a {
	font-size: 11px;
	color: #535357;
	text-decoration: none;
}
#nfNav ul li a:hover {
	font-size: 11px;
	color: #535357;
	text-decoration: underline;
}
#margin_helper {
	margin: auto;
	height: 600px;
	width: 1020px;
	text-align= center
}
#contact {
	width: 100%;
	margin-top: -300px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 600px;
	text-align: center;
	position: absolute;
	top: 50%;
	z-index: 14;
	display: none;
}
#contactGuts {
	display: block;
	width: 1020px;
	height: 580px;
	margin: auto;
	font-size: 13px;
}
#contactCloser {
	height: 20px;
	width: 1020px;
	font-size: 10px;
	margin: auto;
}
#contactCloser a {
	float: right;
	padding-right: 20px;
	width: 1000px;
	text-align: right;
	line-height: 19px;
	background-color: #2F2F31;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	background-image: url(../images/close_x.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	color: #8CC6FF;
	text-transform: uppercase;
}
#contactCloser a:hover {
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity: 0.95;
	color: #208FFF;
}
#leftcol {
	color: #444;
	text-align: left;
	display: block;
	padding: 15px 25px;
	float: left;
	height: 550px;
	width: 650px;
	background-image: url(../images/contactBg.png);
}
#leftcol a:hover {
	color: #0060BF;
}
#leftcol .addressCol {
	display: block;
	float: left;
	width: 300px;
	margin-bottom: 16px;
}
#rightcol {
	color: #FFF;
	background-color: #003F7D;
	display: block;
	padding: 15px 5px 15px 25px;
	float: left;
	height: 550px;
	width: 290px;
	text-align: left;
}
#rightcol #careers {
	padding-right:20px;
	height: 550px;
	overflow: auto;
}
#rightcol a {
	color: #B8D5F8;
}
#rightcol a:hover {
	color: #88BEFB;
}


h1 {
	font-size: 20px;
	margin-bottom: 14px;
}
h2 {
	font-size: 14px;
	margin-bottom: 4px;
}
#rightcol h2 {
	padding-top: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00509F;
}.contactform .contactCol {
	display: block;
	float: left;
	width: 320px;
}

.contactform .formfields {
	clear: both;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 13px;
}
.contactform .referralPortion label{
	width: 140px;
	display: block;
	float: left;
}
.contactform .referField {
	color: #999;
	width: 150px;
}

.contactform p {
	margin-bottom: 3px;
	clear: both;
}
.contactform .referralPortion p {
	clear: both;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBB;
	height: 18px;
}
#thankyou  {
	width: 920px;
	height: 500px;
	color: #444;
	background-color: #FFF;
	padding: 50px;
	display: block;
	margin: auto;
}
