/* ======================================================================

Main Styles

=======================================================================*/

/*
simple reset
------------------------------------*/
html, body, div, #wrapper
{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
html{ background: #050505 url(../graphics/black_back.jpg) }
body {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	font-size:62.5%;
	line-height:1.75;
	background:transparent url(../graphics/body_back.jpg) repeat-x center top
}

/*
Page Setup
------------------------------------*/

.hidden
{
	visibility:hidden;
	display:none;
}
#skiptocontent { display:none; }
.clear {clear: both; height:0; line-height:0; overflow:hidden;}

#wrapper {
	clear:both;
	font-size:100%;
	color: #606060;
	width:800px;
	min-height: 500px;
	margin:0 auto;
	text-align: left;
}

.fright {
	float: right;
	margin:0 10px 20px 20px;
}
.fleft{ float:left; }

/*
Basic Links
------------------------------------*/

a img {border:1px solid #999;}
a, a:link, a:visited {
	text-decoration: none;
	color: #d70207;
	outline: none;
}
a:hover {
	color: #d70207;
	text-decoration: underline;
}

/*
Header section
------------------------------------*/

#header{
	width: 800px;
	height: 180px;
	background: url(../graphics/banner.jpg)
}
#header .heading{
	float:left;
	margin:145px 0 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 190%;
	font-weight:bold !important;
}

/*
inner
------------------------------------*/
#inner{
	width:100%;
	font-size: 120%;
	clear: both;
	background: url(../graphics/inner_bg.jpg) repeat-y center;
	padding-bottom: 20px;
}

/*
Left Hand Nav
------------------------------------*/
#lhs_nav{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 170px;
	overflow: hidden
}
#lhs_nav li{
	
}
#lhs_nav a, #lhs_nav a:link, #lhs_nav a:visited{
	width: 100%;
	padding: 0px 10px;
	background: url(../graphics/nav_back.jpg) repeat-x left top;
	line-height: 35px;
	font-weight: bold;
	font-size: 120%;
	height: 39px;
	display: block;
	color: #fff
}
#lhs_nav a:hover, #lhs_nav .active a, #lhs_nav .active a:link, #lhs_nav .active a:visited{
	background: url(../graphics/nav_back.jpg) repeat-x left bottom;
	text-decoration: none;
}

/*
Main Content
------------------------------------*/
#main_content{
	min-height: 350px;
	width: 625px;
	float: right;
	background: #fff;
	color: #050505;
}
#main_content h1{
	background: #ebebeb;
	margin: 0;
	padding: 0 10px;
	font-size: 160%;
}

#main_content h2{
	background: #ebebeb;
	margin: 0;
	padding: 0 10px;
	font-size: 140%;
}
#main_content .content{
	padding: 0 10px
}
#main_content .col{
	width:415px;
}
/*
breadcrumbs
------------------------------------*/
#breadcrumbs{
	width:100%;
	margin: 0;
	padding: 0;
	background: #ebebeb;
	list-style-type: none;
	height: 40px;
}
#breadcrumbs li{
	float:left;
	margin: 10px 0 0 10px;
	_margin: 10px 0 0 5px;
}

/*
Footer
------------------------------------*/
#footer{
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: both;
	float: right;
}
#footer li{
	float: left;
	color: #fff;
	margin: 5px 0 10px 10px;
	font-weight: bold;
}
#footer li strong{
	color: #D70207
}
#footer li a, #footer li a:link{
	color: #fff
}

/*
Contact Form
------------------------------------*/
.contactform{
	width:275px;
	clear: both;
	margin-bottom: 20px;
	float: left;
	font-size: 110%
}
.contactform label{
	display: block;
	width: 100%;
	clear: both;
	margin: 10px 0 0px;
}
.contactform input, .contactform textarea{
	width:100%;
	border: 1px solid #050505;
	padding: 3px;
	font-size: 100%
}
.contactform textarea{
	height: 75px;
	font-size: 110%;
	font-family: Helvetica, Arial, sans-serif;
}
.contactform .subbut{
	width:auto;
	float: right;
	cursor: pointer;
}





