@charset "utf-8";

body
{
	margin: 0px;
	background-image: url(../images/background1.gif) ;
	background-repeat: repeat;
	background-color:#D9F5D9;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}


a
{
	text-decoration: none;
	color: #DF7000;
}

a:hover
{
	color: #666600;
}


img
{
	border: none;
}


blockquote
{
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Serif;
	font-size: 14px;
	letter-spacing: 0.08em;
}


li
{
	padding-bottom: 5px;
}


#bodyContainer
{
	background-color:#FFFFFF;
	margin: 10px auto 10px auto;  /* auto centers the content in the browser window */
	width:730px;
}


#header
{
	background-color:#FFFFFF;
}


#footer
{
	background-color:#FFFFFF;
	font-size: 9px;
	padding: 0px;
	clear: both;
}


#footer #copyright
{
	margin: 0px auto 0px auto;
	padding: 0px 20px 0px 20px;
	font-size: 9px;
	text-align: center;
}


#leftNav
{
	width: 189px;  /* (190 - 1 = 189) because of leftNav border */
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	border-right-style: dashed;
	border-right-width: 1px;
	border-right-color: #DDDDDD;
}


#leftNav a
{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}


#bodyContent
{
	width: 495px;  
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 20px;
	line-height: 1.5;
}


H1
{
	font-size: 22px;
	color:#666666;
}


H2
{
	font-size: 16px;
}


H6
{
	font-size: 12px;
	display: inline;
	color:#666666;
}


#externalLinksList
{
	margin-top: 10px;
	padding-left: 10px;
}



fieldset
{ 
	width: 400px;
	border-width: 1px;
	border-style: solid;
	border-color: #669900;
	padding: 10px;
}


legend
{
	padding: 0.2em 0.5em;
	border-width: 1px;
	border-style: solid;
	border-color: #669900;
	color: #666666;
	font-size: 90%;
}


table#roomRates
{
	border: 0;
	padding: 0;
}


table#roomRates td
{
	white-space: nowrap;
	padding-right: 20px;
}


#FAQQuestions H2
{
	padding-top: 15px;
}


#randomTheme
{
	margin: 8px auto;
	text-align: center;
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Serif;
	font-size: 18px;
	letter-spacing: 0.08em;
	color: #333333;
}


#randomTheme .leftQuote
{
	padding-right: 6px;
	position: relative;
	bottom: 7px;
}


#randomTheme .rightQuote
{
	padding-left: 6px;
	position: relative;
	bottom: 7px;
}