﻿/* ---------------------------- */
/* STANDARD HTML TAG RESET */
/* ---------------------------- */
html, body, h1, h2, h3, h4, h5, h6, p, ul, li, form, a {
	border:0;
	margin:0px;
	padding:0px;
	outline:none;
}
/* ---------------------------- */
/* STANDARD HTML TAG DEFINITION */
html {
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-x: auto;
	overflow-y: hidden;
	
}
body {
	color: white;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	overflow: hidden;
	background-color: white;
}
form, input {
	font-size:14px;
	color:#000000;
	cursor: pointer;
	}
h1 { font-size:24px; }
h2 { font-size:22px; }
h3 { font-size:20px; }
h4 { font-size:18px; }
h5 { font-size:16px; }
h6 { font-size:14px; }

a:link, a:visited { color:white;  text-decoration: underline;
}
a:hover { text-decoration: none; }
small {
	font-size: 12px;
	font-weight: normal;
}

/*--------------  Classes--------------------*/
a.darkLink { color:#660; }
.hide { display: none; }
.show { display: inherit; }
.full {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.left {
	float: left;
	vertical-align: top;
	padding-left: 6px;
}
.right { float: right; }
.current {
	color: White;
	display: inline;
	vertical-align: top;
}
.semi {
	border: medium outset White;
	white-space: nowrap;
	background-repeat: repeat;
	background-image: url(   '../_Images/w25x25.png' );
}
.listingTab {
	border: thin solid #E6A700;
	width: 360px;
	height: 234px;
	text-align: center;
	background-color: #FFE6A4;
	color: #663300;
}
.listingTab p {
	text-align: left;
	line-height: 20px;
	font-size: 16px;
}
.listingTab img {
	border: thick outset #C4C400;
	margin: auto;
}
.listingTab a {
	color: Blue;
	font-weight: bold;
}
/*---------------------  ID Selectors  -------------------------------------------------------*/
#header {
	position: absolute;
	top: 1px;
	right: 1px;
	left: 1px;
	height: 25px;
	line-height: 25px;
	background-color:#900;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(../_Images/Burg.gif);
	vertical-align: top;
.padding-top:2px;
	font-size:1em;

}
#header a { vertical-align: top; }
#header select {
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 0px 0px;
	border: 0px none #808000;
	color:white;
	width:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:center;
	cursor:pointer;
	line-height:16px;
.margin-top:-4px;
	overflow:visible;
	outline:none;
}
#header option { margin: 1px;}
#header option:hover { background-color: #848400; }
#header optgroup {
	margin: 4px;
	background-color: #663300;
padding: 2px:;
}
#header img { vertical-align: top; .margin-top:-4px;
}
#header div {
	display:inline-block;
	margin-left:4px;
}
#header ul li {
	list-style:none;
	display:inline;
	margin-right:2px;
	color:white;
	cursor:pointer;	
}
#header li:hover{
	text-decoration:underline;}
#content {
	position: absolute;
	top: 27px;
	right: 1px;
	bottom: 1px;
	left: 1px;
	height: auto;
	background-color: #E4E3D1;
}
#topNav {
	position: absolute;
	z-index: 100;
	height: 70px;
	width: auto;
	left: 0px;
	top: 0px;
}
#topNav a {
	display: inline;
	float: left;
}
#about {
	background-image: url(../_Images/Home09/AboutUp.png);
	height: 70px;
	width: 165px;
	background-repeat: no-repeat;
	cursor:pointer;
}
#featured {
	background-image: url(../_Images/Home09/FeaturedUp.png);
	height: 70px;
	width: 279px;
	background-repeat: no-repeat;
	cursor:pointer;
}
#maps {
	background-image: url(../_Images/Home09/MapUp.png);
	height: 70px;
	width: 116px;
	background-repeat: no-repeat;
	cursor:pointer;
}
#contact {
	background-image: url(../_Images/Home09/ContactUs.png);
	height: 70px;
	width: 181px;
	background-repeat: no-repeat;
	cursor:pointer;
}
#about:hover { background-image:url(../_Images/Home09/AboutDown.png) }
#featured:hover { background-image:url(../_Images/Home09/FeaturedDown.png) }
#maps:hover { background-image:url(../_Images/Home09/MapsDown.png) }
#contact:hover { background-image:url(../_Images/Home09/ContactDown.png) }
#fpList {
	background-color: #86110B;
	text-align:center;
}
#fpList option {
	text-align:right;
	padding-right:20px;
}
#listings {
	width: 350px;
	height: 180px;
	position: absolute;
	z-index: 100;
	bottom: 40px;
	right: 14px;
	background-color: #666600;
	color: #FFFFFF;
	border: thick ridge #FFFF00;
	text-align: center;
}
#listings table {
	width: 350px;
	height: 180px;
}
#listings td { vertical-align: top; }
#listings a:visited {
	color: #FBC037;
	font-weight: bold;
}
#footer {
	position: absolute;
	right: 1px;
	bottom: 1px;
	left: 1px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background-color: #900;
	background-repeat: repeat-x;
	background-image: url(   '../_Images/Burg.gif' );
	display:none;
}
