@charset "UTF-8";
/* CSS Document */

body {
	background-color: #303c46;
}

body,td,th {
	font: 14px/1.4em Helvetica, Arial, Sans-Serif;
	color: #303c46;
}

#container {
	width: 850px;
	margin: 0 auto;
	border: none;
	padding: 10px;
	background-color: #FFF;
}

#header {
	width: 850px;
	margin: 0 0 15px 0;
	padding: 0;
	border: none;
	height: 108px;
	float: left;
	background-image: url(images/jpg/header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#footer2 {
	width: 850px;
	height: 116px;
	margin: 0;
	padding: 0;
	border: none;
	float: left;
	z-index: 1;
	position: relative;
	top: -20px;
}

#footer {
	width: 850px;
	margin: 10px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 5px solid #f93a5a;
	float: left;
	text-align: right;
}

#leftcol {
	width: 260px;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
	z-index: 50;
}

#leftcol #nav {
	width: 250px;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}

#leftcol #address {
	width: 250px;
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
	border: none;
}

#leftcol #address a {
	color: #303c46;
	text-decoration: underline;
}

#leftcol #address a:hover {
	color: #303c46;
	text-decoration: none;
}

#leftcol #nav a {
	display: block;
	width: 245px;
	padding-left: 5px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #f93a5a;
	margin: 0;
	border-bottom: 1px solid #FFFFFF;
	text-transform: uppercase;
}

#leftcol #nav a:hover {
	display: block;
	width: 245px;
	padding-left: 5px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #303c46;
	margin: 0;
	border-bottom: 1px solid #FFFFFF;
	background-image: url(images/png/nav_bg.png);
	background-repeat: no-repeat;
	background-position: right;
	text-transform: uppercase;
}

#leftcol #nav a.selected {
	display: block;
	width: 245px;
	padding-left: 5px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #303c46;
	margin: 0;
	border-bottom: 1px solid #FFFFFF;
	background-image: url(images/png/nav_bg.png);
	background-position: right;
	background-repeat: no-repeat;
	text-transform: uppercase;
}

body.section1 a.home, body.section2 a.company, body.section3 a.services, body.section4 a.past, body.section5 a.terms, body.section6 a.contacts, body.section7 a.links {
	display: block;
	width: 185px;
	padding-left: 5px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #8C6642;
	margin: 0;
	border-bottom: 1px solid #F8EB00;
	background-image: url(images/png/nav_bg.png);
	background-repeat: no-repeat;
	text-transform: uppercase;
}

#rightcol {
	width: 590px;
	float: left;
	border: none;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 50;
}

#rightcol #maintext {
	width: 370px;
	float: left;
	border: none;
	padding: 0;
	margin: 0 20px 0 0;
	line-height: 22px;
}

#rightcol #images {
	width: 200px;
	float: left;
	border: none;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

#images img {
	padding-bottom: 1px;
}

.page_header {
	color: #f93a5a;
	text-transform: uppercase;
	font-size: 24px;
}

.yellow_sub {
	color: #f93a5a;
	text-transform: uppercase;
}

.frame {
	border-bottom: 8px solid #f93a5a;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


/* Clearfix
************************************/

.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}