﻿/*CSS template from: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
body{
	border: medium none #008000;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
}
h6{
	
}
h5{
	
}
h4{
	
}
h3{
}
h2{
	
}
h1{
	
}
h1{
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #663300;
}
h2{
	font-size: 16px;
	color: #663300;
}
h3{
	font-size: 12px;
	margin: 0px;
	width: 115px;
	float: left;
}
a{
	color: #663300;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
	color: #0000FF;
}
img{
	margin: 5px;
	border: 2px solid #000000;
	float:left;
}
p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #663300;
}
ul{
	max-width: 580px;
}
	
	
#topsection{
	border: thin none #CC3300;
	height: 90px; /*Height of top section*/;
	background-image: url('images/banner.jpg');
	background-repeat: no-repeat;
}
#topsection h2{
	display: none;
}
#topsection h1{
	display: none;
}
#navigation {
	/*Set to "left" or "right" to position menu accordingly*/width: 100%;
	background-color: #E3D5C7;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #663300;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #663300;
	vertical-align: middle;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#navigation ul {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: inline;
	background: url(images/button.gif) repeat-x center top;
	text-align: center;
	padding: 0;
	margin-right: 4px;	
	float: left;
}
#contentwrapper{
	border: thin solid #FFFFFF;
	float: left;
	width: 100%;
}
#contentcolumn{
	margin: 10px 10px 10px 200px;
/*Set left margin to LeftColumnWidth*/;	padding: 5px;
	border: thin none #800080;
	min-width: 500px;
	min-height: 600px;
	background-color: #EEEACE;
}
.photo_box_100sq {
	border-style: ridge;
	border-width: thin medium medium thin;
	border-color: #FFFFFF #999999 #999999 #FFFFFF;
	width: 100px;
	height: ;
	float: left;
	margin: 5px 15px 5px 5px;
	clear: both;
	background-color: #F4F4F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
}
#leftcolumn{
	border-style: none;
	border-width: thin;
	border-color: #C0C0C0 #999999 #999999 #C0C0C0;
	padding: 5px;
	float: left;
	width: 180px; /*Width of left column*/;
	margin-left: -100%;
	background-color: #D0B67B;
	margin-top: 10px;
	margin-bottom: 10px;
}
.left_col_head {
	text-align: center;
	width: 156px;
	margin-top: 10px;
	font-size: small;
	font-weight: bold;
	background-color: #A56025;
	color: #FFFFFF;
	padding: 5px;
	margin-left: 7px;
	font-family: Arial;
}
#left_inner {
	margin: 10px 3px 10px 3px;
	padding: 3px;
}
#footer{
	clear: left;
	width: 100%;
	background:black;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	border-top:3px solid #663300;
}
#footer a{
color: #FFFF80;
}
#footer a:hover{
	background-color:#000000;
}
.innertube{
	margin: 0; /*Margins for inner DIV inside each column (to provide padding)*/
}
#contact td{
	padding-left:8px;
	vertical-align:top;
}
/*--------------------------------------------TOP NAV---------------------------*/
#navigation a {
	color: #663300;
	background: url(images/button_left.gif) no-repeat left top;
	float: left;
	margin:	0;
	padding-left:7px;
	text-decoration: none;
}
#navigation a:hover{
	text-decoration: underline;
}
#navigation a span {
	background: url(images/button_right.gif) no-repeat right top;
	display: block;
	padding:7px 13px 4px 5px;
}
#navigation a span {
	float: none;
}
#navigation #current a{
	background: #FFFFFF;
}
#navigation #current span{
	background: #FFFFFF;
}
#navigation #current li{
	background: #FFFFFF;
}
#navigation #current a{
	border:1px solid #666666;
	border-bottom: 0px;
	margin-top: -1px; 
}
/*--------------------------------------------SUB NAV---------------------------*/
.markermenu{
list-style-type: none;
margin: 12px 0;
padding: 0;
width: 180px;
border: 1px solid #9A9A9A;
}
.markermenu li{
background: #663300;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color:white;
display: block;
width: auto;
padding-left: 0px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
text-align:center;
}
.markermenu li a{
text-align: left;
background: white;
color:#333333;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
}
* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu li a:hover{
color: black;
background-color: #ffffcb;
background-image:url(media/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}
#left_sub_box {
	margin: 10px 3px 10px 3px;
	padding: 3px;
}
