/*
 *
 * 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: #F00 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: #750200;
	background-color: #8B1717;
	background-image: url('../images/bg_02.png');
	background-repeat: repeat-x;
	margin: 10px;
}

#holder {
	position: relative;
	width: 100%;
	float: left;
	background-color: #750200;
	background-color: #8B1717;
}

#sideMain {
/* 	position: relative; */
	float: left;
	width: 19%;
	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-image: url('../images/main_bg.png');
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

#header {
	color: #000000;
	width: 100%;
	height: 135px;
/* 	background-color: #595441; */
/* 	background-color: #750200; */
	background-color: #FFFFFF;
	text-align: left;
	font-size: 100%;
/*	background-image: url('../images/header_01.png');
	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;
}

#headerImg {
	width: 365px;
	float: right;
}

#careImg {
	width: 140px;
	float: right;
}

#textMain {
/* 	float: right; */
	margin: 0;
	padding: 0 0 0 0px;
/* 	background-position: 40%;  */
}

#content {
 	float: right;
	width: 79%;
	background-color: #FFFFFF;
}

#contact {
 	float: right;
	width: 80%;
	background-color: #FFFFFF;
	text-align: center;
}

#footer {
	clear: both;
	height: 70px;
	color: #FFFFFF;
	background-color: #00ADA9;
}

#navMain {
	float: left;
	width: 160px;
	text-align: left;
	background-color: #9A844A;
}

#navAffiliates {
	float: center;
	margin: 0 auto;
	width: 150px;
	text-align: center;
}

.affiliates {
	padding: 4px 0;
}

.hc {
/* 	padding: 0 4px 0 50px; */
}

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

#navMain li {
	height: 20%;
/* 	float: left; */
/* 	margin: 0; */
/* 	padding: 3px 2px 10px 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: 3px 2px 5px 15px;
	display:block;
}
#longSpace {
/* 	background-color: #750200; */
	background-color: #9A844A;
}
#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%;
}
