@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	
}

body {
	background-color: #26221b;
	/* background-image: url(/i/patternBG.gif);  orig */
	background-image: url(/i/backer.jpg);
	text-align: center;
	background-repeat: repeat;
	margin: 0 auto;
}

/***** Common Formatting *****/
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: normal; }

h1 {
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 3px;
	letter-spacing: -1px;
	font: 2em Georgia, "Times New Roman", Times, serif;
}

h2 {
	padding: 10px 0 0 0;
	margin-bottom: 10px;
	color: #443833;
	background-color: transparent;
	font-size: 110%;
	font: 1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h3 {
	font: 1.2em arial, helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}

p, ul, ol { margin: 0; padding: 0 0 18px 0; }

blockquote {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	font-style: italic;
	color: #9a8074;
	background-color: transparent;
	width: 400px;
	background: url(/i/close-quote.jpg) no-repeat right bottom;
	padding-left: 18px;
	text-indent: -18px;
	padding-bottom: 10px;
}

blockquote:first-letter {
	background: url(/i/open-quote.jpg) no-repeat left top;
	padding-left: 60px;
	font: italic 2em Georgia, "Times New Roman", Times, serif;
}

code {
	display: block;
	width: 80%;
	background-color: #f5f4f3;
	border: #e2dbd8 1px solid;
	color: #666666;
	padding: 3px 5px;
	margin: 10px 0;
}

img { border: 0; }

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}

