/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
 margin: 0;
 padding: 0;
 background: #363737;
 color: #301A2F;
 font-family: Arial, sans-serif;
 text-align: center;
}

a {
	color: #660066;
	text-decoration: underline;
}

a:hover {
	color: #660066;
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6,.Heading {
 color: #085C3A;
 font-weight: bold;
 font-size: 17px;
}

h3,h4 {
 font-size: 15px;
}

h5,h6 {
 font-size: 13px;
}

.Content,th,td,p,ul,ol,li,input,select,textarea,blockquote {
 font-size: 11px;
}

p,li {
 line-height: 1.4;
}

.Error {
 background: #FF0;
 color: #C00;
}

.Status {
 color: #C00;
}

.OddRow {}

.EvenRow {}

.WinBorder td.Content {}

.WinBorder td.Content,.WinBorder td.Content p,.WinBorder td.Content ul,.WinBorder td.Content ol,.WinBorder td.Content li {
 font-weight: normal;
 font-size: 11px;
}

td.WinBorder {}

.WinBorder,.WinBorder p,.WinBorder ul,.WinBorder ol,.WinBorder li {
 font-weight: bold;
 font-size: 14px;
}

#PageContainer {
 margin: 0 auto;
 width: 760px;
 text-align: left;
 position: relative;
}

#HeaderContainer {
	position: relative;
}

#HeaderLogo {}

#HeaderNav {
 background-repeat: repeat-x;
 background-position: 0 0;
}

#ContentContainer {
 border-top: 5px solid #97C45E;
}

#NavContainer {}
#reservationcalendar {
	position: absolute;
	left: 31px;
	top: 350px;
	background-color: #439f60;
	padding: 5px;
	border: 1px solid #64ba79;
}
#reservationcalendar2 {
	position: absolute;
	left: 31px;
	top: 350px;
	background-color: #97c45e;
	padding: 5px;
	border: 1px solid #64ba79;
}
#reservationcalendar h4 {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: "Bookman Old Style", Garamond, "Times New Roman", serif;
}
#reservationcalendar form {
	margin-bottom: 0;
}
#reservationcalendar .whitetext {
	color: #ffffff;
}

#Nav {}

#Content {
 padding: 20px;
 background: #E3EED2;
}

#ContentNav {
 line-height: 26px;
 background: #98C55E;
 text-align: center;
}

#ContentNav a {
 margin: 0 15px;
 color: #FFF;
 text-decoration: none;
 font-size: 12px;
 text-transform: uppercase;
}

#ContentNav a:hover {
 color: #000;
}

#FooterContainer {
 background: #ECEBE9;
}

#FooterContainer td {
 padding: 4px 10px;
 font-size: 10px;
}

#FooterContainer a,#FooterContainer a:hover {
 font-weight: bold;
 text-decoration: underline;
 color: #301A2F;
}

