* {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
html {
	height: 100%;
}
body {
	background: url('images/htmlBG.png') repeat-x top left;
	text-align: center;
	height: 100%;
}
a {
	color: #00996e;
}
p {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 20px;
}
h2 {
	color: #333;
	padding: 15px 0;
}
#content {
	padding-bottom: 30px;
}
#content ul {
	margin-left: 25px;
	margin-bottom: 15px;
}
#content li {
	font-size: 14px;
	margin:  0 0 10px 25px;
	
}
#content img {
	float: right;
	clear: right;
	margin: 0 0 20px 20px;
}
h3.question {
	color: #00996e;
	padding-bottom: 15px;
}
div.location {
	float: left;
	width: 480px;
	margin: 7px 0;
	text-align: center;
	height: 145px;
}
div.location p {
	text-align: left;
	width: 250px;
	margin: 0px auto;
}
div.location p b {
	font-size: 20px;
	color: #333;
}
/********************
**  Site Structure **
********************/

div.wrap {
	padding-top: 45px;
	_padding-top: 10px;
	text-align: left;
	width: 1000px;
	margin: 0px auto;
	margin-bottom: 30px;
}
div#header {
	position: relative;
	margin: 0px auto;
	margin-top: 3px;
	*margin-top: 0px;
	width: 1000px;
	height: 248px;
	margin-bottom: 35px;
}
div#headerBG {
	min-width: 1000px;
	height: 248px;
	margin: 0px auto;
	*margin-top: 3px;
	_margin-top: 2px;
	background: url('images/header_bg.jpg') no-repeat top center;
}
div#leftSide {
	margin: 0 0 0 20px;
	float: left;
	width: 480px;
}
div#rightSide {
	margin: 0;
	float: right;
	width: 450px;
}
div#content {
	margin: 0 20px;
}
div#footerBG {
	position: absolute;
	bottom: 0px;
	height: 55px;
	width: 100%;
	min-width: 1000px;
	background: #000 url('images/header_bg.jpg') no-repeat center top;
}
/*******************
**  Contact Form  **
*******************/

div#contactForm {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 250;
}
div#contactForm * {
	z-index: 300;
}
div#contactForm form {
	text-align: center;
	display: none;
	height: 305px;
	*height: 275px;
	background: #018f66 url('images/contactBG.png') repeat-x top left;
	z-index: 250;
}
div#contactForm span {
	display: block; padding: 5px 15px; margin-right: 30px; float: right; color: #fff; font-size: 13px; cursor: pointer; z-index: 250;
	background: #00aa79 url('images/email.png') no-repeat center left;
	padding-left: 35px;
}
#contactTable td {
	padding: 5px 10px;
}
#contactTable {
	text-align: left;
	margin: 0px auto;
	width: 755px;
}
#contactTable table {
	color: #fff;
}
#contactTable input.text {
	width: 200px;
	padding: 3px 5px;
	font-size: 14px;
	color: #444;
}
#contactForm h3 {
	width: 755px;
	margin: 0px auto;
	padding-top: 25px;
	*padding-top: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #222;
	text-align: left;
}
#contactTable textarea {
	padding: 3px 5px;
	font-size: 14px;
	color: #444;
}
#contactHandle {
	position: relative;
	z-index: 250;
	color: #00aa79;
	top: -50px;
}
/**********************
**  Navigation Menu  **
**********************/
div#nav {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
div#nav ul {
	text-align: center;
}
div#nav li {
	display: inline;
	margin: 0 3px;
}
div#nav li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	padding: 0px 7px;
	background-color: #00aa79;
	display: inline-block;
	height: 36px;
	line-height: 36px;
}
div#nav li a:hover {
	background-color: #00cd92;
}
/*********************
**  Bottom Content  **
*********************/
div#bottomContent {
	background: url('images/bottomContentBG.png') repeat-x top left;
	min-height: 233px;
	height: auto !important;
	height: 233px;
	margin: 0 20px;
	padding: 20px 0 0 0;
	margin-bottom: 30px;
}
div#bottomContent h3 {
	padding: 4px 15px;
	font-weight: 100;
	font-size: 16px;
	color: #fff;
	background: #cacaca url('images/h3bg.png') repeat-y top left;
}
div.column {
	float: left;
	width: 285px;
	margin: 15px 0 0 33px;
	_margin: 15px 0 0 20px;
}
div.column a {
	text-decoration: none;
	display: block;
	color: #000;
}
div.column p {
	color: #444;
}
/******************
**  Footer Menu  **
******************/
div#footer {
	margin-top: 30px;
	width: 1000px;
	margin: 0 auto;
	height: 55px;
}
div#footer p#disclaimer {
	font-weight: 100;
	color: #fff;
	font-size: 11px;
	padding: 15px 20px 0 25px;
	line-height: 14px;
}
div#footer p span {
	color: #777;
}
div#bgBlack {
	clear: both;
	background-color: #000; text-align: left;
}
p#phone {
	font-size: 12px;
	color: #aaa;
	padding: 20px 25px 0 20px;
	float: right;
}
#footer a:hover {
	text-decoration: none;
}
#footer a#c {
	color: #777;
	text-decoration: none;
}
#footer a#c:hover {
	text-decoration: underline;
}
#footer span#contactUsFooter {
	color: #00996e;
	text-decoration: underline;
	cursor: pointer;
}
#footer span#contactUsFooter:hover {
	color: #00996e;
	text-decoration: none;
}
/***************************************
**	Bio Styles
****************************************/
div.bio {
	margin-bottom: 25px;
	*margin-bottom: 0px;
	*margin-top: 25px;
	position: relative;
	width: 450px;
	height: 210px;
	font-size: 14px;
	z-index: 1;
}
div.bio span.transBG {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #333;
	opacity: .1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
	z-index: 1;
}
div.bio div {
	position: absolute;
	z-index: 2;
	padding: 15px;
}
div.bio img {
	padding: 3px;
	border: 1px solid #ccc;
	float: left;
	width: 100px;
	height: 115px;
	background-color: #fff;
	margin: 0 15px 5px 0;
	z-index: 2;
}

/***************************************
**	Bio Picture
****************************************/
.border {
	background-color: #fff; padding: 5px; border: 1px solid #ccc;
}
#contactForm {
	z-index: 10000;
}
.blackburnCaps, .blackburn {
	font-family: Times;
	font-weight: bold;
	color: #111;
	text-transform: capitalize;
}
.greenCaps, .green {
	font-family: Times;
	font-weight: bold;
	color: #00996e;
	text-transform: capitalize;
}
.green, .blackburn {
	text-transform: none;
	font-family: "Trebuchet MS", sans-serif;
}
.amp {
	font-family: Times;
}
h2 .amp, h2 .blackburnCaps, h2 .blackburn, h2 .greenCaps, h2 .green {
	font-weight: 100;
}
#keepFooterBottomed {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:100%;
}