@charset "utf-8";

body	{
	margin: 0;
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	text-align: center;
	font: 10pt calibri;
}

/* colors
116d64 - green
d3185e - pink
a68773 - brown
d12671 - hot-pink */

* a	{
	color: #03a8f8;
	text-decoration: none;
	border: none;
}

* a:hover	{
	color: #fff;
	text-decoration: none;
	border: none;
}

* a:focus	{
	outline: 0;
}

* img	{
	border: 0;
	outline: 0;
}

#container	{
	width: 1000px;
}

#header	{
	background: transparent url(../images/headerbg.png) no-repeat center;
	height: 100px;
	width: 1000px;
	z-index: 0;
}

#logo	{
	background: transparent url(../images/logo.png) no-repeat center;
	height: 39px;
	width: 400px;
	margin: 0 auto;
	padding-top: 13px;
}

#content	{
	margin-top: 20px;
}

#content ul {
	list-style: none;
	float: left;
	padding-right: 15px;
}

#content ul li	{
	padding-bottom: 15px;
}

#content ul li table	{
	width: 420px;
}

#content ul li table.pannel	{
	width: 250px;
}

/*
#pannels a	{
	font-weight: bold;
}

#main_content a	{
	font-weight: bold;
}
*/

#content ul li table.gallery	{
	width: 430px;
}

#content ul li table th	{
	background: #fff;
	text-align: left;
	padding-left: 5px;
	text-transform: uppercase;
	font-weight: bold;
}

#content ul li table td	{
	background: transparent;
	padding: 10px;
	color: #fff;
}

#content ul li table.gallery td, #content ul li table.contact td	{
	background: transparent;
	padding: 10px;
	color: #fff;
}

#content ul li table td.drk	{
	background: transparent url(../images/contentbgdark.png);
	padding: 10px;
	color: #fff;
	text-align: justify;
}

#footer	{
	clear: both;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #a8a8a8;
}

#footer a	{
	color: #03a8f8;
}

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

#copyright a {
	color: #a8a8a8;
}

#copyright a:hover {
	color: #a8a8a8;
}

#footer_nav	{
	text-transform: capitalize;
	padding-bottom: 15px;
}

.bold	{
	font-weight: bold;
}

.input_txt	{
	height: 10px;
	position: relative;
	top: 2px;
}

.button_submit	{
	height: 18px;
	border: 1px solid #000;
	position: relative;
	top: 3px;
	font-size: 8pt;
	font-weight: bold;
}

#hdr	{
	height: 15px;
	width: 353px;
	position: relative;
	left: 38px;
}

#hdr_home	{
	height: 15px;
	width: 328px;
	position: absolute;
	top: 90px;
	left: 476px;
}

#hdr_bio	{
	height: 15px;
	width: 328px;
	position: absolute;
	top: 90px;
	left: 478px;
}

.thumb	{
	padding: 2px;
}

#slideshow	{
	position: fixed;
	top: 204px;
	right: 80px;
	z-index: -2;
}

.hdr_td	{
	position: relative;
	top: 0px;
	left: -50px;
}

label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
