@charset "UTF-8";

/*============================================================
 Background Styles
============================================================*/

body {
	background-color: black;
	text-align: center; }
	
.wrapper {
	position: relative;
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-bottom: -60px;
	margin-left: auto; }
	
#content {
	background-image: url(../images/lakeland_backer.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	position: relative;
	width: 960px;
	height: 735px;
	margin: 0 auto;
	padding-bottom: 20px; }

/*============================================================
Navigation
============================================================*/

.menu {
	position: absolute;
	top: 135px;
	right: 180px;
	z-index: 50;
	float: right; }
   
.menu li {
	width: auto;
	float: left;
	margin: 0;
	padding-left: 107px;
	list-style-type: none;
	display:inline; }

.menu a { 
	text-decoration: none;
	color: #86c341;
	font-size: 14px;
	font-family: arial;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 1px; }  

.menu a.selected, .menu a:hover { 
	color: #fff;
	font-size: 14px;
	font-family: arial;
	line-height: 14px; }
	
.service_menu {
	position: absolute;
	top: 175px;
	right: 180px;
	z-index: 50;
	float: right; }
   
.service_menu li {
	width: auto;
	float: left;
	margin: 0;
	padding-left: 52px;
	list-style-type: none;
	display:inline; }

.service_menu a {
	text-decoration: none;
	color: #ebd700;
	font-size: 13px;
	font-family: arial;
	line-height: 14px;
	letter-spacing: 1px; }  

.service_menu a.selected, .service_menu a:hover {
	color: #fff;
	font-size: 13px;
	font-family: arial;
	line-height: 14px;
	border-bottom: 1px solid #ebd700; }
	
/*============================================================
 Slide Styles
============================================================*/

#slider {
	background: #c1b49a url(../images/loading.gif) no-repeat 50% 50%;
	position: absolute;
	top: 205px;
	width: 560px;
	margin-right: auto;
	margin-left: auto; }
	
#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none; }
	
#slider a {
	border: 0; }
	
#slider a{
	display:block;
}

.nivo-controlNav {
	position: absolute;
	bottom: -35px;
	width: 620px;
	height: 36px; }
	
.nivo-controlNav a {
	display: block;
	width: 10px;
	height: 10px;
	background: url(../images/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 6px;
	float: left;
	margin-top: 13px; }
	
.nivo-controlNav a.active {
	background-position: -10px 0; }

.nivo-directionNav a {
	display: block;
	width: 32px;
	height: 34px;
	background: url(../images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0; }
	
a.nivo-nextNav {
	background-position: -32px 0;
	right: 10px; }
	
a.nivo-prevNav {
	left: 10px; }
	
/*============================================================
 Index Page Styles
============================================================*/

.page_content {
	position: absolute;
	top: 495px;
	left: 165px;
	width: 600px;
	height: auto;
	clear: both;
	margin: 0;
	padding: 0; }

.page_content_text {
	float: left;
	width: 460px;
	display: inline; }

.page_content h1 {
	color: #86c341;
	font-size: 20px;
	font-family: "times new roman";
	font-weight: normal;
	line-height: 21px;
	text-decoration: none;
	letter-spacing: 1px;
	margin: 0;
	padding-bottom: 10px;
	padding-left: 6px; }

.page_content p { 
	color: #fff;
	font-size: 14px;
	font-family: helvetica;
	line-height: 21px;
	text-decoration: none;
	margin: 0;
	padding-bottom: 40px;
	padding-left: 6px; }
	
#promo {
	position: relative;
	top: 45px;
	right: 170px;
	width: 140px;
	height: 115px;
	float: right; }
	
#promo_vid {
	position: absolute; 
	top: 200px; }
	
#promo_vid a {
	background-image: url(../images/promo_button.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 115px;
	display: block; }
	
#promo_vid a:hover {
	background-position: 0 -115px; }
	
/*============================================================
 Contact Page Styles
============================================================*/

.contact_content {
	position: absolute;
	top: 200px;
	left: 165px;
	width: 600px;
	height: auto;
	clear: both;
	margin: 0;
	padding: 0; }
	
#contact_pic {
	background-image: url(../images/contact_pic.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 620px;
	height: 253px;
	display: block; }

.contact_content_text {
	position: absolute;
	top: 295px;
	float: left;
	width: 460px;
	display: inline; }

.contact_content h1 {
	color: #86c341;
	font-size: 20px;
	font-family: "times new roman";
	font-weight: normal;
	line-height: 21px;
	text-decoration: none;
	letter-spacing: 1px;
	margin: 0;
	padding-bottom: 10px;
	padding-left: 6px; }

.contact_content p { 
	color: #fff;
	font-size: 14px;
	font-family: helvetica;
	line-height: 21px;
	text-decoration: none;
	margin: 0;
	padding-bottom: 40px;
	padding-left: 6px; }
	
.contact_content p span { 
	color: #86c341; }
	
.contact_content p a:link, .contact_content p a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #ebd700; }
	
.contact_content p a:hover {
	color: #ebd700;
	text-decoration: none;
	border-bottom: 1px solid #ebd700; }

/*============================================================
 Footer Styles
============================================================*/

.footer {
	background-color: #202020;
	position: relative;
	width: 100%;
	margin: -60px auto 0;
	z-index: 0;
	clear: both; }

.footer p {
	color: #3c3c3c;
	font-size: 11px;
	font-family: helvetica;
	line-height: 15px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding-top: 14px; }

.footer a:link {
	color: #3c3c3c;
	font-size: 11px;
	font-family: helvetica;
	line-height: 15px;
	text-decoration: none; }

.footer a:visited {
	color: #3c3c3c;
	font-size: 11px;
	font-family: helvetica;
	line-height: 15px;
	text-decoration: none; }

.footer a:hover {
	color: #a0a0a0;
	font-size: 11px;
	font-family: helvetica;
	line-height: 15px;
	border-bottom: 1px dotted #a0a0a0; }
