*{
	margin: 0px;
	padding: 0px;
}

body{
	font-size: 12px;
	color: #393938;
	font-family: "trebuchet ms", helvetica, sans-serif;
	line-height: 18px;
	background: #000000;
}

a{
	color: #8c0206;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

p{
	text-align: left;
	padding: 10px 0px 0px 10px;
}

#main_content{
	width: 778px;
	margin: auto;
	background: #185861 url('../images/top_bg.jpg') no-repeat;
}

#header{
	padding: 0 15px;
	margin: auto;
	height: 100px;
	background:	transparent;
}

.logo{
	position: relative;
	padding: 0px 0px 0px 10px;
	top:10px;
	float: left;
}

.telno{
	position: relative;
	padding: 0px;
	top: 8px;
	width: 500px;
	color: #fff;
	text-align: right;
	font: 14px "trebuchet ms", helvetica, sans-serif;
	background: transparent;
	float: right;
}

.menu{
	position: relative;
	padding: 0;
	margin: 0;
	float: right;
	top: 53px;
}

.menu ul{
	list-style: none;
	padding: 5px 0px 0px 0px;
}

.menu li{
	display: inline; 
	font-size: 14px;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
}

.menu li a{
	color: #ffffff;
}

.menu li a:hover{
	text-decoration: none;
	border-top: 2px solid #8c0206;
	border-bottom: 2px solid #8c0206;
}

.menu li a.current{
	text-decoration: none;
	border-top: 2px solid #8c0206;
	border-bottom: 2px solid #8c0206;
}

#banner{
	padding: 0 15px;
	margin: auto;
	height: 201px;
}

#body_content{
	padding: 15px 15px;
	margin: auto;
	clear: both;
}

#body_content h1{
	font: bold 24px "trebuchet ms", helvetica, sans-serif;
	font-style: italic;
	color: #a7a6a6;
	background: url('../images/header_bg.png') no-repeat right;
	text-align: left;
}

.column_left{
	position: relative;
	width: 200px;
	float: left;
}

.column_left_top{
	position: relative;
	height: 10px;
}

.column_left_mid{
	position: relative;
	padding: 0 10px;
	color: #ffffff;
}

.column_left .nav{
	position: relative;
	float: left;
	width: 180px;
	padding: 17px 0 0 0;
	font: 12px Arial, Helvetica, sans-serif;
}

.column_left .nav ul {
	margin: 0;
	padding: 0px 10px;
}

.column_left .nav li {
	display: inline;
}

.column_left .nav a {
	display: block;
	float: left;
	padding: 5px 0px 0px 15px;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	width:120px;
	background-image: url(../images/arr.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.column_left .nav a:hover{
	text-decoration: none;
	background-image: url(../images/arr1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.column_right{
	position: relative;
	width: 538px;
	float: right;
}

.column_right_top{
	position: relative;
	height: 10px;
	background: url('../images/rcol_top.png') no-repeat;
}

.column_right_mid{
	position: relative;
	padding: 0px 10px 20px 10px;
	width: 518px;
	float: right;
	background: #fff url('../images/rcol_btm.gif') no-repeat bottom;
	text-align:left;
}

.column_right_mid p{
	padding: 0px 0px 0px 0px;
	list-style: none;
}

.column_right_mid h2{
	font: bold 14px "trebuchet ms", helvetica, sans-serif;
	padding: 15px 0px 0px 0px;
	color: #8c0206;
}

#footer{
	text-align: right;
	padding: 10px 15px;
	background: #185861;
	color: #f2f0f0;
	clear: both;
}
