@charset "utf-8";
/* CSS Document */

body {
	background-color: #120C0C;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 940px;
	text-align: left;
	position: relative;
	margin: auto;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
}

/***************** Home Page Styling ************************/

#hpbg {
	width: 940px;
	height: 705px;
	position: relative;
}

#hpnav {
	width: 940px;
	text-align: center;
	position: absolute;
	top: 170px;
	left: 0px;
	font-size: 14px;
}

#hpnav ul{
	list-style-type: none;
	border: none;
	padding: 0;
	margin: 0;
}

#hpnav li{
	display: inline;
	padding: 0;
	margin: 0 10px 0 10px;
	color: #ffffff;
	font-weight: 500;
}

#hpnav li a:link, #hpnav li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 2px;
}
#hpnav li a:hover, #hpnav li a:active, #hpnav li a:focus {
	text-decoration: underline;  
}

#hpcopyright {
	position: absolute;
	bottom: 21px;
	right: 352px;
	text-align: right;
	color: #9aa599;
	font-size: 12px;
	
}

/****************************** End Home Page Styling *************************/

/******************************* Operations Page Styling **********************/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


#operations {
	width: 940px;
}

#operations p {
	margin: 0 0 20px 0;
	padding: 0;
}

.oprow {
	width: 800px;
	position: relative;
	float: left;
	margin: 20px 70px 20px 70px;
}

.opleftcol {
	width: 140px;
	text-align: left;
	float: left;
}

.oprightcol {
	width: 660px;
	text-align: left;
	float: left;
}

.left {
	float: left;
	margin-right: 20px;
}

/******************************* End Operations Page Styling ******************/

/****************************** Main Styling **********************************/


#header {
	width: 940px;
	height: 225px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#nav {
	width: 700px;
	text-align: right;
	position: absolute;
	top: 170px;
	right: 40px;
	font-size: 13px;
}

#nav ul{
	list-style-type: none;
	border: none;
	padding: 0;
	margin: 0;
}

#nav li{
	display: inline;
	padding: 0;
	margin: 0 5px 0 5px;
	color: #ffffff;
	font-weight: 500;
}

#nav li a:link, #nav li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 500;
}
#nav li a:hover, #nav li a:active, #nav li a:focus {
	text-decoration: underline;  
}

.offstate {
	color: #a5aaa3;
	text-decoration: underline;
}

#headerimage {
	width: 535px;
	height: 130px;
	position: absolute;
	top: 30px;
	right: 30px;
}
#content {
	width: 940px;
	min-height: 400px;
	position: relative;
	overflow: visible; 
}	

#leftcol {
	width: 320px;
	float: left;
	margin: 20px 10px 30px 70px;
	text-align: left;
}

#leftcol .imgdesc {
	font-size: 11px;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
}

#leftcol table {
	color: #8a7a67;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#leftcol table ul {
	list-style-type: none;
	border: none;
	padding: 0;
	margin: 0;
}

#leftcol table ul li {
	margin-bottom: 15px;
}

.tantext {
	color: #8a7a67;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: bold;
	line-height: 1.5em;
	margin-left: 30px;
}


#rightcol {
	width: 450px;
	float: right;
	padding-right: 80px;
	text-align: left;
}

h1 {
	color:#130c0d;
	font-size: 17px;
	font-weight: normal;
	margin: 20px 0 20px 0;
}

h2 {
	color:#130c0d;
	font-size: 16px;
	font-weight: normal;
	margin: 30px 0 12px 0;
}

p {
	color:#130c0d;
	font-size: 14px;
	line-height: 1.5em;
}

#rightcol ul {
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0;

}

#rightcol .marginleft {
	margin: 0 0 0 40px;
	padding: 0;
	font-size: 14px;
}

#rightcol li {
	font-size: 14px;
	margin-bottom: 5px;
	padding-left: 40px;
	background-image: url(../images/bullet-1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#rightcol a:link, #rightcol a:visited, #rightcol a:active {
	color:#130c0d;
	font-size: 14px;
}

#rightcol a:hover {
	color:#623E43;
}

#rightcol table {
	font-size: 13px;
}

#textfeature {
	width: 400px;
	margin: 0 0 20px 60px;
	text-align: left;
	clear: both;
}

.btnmargin {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 120px;
}

#footer {
	width: 940px;
	height: 55px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	clear: right;
	position: relative;
}

#copyright {
	width: 940px;
	position: absolute;
	bottom: 13px;
	left: 0px;
	text-align: center;
	color: #9aa599;
	font-size: 12px;
	
}

#contactinfo {
	width: 940px;
	padding: 10px 0 10px 0;
	text-align: center;
	color: #9aa599;
	font-size: 12px;
	background-color: #120C0C;
}

#contactinfo a {
	color: #9aa599;
}
	

#contactinfo .addspace {
	margin: 0 10px 0 10px;
}

img {
	border: none;
}	

