@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
} 

body {
	background-image: url(../images/bg-grad.png);
	background-repeat: repeat-x;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.6em;
	font-weight:300;
	color: #000;
}
h1.pre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight:300;
	color: #666;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight:300;
	color: #000;
	padding-top: 8px;
}
a {
	color: #1d719f;
}
a:hover {
	color: #ec4219;
}
a.mainlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	margin-right: 30px;
}


#top {
	color: #FFF;
	background-color: #333;
	text-align: center;
	height: 120px;
}
#topcontent {
	width: 940px;
	margin: 0 auto;
}
ul#nav {
	padding: 0;
	list-style: none;
	text-align: right;
	position: relative;
	margin-bottom: 0px;
	height: 110px;
	padding-top: 10px;
}
#nav li {
	position: relative;
	bottom: -76px;
	min-height: 24px;
	float: right;
	display: block;
	line-height: 120px;
}
#nav li.selected a {
	color: #98c332;
}
#nav li a {
	display: block;
	text-align: center;
	border: none;
	line-height: 24px;
	padding: 0 15px;
	color: #FFF;
	text-decoration: none;
}
#nav li:hover a {
	color: #98c332;
}
#nav #nav-logo {
	position: absolute;
	top: 10px;
	left: 0px;
	text-indent: -3000px;
	height: 95px;
}
#nav #nav-logo a {
	border: 0 none;
	background: url(../images/logo-trans.png) 0 0 no-repeat;
	width: 352px;
	height: 95px;
	margin: 0; padding: 0;
}

/* Body Divs */
#content {
	width: 940px;
	margin: 0 auto;
}
.section {
	border-width: 1px;
	border-style: solid none;
	border-color: #ddd;
	padding: 15px 0;
	overflow: hidden;
	margin: 30px auto 10px auto;
}
.full {
	width: 940px;
}
.smallgap {
	margin: 10px auto;
}
.partial {
	width: 720px;
	float: left;
}
.section .imagecol {
	width: 210px;
	float: left;
	text-align: center;
}
.section .textcol {
	float: right;
	padding-top: 10px;
	width: 715px;
}
.section .textcol p {
	line-height: 125%;
	padding-bottom: 10px;
	padding-top: 4px;
}
.partial .textcol {
	width: 495px;
}
.textcol ul {
	list-style: disc inside;
	margin: 15px 0;
}
.textcol ul li {
	font-size: 1.2em;
	padding: 5px 0;
	position: relative;
}
.textcol ul li.highlighted {
	/* THIS IS THE OLD VERSION, CAN'T GET THE WIDTH TO BE MINIMIZED HERE SINCE IT IS A BLOCK OBJECT */
	border: 4px solid #fcce00;
	background-color: #ffdb31;
	padding: 2px 6px 2px 8px;
	left: -12px;
}
.textcol ul span.highlighted {
	border: 4px solid #fcce00;
	background-color: #ffdb31;
	padding: 2px;
	margin-left: -6px;
	font-size: 17px;
}


div.jobbox {
	float: right;
	width: 160px;
	margin-top: 30px;
  padding: 10px;
}
div.bluebox {
	border: 5px solid #1d719f;
	background-color: #d2e3ec;
  padding: 10px;
}
.jobbox p {
	font-size: 0.9em;
	margin: 10px 0;
	line-height: 1.5;
}
.jobbox a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}


#bottom {
	clear:both;
	height:110px;
	background-color: #333;
	margin-top: 40px;
	text-align:center;
	padding-top: 30px;
}

.clearance {
	clear: both;
	width: 100%;
	height: 0px;
}
