/***************************************
 *
 * Author: Jonathan Biddle
 * Created: Friday May 11, 2007
 * Copyright 2007 Insight Design Works
 *
 ***************************************/

body {
	margin: 0px;
	background-color: #f6f1e5;
	color: #528367;
	font-style: normal;
	font-weight: normal;
	font-size: small;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
h1, h2 {
	color: #9d282a;
}
h1 {
	font-size: x-large;
	text-align: right;
	letter-spacing: 5px;
}
h2.mainhead {
	margin-left: 0px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-top: 3px;
	line-height: 1em;
	font-style: italic;
	font-size: medium;
}
h2.servicehead{
	font-size: medium;
	line-height: 1.5em;
	color: #75736e;
	font-weight: bold;
	text-align:right;
}
div {
	clear: both;
}
#header {
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(images/headerbg.jpg);
}
#nav {
	border-spacing: 0px;
	padding-top: 14px;
	height: 43px;
	width: 100%;
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-x;
	z-index: 1000;
}
#nav td {
	padding-right: 30px;
	padding-left: 30px;
	
}
#nav a {
	line-height: 1em;
	display: block;
	font-size: larger;
	text-align: center;
	text-decoration: none;
	color: #0e0e0d;
	white-space: nowrap;
}
#content {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}
#content p {
	text-align: justify;
	padding: 0px;
	margin: 0px;
}
#content table tr td.txt{
	vertical-align: top;
	padding-left: 50px;
	line-height: 1.5em;
}
#content table tr td.img{
	vertical-align: top;
	padding-top:18px;
}
#footer {
	padding-top: 0px;
	text-align: right;
	color: #575552;
	height: 51px;
	bottom: 0px;
	position: relative;
	background-repeat: repeat-x;
	background-image: url(images/footerbg.jpg);
}
#footer #text, #altfooter #text {
	z-index: 1;
	font-size: small;
	padding-top: 17px;
}
#corner {
	left: 0px;
	z-index: 1;
	position: relative;
	bottom: -51px;
}
#contactForm {
	margin: 0 200px;
	width: 400px;
}
.label {
	text-align:left;
}
.input-width {
	width:143px;
}
select {
	width:147px;
}
#submenu {
	padding: 0 0 7px 0;
	margin-top:0;
	list-style-type: none;
	text-align: left;
	width: 190px;
	border: 2px solid #9d282a;
	background-color: #8dbaa5;
	color: #0e0e0d;
	z-index:1000;
}
#submenu li a{
	padding-left: 5px;
	padding-bottom: 0;
	padding-right: 5px;
	padding-top: 5px;
	list-style-type: none;
	text-align: left;
	line-height: 1.5em;
	z-index:1000;
}
#submenu a:hover, .shown a:hover{
	color: #800004;
	z-index:1000;
}
#menu a{
	display: block;
	height:25px;
	z-index:1000;
}
#menu a:hover{
	color: #f9dbaf;
	z-index:1000;
}
.hidden{
	display:none;
	z-index: -1; 
}
.shown{ 
	display:block;
	z-index: 100;
}
#nav tr td{
	vertical-align: top;
}
#servicestable {
	padding-left: 25px;
}
a {
	color: #800004;
}
a:hover {
	text-decoration: none;
}


/* Sucker Fish */
.nav, .nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.nav a {
	display: block;
	color: #f3e8c6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	margin:0;
	padding:0;
	line-height:1.4em;
	text-decoration: none;
}
.nav li {
	float: left;
	padding: 0;
	width: 134px;
}
.nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 134px;
	font-weight: normal;
	border-width: 0;
	margin: 0;
}
.nav li li {
	padding:0;
	width: 134px;
}
.nav li ul a {
	margin:0px;
	padding:0px 10px;
	width: 134px;
}
.nav li ul ul {
	margin: -2.75em 0 0 134px;
}
.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul {
	left: -999em;
}
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul {
	left: auto;
}
.nav li li:hover, .nav li li.sfhover {
	/* background: #eda; */
}
