@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background-color: #1b2b06;
	background-image: url(../images/gradient.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #EFEFEF;
	line-height: 18px;
}
p {
	margin-top: 0;
	padding-top: 0;
}
a {
	color: #FFF;
}
#ie-message {
	background: #C00;
	text-align: center;
	border-bottom: 1px solid #900;
	color: #fff;
	padding: 5px;
	width: 100%;
}
#ie-message a {
	color: #fff;
}
#wrapper {
	position: relative;
	background-color: #000;
	border: 1px solid #333333;
	border-top: none;
	width: 895px;
	margin: auto;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}
#header {
	height: 168px;
}
#nav {
	height: 391px;
	position: relative;
}
#p52 {
	position: absolute;
	left: 321px;
	top: 283px;
}
/* keep dotted outline off of flash */
#navflashbox {
	outline: none;
}
#mainflashbox {
	outline: none;
}
/* -- */
#nav {
	position: absolute;
	top: 0;
	right: 0;
}
#bodycopy {
	width: 500px;
	margin: 45px 0 0 70px;
}
.header {
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC;
	margin-bottom: 7px;
}
#shadow {
	width: 895px;
	margin: auto;
}

/* contact page */
#contactForm {
	margin: 30px 0 0 50px;
}
#contactForm td.label {
	padding-right: 20px;
	vertical-align: top;
	text-align: right;
}
#contactForm td.field {
	padding-bottom: 10px;
}
#contactForm input {
	width: 300px;
}
#contactForm textarea {
	width: 300px;
	height: 150px;
}
#contactForm .submitbutton {
	width: 66px;
	height: 26px;
	margin-right: -20px;
}
label.error { 
	display: block;
	color: #009900;
	font-weight: bold
}
.errormessage {
	color: #009900;
	font-weight: bold;
}

/* bottom nav */
#bottomnav {
	border-top: 1px solid #333333;
	background-image: url(../images/subnav_bg.jpg);
	background-repeat: no-repeat;
	background-color: #555555;
	font-size: 11px;
	color: #CCC;
	margin-top: 45px;
	padding: 10px 0 12px 69px;
	position: relative;
}
#bottomnav a {
	color: #CCC;
}
#bottomnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#bottomnav li {
	display: inline;
	padding: 0 1px;
}

#addthis {
	position: absolute;
	top: 11px;
	right: 25px;
}
.servicesheader {
	color: #009900;
	font-size: 15px;
	font-weight: bold;
}
.servicesimage {
	padding-top: 7px;
	padding-left: 10px;
}

/* gallery */
#gallery {
	margin-left: 70px;
}
#gallery a {
	color: #7f9661;
}
#gallery img {
	display: inline;
	margin: 15px 70px 25px 0;
}
