/* Undo some of the default styling of common (X)HTML browsers */
/* Based on code from Yahoo! Inc.'s reset.css (BSD) and Tantek Celik's undohtml.css (Creative Commons Attribution 2.0) */
html, body, div, dl, dt, dd, ul, ol, li, h1, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, abbr, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
body {
	background-color:#ebebda;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #5f8030;
}
#Newsletter {
	text-align: center;
}

.CalendarMonthName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
.CalendarDayHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-color: #F0F0F0;
}
.CalendarDayCell {
	font-family: "MS Sans Serif", Verdana, Arial, Helvetica;
	font-size: 8pt;
	height: 50px;
}
.CalendarDayCellEvent {
	font-family: "MS Sans Serif", Verdana, Arial, Helvetica;
	font-size: 8pt;
	height: 50px;
	background-color: #F0F0F0;
}
.CalendarMonthLink {
	color: #FFFFFF;
}

a:hover.CalendarMonthLink {
	color: #FFFFFF;
}


#Newsletter label #textfield {
	height: 23px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	border: 1px solid #5f8030;
}
#Newsletter label #button {
	background-color: #5f8030;
	color: #002200;
	height: 25px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	border: 1px solid #5f8030;
}
#Header {
	background-image: url(../images/Header.jpg);
	height: 100px;
	background-repeat: no-repeat;
}
#Rooms {
	height: 293px;
}
#Rooms #Arcadia {
	float: left;
	width: 400px;
}
#Content #Top {
	height: 48px;
}
#Content #ContentText .Container {
	margin-right: 55px;
	margin-left: 55px;
	padding-top: 5px;
}
#Footer {
	text-align: center;
	font-size: 11px;
}
#Footer a {
	color: #5f8030;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
#Footer .Container {
	padding-top: 10px;
	padding-bottom: 10px;
}

#Content #ContentText .Container img {
	margin: 5px;
}

#Content #ContentText {
	background-image: url(../images/ContentBg.jpg);
	background-repeat: repeat-y;
	height: auto;
}
#Content #Bottom {
	background-image: url(../images/ContentFooter.jpg);
	background-repeat: no-repeat;
	height: 32px;
}

#Rooms #TeaRose {
	float: left;
	width: 400px;
}
.ClearBoth {
	clear:both;
}
#MainWrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#Header h1 {
	display:none;
}
#Header #Address {
	text-align: right;
	color: #5f8030;
	font-size: 8.5pt;
	font-weight: bold;
}
#ContentText .Container h1 {
	font-weight: bold;
	margin-bottom: 10px;
}

#Header #Address #Phone{
	font-size: 10pt;
}

#Header #Address a {
	color: #5f8030;
	text-decoration:none;
}
#Header #Address a:hover {
	text-decoration:underline;
}
#Header #Address .Container {
	padding-right: 50px;
	padding-top: 20px;
}
#Content #ContentText .Container ul {
	list-style-type: disc;
	margin-left: 20px;
}
#Content #ContentText .Container ul li {
	padding-bottom: 5px;
}
.Container a:hover {
	text-decoration:underline;
	color:#996633;
}

.brownText{
	color:#996633;
}
.greenText{
	color:#5F8030;
}
.greenHR{
	color: #669900;
	background-color: #669900;
}
.brownHR{
	color: #996633;
	background-color: #996633;	
}
