﻿* {
	margin:0px;
	padding:0px;
}

.clear {clear:both;}

body {
	background:url('images/bg_repeat.jpg') repeat;
}

img {
	border:0px;
}

#container {
	background:#5a3e1e;
	width:820px;
	margin:0 auto;
	margin-top:20px;
	position:relative;
	padding-bottom:12px;
}

#header {
	width:100%;
}

.logo {
	float:left;
	margin-top:12px;
	margin-left:12px;
	display:inline;
}

.flash {
	float:right;
	margin-top:12px;
	margin-right:12px;
	display:inline;
}

#navigation {
	background:url('images/nav_bg.jpg') repeat-x;
	margin:3px 12px 0px 12px;
	height:40px;
}

#navigation ul {
	list-style:none;
}

#navigation ul li {
	float:left;
	font-family:times;
	font-weight:bold;
	font-size:12px;
	background:url('images/nav-icon.gif') 0px 10px no-repeat;
	padding-left:10px;
	margin-top:3px;	
}

#navigation ul li a {
	display:block;
	color:#6c5736;
	text-decoration:none;
	padding:9px 4px 9px 4px;
}

#navigation ul li a:hover {
	background:url('images/nav_hover.gif') center 22px no-repeat;
}

/****expanded navigation **/

#navigation ul li ul {
	float: left;
	background: #ffffff;
	padding: 0px;
	list-style:none;
	border-right:1px solid #6d5736;
	border-bottom:1px solid #6d5736;
	border-top:0px;
	z-index:100;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}

#navigation ul li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 120px;
	margin: 0;
}

#navigation ul li:hover ul li, #navigation ul li.sfhover ul li {
	width: 120px;
	margin:0px;
	border:0px;
	list-style:none;
	background:none;
	padding:0px;
	border-top:1px solid #dedbd4;
}

#navigation ul li:hover ul, #navigation ul li.sfhover ul {
	left:auto;
	z-index:1000;
}

#navigation ul li:hover ul li a, #navigation ul li.sfhover ul li a{
	border:0px;
	margin:0px;
	background-image:none;
	padding:3px 5px;
	font-family:georgia;
	font-size:11px;
	font-weight:400;
	color:#6d5736;
	border:0px;
	width:110px;
}


#navigation ul li:hover ul li:hover a, #navigation ul li.sfhover ul li.sfhover a {
	border:0px;
	background:#dfdcd4;
}


/**end expanded*/


#main {
	background:#f3f2dd;
	min-height:200px;
	_height:200px;
	margin:0px 12px;
	padding:20px 12px;
	font-family:georgia;
	font-size:13px;
	color:#6d5736;
	line-height:18px;
	font-weight:400;	
}

#footer {
	background:#f1eee0 url('images/footer.jpg') top center no-repeat;
	margin:0px 12px;
	padding-top:20px;
	clear:both;
}

#footer p {
	color:#6c5736;
	font-weight:bold;
	font-family:georgia;
	font-size:11px;
	text-align:center;
	padding-bottom:20px;
}

#footer p a {
	color:#6c5736;
}

.tableList, .tableGuest {
	width:80%;
	margin: 0 auto;
	position:relative;
	border-bottom:1px solid #b2967c;
}

.tableGuest {width:100%;}

.tableList th, .tableGuest th {
	background:#d4c3b3;
	border-top:1px solid #b2967c;
	padding:5px;
	font-family:georgia;
	color:#6d5736;
	font-size:11px;
	text-align:center;
}

.tableList td, .tableGuest td {
	border-top:1px solid #b2967c;
	padding:8px;
	font-family:georgia;
	color:#6d5736;
	font-size:11px;
	text-align:center;
	background:#ebe7d2;
}

.tableList tr.odd td, .tableGuest tr.odd td {
	background:#f1eee0;
}

.tableGuest td {
	text-align:left;
}

h1 {
	font-family:georgia;
	color:#98002d;
	font-size:18px;
	font-weight:bold;
	margin:10px 0px;
}

h1 span {
	font-family:georgia;
	color:#6d5736;
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
}

.todo {
	background:#ffffff;
	border-top:1px solid #b2967c;
	border-bottom:1px solid #b2967c;
	padding:10px;
	font-family:tahoma, arial;
	font-size:11px;
	text-align:right;
	color:#b2967c;
	margin-bottom:10px;
}

.todo a {
	color:#6d5736;
}

.todo a:hover {
	color:#98002d;
}

p {
	font-family:georgia;
	font-size:13px;
	color:#6d5736;
	line-height:18px;
	font-weight:400;
	margin:10px 0px;
}

h2 {
	font-family:georgia;
	font-size:13px;
	color:#98002d;
	line-height:18px;
	font-weight:bold;
	margin:10px 0px;
}

h4 {
	font-family:georgia;
	color:#98002d;
	font-size:14px;
	font-weight:bold;
	margin:10px 0px;
}
h5 {
	font-family:georgia;
	color:#6d5736;
	font-size:12px;
	font-weight:bold;
	margin:0px;
}

.floatLeft {
	float:left;
	width:350px;
	margin-left:25px;
	display:inline;
}

.floatRight {
	float:right;
	width:350px;
	margin-right:25px;
	display:inline;
}

.viewing td{
	padding:3px;
	border:0px;
}

option {
	margin-right:5px;
}

.twocol {
	margin:0px;
	padding:0px;
}

.twocol td {
	padding:0px 8px;
	width:50%;
}

#portthumbs
{
     position: relative;
	 float: left;
	 width: 255px;
	 margin: 0;
	 padding: 0;
}

#portthumbs ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#portthumbs ul li
{
	display: inline;
}

#portthumbs img
{
	padding: 0 4px 4px 0;
}

#portbig
{
	text-align: center;
}

.border {display:none;}
