@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
}
html, body {
	height: 100%;
}

body {
	background-image: url(images/wood_top.jpg);
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	color: #898989;
	
}

a {text-decoration: none; color: #6699cc; font-weight:bold; }
a:visited {text-decoration: none; color: #6699cc; font-weight:bold; }
a:hover {text-decoration: underline; color: #6699cc; font-weight:bold; }
a:active {text-decoration: none; color: #6699cc; font-weight:bold; }

#container { 
	width: 940px;
	height: auto;
	height: 100%;
	min-height: 100%;
	margin-bottom: -300px;
	border: 0px solid #000000;
	background-color:#ffffff;
	position: relative;
	padding: 0 0 0 30px;
	margin: 0;
	
} 

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 920px;
	padding: 0 0 0 30px;
	margin: 0 0 -20px 0; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 20px; /* .push must be the same height as .footer */
}

.footer {
	background-image: url(images/wood_bottom.jpg);
	background-repeat: repeat-x;	
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

#tophat {
	border-bottom: solid 1px #eeeeee;
	height: 85px;
	width: 940px;
	position: relative; /* this allows the .logo to be positioned at the bottom of this div */
	margin: 0 0 0px -10px;

}

#tophat img {
	border: none;
	
}

.logo {
	position: absolute; bottom: 7px; /* when this is set to absolute and the tophat is relative the logo will be at bottom */
	margin: 0 0 0 10px;
	vertical-align: baseline;
	
}
#slogan {
	position: absolute;
	vertical-align:baseline;
	text-transform: uppercase;
	font-size: 11px;	
	color: #cccccc;
	margin: 0 0 0 215px;
	bottom: 11px;
	
}

#contact {
	bottom: 11px;
	text-align: right;
	vertical-align: baseline;
	position: absolute;
	left: 755px;
}
	

.divider {
	height: 1px;
	border-bottom: solid 1px #eeeeee;
	width: 940px;
	margin: 0 0 15px -10px;
}

.divider_home_recent {
	height: 1px;
	border-bottom: solid 1px #eeeeee;
	width: 940px;
	margin: 0 0 10px -10px;
}


h1 {
	text-transform: uppercase;
	font-size: 11px;	
	color: #636363;
	vertical-align: text-top;
	width: 175px;
}

h2 {
	text-transform: uppercase;
	font-size: 11px;	
	color: #636363;
	vertical-align: text-top;
	width: 180px;
	margin: 0 0 0 10px
}

h3 {
	font-size: 11px;
	color: #636363;
	font-weight: normal;
}	

.home_container_1 {
	width: 940px;
	height: 245px;
	vertical-align: text-top;
	padding: 26px 0 0 0;
}

.home_container_2 {
	width: 940px;
	vertical-align: text-top;
	padding: 10px 0 0 0;
	height: 180px;
}

.middle_col {
	width: 715px;
	padding: 0px 0 0px 205px;
	margin-top: -15px;
}

.recent_1-3 {
	float: left;
	width: 180px;
}

.recent_4 {
	float: left;
	width: 160px;
	line-height: 14pt;
}

a img {
	border: none;
	padding-bottom: 6px;
	margin-left: -1px;
	
}



.about_text {
	float: left;
	width: 330px;
	line-height: 16pt;
	padding-right: 30px;
	
}

/* INTERIOR PAGES */

#center_col {
	padding: 28px 0 0 0;
	margin: 0 0 0 205px;
	width: 511px;
	min-height: 555px;
}

#center_col2 {
	padding: 0px 0 50px 0;
	margin: -20px 0 0 205px;
	width: 511px;
}

#center_col_process {
	padding: 28px 0 0 0;
	margin: 0 0 0 205px;
	width: 511px;
	min-height: 445px;
}

#right_col {
	position: absolute;
	width: 175px;
	top: 111px;
	left: 775px;
}

.demolink {
	padding-top: 20px;
}

#right_col img {
	margin-top: 30px;
}

#center_col img, #center_col2 img, #right_col img {
	border:solid #ebebeb 1px;
}

#center_col img {
	margin-bottom: 30px;
}


.form p {
	padding: 0 0 20px 0;
}

.formtext {
	text-transform: uppercase;
	color:#898989;
	padding-bottom: 10px;
	line-height: 16px;
	vertical-align: text-top;
}

.formtext2 {
	text-transform: uppercase;
	color:#cccccc;
	padding-bottom: 10px;
	line-height: 16px;
	vertical-align: text-top;
}

.formtext3 {
	text-transform: uppercase;
	color:#a9d56d;
	padding-bottom: 10px;
	line-height: 16px;
	vertical-align: text-top;
}

.formtext input, textarea {
	border: 1px solid #cccccc;
	padding: 4px;
	
}

.formbutton {
	padding-bottom: 10px;
	line-height: 16px;
	vertical-align: text-top;
}

.submit input{
	border: none;
}



/* NAVIGATION */
.left_col_nav, left_col_nav h1 {
	width: 190px;
	vertical-align: text-top;
	padding: 26px 0 50px 0;
	margin: 0 0 0 -10px;
	float: left;
	clear: both;
}


#nav {
	margin: 0;
	padding: 0;
}

#nav li {
	list-style: none;
	line-height: 28px;

}

#nav a, nav a:visited {
	font-weight: normal;
	display: block;
	width: 186px;
}


#nav li.active {
	padding: 0 0 0 10px;
	overflow: visible;
	display:block;
}

#nav li.active a:hover {
	background-image: url(images/nav_hover.gif);
	background-repeat: no-repeat;
	background-position: 0px 0;
	padding: 0 0 0 10px;
	margin: 0 0 0 -10px;
	overflow: visible;
	display: block;
}

#nav li.selected {
	line-height: 28px;
	display: block;
	background-image:url(images/nav_selected.gif);
	background-repeat:no-repeat;
	background-position: 0px 0;
	padding: 0 0 0 20px;
	color:#636363;
	
}

#nav li.selected_ms {
	line-height: 24px;
	display: block;
	background-image:url(images/nav_selected_ms.gif);
	background-repeat:no-repeat;
	background-position: 0px 0;
	padding: 2px 0 0 20px;
	color:#636363;
	height:125px;
	
}

#navprocess {
	padding: 0 0 0 10px;
}

#navprocess li {
	font-weight: bold;
	list-style: none;
}

#navprocess p {
	padding-bottom: 10px;
}


 
 
