@charset "utf-8";
/* Layout */
* {
	margin: 0px;
	padding: 0px;
}
body {
	width: 100%;
	text-align: left;
	height: 100%;
	background-image: url(../images/bg1.png);
	background-repeat: no-repeat;
}
#page {
	width: 100%;
	text-align: left;
	height: 100%;
}
.region_clear_both {
	clear: both;
}
.region_no_display {
	display: none;
}
#header {
	width: 100%;
	min-width: 450px;
	height: 150px;
	display: block;
	clear: both;
}
#header_container {
	width: 100%;
	height: 150px;
	display: block;
	background-image: url(../images/layout_02.png);
	background-repeat: no-repeat;
}
#header_logo {
	width: 350px;
	height: 150px;
	display: block;
	float: left;
	background-image: url(../images/layout_01.png);
	background-repeat: no-repeat;
}
#header_logo a {
	width: 350px;
	height: 150px;
	display: block;
}
#header_right {
	width: 60px;
	height: 250px;
	display: none;
	float: right;
	background-image: url(../images/layout_04.png);
	background-repeat: no-repeat;
	z-index: 5;
	position: absolute;
	right: 0px;
	top: 0px;
}
#header_text {
	left: 90px;
	top: 75px;
	z-index: 10;
	width: 90%;
	height: 60px;
	display: inline;
	position: absolute;
	overflow: hidden;
	text-align: left;
}
#content {
	width: 100%;
	display: inline;
	float: left;
	clear: both;
	overflow: hidden;
}
#content_main_container {
	float: left;
	display: inline;
	width: 100%;
	min-height: 700px;
	min-width: 400px;
	height: inherit;
	padding-left: 70px;
	padding-right: 70px;
	background-image: url(../images/layout_08.png);
	background-repeat: repeat-y;
	overflow: hidden;
}
#content_menu {
	height: 100px;
	width: 100%;
	padding-right: 20px;
}
ul#site_menu {
	list-style: none;
	height: 24px;
	z-index: 100;
}
ul#site_menu li {
	height: 24px;
	display: inline;
	padding-right: 6px;
	border: 0px none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	position: relative;
	float: left;
	z-index: 100;
}
ul#site_menu ul {
	width: 100px;
	display: none;
	list-style: none;
	border: 0px none;
	position: absolute;
	top: 24px;
	left: 0px;
	z-index: 100;
}
ul#site_menu ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0px;
	visibility: hidden;
}
ul#site_menu a {
	display: block;
	border-bottom: 2px dotted #cccccc;
	background-color: #eeeeee;
	color: #666666;
	padding: 6px;
	text-decoration: none;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	height: auto !important;
	height: 1%; /*For IE*/
}
ul#site_menu ul li {
	width: 100px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	z-index: 100;
}
ul#site_menu li a {
	float: none;
	background: #eeeeee;
	color: #666666;
	border-bottom: 2px dotted #cccccc;
}
ul#site_menu a:hover,
ul#site_menu li:hover a,
ul#site_menu li.iehover a {
	border-bottom-color: #4a8797;
	color: #4a8797;
}
ul#site_menu li:hover li a,
ul#site_menu li.iehover li a {
	float: none;
	background: #eeeeee;
	color: #666666;
	border-bottom: 2px dotted #cccccc;
}
ul#site_menu li:hover li a:hover,
ul#site_menu li:hover li:hover a,
ul#site_menu li.iehover li a:hover,
ul#site_menu li.iehover li.iehover a {
	border-bottom-color: #4a8797;
	color: #4a8797;
}
ul#site_menu ul ul,
ul#site_menu ul ul ul {
	display: none;
	position: absolute;
	top: 0px;
	left: 100px;
}
ul#site_menu li:hover ul,
ul#site_menu li:hover ul ul,
ul#site_menu li:hover ul ul ul,
ul#site_menu li.iehover ul,
ul#site_menu li.iehover ul ul,
ul#site_menu li.iehover ul ul ul {
	display: none;
}
ul#site_menu li:hover ul,
ul#site_menu ul li:hover ul,
ul#site_menu ul ul li:hover ul,
ul#site_menu li.iehover ul,
ul#site_menu ul li.iehover ul,
ul#site_menu ul ul li.iehover ul {
	display: block;
}
/*#site_menu li a.current_page, #site_menu li a.current_page:link, #site_menu li a.current_page:active, #site_menu li a.current_page:visited {
	height: 30px;
	display: inline;
	border-bottom: 2px dotted #002f2f;
	color: #002f2f;
	padding: 5px;
	text-decoration: none;
}
#site_menu li a.current_page:hover {
	height: 30px;
	display: inline;
	border-bottom: 2px dotted #046380;
	color: #046380;
	padding: 5px;
	text-decoration: none;
}

*/
#content_main_outer {
	width: 93%;
	display: inline;
	position: relative;
	float: left;
}
#content_main_menu {
	width: 100%;
	display: block;
	position: relative;
	float: left;
	background-color: #990066;
}
#content_main {
	width: 100%;
	display: block;
	position: relative;
	float: left;
	background-color: #CC9900;
}
#footer {
	display: block;
	width: 100%;
	clear: both;
	background-image: url(../images/layout_08.png);
	background-repeat: repeat-y;
}
#footer_container {
	width: 100%;
	display: inline;
	padding-left: 70px;
	padding-right: 70px;
}
/*#footer_left {
	width: 250px;
	height: 60px;
	display: block;
	float: left;
	background-image: url(../images/layout_15.png);
	background-repeat: no-repeat;
}
#footer_right {
	width: 200px;
	height: 60px;
	display: block;
	float: right;
	background-image: url(../images/layout_14.png);
	background-repeat: no-repeat;
	background-position: 0px -190px;
}
*/
/* Style */
a, a:link, a:visited, a:active {
	color: #666666;
}
a:hover {
	color: #4a8797;
}
.header_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4a8797;
}
.content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.content_smtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
ul#site_menu a.current_page_text, ul#site_menu a.current_page_text:link, ul#site_menu a.current_page_text:active, ul#site_menu a.current_page_text:visited {
	color: #002f2f;
	border-bottom: 2px dotted #002f2f;
}
ul#site_menu a.current_page_text:hover {
	color: #046380;
	border-bottom-color: #046380;
}