/* MAIN AREA */
ul,li,p,h1,h2,h3,h4,h5,div,form,input,select,option {
	padding: 0px;
	margin: 0px;
}
html {
	margin: 0px;
	padding: 0px;
	background: url('../images/bg_top_main.jpg') top center repeat-x #EFE3CD;
	height: 100%;
}
body {
	margin: 0;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	height: 100%;
}
#page {
	background: url('../images/bg_body.png') center repeat-y; 
	margin: 0 auto 0 auto;
	padding: 0px;
	position: relative;
	min-height: 100%;
}
* html #page {
	height: 100%;
}
a,a:link,a:visited,a:active {
	font-family: Arial;
	color: #0000FF;
	text-decoration:none !important;
	outline: none;
}
a:hover {
	text-decoration: none !important;
}
a:visited {
	color: purple;
}
.clear {
	clear:both;
	margin:0px;
	padding:0px;
}
a img { 
   text-decoration: none; 
   background: transparent;
   border:none;
   outline: none;
}
option {
	padding-right:5px;
}
p {
	padding:5px;
}
.load {
	display:none;
}
#center {
	margin:auto;
	width:780px;
}
#header {
	width: 765;
	height: 103px;
	background:url('../images/bg_top.png') no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	color: #fff;
	padding: 12px 15px 0 0;
}
.contact_button {
	margin-top: 5px;
	width: 107px;
	height: 48px;
	float: right;
}
.chat_button {
	margin-top: 5px;
	width: 107px;
	height: 48px;
	float: right;
	margin-right: 10px;
}
#main_menu {
	background:url('../images/bg_menu.jpg') repeat-x;
	width: 780px;
	height: 30px;
	margin-bottom: 7px;
}
#main_side_ads {
	float: right;
	width: 214px;
	list-style: none;
}
#main_side_ads .ad_0 {
	height: 81px;
	margin-bottom: 8px;
}
#main_side_ads .ad_1 {
	height: 81px;
}
#main_flash {
	float: left;
	width: 558px;
	height: 170px;
	background-color: #333;
}

#main_content_area {
	margin: 10px 0 0 0;
	width: 760px;
	padding: 10px;
	background-color: #fff;
}
#main_content_area a:hover {
	text-decoration: underline !important;
}
#main_content_area .left{
	width: 540px;
	float: left;
	margin-left: -2px;
}
#main_content_area .right {
	width: 215px;
	float: right;
	margin-right: -2px;
}
#main_content_area h1 {
	font-size: 20px;
	color: #03346C;
}
#content .inputError {
	background-color: #B12027;
	color: #fff;
}
#content #error {
	margin: 20px;
	font-size: 16px;
	color: maroon;
}

#side_ads {
	width: 215px;
}
#side_ads .ad_0 {
	margin-top: 10px;
}
#side_ads .ad_1 {
	margin-top: 10px;
}
#comm_disclaimer {
	text-align: center;
	margin-top: 10px;
	font-size: 10px;
	color: #999;
}
/* PAGINATION */
#pagination ul {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding:5px; 
	list-style-type: none;
}
#pagination ul li {
	list-style-image: none;
	display:inline;
	line-height: 1.2em;
	margin: 1px;
}

#pagination a:link, #pagination a:visited  {
	text-decoration: none;
	font: bold 114% arial;
	font-size:10px;
	color: #fff;
	border: 1px solid #C9242B;
	padding: 2px 5px;
	background-color: #C9242B;
	margin: 0 2px 0 0;
	display: inline;
}

#pagination a:hover {
	background-color: #FFF5B5;
	color: black;
	text-decoration: none;
}

#pagination a.current {
	font-weight: bold;
	color: black;
	background-color: white;
	cursor: default;
	text-decoration: none;
}
#pagination h2.current {	
	text-decoration: none;	
	font: bold 114% arial;	
	font-size:10px;	
	color: #000;	
	border: 1px solid #C9242B;	
	padding: 2px 5px;	
	background-color: #fff;	
	margin: 0 2px 0 0;	
	display: inline;
}

#content {
	float: left;
	width: 535px;
	margin-top: 0;
}
/*******************************************************************************************************
********************************************************************************************************
											FOOTER SETTINGS
********************************************************************************************************
*******************************************************************************************************/
#footer {
	background-color: #847f7b;
	color: #fff;
	height: 61px;
}
#footer .left {
	float: left;
	margin-left: 10px;
	font-weight: bold;
}
#footer .right {
	width: 540px;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	text-align: right;
}
#footer a:link, #footer a:visited {
	font-size: 10px;
	color: #fff;
}
#footer ul.left {
	width: 200px;
	list-style: none;
	padding: 0;
	margin: 20px 0 0 15px;
}
#footer .left li  {
	display: inline;
}
#footer .left li a:link,#footer .left li a:hover,#footer .left li a:visited {
	margin-right: 10px;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
}
#footer ul.right {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 5px 5px 0 0;
}
#footer .right li  {
	display: inline;
}
#footer .right li a:link,#footer .right li a:hover,#footer .right li a:visited {
	margin-right: 10px;
	color: #fff;
	text-decoration: none;
}
#IDX-subheader {
	display: none !important;
}