/*******************************************************************************************************
********************************************************************************************************
											GLOBAL SETTINGS
********************************************************************************************************
*******************************************************************************************************/
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: url('../images/bg_top.jpg') top center #33588A repeat-x;
}
body {
	font-family: Arial;
	font-size: 12px;
	height: 100%;
	margin: 0 auto;
	color: #000;
}
#page {
	position: relative;
	min-height: 100%;
	width: 836px;
	margin: 0 auto;
	background: url('../images/bg_container.png') repeat-y;
}
* html #page {
	height: 100%;
}
#center {
	width: 790px;
	margin: 0 auto 0 auto;
}
a, a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
	text-decoration: none;
}
option {
	padding-right: 5px;	
}
.clear {
	clear: both;
	padding: 0;
	margin: 0;
}
.load {
	display: none;
}
.pointer {
	cursor: pointer;
}
.left {
	float: left;
}
.right {
	float: right;
}
.inputError {
	background-color: #005895;
	color: #fff;
}
h1,h2,h3,h4,h5{
	padding: 0;
	margin: 0;
}
/*******************************************************************************************************
********************************************************************************************************
											HEADER SETTINGS
********************************************************************************************************
*******************************************************************************************************/
#header {
	width: 790px;
	height: 141px;
	margin: 0 auto 0 auto;
	background: url('../images/bg_main.jpg') #fff repeat-x;
}
#header #logo {
	float: left;
	width: 452px;
	height: 111px;
	overflow: hidden;
}
#header #statement {
	float: right;
	width: 267px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	color: #fff;
	padding: 15px 30px 0 0;
}
#header #menu {
	clear: both;
	width: 790px;
	height: 30px;
	z-index: 1000;
}
/*******************************************************************************************************
********************************************************************************************************
											PAGE LAYOUT
********************************************************************************************************
*******************************************************************************************************/
#main_content_area {
	width: 790px;
}	
#main_banner {
	margin: 10px 0 0 0;
	width: 790px;
	height: 200px;
	z-index: 1;
}
#main_left {
	float: left;
	width: 580px;
}
h1 {
	margin: 10px 0 0 0;
	background-color: #dbdbdb;
	color: #000;
	font-size: 20px;
	font-family: Arial;
	padding: 0 5px;
	line-height: 30px;
}
#main_right {
	float: right;
	width: 200px;
	margin-bottom: 10px;
}
.ad_0, .ad_1, .ad_2, .ad_3 {
	margin-top: 10px;
	margin-bottom: 10px;
}
/*******************************************************************************************************
********************************************************************************************************
											FOOTER SETTINGS
********************************************************************************************************
*******************************************************************************************************/
#footer {
	position: absolute;
	background: url('../images/bg_footer.jpg') repeat-x;
	bottom: 0;
	height: 42px;
	width: 790px;
	background-color: #2F261C;
	font-family: Arial;
	margin-top: 20px;
}
#footer .left {
	list-style: none;
	width: 500px;
	padding: 0;
	margin: 14px 0 0 5px ;
	text-align: left;
	color: #fff;
	font-size: 11px;
}
#footer .left li a:link,#footer .left li a:hover,#footer .left li a:visited {
	font-size: 11px;
	width: 540px;
	color: #fff;
	text-decoration: none;
}
#footer .right {
	list-style: none;
	padding: 0;
	margin: 5px 5px 0 0 ;
	text-align: right;
	color: #fff;
	font-size: 12px;
}
#footer .right li a:link,#footer .right li a:hover,#footer .right li a:visited {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}
