/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
}

.clear { clear: both; }
.contain900 { width: 900px; margin: 0px auto; }

#header {
	display: block;
	width: 100%;
	height: 70px;
	margin: 0px auto;
	background: url('/images/hdr_backing.jpg') bottom center repeat-x;
}
#header h1 {
	display: block;
	width: 40%;
	float: left;
	padding: 20px 0px 0px 20px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 22px;
}
#header h1 i {
	color:#330000;
	font-size: 14px;
	font-weight: normal;
}
#header h2 {
	display: block;
	width: 40%;
	float: right;
	clear: none;
	border-bottom: none;
	padding: 6px 20px 0px 0px;
	margin: 0px;
	font-size: 22px;
}
#header h2 i {
	color:#330000;
	font-size: 14px;
	font-weight: normal;
}
#mainNav {
	display: block;
	width: 100%;
	height: 24px;
	margin: 0px auto;
	padding: 0px;
	border-bottom: 1px dotted #E7E7E7;
	background: url('/images/rule_dotted_horiz.gif') bottom right repeat-x;
	background-color: #C5DDDD;
	font-size: 9px;
}
#mainNav ul,#footer ul {
	display: block;
	width: 900px;
	height: 24px;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	line-height: 10px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
#mainNav ul li,#footer ul li {
	display: block;
	margin: 0px;
	padding: 8px;
	float: left;
	text-transform: uppercase;
	text-align: center;
	color: #19666F;
	border-right: 1px solid #FFF;
}
#mainNav a:link {
	display: block;
	color: #19666F;
	text-decoration: underline;
	padding: 0px 8px 4px 8px;
}
#mainNav a:visited {
	color: #19666F;
	text-decoration: underline;
}
#mainNav a:hover {
	color: #660000;
	text-decoration: none;
}
#mainNav ul li.bookNow,
  #footer ul li.bookNow { background-color: #330000; font-weight: bold; float: right; padding: 6px; border: none; }
#mainNav ul li.bookNow a:link,
  #footer ul li.bookNow a:link { color: #FFFFFF; }
#mainNav ul li.bookNow a:visited,
  #footer ul li.bookNow a:visited { color: #FFFFFF; }
#mainNav ul li.bookNow a:hover,
  #footer ul li.bookNow a:hover { color: #19666F; }

/* -- Drop down formatting -- */
#mainNav li ul {
	position: absolute;
	left: -999em;
	background-color: #C5DDDD;
	border-bottom: 1px dotted #DDDDDD;
	border-left: 1px dotted #DDDDDD;
	border-right: 1px dotted #DDDDDD;
	width: 235px;
	height: auto;
	padding: 0px;
	margin: 0px;
	list-style: disc;
}
#mainNav li li {
	width: 225px;
	border:	1px dotted #999999;
	float: left;
	text-align: left;
	padding: 4px 0px 4px 10px;
	margin: 0px;
	font-size: 9px;
	line-height: 12px;
}

#mainNav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#mainNav li.noborder { border-right: 0; }



#content {
	display: block;
	width: 800px;
	margin: 0px auto;
	clear: both;
}
#flashZone {
	width: 400px;
	float: right;
	padding: 20px 0px 0px 0px;
}
#contentCol {
	width: 480px;
	float: left;
}
body#home #content { width: 900px; }

#form {
	display: block;
	width: 800px;
	margin: 5px auto;
}
.errorList {
	display: block;
	width: 400px;
	margin: auto;
}
td, th, p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#000066;
	clear: both;
}
h1.callout {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #660000;
}
h2 {
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#000066;
	border-bottom: 1px solid #000066;
	clear: both;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000066;
	clear: both;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#content a:link    { color: #660000; text-decoration: underline; }
#content a:visited { color: #660000; text-decoration: underline; }
#content a:hover   { color: #19666F; text-decoration: none; }
body#home h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.small {
	font-size: 0.8em;
}

p {
	font-size: 12px;
}
p.crumbNav {
	font-size: 9px;
	text-align: center;
}
dt {
	font-size: 14px;
	color:#330000;
	padding-top: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #080808;
}
body#comments dt {
	font-weight: normal;
	border: 1px solid #DDD;
	padding: 18px;
}
body#comments dd {
	padding: 2px 0px 18px 86px;
	background: url(../images/quote_dd.png) top left no-repeat;
}
.note {
	font-size: 10px;
	line-height: 1.2em;
}

input,select,textarea {
	font-family: Tahoma, monospace;
	font-size: 12px;
	border: 1px solid #000066;
	padding: 2px;
}
input:text {
	border-top: 1px solid #666;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #666;
}
.twoCol {
	display: block;
	width: 48%;
	float: left;
}
.threeCol {
	display: block;
	width: 31%;
	float: left;
}
.padLeft { padding-left: 8px; }
.resultTable th {
	background: #000033;
	color: #FFF;
	font-size: 10px;
}
.resultTable td {
	border-top: 1px solid #DDD;
}
body#success h3 {
	border-bottom: 1px solid #003;
	padding: 6px 0px 2px 0px;
	margin: 0px;
}
body#success .twoCol {
	padding: 4px;
}

table.timeTable th {
	font-weight: normal;
	text-align: left;
	border-bottom: 1px dotted #19666F;
}
table.timeTable td {
	font-weight: normal;
	text-align: right;
	border-bottom: 1px dotted #19666F;
}
#footer {
	width: 900px;
	margin: 5px auto;
	padding: 5px 0px;
	clear: both;
	background: url('/images/rule_dotted_horiz.gif') top center repeat-x;
	background-color: #C5DDDD;
}
#footer .footerNav { color: #FFFFFF; text-transform: uppercase; }
#footer a:link    { color: #19666F; text-decoration: underline; }
#footer a:visited { color: #19666F; text-decoration: underline; }
#footer a:hover   { color: #660000; text-decoration: none; }

