@charset "utf-8";
html {
	min-height:101%;
	margin-bottom:1px;
}
body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
body, td, th {
	color: #999999;
}
h1 {
	font-size: 18px;
	color: #999999;
	font-weight:400;
}
a:link {
	color: #99CC33;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#99cc33;
}
a:hover {
	text-decoration: underline;
	color:#999999;
}
a:active {
	text-decoration: none;
	color:#99cc33;
}
a img {
	border:0;
}
.frame #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.frame #content {
	padding: 0;
	margin: 25px 15px 15px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.gallery #content {
	padding: 0;
	margin: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.gallery #content p span {
	font-size:10px;
	line-height:12px;
	color:#999999;
	text-align:right;
	font-weight: 400;
	margin:0 5px 5px 0;
}
.gallery h1 {
	margin:0 0 5px 5px;
}
#copy {
	text-align: left;
	vertical-align: top;
	padding: 3px 10px 10px 20px;
}
#copy p {
	font-size:12px;
	line-height:15px;
	color:#999999;
	font-weight: 400;
	margin:12px 0;
}
#copy span {
	color:#99CC33;
}
#copy .orange {
	color:#da8a0d;
}
#models {
	text-align: left;
	vertical-align: top;
	padding: 3px 10px 10px 0;
}
#models p {
	font-size:12px;
	line-height:15px;
	color:#999999;
	font-weight: 400;
	margin:12px 0;
}
#models span {
	color:#99CC33;
}
#models .orange {
	color:#da8a0d;
}
.controls {
	border: 2px solid #CCCCCC;
	width: 70px;
	height: 30px;
	margin: 5px 15px 5px 0;
	float: left;
}
.previous {
	height: 15px;
	width: 12px;
	float:left;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 7px;
}
.pause {
	padding: 8px 6px;
	height: 15px;
	width: 11px;
	float:left;
}
.next {
	height: 15px;
	width: 12px;
	float:left;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
.footer {
	width:500px;
	float: left;
}
.footer p {
	font-size:12px;
	line-height:14px;
	color: #999999;
	margin:15px 0 10px 0;
	font-weight: 500;
	vertical-align:middle;
}
#footer a {
	color: #99CC33;
	text-decoration: none;
}
#footer a:hover {
	color: #99CC33;
	text-decoration: underline;
}
.item1 {
	width: 200px;
	text-align:left;
}
.item2 {
	width: 120px;
	text-align:left;
}
.item3 {
	width: 210px;
	text-align:right;
}
#navigation {
	display: block;
	position: relative;
	top:25px;
	left:90px;
	width: 530px;
	height: 14px;
	color:#99CC33;
	font-size:14px;
	line-height:16px;
	margin:0;
	font-weight: 600;
}
#navigation a {
	color:#99CC33;
	text-decoration: none;
}
#navigation a:hover {
	color: #999999;
	text-decoration: none;
}
#menu {
	position: absolute;
	float: right;
}
#menu ul .item {
	display:none;
}
#menu ul:hover .item {
	display:block;
	width:110px;
	background:#EEf6D8;
	filter: alpha (opacity=90);
	border:1px solid #99CC33;
	padding:8px 0;
}
#menu ul:hover .item a {
	font-size:12px;
	line-height:16px;
	padding:5px 10px 5px 20px;
	font-weight: 600;
	text-decoration:none;
	color: #999999;
}
#menu ul {
	float:left;
	margin:0px;
	padding:0;
	list-style:none;
}
#menu ul:hover .item a:hover {
	background-image:url(../_img/bullet_gray.gif);
	background-position:left;
	padding:5px 10px 5px 20px;
	color: #999999;
}
.clear {
	clear:both;
	height:10px;
}
.button {
	background-color: #99CC33;
	border:1px solid #99CC33;
	float: right;
	height: 22px;
	width: 120px;
	margin:10px 0 0 0;
}
.button p {
	font-size:15px;
	line-height:15px;
	margin:4px 0;
	color: #FFFFFF;
	font-weight: 700;
	text-align:center;
}
.button a {
	color: #FFFFFF;
	text-decoration: none;
}
.button a:hover {
	color: #E4E4E4;
	text-decoration: none;
}
#subnav {
	float:right;
	text-align:right;
	vertical-align:top;
}
#subnav p {
	font-size:12px;
	line-height:14px;
	margin:10px 0;
	font-weight: 500;
}
#subnav a {
	color:#999999;
	text-decoration: none;
}
#subnav a:hover {
	color:#999999;
	text-decoration: underline;
}
#tabnav {
	float:left;
	position:relative;
	left:5px;
}
#tabnav .label {
	width:155px;
	float:left;
}
#tabnav h2 {
	font-size:15px;
	line-height:15px;
	color: #333333;
	font-weight: 700;
	text-align:center;
	margin:8px 0;
}
/* =================== End Begin Tabs ======================*/

/*Begin Tab 1*/

