@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Tahoma, Arial, geneva, verdana;
	font-size: 12px;
	color: #000000;
}

#container {
	width: 800px;
	margin: 0 auto;
	border: none;
	padding: 0;
}

#header {
	width: 800px;
	margin: 0 0 15px 0;
	padding: 0;
	border: none;
	height: 79px;
	float: left;
	background-image: url(images/jpg/header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#footer {
	width: 800px;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #F8EB00;
	float: left;
}

#leftcol {
	width: 210px;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}

#leftcol #nav {
	width: 190px;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}

#leftcol #address {
	width: 190px;
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
	border: none;
}

#leftcol #address a {
	color: #000000;
	text-decoration: underline;
}

#leftcol #address a:hover {
	color: #000000;
	text-decoration: none;
}

#leftcol #nav a {
	display: block;
	width: 185px;
	padding-left: 5px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006633;
	margin: 0;
	border-bottom: 1px solid #F8EB00;
	text-transform: uppercase;
}

#leftcol #nav a:hover {
	display: block;
	width: 185px;
	padding-left: 5px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0f9954;
	margin: 0;
	border-bottom: 1px solid #F8EB00;
	background-image: url(images/png/nav_bg.png);
	background-repeat: no-repeat;
	text-transform: uppercase;
}

#leftcol #nav a.selected {
	display: block;
	width: 185px;
	padding-left: 5px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0f9954;
	margin: 0;
	border-bottom: 1px solid #F8EB00;
	background-image: url(images/png/nav_bg.png);
	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: #080153;
	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;
}

#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;
}


.page_header {
	color: #006633;
	text-transform: uppercase;
	font-size: 24px;
}

.yellow_sub {
	color: #006633;
	text-transform: uppercase;
}

.frame {
	border: 1px solid #F8EB00;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


/* Clearfix
************************************/

.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
