html, body {
	height: 100%;
	width:100%;
	margin: 0 auto;
	padding: 0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#ffffff;
	color: #000000;
	direction: ltr;
}
a:link, a:visited {
	color: #666b75;
	text-decoration: underline;
}
h1, h2, h3, h4, form, fieldset {
	margin: 0;
	padding: 0;
}
.clearboth {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
#top_left_bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 169px;
	width: 50%;
	background-image: url(../../images/header_bg_left.jpg);
	z-index: 0;
}
#top_right_bg {
	position: absolute;
	top: 0;
	right: 0;
	height: 212px;
	width: 50%;
	background-image: url(../../images/header_bg_right.jpg);
	z-index: 0;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 962px;
	z-index: 1;
}
#header {
	position: relative;
	height: 169px;
	background-image: url(../../images/header_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#logo {
	margin-top: 25px;
}
#clocks {
	position: absolute;
	top: 50px;
	right: 18px;
}
#clocks .clock {
	float: left;
	text-align: center;
	margin: 16px 10px 9px 10px;
}
#clocks .clock img {
	margin-bottom: 12px;
}
#clocks .clock h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #ff6600;
	text-transform:uppercase;
}
#clocks .sep {
	float: left;
}
#menus {
	margin-bottom: 10px;
	height: 30px;
	padding: 0 1px;
	background-image: url(../../images/main_menu_bg.jpg);
	border: solid 1px #d3d3d3;
	z-index: 10;
}
#main_menu {
	float: left;
}
#main_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main_menu ul li {
	margin:0 8px 0 0;
	padding:0 10px;
	position:relative;
	float:left;
}
#main_menu ul li .sep {
	position: absolute;
	top: 0;
	left: -8px;
	width: 8px;
	height: 30px;
	background-image: url(../../images/main_menu_sep.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
}
#main_menu ul li a:link,
#main_menu ul li a:visited {
	padding:0;
	display:block;
	text-align:center;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	line-height: 30px;
	color: #000000;
}
#main_menu ul li:hover {
	background-image: url(../../images/main_menu_bg_over.jpg);
}
#main_menu ul li:hover .sep {
	background-position: 0 -30px;
}
#main_menu ul li:hover a,
#main_menu ul li a:hover,
#main_menu ul li a:active {
	padding:0;
	display:block;
	text-align:center;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	line-height: 30px;
	color: #ffffff;
}
/* these set the style for all the sub menu items  */
#main_menu ul div.wrap {
	position: absolute;
	top: 29px;
	left: -7px;
	width: 130px;
	height: auto;
	display: none;
	z-index: 1000;
}
#main_menu ul li:hover div.wrap {
	display: block;
}
#main_menu ul li .wrap div.shadow {
	position: absolute;
	top: 0px;
	left: -7px;
	width: 7px;
	height: 100%;
}
#main_menu ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
#main_menu ul ul li {
	width: 100%;
	height: 29px;
	padding: 0px 10px;
	background-color: #ffffff;
	border-top: solid 1px #cccccc;
}
#main_menu ul ul li.first {
	border-top: solid 1px #ffffff;
}
#main_menu ul ul li a:link,
#main_menu ul ul li a:visited {
	width: 100%;
	height: auto;
	padding:0px;
	display:block;
	text-decoration:none;
	text-align: left;
	font-weight: normal;
	font-size:13px;
	line-height: 29px;
	color: #000000;
}
#main_menu ul ul li:hover {
	background-image: url(../../images/main_menu_bg_over.jpg);
}
#main_menu ul ul li:hover a,
#main_menu ul ul li a:hover,
#main_menu ul ul li a:active {
	width: 100%;
	height: auto;
	padding:0px;
	display:block;
	text-decoration:none;
	font-size:13px;
	font-weight: normal;
	line-height: 29px;
	color: #ffffff;
}
#lang_menu {
	position: relative;
	float: right;
	padding: 0 10px;
	cursor: pointer;
}
#lang_menu h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	line-height: 30px;
	color: #0a5f98;
}
#lang_menu div.wrap {
	position: absolute;
	top: 29px;
	left: 0px;
	width: 100%;
	height: auto;
	display: none;
	z-index: 1000;
}
#lang_menu:hover div.wrap {
	display: block;
}
#lang_menu .wrap div.shadow {
	position: absolute;
	top: 0px;
	left: -7px;
	width: 7px;
	height: 100%;
}
#lang_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#lang_menu ul li {
	height: 29px;
	padding: 0px 10px;
	background-color: #ffffff;
	border-top: solid 1px #cccccc;
}
#lang_menu ul li.first {
	border-top: solid 1px #ffffff;
}
#lang_menu ul li a:link,
#lang_menu ul li a:visited {
	width: 100%;
	height: auto;
	padding:0px;
	display:block;
	text-decoration:none;
	font-weight: normal;
	font-size:13px;
	line-height: 29px;
	color: #000000;
}
#lang_menu ul li:hover {
	background-image: url(../../images/main_menu_bg_over.jpg);
}
#lang_menu ul li:hover a,
#lang_menu ul li a:hover,
#lang_menu ul li a:active {
	width: 100%;
	height: auto;
	padding:0px;
	display:block;
	text-decoration:none;
	font-size:13px;
	font-weight: normal;
	line-height: 29px;
	color: #ffffff;
}
#main_banner {
	margin-bottom: 10px;
	padding: 10px;
	border: solid 1px #cccccc;
	z-index: 0;
}
#blocks .block {
	float: left;
	margin-bottom: 10px;
	padding: 10px;
	width: 341px;
	height: 343px;
	border: solid 1px #cccccc;
	overflow: hidden;
}
#blocks .left {
	margin-right: 10px;
	width: 567px;
}
#blocks .bottom {
	height: 374px;
}
#content {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 10px;
	width: 800px;
	border: solid 1px #cccccc;
}
#content.full {
	float: none;
	margin-right: 0;
	width: 940px;
}
#content h1 {
	margin-bottom: 20px;
	padding-left: 12px;
	height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	line-height: 30px;
	color: #ffffff;
	background-image: url(../../images/title_bg.jpg);
}
#content h2 {
	clear: both;
	margin: 20px 0 25px 0;
	padding: 0 0 0 12px;
	height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	line-height: 30px;
	color: #ffffff;
	background-image: url(../../images/title_bg.jpg);
}
#content form fieldset {
	margin-top: 8px;
	width: 402px;
	border: none;
}
#content form fieldset label {
	display: block;
	float: left;
	width: 100px;
	height: 20px;
	line-height: 20px;
}
#content form fieldset .textbox {
	margin-bottom: 7px;
	width: 300px;
	height: 18px;
	border-top: solid 1px #0a5b92;
	border-right: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
	border-left: solid 1px #0a5b92;
}
#content form fieldset textarea.textbox {
	height: 200px;
	overflow: auto;
}
#content form fieldset .button {
	float: right;
	padding: 0 1px;
	height: 30px;
	border: solid 1px #d3d3d3;
	background-image: url(../../images/main_menu_bg.jpg);
	vertical-align: top;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}
#content form fieldset .button:hover {
	color: #ffffff;
	background-image: url(../../images/main_menu_bg_over.jpg);
}
#side_banners {
	float: right;
	margin-bottom: 10px;
	width: 120px;
	text-align: center;
	z-index: 0;
}
#footer_spacer {
	height: 200px;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#bottom_banners {
	margin-bottom: 10px;
	padding: 10px;
	height: 138px;
	text-align: center;
	border: solid 1px #cccccc;
}
#bottom_banners .banner {
	float: left;
	margin-left: 10px;
	border: solid 1px #cccccc;
}
#bottom_banners .first {
	margin-left: 0;
}
#credit {
	float: right;
	margin-left: 10px;
	height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	line-height: 30px;
	color: #000000;
}
#credit img {
	position: relative;
	top: 7px;
}
#bottom_menu {
	height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	line-height: 30px;
	color: #a8a8a8;
}
#bottom_menu a {
	text-decoration: none;
}
#bottom_menu a:hover {
	text-decoration: underline;
}