#tab1 {
	background-image: url(../_img/tab-bg-1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 460px;
	width: 895px;
	position:relative;
	left:30px;
}
#tab1 a {
	color: #666666;
	text-decoration: none;
}
#tab1 a:hover {
	color:#666666;
	text-decoration: underline;
}
#tab1 .inset {
	display: block;
	float:left;
	position:relative;
	left:40px;
	top:30px;
	height: 370px;
	width: 800px;
	background-color: #e69b00;
}
#tab1 .photocaption a {
	color: #FFFFFF;
	text-decoration: none;
}
#tab1 .photocaption a:hover {
	color: #E4E4E4;
	text-decoration: underline;
}
.photobox {
	display: inline;  /* <---Solution for bug IE6 */
	float:left;
	margin:5px 32px;
	width:120px;
	height:120px;
	border:6px solid #FFFFFF;
}
.photocaption {
	display: inline;  /* <---Solution for bug IE6 */
	float:left;
}
.photocaption h4 {
	font-size:14px;
	line-height:14px;
	margin:10px;
	color: #FFFFFF;
	font-weight: 700;
	text-align:left;
}
/*End Tab 1*/

/*Begin Tab 2*/

#tab2 {
	background-image: url(../_img/tab-bg-2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 460px;
	width: 895px;
	position:relative;
	left:30px;
}
#tab2 a {
	color: #666666;
	text-decoration: none;
}
#tab2 a:hover {
	color:#666666;
	text-decoration: underline;
}
#tab2 .inset {
	display: block;
	float:left;
	position:relative;
	left:40px;
	top:30px;
	height: 370px;
	width: 800px;
	background-color: #a5cd4f;
}
#tab2 .photocaption a {
	color: #FFFFFF;
	text-decoration: none;
}
#tab2 .photocaption a:hover {
	color: #E4E4E4;
	text-decoration: underline;
}
.videobox {
	display: inline;  /* <---Solution for bug IE6 */
	float:left;
	margin:15px 32px;
	width:360px;
	height:280px;
	border:14px solid #C0DC84;
	background-color:#000000;
}
.videocaption {
	position:relative;
	top:90px;
	float:left;
	width:290px;
	height:120px;
	clear:none;
}
.videocaption h3 {
	font-size:20px;
	line-height:24px;
	margin:12px;
	text-align:left;
	font-weight: 700;
	color: #FFFFFF;
}
.videocaption p {
	font-size:18px;
	line-height:20px;
	margin:12px;
	text-align:left;
	font-weight: 400;
	color: #FFFFFF;
}
/*End Tab 2*/

/*Begin Tab 3*/

#tab3 {
	background-image: url(../_img/tab-bg-3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 460px;
	width: 895px;
	position:relative;
	left:30px;
}
#tab3 a {
	color: #666666;
	text-decoration: none;
}
#tab3 a:hover {
	color:#666666;
	text-decoration: underline;
}
#tab3 .inset {
	display: block;
	float:left;
	position:relative;
	left:40px;
	top:30px;
	height: 370px;
	width: 800px;
	background-color: #e69b00;
}
#tab3 .photocaption a {
	color: #FFFFFF;
	text-decoration: none;
}
#tab3 .photocaption a:hover {
	color: #E4E4E4;
	text-decoration: underline;
}
.radiocaption {
	position:relative;
	float:none;
	top:60px;
	clear:both;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 250px;
}
.radiocaption h3 {
	font-size:16px;
	line-height:19px;
	margin:12px;
	text-align:left;
	font-weight: 700;
	color: #FFFFFF;
}
.radiocaption p {
	font-size:14px;
	line-height:16px;
	margin:12px;
	text-align:left;
	font-weight: 400;
	color: #FFFFFF;
}
.radiocontrols {
	position:relative;
	height:24px;
	overflow:hidden;
	float:none;
	top:45px;
	clear:both;
	border:1px solid #FFFFFF;
	margin-top: 5px;
	margin-right: 250px;
	margin-bottom: 5px;
	margin-left: 250px;
}
/*End Tab 3*/

/*Begin Tab 4*/

#tab4 {
	background-image: url(../_img/tab-bg-4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 460px;
	width: 895px;
	position:relative;
	left:30px;
}
#tab4 a {
	color: #666666;
	text-decoration: none;
}
#tab4 a:hover {
	color:#666666;
	text-decoration: underline;
}
#tab4 .inset {
	display: block;
	float:left;
	position:relative;
	left:40px;
	top:30px;
	height: 370px;
	width: 800px;
	background-color: #a5cd4f;
}
#tab4 .photocaption a {
	color: #FFFFFF;
	text-decoration: none;
}
#tab4 .photocaption a:hover {
	color: #E4E4E4;
	text-decoration: underline;
}
.eventbox {
	display: inline;  /* <---Solution for bug IE6 */
	float:left;
	margin:16px 50px;
	width:135px;
	height:135px;
	border:10px solid #FFFFFF;
}
.eventcaption {
	display: inline;  /* <---Solution for bug IE6 */
	float:left;
}
.eventcaption h4 {
	font-size:13px;
	line-height:16px;
	margin:16px 0 8px 0;
	color: #FFFFFF;
	font-weight: 700;
	text-align:left;
}
.eventcaption p {
	font-size:12px;
	line-height:14px;
	margin:5px 0;
	color: #FFFFFF;
	font-weight: 400;
	text-align:left;
}
/*End Tab 4*/

