/* Standard */
body {
	font: 10px Helvetica, Arial, sans-serif;
	background: #000;
}
/* Globals */
.image_block {
	display: block;
	font-size: 5px;
	text-indent: -9999px;
}
/* Modules */
div.top {
	width: 900px;
	height: 27px;
	margin: 0 auto;
	background: url(../images/bg/bg_top.gif) repeat-x;
}
div.header_wrapper {
	width: 100%;
	background: url(../images/bg/bg_header_wrapper.gif) repeat-x;
}
div.header {
	width: 900px;
	height: 53px;
	margin: 0 auto;
}
div.header h1 {
	float: left;
	width: 241px;
	height: 53px;
}
div.header h1 a {
	float: left;
	width: 241px;
	height: 53px;
	background: url(../images/ico/ico_logo.gif) no-repeat;
}
div.header ul {
	display: block;
	float: right;
	margin-top: 26px;
}
div.header ul li {
	display: block;
	float: left;
	margin-left: 5px;
	padding-left: 10px;
}
div.header ul li.active {
	background: url(../images/ico/ico_active_nav.gif) 0 2px no-repeat;
}
div.header ul li a {
	display: block;
	float: left;
	padding-bottom: 1px;
	font-size: 12px;
	color: #FFF;
	font-weight: bolder;
}
div.header ul li a:hover {
	border-bottom: 2px solid #a7710d;
}
div.content {
	width: 900px;
	height: 59px;
	margin: 0 auto;
	padding-top: 45px;
	background: url(../images/bg/bg_content.gif) repeat-x;
}
div.content div.col_1 {
	float: left;
	width: 569px;
	height: 500px;
}
div.content div.col_2 {
	float: left;
	width: 290px;
	height: 450px;
}
div.footer {
	float: left;
	width: 900px;
	height: 53px;
	background: url(../images/bg/bg_footer.gif) repeat-x;	
}
div.footer ul {
	display: block;
	float: left;
	margin: 24px 0 0 12px;
}
div.footer ul li {
	display: block;
	float: left;
	margin-left: 5px;
	padding-left: 10px;
}
div.footer ul li a {
	font-size: 10px;
	color: #999;
}
div.footer ul li a:hover {
	text-decoration: underline;
}
div.footer p {
	float: left;
	margin-top: 24px;
	color: #999;
}
/* Pages */
body.home {

}
body.home div.col_2 {
	background: url(../images/bg/bg_home_col_2.gif) no-repeat;
}
body.home div.col_2 h2 {
	float: left;
	width: 110px;
	height: 10px;
	margin: 12px 0 0 26px;
	background: url(../images/fg/fg_home_col_2_h2.gif) no-repeat;
}
body.home div.col_2 h3 {
	float: left;
	margin: 24px 0 0 26px;
	font-size: 14px;
	color: #f5bb31;
	font-weight: bold;
}
body.home div.col_2 p {
	float: left;
	width: 230px;
	margin: 34px 0 0 26px;
	font-size: 10px;
	color: #b5cad9;
	line-height: 18px;
}
body.home div.col_2 p a {
	color: #84b6d9;
	text-decoration: underline;
}
body.flash_page {

}
body.flash_page div.col_1 {
	float: left;
	width: 900px;
	height: 500px;
}
body.flash_page div.col_2 {
	float: left;
	width: 900px;
	height: 10px;
	background: none;
}
body.text_page {

}
body.text_page div.col_1 h2 {
	float: left;
	margin: 24px 0 0 26px;
	font-size: 14px;
	color: #f5bb31;
	font-weight: bold;
}
body.text_page div.col_1 p {
	float: left;
	width: 900px;
	margin: 34px 0 0 26px;
	font-size: 10px;
	color: #b5cad9;
	line-height: 18px;
}
body.text_page div.col_1 p a {
	color: #84b6d9;
	text-decoration: underline;
}
/* Overrides */