﻿/*	Website width 1024px
	Header height 
	photo height 150px, width 150px
	sidebar width 240px
	content width 790px
	Image size for Gallery 640x480 - thumbnails auto generated at 200x150
	Image size for local attractions - 160 x 107 with canvas size increased to 165 x 112 for shadow (png)- drop shadow: 135 - 4,0,5,
*/

*{
	margin:0;
	padding:0;
}

html, body{
	height:95%;/*needed for 'sticky footer' to work - this is not 100% as the 84px margin on the header pushes the footer below the page at 100%*/;
}

body {
	background: url("images/bggreen10.jpg") repeat #FFFFFF;
	background-color: #b1aa96;
	font: small Arial, Helvetica, sans-serif;
	color: #222222;
}

h1 {
	font-size: xx-large;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", "Geneva, Verdana", "sans-serif";
	color: black;
	text-align:center;
	margin: -10px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}
	
h2{ 
	font-size: medium;
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 0px;
	color:cornsilk;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	background-image:url('images/h2.png');
}

h2 a:hover{ 
	color:darkgreen;
	text-decoration:underline;
}



h3{
	font-size: medium;
	margin:0px 0px 0px 10px;
	padding:10px 10px 0px 10px;
	color:cornsilk;
	color:dimgrey;
	font-style:italic;
	text-decoration:underline;
	text-align:left;
	

}	

h4{
	font-size: medium;
	margin:0px 0px 0px 10px;
	padding:10px 10px 0px 10px;
	color:cornsilk;
	font-style:italic;
	text-decoration:none;
	text-align:center;


}	
p {
	font-size:small;
	text-align:justify;
	margin:2px 20px 10px 10px;
	padding:0px 10px 0px 10px;
}



.mainlist li {
	margin-left:50px;
	margin-bottom:10px;
	margin-right:90px;
}


img {
	border-style:none;
}


#container{
	background-color:#b1aa96;
	margin: 0 auto;
	width: 1024px;
	text-align: left;
	min-height: 100%;/*needed for 'sticky footer' to work*/;
	position: relative; /*needed for 'sticky footer' to work*/;
	background-image:url('images/b1.jpg');
	background-repeat:repeat;	
	background-color:#cdd8cc;
}
	
#header{
	height:350px;
	background-color:#b1aa96;
	background-color:#cdd8cc;
	width: 1024px;
	margin-top: 10px;
	background-image:url('images/b1.jpg');

}	

#content{
	width: 790px;
	float: right;
	clear:both;
}

#sidebar{
	width: 240px;
	clear:none;
	position:absolute;
}	

#sidebar ul {
	margin-left:20px;
	padding-top: 10px;
	text-align:left;
	font-weight:bold;
}

#sidebar li {
	padding: 0px 0px 10px 0px;
}




table td{
	padding-left:5px;
}

.center{
	text-align:center;
}

#fadeshow1 {
	background-color:transparent!important;
	}


.std_image img{
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.7);
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.7);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.7);
	border: 1px black solid;
}

.border{
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.7);
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.7);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.7);
	border: 2px green solid;
}

.lphoto {
	margin-top : 10px;
	margin-bottom : 10px;
	margin-left : 20px;
	margin-right : 30px;
	float: left;
	position: relative;
	border: thick #808080 double;
}

.rphoto {
	margin-top : 6px;
	margin-bottom : 18px;
	margin-left : 20px;
	margin-right : 10px;
	float: right;
	clear: both;
	border: thick #808080 double;
}

.attrac_photo{
	margin:10px 0px 10px 5px;
	border: thick #808080 double;
}

.galleryphoto {
	font-size: x-small;
	color : black;
	font-style : italic;
	margin-top : 6px;
	margin-bottom : 18px;
	clear: both;
}

.galleryphoto img{
	border: thick #808080 double;
}

a:link,a:active,a:visited {
	text-decoration: underline;
	color: #000000;
	outline:black none 0px;
}

a:hover{
	text-decoration: underline;
	color: #0000FF;
}


/* menu */
#menu{
	margin-top:-90px;
}
#menu ul {
	color:gray;
	margin-left: 0px;
	padding-top:25px;
	padding-left:5px;

}

#menu li {
	list-style: none;
	font-size: 18px;
	display: block;
	text-align:center;

}

#menu a {
	color:#333333;
	text-decoration: none;
	background: url('images/button.png') no-repeat left 50%;
	display: block;
	height: 35px;
	padding-top: 10px;
	padding-left: -5px;
	margin-top:5px;
	outline: none;
}

#menu a:hover {
	color:#2F4422;
	text-decoration: none;
	outline: none;
	background: url('images/buttonh.png') no-repeat left 50%;
}


a#menu_current{
	color:black;
}

#menu a:visited {
	outline:none;
}



/* footer*/
#footer {
	background: #C5C5C5 url('images/foot1.jpg') no-repeat;
	color: #777777;
	height: 50px;
	display: block;
	clear: both;
	width: 1024px;
	font-size: x-small;
	zborder-top:medium darkgreen solid;
}

.footer_list {
	padding-top:15px; /*spacing above menu*/
	padding-bottom:5px;/*spacing below menu*/
	text-align:center;
	list-style: none;
	margin-left:160px;
}

.footer_list li {
	padding: 0px 10px; /*spacing between words*/
	display: inline;
	border-right: 1px #000000 solid; /*lines between words*/
}

.footer_list li a {
	color: #000000;
	text-decoration: none;
}

.footer_list li a:hover {
	color: white;
}

.footer_list .last {
	border-right: none; /*no line after last menu item*/
}


.shadow_div{
	
	background-image:url('images_HOE/table_texture.jpg');
	border:thin green ridge;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
	
	}
	
/*FORM STUFF*/
#form_div{
	width:210px;
	margin-left:12px;
	border:thin green ridge;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
	overflow:hidden;
	
	
}
#form_tab{
	width:210px;
	overflow:hidden;
	margin-left:6px;
}


#form_title{
	color:black;
	text-decoration:none;
}

.form_reqd{
	color:green;
	font-size:xx-small
}

.form_error{
	background-color:#FFFF99;
}

.form_error_message{
	font-size:xx-small;
	color:black;
	text-align:center;
	text-decoration:none;
	padding-left:5px;
}


table.contact{
	margin:10px 10px 10px 10px;
	width:750px;
	position:relative;
	padding-left:30px;
}


.contact td{
	background-color:darkseagreen;
	padding:20px;
	vertical-align:top;
	border:thick #b1aa96 solid;
	text-align:left;

}

.contact p{
	text-align:left;

}





.tname{
	color:black;
}


.tloc{
	color:black;
	font-variant-caps:small-caps;
	font-size:xx-small;
}
