.heading {
	font-size: 18px;
	color: #606060;
	font-stretch: condensed;
}

/* A */

a, a:visited {
	color: #FF5500;
	text-decoration: none;
}

/* Color of the link in the page when the user hovers over it with the mouse */
a:hover {
	color: #000000;
	text-decoration: none;
}

body {
	margin 0px;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}

img {
	border: 0px;
}

#container {
	width: 1000px;
	margin: 0px auto;
}

#header {
	position: absolute;
	top: 0px;
	height: 150px;
	width: 1000px;
	background: url(../../images/header.png);
}

.nav {
	position: absolute;
	top: 150px;
	float: left;
	height: 45px;
	width: 1000px;
	background: url(../../images/nav.png);
}

.nav_inner {
	height: 20px;
	width: 970px;
	margin: 9px 15px 15px 15px;
	font-style: italic;
	font-weight: bold;
	font-family:arial;
	font-size:14px;
}

.nav_inner a, .nav_inner a:visited {
	color: #FFFFFF;
}

.nav_inner a:hover {
	color: #FF5500;
	text-decoration: none;
}

#flash {
	position: absolute;
	top: 195px;
	height: 270px;
	width: 1000px;
}

#flash_l {
	float:left;
	height: 270px;
	width: 796px;
}

#flash_r {
	float:left;
	height: 270px;
	width: 198px;
	margin-left: 6px;
}

#banner_top {
	position: absolute;
	top: 0px;
	float: left;
	height: 50px;
	width: 1000px;
	margin: 10px 0px;
}

#main {
	position: absolute;
	top: 0px;
	float:left;
	width: 1000px;
}

#main_l {
	float:left;
	height: 400px;
	width: 796px;
}

#main_l_h {
	position:absolute;
	width:796px;
	height:25px;
}

#main_l_l {
	position:absolute;
	margin:25px 0px 0px 0px;
	height: 370px;
	width: 197px;
	z-index:2;
	border-left: 1px solid #999999;
}

#main_l_r {
	position:absolute;
	margin: 25px 0px 0px 204px;
	width: 591px;
	height:370px;
	border-right: 1px solid #999999;
}

#main_l_r_inner {
	position:absolute;
	width: 561px;
	height:340px;
	margin: 15px 15px;
	overflow: auto;
}

#main_l_f {
	position:absolute;
	margin-top:395px;
	margin-left:10px;
	width:786px;
	height:5px;
	z-index:1;
}

#main_r {
	float:left;
	height: 400px;
	width: 198px;
	margin-left: 6px;
}

#banner_bottom {
	position: absolute;
	top: 0px;
	float:left;
	height: 40px;
	width: 1000px;
	margin: 10px 0px 10px 0px;
}

.form_l {
	float: left;
	width: 30%;
}

.form_r {
	float: left;
	width: 70%;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

.select_default {
	margin 0px;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}

#div_footer {
	position: absolute;
	top: 0px;
	height: 100px;
	width: 1000px;
}

#div_footer_header {
	height: 25px;
	width: 100%;
	background-image: url(../../images/bottom_tab.jpg);
}

#div_footer_inner {
	height: 40px;
	width: 968px;
	padding: 15px;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
}

#div_labels {
	position: absolute;
	text-align:center;
	top: 0px;
	height: 70px;
	width: 1000px;
}

.divtabletopfirst {
	float:left;
	width:115px;
	padding:5px;
	background-color:#FF5500;
	border:1px solid #000000;
	text-align:center;
}

.divtabletoprest {
	float:left;
	width:115px;
	padding:5px;
	background-color:#FF5500;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	text-align:center;
}

.divtablefirst {
	float:left;
	width:115px;
	padding:5px;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	text-align:center;
}

.divtablerest {
	float:left;
	width:140px;
	padding:5px;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	text-align:center;
}