body {
	background: transparent url('images/bg2.jpg') repeat left top;
	margin-top: -2px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

div#shadow {
	margin: 0px auto; padding: 0;
	width: 951px;
	background: transparent url('images/shadow.png') repeat-y center center;
}

a, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #00a5b3;
	font-size: 28px;
	z-index: 1;
	text-align: left;
	position: relative;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #00aaaa;
	font-size: 16px;
	text-align: left;
	position: relative;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #ffffff;
	font-size: 16px;
	text-align: left;
	position: relative;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #aaaaaa;
	font-size: 16px;
	text-align: left;
	position: relative;
}
h1 span {
	color: #00a2b2;
	font-size: 28px;
	z-index: 2;
	text-align: left;
	position: absolute;
	top: -1px; left: -1px;
}
p#tabtext{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	indent: 28px;
	text-align: left;
	color:#111111;
	font-size: .8em;
}

.column{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left: 15px;
	indent: 10px;
	text-align: left;
	color:#111111;
	font-size: 19px;
}

td.left {
	padding-left: .5em;
}


div#footer {
	padding: 0; margin: 0;
	clear: both;
	width: 901px;
	background: #fff45c;
	margin: 0px auto; padding: 0;
	list-style: none;
	color: #333;
	font-size: 0.72em;
	font-family: Arial;
}
	div#footer a {
		color: #00a2b2;
		text-decoration: none;
	}
	div#footer a:hover {
		color: #000000;
	}


.style2 {font-size: 10px;}
.style6 {
	font-size: 12px;
	margin-left: 0px;
}
.style8 {font-size: 12px; }
.style10 {font-size: 12px; color: #FFFFFF; }
.style11 {color: #FFFFFF}
.style12 {font-size: 12px;}
.style13 {font-size: 9px; color: #999999;}

/* Navigation Menu Styles */
#nav, #nav ul {
	z-index: 10;
	margin: 0; padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px;
}
#nav {
width: 901px; height: 26px;
background: #333;
border-bottom: 2px solid #03a2b5;
}
#nav a:link,
#nav a:visited,
#nav a:active {
	display: block;
	padding: 0 5px;
	border: 1px solid #333;
	color: #fff;
	text-decoration: none;
	background-color: #333;
	border-right: 2px solid #fff452;
}
#nav a:hover {
	background-color: #fff452;
	color: #333;
}

#nav li {
	float: left;
	position: relative;
	width: 111px;
	text-align: left;
}
#clear-border {
	border-right: none !important;
}
#nav > li {
	text-align: center;
}
#nav ul {
	position: absolute;
	width: 12em;
	top: 1.6em;
	display: none;
}
#nav li ul a {
	width: 12em;
	float: left;
}
#nav ul ul {
	top: auto;
}
#nav li ul ul {
	left: 12em;
	margin: 0 0 0 10px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display: block;
}
	
div.bio {
	
	font-size: 12px !important;
	border: 30px solid #5a4a42;
	margin: 0 15px 0 0;
	padding: 0 15px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 15px;
	-khtml-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 15px;
	-khtml-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	/*--Top right rounded corner--*/
	-moz-border-radius-topright: 15px;
	-khtml-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	/*--Top left rounded corner--*/
	-moz-border-radius-topleft: 15px;
	-khtml-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
}
	div.bio .image-float {
		float: right;
		margin: 0 0px 0 0;
		padding: 3px;
	}
	div.bio h2 {
		background: #ffd825;
		color: #000;
		font-style: italic;
		padding: 5px 8px;
	}
	div.bio h3 {
		margin: 0; padding: 0;
	}

div.testimonials {
	font-size: 12px;
	text-align: left;
	padding: 10px 0;
	margin: 0 15px 0 0;
	border-bottom: 1px dashed #999;
	position: relative;
}
	span.quote {
		font-size: 100px;
		position: absolute;
		top: 0; left: 0;
	}

.speciallink a {
    float: left;
	color:#00a5b3;
	font-style: italic;
}      /* unvisited link */

form#contactForm {
	float: left;
	font-size: 12px;
	font-family: Arial, sans-serif;
	margin: 0 0 0 0;
}
form#contactForm div {
	clear: both; display: block;
	width: 550px; height: 18px;
	margin: 15px 0px 15px 0px; padding: 0;
}
form#contactForm a.speciallink {
	color:#00a5b3;
	font-style: italic;
}      /* unvisited link */

form#contactForm label {
	float: left; clear: both;
	width: 250px; height: 25px;
	display: block;
	margin: 10px 0 0 0;
	font-weight: bold;
}
input#submitted {
	width: 200px; height: 25px;
	margin: 10px 35px 15px 0px;
	font-size: 12px;
	color: #ffffff;
	background: #00a5b3;
}
form#contactForm input {
	width: 250px; height: 25px;
	float: left; text-indent: 3px;
	border: 1px solid #ccc;
}
form#contactForm textarea {
	width: 350px;
	float: left;
	clear: both;
	margin-top: 0px;
	border: 1px solid #ccc;
}
form#contactForm select {
	width: 252px; height: 68px;
    display: block;
	float: left;
    margin: 0 0 5px 0;
	border: 1px solid #ccc;
}
form#contactForm ul.tryme {
	width: 500px; height: 85px;
	list-style: none;
	display: block;
	float: left; clear: both;
	border: 0px solid #ccc;
}
form#contactForm li.checks {
	color: #666;
	margin-left: 5px;
	float: left; clear: both;
	border: 2px solid #ccc;
}

#success {
	border: 1px solid #660000;
	margin: 15px; padding: 5px 15px;
	line-height: 35px !important;
	font-size: 24px !important;
	background: #f1f1f1;
}


