/* generics */

* {font-size: 100%; padding: 0; margin: 0;}
body {background:#FFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	line-height: 1.2em;
}
a:link {color: #000; text-decoration: none;}
a:visited {color: #333; text-decoration: none;}
a:hover {color: #900; text-decoration: none;}
a img {border: none;}
h1 {font-size: 2em; margin: 2em 0 0.5em; padding: 0.25em 0;}
h2 {font-size: 1.5em; margin: 2em 0 0.33em; padding: 0.25em 0; color:#C90;}
h3 {font-size: 1.33em; margin: 2em 0 0.25em; padding: 0.125em 0;}
h4 {font-size: 1.1em; margin: 0.5em 0 0;}
h5 {font-size: 1em; margin: 0.5em 0 0;}
h6 {font-size: 0.85em; margin: 0.5em 0 0;}
p {margin: 0.33em 0 1em 0;}
ul, ol {margin: 1em 0; padding-left: 2.5em;}


/* homepage navbar */

#navbar {position: absolute; margin-top:290px; margin-left:52px; text-decoration: none; color:#000;}
#navbar a {text-decoration: none; color:#000;}
#navbar a:link {text-decoration: none; color:#000;}
#navbar a:hover  {text-decoration: none; color:#930;}

/* subpage navbar */
#nav-top {
	float: left;
	width: 800px;
	margin: 0px;
	padding: 10px 10px 10px 25px;
	list-style: none;
	text-align: left;
	background: #ffffcc;
	}
#nav-top li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	font-size: 105%;
	border-right: 1px solid #666;
	}
#nav-top li.last {
	margin: 0;
	padding: 0;
	border-right: none;
	}
#nav-top li a {
	padding: 2px 4px;
	text-decoration: none;
	color: #000;
	}
#nav-top li a:hover {
	color: #930;
	}
#nav-top li.active a {
	color: #fff;
	background: #FFFF66;	
	}

/* right panel image with leaves */
#extraDiv1 {background-color: transparent;
background-image: url(images/tb_bkgd1.gif);
background-repeat: no-repeat;
position: absolute; top: 0; left: 866px; width: 210px; height: 540px;
}

#extraDiv2 {background-color: transparent;
background-image: url(images/tb_bkgd2.gif);
background-repeat: no-repeat;
position: absolute; top: 0; left: 786px; width: 210px; height: 800px;
}

/* left panel image on homepage */
#container { 
	background: url(images/tb_bkgd.jpg) no-repeat;
	position: absolute; float: left;
	padding: 0;  
	margin: 0px; 
}

/* contact page image */

#contact img
{
background-color: transparent;
position:absolute;
left:405px;
top:55px
}


/* tour */

.texttour {
font-family: "verdana", "helvetica", sans-serif;
color: #333;
padding: 5px 6px;
margin-right: 10px;
font-size:11px;
line-height: 120%;
}
.texttour1 {
font-family: "verdana", "helvetica", sans-serif;
color: #930;
padding: 5px 6px;
margin-right: 10px;
font-size:11px;
line-height: 120%;
}

/* content layout */
#wrap {
	margin:0 auto;
	width:720px;
	left: 30px;
	top:20px;
	position: absolute;
	}

#main {
	float:left;
	width:520px;
	position: absolute;
	}
#sidebar {
	float:right;
	width:250px;
	padding-right: 2px;
	}

/* content area image */
#contentArea {
	position:absolute;
	left: 158px;
	top:30px;
	width: 720px;
	line-height: 0;
}
#contentArea img { display: inline; margin: 30px 140px 0px 10px; padding: 0 10px 0 0; float:right;}

/* footer */

#footer {position: absolute; top: 530px; left: 35px; right: 0;
  padding: 0.25em 0 0.25em 1em; color:#333;}
#footer a {color: #558;}
#footer a:visited {color: #858;}
#footer {line-height: 1; margin: 0; padding: 2.0em 1.25em 0 1.5em; font-size: 0.90em; }

#footer1 {position: absolute; padding: 0; color:#333; margin-top: 880px; margin-left: 35px;}

