@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, blockquote, p{
margin: 0;
padding: 0;
}

#time {
font-size: 9px;
padding: 0px;
margin: 0px;
padding-bottom: 10px;
}

#cookie {
	width: 300px;
	font-size: 12px;
	margin-left: 24px;
	margin-bottom: 10px;
}

body {
	background: url(../images/lightlog.jpg);
	background-repeat: repeat;
	background-position: top;
	background-attachment:fixed;
	color: #FFF;
	font-family: "Courier New", Courier, monospace;
}

p {
	padding-bottom: 30px;
	padding-left: 15px;
}

img {
	border: none;
}

.left{
	float:left;
}

.right {
	float:right;
}

.clear {
	clear: both;
	display: block;
}

a:link {
	color: #F90;
	text-decoration: none;
}
a:visited {
	color: #F90;
	text-decoration: none;
}
a:hover {
	color: #A8CA38;
	text-decoration: underline;
}
a:active {
	color: #F90;
}



/* Slideshow --------------------------------- */

#slideshow {
    position:relative;
    height:350px;
}

#slideWrap {
	border-style: solid;
	border-width: 5px;
	border-color: #FFF;
	overflow: hidden;
	height: 198px;
	width: 815px;
	margin-left: 25px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
	opacity:1.0;	
}

#slideshow IMG.last-active {
    z-index:9;
}

.top {
	width: 875px;
	height: 40px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
	background: url(../images/topCurve.png);
}

span {
	color: #A8CA38;
}

#header {
	width: 875px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/back.png);
	background-repeat: repeat;
	background-attachment:fixed;
	padding-bottom: 20px;
	}

#header h1 {
	padding-top: 0px;
	margin-top: -20px;
	padding-left: 15px;
	font-family: "Courier New", Courier, monospace;
	font-size:45px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	float:left;
}	
.copy h1 {
	padding-top: 0px;
	margin-top: -35px;
	padding-left: 15px;
	font-family: "Courier New", Courier, monospace;
	font-size:45px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	float:left;
	
}
#header p {
	padding-left: 15px;
	font-family: "Courier New", Courier, monospace;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 25px;
	float: left;
}

#nav {
	clear: left;
}

#nav ul{
	position: relative;
	float: left;
	list-style-type: none;
	padding-left: 15px;
	}

#nav ul li{
	display: inline;
	padding-right: 15px;
	font-family: "Courier New", Courier, monospace;
}

#nav ul li a:link{
		color: #FFF;
}

#nav ul li a:visited{
		color: #FFF;
}

#nav ul li a:hover{
		color: #A8CA38;
}

#nav ul li a:active{
		color: #F90;
}

#wrap {
	width: 875px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/back.png);
	background-repeat: repeat;
	background-attachment:fixed;
	margin-bottom:0px;
	padding-bottom:30px;
	padding-top:15px;
}

h2 {
	padding-left: 20px;
	position: relative;
	top: -15px;
}

.copy {
	width: 815px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: .95em;
}

.bottom {
	width: 875px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bottomCurve.png);
	margin-bottom: 10px;
}

#contact_form {
	width: 400px;
	margin-left: 30px;
	margin-top: 10px;
}

form {
	width: 350px;
	padding-left: 25px;
	font-size: 12px;
	/*background-color: #93C0CC;*/
}

input, textarea, select {
	background-color : #FFF;
	border-style: solid;
	border-width: 1px;
	border-color: #A8CA38;
} 



.valuebox {
	width: 100%;
}

#contact_submitBtn input {
	border-width: 10px;
	border-style: none;
	margin-top: 10px;
}

#contact_photo {
	position: relative;
	left: -75px;
	top: 10px;
}

form p {
	margin: 0px;
	padding: 0px;
}

.formHeader {
	padding-top: 5px;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 14px;
}

#gallery1 {
 width: 815px;
}

#gallery1 ul{
list-style-type: none;
}

#gallery1 ul li{
display: inline;
padding-left: 20px;
}

#gallery1 ul li a img{
padding-bottom: 20px;
}


