/* CSS Framework Import */
@import url("framework/core.css");
@import url("framework/plugins/helpers.css");

/*Site specific styles and structure begin here*/

body {
	font-size: 90%;
	background: white url(../images/bg.jpg) top center repeat-y;
	margin: 0;
}
h2, h3 {
	color: #0F2B6C;
}

h3, h4, h5 {
	margin-top: 1em;
	margin-bottom: .5em;
}

table {
	width: 100%;
}
table, form {
	background-color: #EEE;
}
table.content {
	background-color: transparent;
	width: auto;
	padding: 0;
}
table.content th, table.content td {
	border: none;
	padding: 0;
}
th {
	border-bottom: 3px solid #CCC;
}
th, td {
	padding: .5em;
}
table.sortable th {
    text-align: center;
}
table.sortable th a {
    text-decoration: none;
    color: #000;
}
table.sortable th a:hover {
    text-decoration: underline;
}
tr.odd td {
	background-color: #FFF;
}
form {
	width: 500px;
	padding: 1em;
	margin-bottom: 1em;
}
input.wide {
	width: 30em;
}
textarea {
	width: 30em;
	height: 10em;
}

.header {
	height: 80px;
	background-color: #CCC;
}

.header span {
	margin: -20000px;
	display: none;
}
.header h1 {
	height: 80px;
	margin: 0;
	background: transparent url(../images/logo.jpg) center left no-repeat;
}
.header-links {
	text-align: right;
	position: absolute;
	top: 0;
	width: 950px;
	height: 80px;
	margin: 0;
}
.header-links .hfs-link, .header-links .gov-link {
	float: right;
	clear: both;
	display: block;
	padding-right: 20px;
}
.header-links a {
	text-decoration: none;
	font-weight: bold;
}
.hfs-link {
	line-height: 50px;
	height: 50px;
}
.gov-link {
	background-color: #0F2B6C;
	height: 30px;
	padding: 0;
	vertical-align: top;
}
.gov-link img {
	display: inline;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
.gov-link a {
	line-height: 30px;
	vertical-align: middle;
	color: white;
}

.nav {
	float: left;
	background: transparent url(../images/nav-bg.jpg) bottom left repeat-x;
	width: 250px;
}
.nav ul {
	margin: 0;
}
.nav li {
	text-align: center;
	list-style: none;
	padding: .5em .5em;
	background-color: #EEE;
	border-bottom: 1px solid #CCC;
}
.nav li:hover {
	background-color: #DDD;
}
a {
	color: #0F2B6C;
}
.nav li.current {
	background-color: #0F2B6C;
}
.nav li.current a {
	color: #FFF;
}
.content {
	float: left;
	width: 660px;
	padding: 20px;
}
.footer {
	text-align: right;
	margin: 6em 0;
	font-size: .85em;
	color: #999;
}
.footer ul {
	margin: 1em 0;
}
.footer li {
	list-style: none;
	display: inline;
	margin-left: .5em;
}
.clearer {
	clear: both;
}
.faq {
	margin: 0;
}
.faq li {
	list-style: none;
	margin-bottom: 1em;
}
.question {
	font-size: 1.25em;
	color: #0F2B6C;
}
.center {
	text-align: center;
}