@charset "UTF-8";
/* CSS Document */

body {
	background-color: #efefef;
}

body,td,th {
	font-family: Tahoma, Arial, geneva, verdana;
	font-size: 12px;
	color: #000000;
}

#container {
	width: 900px;
	margin: 0 auto;
	border: none;
	padding: 10px;
	background-color: #FFF;
}

#header {
	width: 900px;
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
	height: 202px;
	float: left;
	background-image: url(images/jpg/title.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: none;
}

#footer2 {
	width: 800px;
	height: 116px;
	margin: 0;
	padding: 0;
	border: none;
	float: left;
	z-index: 1;
	position: relative;
	top: -20px;
}

#footer {
	width: 900px;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 2px solid #009;
	float: left;
}

#leftcol {
	width: 210px;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
	z-index: 50;
}

#leftcol #nav {
	width: 190px;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}

#leftcol #mailinglist {
	width: 190px;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	border-top: 1px solid #CCC;
}

#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: #009;
	margin: 0;
	border-bottom: 1px solid #FFFFFF;
	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: #039;
	margin: 0;
	border-bottom: 1px solid #FFFFFF;
	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: #039;
	margin: 0;
	border-bottom: 1px solid #FFFFFF;
	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: #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: 690px;
	float: left;
	border: none;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 50;
}

#rightcol #maintext {
	width: 470px;
	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: #009;
	text-transform: capitalize;
	font-size: 24px;
}

.yellow_sub {
	color: #009;
	text-transform: uppercase;
}

.red_sub {
	color: #900;
	text-transform: uppercase;
}

.frame {
	border: 1px solid #C00;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* Forms
************************************/

fieldset {
	width: 100%;
	margin: 5px 0 0 0;
	border: none;
	padding: 0;
	color: #009;
	font-weight: bold;
}

fieldset .genericbox {
	width: 99%;
}

h1 {
	font-size: 16px;
	color: #009;
}


/* Clearfix
************************************/

.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}