/* =================== End Tabs ======================*/

#row1 {
	position:relative;
	padding-left:8px;
	top:25px;
	clear:both;
}
#row2 {
	position:relative;
	padding-left:8px;
	top:50px;
	clear:both;
	height: 50px;
}
#row3 {
	display:block;
	position:relative;
	top:158px;
	clear:both;
}
.anchorlinks {
	padding: 15px 0 45px 0;
}
.anchorlinks p {
font-size:14px;
	text-align: left;
	margin: 4px 20px;
}
.anchorlinks a {
	color: #999999;
	text-decoration: underline;
}
.anchorlinks a:hover {
	color: #999999;
	text-decoration: none;
}
#faqphotos img {
	margin:25px 0px;
}
.top {
	font-size:10px;
	font-weight:700;
	color:#CCCCCC;
	display: block;
	float: right;
	height: 12px;
	width: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
	position: relative;
}
#contact {
	background-color: #abd053;
	display:block;
	width: 835px;
	height:760px;
	position:relative;
	left:52px;
}
#contact p {
	font-size:12px;
	font-weight:700;
	color: #333333;
	text-align:left;
	margin: 6px 0 3px 0;
}
#contact .form {
	width: 750px;
	position: relative;
	top: 35px;
	left: 35px;
}
#contact span {
	font-size:10px;
	font-weight:400;
	color:#666666;
	padding:6px 0;
}
#contact input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	color:#333333;
	text-align:left
}
#contact .checkbox {
	margin:12px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	color:#333333;
	text-align:left;
}
#contact .submit {
	width:100px;
	height:30px;
	border:1px solid #333333;
	background-color:#d6e8af;
	margin:12px 0 0 0;
	font-size:18px;
	color:#333333;
	cursor:pointer;
	text-align:center;
}

#forward {
	background-color: #abd053;
	display:block;
	width: 835px;
	height:375px;
	position:relative;
	left:52px;
}
#forward p {
	font-size:12px;
	font-weight:700;
	color: #333333;
	text-align:left;
	margin: 6px 0 3px 0;
}
#forward .form {
	width: 750px;
	position: relative;
	top: 35px;
	left: 35px;
}
#forward span {
	font-size:10px;
	font-weight:400;
	color:#666666;
	padding:6px 0;
}
#forward input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	color:#333333;
	text-align:left
}
#forward .checkbox {
	margin:12px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	color:#333333;
	text-align:left;
}
#forward .submit {
	width:100px;
	height:30px;
	border:1px solid #333333;
	background-color:#d6e8af;
	margin:12px 0 0 0;
	font-size:18px;
	color:#333333;
	cursor:pointer;
	text-align:center;
}


#contact .footer {
	display:block;
	width:750px;
	margin:35px 0 0 35px;
}
#contact .footer p {
	margin:16px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	color:#333333;
	text-align:left;
}
#contact .footer p span {
	font-size:12px;
	font-weight:700;
	color:#333333;
}
#contact .footer p a {
	color: #333333;
	text-decoration: none;
}
#contact .footer p a:hover {
	color: #333333;
	text-decoration: underline;
}
#confirmation .footer {
	display:block;
	width:750px;
	margin:35px 0 0 35px;
}
#confirmation .footer p {
	color:#ffffff;
	font-size:12px;
	line-height:15px;
	margin:16px 0;
	font-weight:700;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}
#confirmation .footer p a {
	color: #FFFFFF;
	text-decoration: underline;
}
#confirmation .footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#questions {
	background-color: #FFFFFF;
	display:block;
	width: 835px;
	position:relative;
	left:100px;
	height: 625px;
}
#questions h4 {
	font-size:14px;
	line-height:16px;
	margin:8px 0 16px 0;
	color: #99CC33;
	font-weight: 700;
	text-align:center;
}
#questions p {
	font-size:12px;
	color: #333333;
	text-align:center;
	margin: 10px;
}
#questions .form {
	width: 600px;
	position: relative;
	top: 15px;
	left: 100px;
}
#questions span {
	font-size:11px;
	font-weight:400;
	color:#666666;
	padding:6px 0;
	text-align:center;
}
#questions input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	color:#333333;
}
#questions .submit {
	width:100px;
	height:30px;
	border:1px solid #333333;
	background-color:#99cc33;
	margin:5px;
	font-size:18px;
	color:#ffffff;
	cursor:pointer;
	text-align:center;
}
#questions .footer {
	display:block;
	width:600px;
	margin:0;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
}
#questions .footer p {
	color:#99CC33;
	font-size:12px;
	line-height:15px;
	margin:12px 0;
	font-weight:400;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
#questions .info {
	display:block;
	width:600px;
	margin:0;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
}
#questions .info p {
	color:#99CC33;
	font-size:12px;
	line-height:15px;
	margin:12px 0;
	font-weight:400;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
#questions .info span {
	font-size:11px;
	font-weight:400;
	color:#666666;
	padding:6px 0;
	text-align:center;
}

