* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 62.5%; /* Makes 0.8em = 8px, 1em = 10px, 1.6em = 16px, etc */
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #333;
	background-color: #EFF;
}
img {
	border: none;
}
a {
	color: #036;
	background-color: transparent;
}
a.linkbox {
	float: left;
	width: 12%;
	height: 55px;
	padding: 5px;
	border-width: 2px;
	border-style: solid;
	border-color: #EEE #DDD #CC9 #EEE;
	background-color: #FFC;
	color: #069;
	text-decoration: none;
	margin-right: 2px;
}
a:hover {
	background-color: #FD6;
}
p {
	margin-bottom: 0.8em;
}
h1 {
	font-size: 1.1em;
	color: #369;
	padding: 3px 0 3px 18px;
	background-image: url(img/bg_h1.gif);
	margin: -19px -19px 0.6em -19px;
	border: 2px solid #CCC;
	border-width: 0 0 2px 0;
}
h2 {
	font-size: 1.1em;
	margin: 1.2em 0 0.6em 0;
	color: #369;
}
h3 {
	margin-top: 10px;
	padding: 3px 5px 3px 5px;
	clear: right;
	float: right;
	letter-spacing: 2px;
	background-color: #369;
	color: #FFF;
	border: 1px solid #CCC;
	font-style: normal;
	font-size: 0.8em;
	text-transform: uppercase;
}
hr {
	clear: both;
	color: #CCC;
	margin-top: 0.6em;
	height: 2px;
	border-style: dotted;
}
ul {
	padding: 0.5em 0 0 20px;
	list-style-position: outside;
	list-style-image: url(img/bullet.gif);
}
li {
	margin-bottom: 0.9em;
}
li.link {
	list-style-image: url(img/bullet_nav.gif);
}
table {
	width: 100%;
	border-width: 2px;
	border-style: solid;
	border-color: #528AAE #002F4E #002F4E #528AAE;
	margin: 1.2em 0 1em 0;
	background-color: #FFF;
}
table.panels {
	border: none;
	background-color: transparent;
}
table.panels td {
	background-color: #5083B0;
	border-width: 2px;
	border-style: solid;
	border-color: #88ABC9 #2E4C65 #2E4C65 #88ABC9;
	color: #FFF;
	text-align: center;
}
table.panels td a {
	color: #FFF;
}
table.panels td a:hover {
	background-color: transparent;
	color: #FF9;
}
th,td {
	text-align: left;
	vertical-align: top;
	padding: 3px;
}
th {
	background-color: #005287;
	font-weight: normal;
	border-bottom: solid 1px #CCC;
	color: White;
}
td {
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

/* MAIN DIVS */
#container {
	width: 100%;
}
#header {
	height: 160px;
	background: url(img/bg_header.gif) repeat-x top;
	position: relative;
}
#boxes {
	position: absolute;
	top: 100px;
	left: 2%;
	height: 38px;
	width: 96%;
	background: url(img/boxes.gif) repeat-x left;
}
#search {
	width: 198px;
	padding: 2px;
	border: 1px dashed #005287;
}
#search * {
	border: none;
	vertical-align: middle;
}
#search input {
	width: 132px;
	line-height: 100%;
	border: 1px solid #EEE;
}
#search input:focus {
	background-color: #FFF;
}
#search #searchButton {
	width: 60px;
	font-family: sans-serif;
	font-size: 11px;
	background-color: #005287;
	padding-top: 2px;
	color: #FFF;
	font-weight: bold;
}
div.content {
	margin: 0 2% 0 24%;
	padding: 19px;
	line-height: 130%;
	border: 2px solid #5083B0;
	background-color: #F9F9F9;
	margin-bottom: 10px;
}
#slogan {
	clear: both;
	margin: 0 20px 0 20px;
	padding-top: 2px;
	position: relative;
}
#news {
	background-color: #005287;
	border-width: 2px;
	border-style: solid;
	border-color: #528AAE #002F4E #002F4E #528AAE;
	color: #FFF;
	margin: 2px 2% 6px 2%;
	padding: 2px 0 6px 0;
}
#footer {
	margin: 0 2% 0 2%;
	height: 40px;
	font-size: 0.9em;
	text-align: center;
}

