@charset "utf-8";
* {outline: none;}
html, body
{
	font-family: Calibri, "Century Gothic", Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/main_bg_water.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000000;
	border-bottom-color: #444;
}

img{border:0px;}

a { color: #FFFFFF; }
#container
{
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 16px;
}

#container #inner_container
{
	border: 3px solid #FFFFFF;
	border-bottom: none;
	margin-bottom: 5px;
}

#container #inner_container #content #bottom {
	clear: both;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-size: 0px;
	height: 0px;
}


#container #inner_container #header
{
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 155px;
	border-bottom: 3px solid #FFFFFF;
}

#container #inner_container #header #menu_container
{
	min-width: 675px;
	width: auto!important;
	width: 675px;
	position: absolute;
	z-index: 10;
	height: auto;
	margin-top: 85px;
	margin-left: 285px;
	
}

#container #inner_container #header #header_content
{
	float: right;
	height: 60px;
	width: 480px;
	padding-top: 20px;
	padding-right: 20px;
}

#container #inner_container #header #header_content a
{
	color: #FFFFFF;
}

#container #inner_container #gray_bar
{
	font-family: Calibri, "Century Gothic", Tahoma, Verdana, Arial;
	font-size: 12pt;
	color: #000000;
	background-image: url(../images/gray_bar.gif);
	background-repeat: repeat-x;
	height: 40px;
}

#container #inner_container #gray_bar div div div
{
	padding: 0px;
	margin:0px;
	cursor: default;
}

#container #inner_container #gray_bar div
{
	padding-top: 11px;
}

.red
{
	color: #ab0000;
}

#container #inner_container #header #menu_container ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#container #inner_container #header #menu_container li
{
	display: inline;
	float: left;
	background-image: url(../images/menu/menu_bg.jpg);
	padding: 3px;
	margin-left: 5px;
}

#container #inner_container #header #menu_container a
{
	display: block;
	height: 81px;
	width: 96px;
	background-image: url(../images/menu/full_frame.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
	position: relative;
}

#container #inner_container #header #menu_container ul.no_js li a:hover
{
	background-position: 0px -81px;
}

#container #inner_container #content #left_column
{
	float: left;
	height: auto;
	width: 207px;
}

#left_column ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#left_column ul li
{
	list-style-type: none;
	width: auto;
	text-transform: uppercase;
}

#left_column ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/content_left_menu.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	width: 188px;
	font-size: 9pt;
	padding-top: 9px;
	padding-left: 19px;
}

#left_column ul li a:hover
{
	background-position: 0px -32px;
}
#container #inner_container #content
{
	background-color: #333333;
}

#container #inner_container #content #right_column {
	float: right;
	height: auto;
	width: 202px;
}
#container #inner_container #content #middle_content {
	margin-right: 202px;
	margin-left: 207px;
	background-color: #5e5e5e;
	background-image: url(../images/main_content_bg_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	*zoom: 1;
}
#container #inner_container #content #fullpage_content {
	background-color: #5e5e5e;
	background-image: url(../images/main_content_bg_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	*zoom: 1;
}
#container #inner_container #content #fullpage_content #content_container {
	background-image: url(../images/main_content_bg_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	min-height: 340px;
	height: auto !important;
	height: 340px;
}
#container #inner_container #content #fullpage_content #text_container {
	line-height: 20px;
	padding: 23px;
}
#container #inner_container #content #subpage_content {
	margin-left: 207px;
	background-color: #5e5e5e;
	background-image: url(../images/main_content_bg_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	*zoom: 1;
}
#container #inner_container #content #subpage_content #content_container {
	background-image: url(../images/main_content_bg_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	min-height: 340px;
	height: auto !important;
	height: 340px;
}

#container #inner_container #content #subpage_content #text_container {
	line-height: 20px;
	padding: 23px;
}

#container #inner_container #content #middle_content #content_container {
	background-image: url(../images/main_content_bg_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	min-height: 340px;
	height: auto !important;
	height: 340px;
}

#container #inner_container #content #middle_content #content_container #text_container {
	line-height: 20px;
	padding: 23px;
}

#container #inner_container #content #middle_content #content_container #text_container a * {
	color: #FFF!important;
}

#container #footer div {
	float: right;
	height: auto;
	width: auto;
	color: #4f0000;
}

#container #footer div a {
	color: #4f0000;
	text-decoration: none;
}

#container #footer div a:hover {
	color: #800;
	text-decoration: none;
}

#menu_container ul li a img {_behavior: url(pngTransparent.htc);}
#container #inner_container #slideshow div {
	height: 146px;
	width: 949px;
	position: absolute;
	overflow: hidden;
}
#container #inner_container #slideshow {
	height: 146px;
	width: 949px;
}

#content #subpage_content #content_container #text_container .tab
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #999999;
	border: 1px solid #666666;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: auto;
	float: left;
	margin-right: 5px;
	text-decoration: none;
	font-weight: bold;
}

#content #subpage_content #content_container #text_container .current
{
	color: #FF0000;
}

#content #subpage_content #content_container #text_container .tab:hover
{
	color: #CC0000;
}

iframe { border: 1px solid #666666; margin: 5px; margin-left: 0px; background-color:#ffffff !important; }
iframe body {  } 