/*
* Copyright at BrianGelhaus.com
* Don't steal my stuff, :)
*/

/* Layout
-------------------------------------------------------------------*/
* {margin:0;padding:0;outline:none;letter-spacing:.01em;}

html {
	background: #fff url(../images/background.jpg) repeat-y top;
}

body {
	font: 62.5%/1.5 verdana, arial, geneva, san-serif;
	color: #333;
	background: url(../images/black_grad.png) repeat-x top;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
}

.loading {
	padding: 20px 0 0 20px;
	display: none;
}

/* Header
-------------------------------------------------------------------*/
#header {
	width: 960px;
	height: 110px;
}

#slider {
	width: 960px;
	height: 300px;
	position:relative;
	background:url(../images/loading.gif) no-repeat 50% 50%; 
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

/* Nav
-------------------------------------------------------------------*/
#nav {
	float: right;
	list-style-type: none;
	margin: 50px 0 0 0;
	text-align: right;
}
	
#nav li { 
	display: inline;
	margin: 0;
}

#nav li a { 
	font-size: 1.6em;
	text-decoration: none;
	padding: 60px 5px 5px 5px;
	margin: 0 15px 0 0;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}

#nav #active a{ 
	color: #fff;
	background-color: #085928;
}

#nav li a:hover { 
	background-color: #085928;
	color: #fff;
}

/* Side Nav
-------------------------------------------------------------------*/
#sidenav {
	float: left;
	list-style-type: none;
	width: 270px;
	margin: 0 0 0 5px;
}
	
#sidenav li { 
	margin: 0;
	padding: 5px 0;
}

#sidenav li a {
	display: block; 
	font-size: 1.4em;
	text-indent: 5px;
	text-decoration: none;
	color: #333;
	padding: 5px 0 5px 4px;
	font-weight: bold;
	text-transform: uppercase;
}

#sidenav .sideactive { 
	color: #fff;
	background-color: #085928;
}

#sidenav #sideactive a{ 
	color: #fff;
	background-color: #085928;
}

#sidenav li a:hover { 
	background-color: #085928;
	color: #fff;
}

/* Content
-------------------------------------------------------------------*/
#content {
	width 960px;
	padding: 0 10px 0 0;
}

#content p{
	padding: 0 10px;
	font-size: 1.6em;
	color: #333;
}

#content #google{
	margin: 0;
	padding: 0;
	font-size: 1.3em;
}

#left_content {
	width: 280px;
	margin: 0 0 0 15px;
	padding: 10px 0 10px 0;
	background-color: #ffff9c;
	float: left; 
}

#right_content{
	width: 655px;
	padding: 0 10px 0 0;
	float:left;
}

#right_content #backimg{
	float: right;
	margin: 0 70px 0 0;
	border: 2px solid #085928;
}

#right_content #backimgno{
	float: right;
	margin: 10px 70px 0 0;
}

#right_content p {
	color: #333;
	font-size: 1.6em;
	margin: 5px 10px 20px 10px; 
}

#right_content .list {
	margin: 5px 10px 15px 10px; 
}

#right_content .list li{
	font-size: 1.4em;
	list-style-type:square;
	margin: 0 0 0 30px;
}

#right_content .list .listhead {
	font-size: 1.6em;
	list-style-type: none;
	margin: 0;
	font-weight: bold;
}

/* Gallery
-------------------------------------------------------------------*/
#gallery { width: 644px; }
#gallerynav { margin: 10px 0; height: 35px; }
#gallerynav a { color: #fff; text-decoration: none; display: block; background-color: #085928; float: left; padding: 5px 10px; font-size: 1.5em; text-transform: uppercase; }
#gallery a:hover { text-decoration: underline; }
#gallery #next { float: right; }
#gallery #largeimg { border: 4px solid #085928; }
#thumbs { list-style-type: none; clear: both; }
#thumbs li { display: inline; margin: 0 0 0 0px; }
#thumbs .first { margin: 0;}
#thumbs li a img { border: 4px solid #fff; height: 60px; width: 67px; margin: 0 0 5px 0;}
#thumbs li a img:hover { border: 4px solid #085928; }
#thumbs li a .active { border: 4px solid #085928; }

