/*
 *
 * 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.
 *
 */

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: #B9B09D;
	background-image: url('../images/bg_01.png');
	background-repeat: repeat-x;
	margin: 10px;
}

#holder {
	position: relative;
	width: 100%;
	float: left;
	background-color: #FFFFFF;
/* 	background-image: url('../images/bg_02.png'); */
/* 	background-position: center right; */
/* 	background-repeat: repeat-y; */
}

#sideMain {
	position: relative;
	float: left;
	width: 20%;
	margin: 0;
	padding: 0;
}

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

#header {
	position: relative;
	color: #000000;
	width: 100%;
	height: 130px;
/* 	background-color: #595441; */
	background-color: #FFFFFF;
/*	background-image: url('../images/logo_01.png');
	background-repeat: no-repeat;*/
/* 	background-position: center right; */
	text-align: right;
}

#header #title {
	color: #000099;
	font-weight: bold;
	font-size: 190%;
/* 	line-height: 10%; */
}

#header img {
	margin: 0 0 5px 5px;
/* 	border: 1px solid; */
}

#address {
	font-size: 90%;
	padding: 0 5px;
	position: relative;
	right: 0;
	bottom: 0;
}

#navMain {
/* 	background-color: #4A8797; */
	background-color: #87A2C0;
/* 	background-image: url('../images/nav_bg.jpg'); */
/* 	background-repeat: repeat-x; */
}

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

#content {
	padding: 20px 0 0 0;
	background-color: #FFFFFF;
}

#footer {
	clear: both;
	height: 70px;
	color: #FFFFFF;
	background-color: #445F85;
	background-color: #666666;
}

#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-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
}

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

#infoMain {
	clear: both;
	width: 100%;
	height: 240px;
	border-style: solid;
	border-width: 1px 0 1px 0;
	border-color: #595441;
	padding: 4px 0;
	text-align: center;
}

.infoBox {
	color: #FFFFFF;
	background-color: #B9B09D;
	background-color: #999999;
	float: left;
	width: 30%;
	height: 100%;
	margin: auto 1%;
	text-align: center;
	padding: 0 0;
	overflow: auto;
}

.infoBox div {
	padding: 2px 0;
	margin: 2px 0;
	border-style: solid;
	border-width: 1px 0 1px 0;
	border-color: #595441;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
}

.infoBox p {
	font-size: 65%;
	text-align: left;
	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%;
}
