body {
	margin: 0;
	background-color: #CDDBE0;
	background-image: url(../images/backgrounds/body.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	border: none;
	font-family: Verdana, sans-serif;
	font-size: 70.5%;
	color: #2F3F4B;
}
.holder {
	width: 800px;
	background: #fff;
	margin: 25px auto;
	border: solid 1px #777;
	min-height: 600px;
}

.logo {
	width: 265px;
	height: 115px;
	background: #E9A02D;
	float: left;
}

.banner {
	width: 535px;
	height: 115px;
	float: right;
}

a, a:visited {
	color: #2F3F4B;
	text-decoration: none;
}
a:hover, a:hover:visited {
	color: #2F3F4B;
	text-decoration: underline;
}
img {
	margin: 0;
	padding: 0;
	border: none;
}


/* CUSTOM STYLES */

.intro {
	border-bottom: dashed 1px #E9A02D;
	padding-bottom: 30px !important;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
a.important_link,
a:visited.important_link {
	font-size: 13px;
	color:  #E9A02D;
	font-weight: bold;
	text-decoration: none;
	margin-left: 5px;
}
a:hover.important_link,
a:hover:visited.important_link {
	text-decoration: underline;
}



/* NAVIGATION */
.top_nav {
	display: block;
	width: 535px;
	float: right;
	clear: both;
	margin: 0;
	padding: 0;
	background: #CDDBE0;
}
.top_nav li {
	border-right: solid 2px #fff;
	list-style: none;
	display: inline;
	padding: 11px 5px 5px !important;
	margin: 0 !important;
	text-align: center;
	font-size: 9px;
	width: 64px;
	white-space: nowrap;
	float: left;
}

.top_nav li#contact {
	border-right: none;
	border-left: none;
	float: left;
}

.top_nav li.selected {
	background-color: #E9A02D;
	color: #000;
}
.top_nav li a,
.top_nav li a:visited {
	color: #35434D;
	text-decoration: none;
}
.top_nav li a:hover,
.top_nav li a:visited:hover {
	text-decoration: none;
	font-weight: bold;
}
.top_nav li.selected a,
.top_nav li.selected a:visited {
	color: #000;
}



/* PAGE CONTENT */

.content_holder {
}



/* Search */

.search {
	margin: 30px 10px 35px;
	float: left;
}
.quick_search {
	padding: 5px 10px;
	width: 230px;
	background: #CDDBE0;
}
.quick_search h3 {
	font-size: 14px;
	_font-size: 12px;
	margin: 0;
	padding: 0 0 5px;
	color: #2F3F4B;
}

.quick_search p {
	margin: 0;
	padding: 0 0 7px;
	float: left;
	font-size: 12px;
	_font-size: 11px;
}
.quick_search label {
	font-size: 12px;
	font-weight: bold;
	color: #2F3F4B;
	_font-size: 11px;
}
.qsi_200 {
	width: 187px;
	border: solid 1px #2F3F4B;
	font-size: 11px;
	height: 17px;
	padding: 0;
	margin: 0;
	float: left;
}
.qsi_70 {
	width: 68px;
	border: solid 1px #2F3F4B;
	font-size: 11px;
	height: 17px;
}
.go_button {
	vertical-align: baseline;
	float: left;
}

/* MAIN COPY */

.main_copy {
	margin: 0;
	padding: 30px 15px 35px 5px;
	float: right;
	width: 500px;
	color: #2F3F4B;
	min-height: 360px;
	_height: 360px;
}
.main_copy p {
	margin: 0 0 10px;
	padding: 0;
	line-height: 135%;
	_font-size: 12px;
}

/* FOOTER */

.footer {
	display: block;
	margin: 0;
	padding: 0 0 2px;
	width: 800px;
	background: #fff;
	float: left;
}

.footer .lft_bar{
	border-top: solid 3px #273049;
	width: 265px;
	float: left;
}
.footer .rgt_bar{
	border-top: solid 3px #E9A02D;
	width: 530px;
	float: right;
}
.footer p {
	margin: 0;
	padding: 7px 10px 5px;
	font-size: 11px;
	float: right;
}
.footer ul {
	display: block;
	margin: 0;
	padding: 0;
	background: #fff;
	float: left;
}
.footer li {
	display: inline;
	float: left;
	list-style: none;
	margin: 0;
	padding: 7px 6px 5px 7px;
	font-size: 10px;
}
.footer li.selected {
	font-weight: bold;
}
.footer li a,
.footer li a:visited {
	color: #2F3F4B;
	text-decoration: none;
}
.footer li a:hover,
.footer li a:hover:visited {
	color: #2F3F4B;
	text-decoration: underline;
}