html {
	
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin: 0px;
	background-color: #10579a;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #19437a;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0px;
}
h2 {
	font-size: 95%;
	margin-bottom: 0px;
	color: #000000;
}
h3 {
	font-size: 110%;
}
/*h2+p {
	margin-top: 0px;
}*/
li {
	margin-bottom: 0em;
}
#featuredJobs h2 {
	font-size: 150%;
	color: #FFFFFF;
}

#head {
	display: block;
	position: fixed;
	width: 100%;
	background-color: #10579a;
	border-bottom: 1px solid #FFFFFF;
	z-index: 500;
}
#headGap {
	display: block;
	background-color: #10579a;
	height: 125px;
}
#headImage {
	display: block;
	margin-top: 9px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	overflow: hidden;
	width: 100%;
	height: 91px;
	background-color: #2f578a;
	/*background-image: url(../images/head.image.jpg);*/
	background-image: url(../randomImage.aspx);
	background-position: center;
	background-repeat: no-repeat;
}
#headImage img {
	position: relative;
	margin-left: 50%;
	left: -507px;
}
#headStrap {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 2px 0px 0px 0px;
	height: 22px;
}
#main {
	display: block;
	background-color: #acb0b2;
	border-bottom: 1px solid #FFFFFF;
}
#col1, #col2, #col3 {
	min-height: 600px;
}
#col1, #col3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#col1 {
	display: block;
	background-color: #acb0b2;
	width: 19%;
	float: left;
}
#col2 {
	display: block;
	background-color: #b4bbbf;
	width: 59%;
	float: left;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;

	font-size: 80%;
	/*line-height: 120%;*/
}
#col3 {
	display: block;
	background-color: #acb0b2;
	width: 20%;
	float: right;
}
#copy {
	padding: 23px 27px 23px 27px;
}
#foot {
	display: block;
}
#footCol1 {
	display: block;
	width: 19%;
	float: left;
}
#footCol1 img
{
    padding: 3px 0px 0px 26px;
}
#footCol2 {
	display: block;
	width: 59%;
	float: left;
	overflow: hidden;
}
#footCol2 #inner {
	padding: 11px 27px 11px 27px;
}
#footCol3 {
	display: block;
	width: 20%;
	float: left;
	padding: 11px 0px 11px 0px;
	overflow: hidden;
}
.preamble {
	font-size: 120%;
	font-weight: bold;
}
.pin {
	display: block;
	float: none;
	clear: both;
	/*height: 0px;*/
	margin: 0px;
	padding: 0px;
}
.stop {
	display: none;
}
.jobTitle 
{
    width: 25%;
}

.error 
{
    color: Red;
}

.tab {
	display: inline;
	padding: 0px 10px 0px 10px;
}

/*Folding*/
.fold .crease, .unfold a {
	display: none;
}
.unfold .crease a {
	display: block;
}
.unfold a {

}
.unfold .crease {
	display: block;
}

/*end folding*/

h2.occArea
{
    font-size: 100%;
    margin: 10px 0px 0px 0px;
    font-weight: normal;
}