hr { border: 1px solid #e7e1de; margin: 15px 0; }

th { background-color: #006699; color: #ffffff; }

/***** Global Classes *****/
.clear { clear: both; }

.alignleft { float: left; }

.alignright { float: right; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.text-justify { text-align: justify; }

.bold { font-weight: bold; }

.italic { font-style: italic; }

.underline { border-bottom: 1px solid; }

.highlight { background: #ffffcc; }

.img-left { float: left; margin: 4px 10px 150px 0; }

.img-right { float: right; margin: 4px 0 4px 10px; }

.nopadding { padding: 0; }

.indent { margin-left: 20px; }

.noindent { margin-left: 0; padding-left: 0; }

.nobullet { list-style: none; list-style-image: none; }

.noborder { border: none; }

.hideme { display: none; }

.thirtyfive { width: 35%; margin: 20px; }

.bottom {
	border-bottom: 2px dotted #006699;
	padding-bottom: 3px;
	margin-bottom: 10px;
	margin-left: 20px;
	width: 350px;
}

.attention { font-size: 1.8em; }

.attentionred { font-size: 1.8em; color: #ff0000; }

.one { font-size: 1px; height: 1px; }

.small { font-size: 10px; }



.box { margin: 20px; }

p.bright{
	margin: 10px 0 0px 0;
	font-weight: bold;
	color: #ffffff;
}

p.bright a:link, .bright a:hover, .bright a:visited{ font-weight: bold; color: #ffffff; }

h1.headerimg {
	width: 592px;
	height: 72px;
	float: left;
	overflow: hidden;
	background: url(/i/logo_05_07.gif) no-repeat;
	margin-bottom: 7px;
	margin-left: 10px;
	margin-right: 0;
	margin-top: 0;
}

h1.headerimg a:link, h1.headerimg a:hover, h1.headerimg a:visited, h1.headerimg a:active {
	display: block;
	width: 592px;
	height: 72px;
	text-indent: -1000000px;
}

.underlineheading { border-bottom: 2px solid #006699; }

/* Not needed now
h2 a:link,h2 a:visited{
	color: #ffffff;
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

h2 a:hover{ text-decoration: underline; }
*/
input, textarea, select, checkbox {
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	font-family: verdana,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
	color: #999999;
	background-color: #eeeeee;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover {
	color: #000000;
	background-color: #e7f1f3;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #888888;
	border-right-color: #888888;
	border-bottom-color: #888888;
	border-left-color: #888888;
}

#forms tr{ height: 25px; }

#forms th {
	background-color: #dcdcdc;
	color: #000000;
	font-size: 1em;
	text-align: right;
}

#forms td p, #forms th p{ padding: 5px; font-weight: normal; }

.clear{ clear: both; }

#content{ width: 825px; padding-bottom: 15px; }

#notifications{ float: right; width: 550px; }

.date2{
	width: 83px;
	float: right;
	height: 30px;
	color: #cfea2b;
	font-size: 12px;
	font-weight: bold;
	padding-left: 16px;
	padding-top: 12px;
	background: url(/i/date_28.gif) no-repeat top left;
}

.header {
	width: 825px;
	padding-left: 0px;
	padding-top: 0px;
	height: 136px;
	background: url(/i/header_03.gif) #006699 repeat-x top;
}

.headimg { margin: 0; padding-top: 20px; }

/* not used now
.infobar ul li a:link, .infobar ul li a:visited, .infobar ul li a:hover{ display: block; text-decoration: none; color: #f4eddf; }
*/
.login {
	float: left;
	margin: 10px 10px 5px 20px;
	padding-right: 5px;
	color: #000000;
}

.nav {
	width: 100%;
	height: 40px;
	border-top: solid #666666 2px;
	background: #00649f;
	text-align: center;
	color: #ffffff;
}

.nav a {
	display: inline;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 7px;
	padding-left: 2px;
	text-decoration: none;
	color: #ffffff;
}

.nav ul {
	margin: 0 auto;
	font-size: 13px;
	font-weight: bold;
	list-style: none;
	padding-top: 12px;
}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
.nav a { float: none; }

.nav li { display: inline; margin-top: 5px; padding-right: 2px; }

/* End IE5-Mac hack */
.nav li a:visited { color: #ffffff; text-decoration: none; }

.nav li a:hover { color: #ffffff; text-decoration: underline; }

#leftcolumn{
	float: left;
	width: 450px;
	padding: 20px 30px 20px 20px;
	border-right: 1px dashed #006699;
}

#leftcolumn a:link, #leftcolumn a:visited, #leftcolumn a:hover{ color: #808000; }

.leftside {
	float: left;
	margin: 0;
	background-image: url(/i/backer.jpg);
}

#rightcolumn{
	width: 260px;
	padding: 20px 30px 20px 20px;
	float: right;
}

.rightside {
	float: right;
	margin: 0;
	background: #1e1b16;
	background-image: url(/i/backer.jpg);
}

#wrapper {
	background-color: #ffffff;
	margin: 0 auto;
	width: 825px;
	text-align: left;
}

.article{
	float: left;
	display: block;
	width: 350px;
	margin: 5px 0 10px;
	padding: 0 15px;
}

.article h3 { font-size: 1.3em; margin: 0 0 10px 0; }

/* Calendar */
.calendar {
	Float: left;
	clear: left;
	background: url(/i/calendar.jpg) no-repeat left top;
	width: 50px;
	height: 55px;
	margin-top: 5px;
}

.calendar .month {
	display: block;
	clear: both;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	margin: 0;
}

.calendar .date {
	display: block;
	clear: left;
	text-align: center;
	font-size: 30px;
	color: #393939;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 1px;
}

/* Footer */
#footer{
	width: 825px;
	margin: 0 auto;
	height: 33px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #ffffff;
}

.footnav {
	width: 100%;
	height: 33px;
	text-align: center;
	background: #006699;
}

.footnav a {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-decoration: none;
	color: #ffffff;
}

.footnav ul {
	margin: 0 auto;
	font-size: 13px;
	font-weight: bold;
	padding-top: 8px;
	list-style: none;
}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/ 
/* .footnav a { float: none; } */
.footnav li { display: inline; }

/* End IE5-Mac hack */
.footnav li a:visited { color: #ffffff; text-decoration: None; }

.footnav li a:hover { color: #ffffff; text-decoration: underline; }

.categories {
	clear: both;
	width: 100%;
	min-height: 340px;
	height: 400px;
	margin: 0 auto;
	text-align: center;
	border-top: 1px dashed #006699;
	background: #ffffff;
}

.category {
	margin: 20px 20px 10px 20px;
	width: 360px;
	height: 80px;
	border-top: 1px solid #006699;
}

.category img { float: left; margin: 20px 5px 20px 0; }

.category p { margin: 0; font-size: 10px; text-align: center; }

.category h3 {
	font-size: 14px;
	color: #006699;
	margin: 0 5px 3px 0;
	padding: 5px 0 0 0;
}

.floatleft { float: left; }

.floatright { float: right; }

.pic {
	background-color: #006699;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0c0c0c;
	border-right-color: #0c0c0c;
	border-bottom-color: #0c0c0c;
	border-left-color: #0c0c0c;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #666666;
	opacity: 0.8;
}

.pic:hover { opacity: 1; }

.reserve {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	width: 190px;
	background-color: #ff0000;
	margin: 5px 0 10px 25px;
	padding: 0 0 5px 0;
	text-align: center;
}

/* Tables alt colors uses js to work */
table.alternate_rows th { font-size: 1em; padding: 5px 10px 5px 0; }

table.alternate_rows {
	border-spacing: 5;
	border: 1px solid #000000;
	border-collapse: collapse;
	width: 100%;
}

table.alternate_rows th, table.alternate_rows td {
	text-align: center;
	font-size: .9em;
	padding: 10px;
	border-bottom: 1px solid #006699;
}

table.alternate_rows th {
	border-width: 0px 1px 1px 1px;
	background-color: #006699;
}

table.alternate_rows tr.odd td { background-color: #cccccc; }

table.alternate_rows tr.even td { background-color: #ffffff; }

table.alternate_rows tr.sortbottom td { background-color: #cccccc; font-weight: bold; }

/* popup image in sale list */
.img {
	left: 0px;
	position: relative;
	top: 0px;
	width: 125px;
	height: 94px;
}

 
.img a.p1 .poplargeimg {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

.img a img { border: 0; }

.img a.p1:hover {
	background-color: #8c97a3;
	color: #000000;
	text-decoration: none;
}

.img a.p1:hover .poplargeimg {
	border: 1px solid #000000;
	display: block;
	height: 225px;
	left: 135px;
	position: absolute;
	top: -100px;
	width: 300px;
}

#details{
	float: left;
	width: 380px;
	padding: 20px 30px 20px 20px;
}

	
p.bottom {
	border-bottom: 2px dotted #006699;
	padding-bottom: 3px;
	margin-bottom: 10px;
	margin-left: 0;
	width: 400px;
}

#leftcolumn a:link, #leftcolumn a:visited, #leftcolumn a:hover{ color: #808000; }

#detailimages{
	width: 373px;
	margin: 20px 0 5px 0;
	text-align: center;
	padding: 20px 0 20px 0;
	float: right;
	background-color: #006699;
}

 #mainimage { margin: 0 0 15px 0; }

 
 #smimages table{ margin: 0 auto; text-align: center; }

 
 #detailimages img{
	border: 2px solid #000000;
	background-color: #ffffff;
	padding: 3px;
}

#policies { padding: 20px; font-size: 12px; }

#policies ul{
	line-height: 2em;
	list-style-image: url(/i/bullet2.png);
	margin-left: 5px;
	padding-right: 25px;
}

#policies ul li {
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #006699;
}

.fees { margin-left: 8px; }

.fees td { padding: 5px; }

.fees table{ width: auto; }

.small li{
	margin: 5px 5px 5px 15px;
	
}
.red {color:#F00;}
#theend {
	margin-top: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #808080;
}

/* Lightbox Div */
 #overlay{
	background-image: url(/i/overlay.png);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 90;
	width: 100%;
	height: 1200px;
}

* html #overlay{
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/i/overlay.png", sizingMethod="scale");
	background-color: #333333;
}

#box{
	width: auto;
	background: #006699;
	padding: 10px;
	border: 2px solid #eeeeee;
	color: #ffffff;
}

#box h2{ color: #ffffff; }

#close{ position: absolute; top: 0; right: 0; cursor: pointer; }

.map-box{
	width: 780px;
	
}

table.schedule {
	border-spacing: 0;
	border: 1px solid #000000;
	border-collapse: collapse;
	width: 100%;
	border-width: 0px 1px 1px 1px;
	background-color: #006699;
	text-align: center;
}

table.schedule th, table.schedule td {
	text-align: center;
	font-size: .85em;
	padding-right: 10px;
	border: 1px solid #000000;
	
}

table.schedule td{
	background: #ffffff;
	padding: 5px 0 5px 0;
	height: 50px;
	min-height: 50px;
}

.linklist {
	float: left;
	margin-left:20px;
	margin-right:20px;
	padding-left:20px;
}

ul.linklist {
	
}


.highbidder {
	background-color: #009900;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.5em;
	margin: 0 0 10px 25px;
}

.highbidder2 {
	font-weight:bold;
	color:#F00;
	font-size: 1.5em;
}

.center {text-align:center;}