@charset "iso-8859-1";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F4667;
}
body {
	margin: 0px 0px 0px 0px;
	background: #D1DBE5 url(../images/bg-header.jpg) repeat-x 0px 4px;
}
a {
	color: #2C3848;
}
a:hover {
	color:#666666;
}
#headerContainer {
	height: 98px;
	background:url(../images/bg-header.jpg) repeat-x left top;
}
#footerContainer {
	background: #D0DAE5 url(../images/bg-footer.jpg) repeat-x left top;
	text-align:center;
	padding: 15px 0px 10px 0px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}
#bodyContainer {
	background: #F0F6FC url(../images/bg-body.jpg) repeat-x left top;
}
#bodyContainerInt {
	background: #F0F6FC url(../images/bg-body-int.jpg) repeat-x left top;
}
/* This is reserved in case Ark wants to add a dropdown menu under the services button

#servicesMenu {
	border: #2F4667 1px solid;
	border-top: none;
	background: #F0F6FC url(../images/bg-body.jpg) repeat-x 0px -32px;
	height: 100px;
	width: 200px;
	margin-top: 32px;
	position: absolute;
	color: #2F4667;
	visibility: hidden;
}
*/

#callout {
	width: 234px;
	margin-left:32px;
	margin-right:30px;
	float: left;
	}
#contentContainer {
	width: 950px;
	min-height: 280px;
	text-align: left;
	padding: 0px 0px 15px 0px;
	}
#contentContainerInt {
	width: 950px;
	min-height: 280px;
	margin-top: 50px;
	text-align: left;
	padding: 0px 0px 15px 0px;
}
#content {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	width: 620px;
	float: right;
	color: #2F4667;
}
.descriptions {
	font-size: 9px;
}
li {
	margin-bottom: 5px;
}
#stateFedInfo {
	background: #FFFFFF;
	border: 1px solid #2C3848;
}
/* ----- CLEAR FIX FOR FLOATS ----- */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}