/* Created by Amy Driver
05-27-10 */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	color: #000;
	font-family: Arial, Tahoma, sans-serif;
	background-color: #000;
}

a:link, a:visited, a:hover, a:active {
	color: #cc0066;
	text-decoration: underline;
}

a:hover {
	color: #000;
}

#container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background: #fff;
	min-height: 423px;
}

#containerHome {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background: #85999a;
	height: 413px;
}

#containerHome h2 {
	text-align: center;
	font-size: 1.6em;
}

#containerHome a:hover {
	color: #fff;
}

#containerHome p {
	position: relative;
	font-weight: bold;
	font-size: 1.6em;
	text-align: center;
	margin-bottom: 1em;
}

#contentHome {
	background-image: url('_img/homeBkg.gif');
	width: 940px;
}

#content {
	padding: 20px;
}

#content table tr td {
	vertical-align: top;
}

#content h1 {
	text-align: center;
	font-size: 2.4em;
	margin-bottom: 1.5em;
}

#content h2 {
	border: 2px solid #CC0066;
	text-align: left;
	font-size: 1.8em;
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 10px;
}

#content h3 {
	font-size: 1.6em;
	color: #CC0066;
	margin: 20px 0 10px 10px;
}

#content p {
	font-size: 1.5em;
	margin-bottom: 10px;
	margin-left: 10px;
}

#content ul {
	font-size: 1.5em;
	margin-left: 25px;
	margin-bottom: 20px;
}

#content ul li {
	margin-bottom: 10px;
}

#header {
	background: #000;
	width: 940px;
	height: 58px;
}

#company h1 {
	position: relative;
	left: -500px;
	top: 200px;
	color: #000;
	text-align: center;
	font-size: 2.8em;
}

#homeLeft {
	margin-right: 50px;
	float: left;
}

#homeRight {
	margin: 10px 50px 50px 200px;
}
/* beginning of drop down code */
#topNav {
	background-image: #FFF;
	background-repeat: repeat-x;
	height: 37px;
	text-align: center;
	margin-left: 30px;
}

#mainNav ul {
	margin: 0p;
}

#mainNav li {
	margin: 0;
	padding: 0;
	margin: 0px 25px 0px 0px;
	list-style: none;
	float: left;
	font: normal 1.4em Arial, Tahoma, sans-serif;
	text-align: center;
}

#mainNav li a {
	background-color: #000;
	border: .2em solid #CC0066;
	display: block;
	margin: 0 0 0 0;
	padding: 11px 0px;
	margin: 0 -1px;
	width: 148px;
	color: #CC0066;
	text-align: center;
	text-decoration: none;
}

#mainNav li a:hover {
	background: #CC0066;
	background-repeat: repeat-x;
	color: #fff;
}

#mainNav div {
	position: absolute;
	visibility: hidden;
	margin-left: -1px;
	padding: 0;
	background: #000;
	border: 1px solid #CC0066;
	width: 150px;
	z-index: 20;
}

#mainNav div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 4px 5px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #CC0066;
	color: #fff;
	font: normal 1.2em arial, tahoma, sans-serif;
}

#mainNav div a:hover {
	background: #000;
	color: #CC0066;
}

/* end drop down code */

#footer {
	width: 940px;
	background-color: #000;
	text-align: center;
	font-size: 1.1em;
	height: 50px;
	padding-top: 20px;
	margin-left: 105px;
}

#footerAdmin {
	width: 940px;
	background-color: #000;
	text-align: center;
	font-size: 1.1em;
	height: 50px;
	padding-top: 20px;
	margin-left: 210px;
}


#footer p, #footerAdmin p {
	color: #fff;
}

#footer a:hover, #footerAdmin a:hover {
	color: #fff;
}

/* Form styles */

form {
	margin-left: 10px;
	margin-bottom: 10px;
}

#contactForm {
	font-size: 0.8em;
}
#contactForm .label {
	float: left;
	clear: left;
	width: 100px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
}

input#submit {
	margin-left: 110px;
	background-color: #CCCCCC;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}

select#refer, select#category {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}

input#name, input#email, textarea#comments, input#phone {
	width: 300px;
	background-color: #FBEF99;
	font-family:"Lucida Console", Monaco, monospace;
	font-size: .9em;
	margin-top: -2px;
}

input#name:focus,
input#email:focus,
input#phone:focus,
textarea#comments:focus,
select#refer:focus,
select#category:focus
{
	background-color: #FDD041;
}


.seo {
	width: 800px;
}