/* NAVIGATION BAR */
#nav {
	position: absolute;
	top: 160px;
	left: 2%;
	font-size: 0.9em;
	width: 20%;
}
#nav ul {
	padding: 0;
	text-transform: uppercase;
	list-style-image: none;
	list-style-type: none;
}
#nav li {
	margin-bottom: 0px;
}
#nav a {
	display: block;
	height: 40px;
	width: 80%;
	border-width: 2px;
	border-style: solid;
	border-color: #88ABC9 #2E4C65 #2E4C65 #88ABC9;
	border-right: 5px solid #EEE;
	text-decoration: none;
	color: #FFF;
	padding: 2px 5px 2px 5px;
	background-position: 0 0;
}
#nav a:hover {
	border-right-color: #FD6;
	background-position: 0 -100px;
}
#nav a.active {
	border-right-color: #FD6;
	background-position: 0 -200px;
	font-weight: bold;
}
#nav ul ul {
	text-transform: capitalize;
	margin-left: 20px;
	margin-top: 10px;
}
#nav ul ul li {
	list-style-image: url(img/bullet_nav.gif);
	margin-bottom: 10px;
}
#nav ul ul li a {
	width: 70%;
	margin-bottom: 5px;
	background-color: #FFC;
	border-right: 3px;
	border-color: #FFE #CC9 #CC9 #FFE;
	text-decoration: none;
	letter-spacing: 1px;
	height: auto;
	color: #069;
}
#nav ul ul li a:hover {
	background-color: #FD6;
	border-right-color: #CC9;
}
#nav ul ul li a.active {
	background-color: #FD6;
	border-right-color: #CC9;
}

/* PANELS */
.panel {
	width: 100%;
	float: left;
	text-align: left;
}
.panelTop {
	font-size: 12px;
	padding-right: 20px;
	line-height: 16px;
	padding-top: 4px;
	font-weight: bold;
	background: url(img/panel_tr.gif) no-repeat bottom right;
	text-align: center;
}
.panel img {
	float: left;
	background-color: #F9F9F9;
}
.panel p, .panel ul {
	font-size: 0.9em;
	background: url(img/panel_mid.gif) repeat-y top right;
	padding: 10px 15px 0 10px;
	margin: 0;
}
.panelBot {
	line-height: 20px;
	background: url(img/panel_br.gif) no-repeat top right;
}

/* FORMS */
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
}
fieldset {
	color: #333;
	width: 95%;
	float: left;
	clear: both;
	border-width: 1%;
	border-style: solid;
	border-color: #5294C5 #003863 #003863 #5294C5;
	background: url(img/bg_fieldset.gif) repeat-x top;
	padding: 0 2% 2% 2%;
	position: relative;
	margin-bottom: 1em;
}
fieldset div.leftCol {
	float: left;
	width: 48%;
}
fieldset div.rightCol {
	float: right;
	width: 48%;
}
fieldset label {
	float: left;
	clear: both;
	width: 32%;
	margin-right: 1%;
	color: #FFF;
}
fieldset input, fieldset textarea {
	width: 62%;
	margin-bottom: 5px;
	background-color: #F9F9F9;
}
.squish {
	float: left;
	clear: none;
	margin-right: 1%;
	width: auto;
}
.squish input {
	background-color: transparent;
	width: 20px;
}
fieldset p, fieldset ul {
	clear: both;
	font-size: 0.8em;
	color: #FFF;
}
fieldset ul {
	margin-left: 16px;
}
fieldset li {
	list-style-image: none;
	list-style-type: disc;
}
fieldset br {
	clear:left;
	height: 20px;
}
fieldset input.button {
	width: 20%;
	background-color: #5083B0;
	border: #CCC;
	color: #FFF;
	padding: auto;
}
fieldset legend {
	position: relative;
	top: -1em;
	background-color: #336699;
	color: #FFF;
	border: 1px solid #CCC;
	padding: 2px 5px 2px 5px;
	margin-bottom: 10px;
	font-style: normal;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.applyPage {
	float: left;
	text-align: center;
	display: inline-block;
	width: 100px;
	border: 2px outset;
	background-color: ThreedFace;
	padding: 2px;
}
.sendButton {
	float: right;
}

form select {
	font-family: sans-serif;
}


/* CLEAR FLOATS HACK */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}