/* Contact
-------------------------------------------------------------------*/
.location{
	text-align: center;
	margin: 0 0 40px 0;
}

#sent {
	font-size: 1.5em;
	color: #fff;
	background-color: #085928;
	padding: 3px;
	text-align: center;
	margin: 20px 0 0 0;
}

#formtext{
	text-align: center;
}

#map{
	float: right;
	height: 410px;
	margin: 10px 0 0 0;
}

#map iframe{
	width:360px;
	height: 600px; 
	border: 2px solid #085928;
}

form{
	margin: 20px 0 0 60px;
	font-size: 1.5em;
	float: left;
}
	
dl {
	clear: both;
}
	
dt {
	width: 90px;
	padding: 2px 0;
	margin: 0 10px 20px 0;
	float: left;
	text-align: right;
}

dd{
	float: left;
}
	
input {
	border: 0;
	background-color: #e2e2e2;
	color: #333;
	padding: 5px;
	font-size: 1em;
	width: 350px;
	height: 20px;
	border: 2px solid #fff;
}

input:focus {
	border: 2px solid #085928;
	color: #333;
}

textarea {
	border: 0;
	background-color: #e2e2e2;
	border: 2px solid #fff;
	color: #333;
	padding: 5px;
	width: 350px;
	height: 200px;
	font: 1em/1.5 verdana, arial, geneva, san-serif;
}
	
textarea:focus {
	border: 2px solid #085928;
	color: #333;
}

#service {
	border: 0;
	width: 363px;
	background-color: #e2e2e2;
	border: 2px solid #fff;
	color: #333;
	padding: 5px;
	font: 1em/1.5 verdana, arial, geneva, san-serif;
}

#service:focus {
	border: 2px solid #085928;
	color: #333;
}
	
#submit {
	background-color: #085928;
	margin: 15px 0 0 0;
	padding: 5px;
	font-size: 1em;
	width: auto;
	height: auto;
	color: #fff;
	border: 0;
	cursor: pointer;
}
	
#submit:hover{
	background-color: #2d8951;
}

/* Footer
-------------------------------------------------------------------*/
#footer {
	padding: 5px 0;
	width: 930px;
	margin: 0 0 0 15px;
	text-align: right;
	color: #333;
	font-size: 1.2em;
	clear: both;
}

#clear {
	width: 960px;
	height: 100px;
	clear: both;
	background:url(../images/backgroundfooter.jpg) repeat-x bottom;
}

/* Text / Links
-------------------------------------------------------------------*/
h1 a{
	width: 280px;
	height:110px;
	text-indent: -9999px;
	display: block;
	margin: 0 0 0 15px;
	background: #ffff9c url(../images/logo.gif) no-repeat;
	float: left;
}

h2 {
	color: #085928;
	height: 25px;
	border-bottom: #085928 2px solid;
	font-size: 1.8em;
	margin: 5px 0 0 10px; 
	text-transform: uppercase;
	width: 260px;
	font-weight: bold;
}

h3 {
	color: #085928;
	height: 30px;
	border-bottom: #085928 2px solid;
	font-size: 2.2em;
	margin: 10px 0 0 10px; 
	text-transform: uppercase;
	font-weight: bold;
}

#left_content p {
	color: #333;
	font-size: 1.4em;
	margin: 5px 10px 20px 10px; 
}

p a {
	color: #085928;
	text-decoration: underline;
}

p a:hover{
	background-color: #085928;
	text-decoration: none;
	color: #fff;
}

/* photo gallery
-------------------------------------------------------------------*/
#gallery {
	margin: 10px 0 0 10px;
}

#largeImg {
	border: 2px solid #085928;
	height: 350px;
	width: 640px;
}
.thumbs img {
	border: 1px solid #085928;
	height: 42px;
	width: 54px;
	margin: 5px 2px 0 0;
}
.thumbs img:hover {
	border-color: #fff;
}
