@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
}

/* ~~ Element/tag selectors ~~ */

ul, ol, dl { 
	padding: 0;
	margin: 0;

}

a img { 
	border: none;
}

a:link {
	color: #fff;
	text-decoration: underline; 
}
a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 1024px;
	margin: 0 auto; 
}


.header {
	background-image: url(images/header.gif);
	height: 191px;	
	

}
.slidewrap {
	background-image: url(images/slidewrap.jpg);
	height: 427px;	
	
}
.pagetitle {
	float: left;
	width: 230px;
	font-size: 18px;
	margin-top: 37px;
	margin-left: 15px;
	_margin-left: 7px
}
.slide {
	float: right;
	margin-top: 23px;
	margin-right: 22px;
	_margin-right: 10px;
}

.content {
	background-color: #000;
}
.copy {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;	
}

/* ~~ The footer ~~ */

.footer {
	background-image: url(images/footer.jpg);
	height: 139px;	

}
.footertext {
	text-align: center;
	padding-top: 30px;
	font-size: 12px;	
}

/* ~~ miscellaneous float/clear classes ~~ */


.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
/* start horizonal nav*/
.topnavcontainer {
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: right;
	margin-right: 75px;
	margin-top: 19px;
	_margin-right: 40px;
}
#topnavlist {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;

}
#topnavlist ul, #topnavlist li {
   margin: 0;
   padding: 0;
   display: inline;
   list-style-type: none;
}
#topnavlist a:link, #topnavlist a:visited {
	float: left;
	text-decoration: none;
	color: #fff;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-size: 18px;
	font-weight: bold;
}
#topnavlist a:link,  #topnavlist a:visited, #topnavlist a:hover {
   padding-bottom: 0px;
   background: transparent;
   font-size: 18px;
}
#topnavlist  a:hover {
	text-decoration: none;
	 color: #fff;
}
#topnavlist li.current a:link,  #topnavlist li.current a:visited {
	 color: #fff;
/* end horizonal nav*/
}
.googlemap {
	float: right;
	height: 300px;
	width: 300px;	
 }



form {

	margin: 0px;
	padding: 0px;

}

label,input {

	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;

}

label,textarea {

	display: block;
	width: 230px;
	float: left;
	margin-bottom: 10px;

}

label {

	text-align: left;
	width: 200px;
	padding-left: 1px;

}

label.hidden {

	position: absolute;
	left: -1600px;

}



.button {

	cursor: pointer;
	background-image: url(images/submit.jpg);
	height: 39px;
	width: 115px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	background-color: transparent;	

	text-indent: -9999px;

}

