/*
 *
 * File		: main.css
 * Purpose	: Primary CSS file
 * Created	: 01/05/07
 * Author	: Brian Ashe
 * Company	: Dee-Web Software Services, LLC.
 * Copyright 2007 Dee-Web Software Services, LLC.
 *
 */

* {
	margin: 0;
	padding: 0;
}
div {
/*	border: #000 1px solid; */
}

hr {
	color: #000000;
}

p {
}

input {
	font-size: 10px;
}

label {
	color: black;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
/* 	background-color: #EEEEEE; */
	padding: 3px;
}

td {
	font-size: 12pt;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-align: left;
}

img {
	border-style: none;
}
/* Main Header Area */
body {
	color: #000000;
	font-family: Helvetica, Arial, Sans;
	font-size: 100%;
	background-color: #819689;
	background-image: url('../images/bg_01.png');
	background-repeat: repeat-x;
	margin: 10px;
}

#holder {
	position: relative;
	width: 790px;
	margin: 0 auto;
	float: center;
	background-color: #FFFFFF;
}

#sideMain {
/* 	position: relative; */
	float: left;
	width: 20%;
	height: 600px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	display: none;
}

#sotester {
	vertical-align:top;
}

#mainMain {
	position: relative;
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	background-color: #FFFFFF;
}

#header {
	color: #FFFFFF;
	width: 100%;
	height: 129px;
/* 	background-color: #595441; */
	background-color: #DACA96;
	font-weight: bold;
	font-size: 110%;
	text-align: right;
/* 	background-image: url('../images/head_01.jpg'); */
/* 	background-repeat: repeat-x; */
/* 	background-repeat: no-repeat; */
/* 	background-position: 40%; */
}

#header h1 {
	color: #9BC65F;
	font-weight: bold;
	font-size: 170%;
	line-height: 0%;
}

#header img {
/* 	margin-left: 5px; */
}

#navMain {
/* 	background-color: #4A8797; */
	background-color: #DACA96;
/* 	background-color: #819689; */
}

#textMain {
/* 	float: right; */
	margin: 0;
	padding: 0 10px 0 10px;
}

#content {
	background-color: #FFFFFF;
}

#contact {
	width: 75%;
	margin: 0 auto;
}

#footer {
	clear: both;
	height: 70px;
	color: #FFFFFF;
	background-color: #837F36;
}

#navMain {
	float: left;
	width: 100%;
	text-align: center;
}

#navMain ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navMain li {
	height: 40%;
	float: left;
	margin: 0;
	padding: 3px 15px 0 15px;
/*	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;*/
}

#navMain a {
	padding: 2px 0;
	display:block;
}

#addressMain {
	float: left;
	width: 100%;
	background-color: #837F36;
	color: #FFFFFF;
	text-align: center;
}

#infoMain {
	float: right;
/* 	clear: both; */
	width: 200px;
/* 	height: 240px; */
/*	border-style: solid;
	border-width: 1px 0 1px 0;
	border-color: #47221D;
	padding: 4px 0;
	text-align: center;*/
}

.infoBox {
	color: #000000;
	background-color: #E8DCC5;
	float: right;
	width: 100%;
/* 	height: 100%; */
/* 	margin: auto 10px; */
	text-align: center;
	padding: 0 0 16px 0;
	overflow: auto;
}

.infoHead {
	color: #000000;
	padding: 2px 0;
	margin: 2px 0;
	border-style: solid;
	border-width: 1px 0 1px 0;
	border-color: #47221D;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
}

.infoBox p {
	font-size: 70%;
	text-align: center;
	padding: 0 5px;
}

#copyNotice {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 45%;
	float: left;
}

/*#copy {
	background-color: #595441;
}*/

#DeeWeb {
	position: absolute;
/* 	left: -0; */
	right: 0;
	bottom: 0;
	text-align: right;
	width: 45%;
	float: right;
}

#DeeWeb a {
	font-size: 60%;
}
