/* CSS Document */

body {
	background-color:#393939;
	background-image: url(../images/css-images/body-bg.jpg);
	background-position: top;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}

form, input, ul, li {
	margin:0px;
	padding:0px;
}

a {
	color:#1a591b;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
	}
	
img { 
	border:0; 
	margin:0;
	padding:0;
	position:relative;
}

span.imgtxt {
	display:none;
}

textarea {
	width:98%;
}

p {
	padding: 0;
	}
	

h1,h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
}

h1.underline {
	border-bottom: 1px solid #ccc;
	color: #1a591b;
	font-size: 20px;
	padding-bottom: 3px;
}

h1 {
	color: #1a591b;
	font-size: 20px;
	padding-bottom: 3px;
}

h2 {
	color:#1a591b;
	font-size:12px;
	margin-left:0px;
	text-align:left;
}

h3 {
	color:#1a591b;
	font-size:14px;
	margin-top:15px;
	margin-bottom: 0;
	text-align:left;
}

h4 {
	color:#ccc;
	font-size:12px;
	font-weight:normal;
	height:15px;
	text-align:left;
}

.clear {
	clear:both;
	}
		
/*HEADER*/
#header {
	color: #fff;
	font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 80px;
	padding-right: 20px;
	margin: 0;
	text-align: right;
	width: 996px;
}

#header p {
	margin: 0;
	padding: 0;
	}
	
#logo {
	background-image:url('../images/css-images/logo.png');
	background-repeat: no-repeat;
	cursor: pointer;
	display:block;
	height: 137px;
	margin: 0 auto;
	padding-bottom: 15px;
	width: 217px;
}

.tagline {
	font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555;
}

/* END HEADER */

/* NAVIGATION */
#sitemap {
	margin: 0 auto;
	padding-top: 15px;
	width: 200px;
}

#sitemap ul {
	border-top: 1px solid #ccc;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
	
#sitemap ul li {
	border-bottom: 1px solid #ccc;
	list-style: none;
	padding: 10px 15px;
	}

#sitemap ul li a {
	color: #1a591b;
	font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}

#sitemap ul li.selected a {
	color: #facd02;
}
			
/* END OF NAVIGATION */

/* MAIN */
#wrapper {
	margin: 0px auto;
	position: relative;
	width: 1016px;
}

#container-top {
	background-image:url('../images/css-images/content-top-bg.png');
 
	background-repeat: no-repeat;
	height: 8px;
	margin: 0;
	padding: 0;
	width: 1016px;
}

#container-mid {
	background-image:url('../images/css-images/content-mid-bg.png');
 
	background-repeat: repeat;
	height: 530px;
	margin: 0 auto;
	width: 1016px;
}

#container-bottom {
	background-image:url('../images/css-images/content-bottom-bg.png');
 
	background-repeat: no-repeat;
	height: 8px;
	margin: 0 auto;
	width: 1016px;
}

#content {
	background:url(../images/css-images/content-main-bg.jpg) top center no-repeat;
	height: 500px;
	margin:0 auto;
	padding-top: 30px;
	width: 1000px;
}

#flash {
	background: url(../images/css-images/flash-img.png) top center no-repeat;
	height: 260px;
	padding: 25px;
	width: 660px;
	}

.left {
	float: left;
	padding: 10px 27px 0 42px;
	text-align: center;
	width: 216px;
	}

.right {
	float: left;
	width: 710px;
	}

.text {
	padding: 10px 10px 10px 40px;
	width: 650px;
	}

.serv-text {
	padding: 10px 10px 10px 40px;
	width: 650px;
	}

.serv-text p {
	margin:0;
	padding: 2px 0 0 0;
	}

.two-col {
	float: left;
	padding: 10px 0;
	width: 315px;
	}
	
.col2 {
	float: left;
	padding: 0 20px 10px 10px;
	}

.contact-form {
	float: left;
	margin: 0;
	padding: 0;
	width: 330px;
	}

#slideshow {
	margin: 5px auto 0 auto;
	width: 545px;
	}
	
	
/* END MAIN */



/* FOOTER */
#footer {
	color: #fff;
	height:15px;
	padding: 15px;
	position:relative;
	width: 986px;
}

#copyright {
	float:left;
	height:30px;
}

#poweredby {
	float:right;
	height:30px;
	text-align:right;
}

#poweredby a {
	color: #fff;
}

