/* Header Styles
========================================*/
body {
	background: black;
	font-family: helvetica, arial, san-serif;
	/*font-family: helvetica, arial, san-serif;*/
}
body.home {
	background: black url(../img/bg.home.jpg) no-repeat center 0px;
}
p, li, h1, h2, h3, h4, h5 {
	color: white;
}
em, i{
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
.clear {
	clear: both;
}
#container {
	background: transparent url(../img/peter-text.png) no-repeat 100% 70px;
	margin: 0 auto;
	width: 900px;
	position: relative;
}
/* Header Styles
========================================*/

h1 a {
	background: url(../img/bg.logo.png) no-repeat left bottom;
	display: block;
	text-indent: -9999px;
	outline: 0;
	height: 85px;
	width: 363px;
	float: left;
}
/*h1 a:hover {
	background-position: left top;
}*/
/* Nav Styles
========================================*/

.main-nav {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	position: absolute;
	margin-left:275px;
	width: 623px;
}
.main-nav a {
	background: url(../img/bg.button.png) no-repeat;
	display: block;
	color: white;
	font-family: Trebuchet MS;
	padding: 15px 0;
	text-decoration: none;
	width: 104px;
	height: 38px;
	text-align: center;
}
/*.main-nav a:hover, .main-nav li.current_page_item a {
	background: url(../img/bg.button.active.png) no-repeat;*/
.main-nav li.current_page_item a {
	background: url(../img/bg.button.active.png) no-repeat;
}
.main-nav li.first a {
	background: transparent;
}
.main-nav li.first a:hover {
	background: transparent;
}
.home h1 a {
	background-position: left top;
}
.main-nav li {
	float: left;
	margin-left:-15px;
	position: relative;
}
.main-nav li ul {
	background: black url(../img/bg.dropdown.png) repeat-x bottom center;
	position: absolute;
	left: 0;
	display: none;
	top: 45px;
	padding-bottom: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.main-nav li ul li {
	list-style-type: disc;
	list-style-position: outside;
	float: none;
	text-transform: capitalize;
	margin: 0 0 0 44px;
}

.main-nav li ul li a {
	text-align: left;
	width: 150px;
	height: auto;
	background: transparent;
	padding: 5px 0;
}
.main-nav li:hover {
	color: rgb(255,153,153);
}
.main-nav li:hover a {
	color: rgb(255,153,153);
}
.main-nav li:hover ul li a {
	color: white;
}
.main-nav li:hover ul li a:hover {
	color: rgb(255,153,153);
}
.main-nav li:hover ul {
	display: block;
}

/* Body Styles
========================================*/

#body {
	margin-top: 50px;
	padding-left: 50px;
	width: 700px;
	min-height: 450px;

}
.home #body {
	width: 400px;
	min-height: 500px;
}
#body h2 {
	font-style: italic;
	font-weight: 900;
	font-size: 24px;
	margin-bottom: 15px;
}
#body p {
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 19px;
}
#body ul li {
	font-size: 13px;
	list-style-type: disc !important;
	list-style-position: inside;
	vertical-align: middle;
	margin-bottom: 8px;
	display: list-item;
	line-height: 19px;
}
ul.floater li {
	float: left;
	width: 50%;
}
#body td, #body th {
	color: white;
	padding: 1px;
}
#body th {
	text-align: center;
}
#body a {
	color: white;
}

a#video-btn {
	background: transparent url(../img/btn.videos.png) no-repeat scroll 0 0;
	clear: both;
	display: block;
	height: 142px;
	position: absolute;
	right: 324px;
	text-indent: -9999px;
	top: 586px;
	width: 155px;
}

/* Contact Styles
========================================*/

#contact {
	display: none;
	border: 1px solid #333;
	padding: 15px;
	color:  white;
	font-size: 13px;
}
#contact .gcftextbox,#contact textarea {
	margin: 5px 0 15px 0;
	width:  99%;
}
.page-id-22 #contact {
	display: block;
}
