/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{color:#474747;background:#FFFFFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body, html>body #contents {
	height: auto;
}
html
{
	height: 100%;
}
body
{
	margin: 0px;
	color: #474747;
	background-color: #FFFFFF;
	font-size: 100%;
	font-family: Georgia, Times New Roman, Serif;
	height: 100%;
}
body.mceContentBody {
   background: #FFFCE8;
   font-size: 77%;
}
fieldset
{
    border: 1px solid #B3B0A2;
	padding: 4px;
	width: 95%;
	margin-bottom: 10px;
}
legend
{
    font-weight: bold;
	color: #B7770D;
	background-color: #FFFCE8;
	padding: 4px;
}
label
{
   font-weight: bold;
}
strong
{
    font-weight: bold;
}
p
{
    margin-bottom: 10px;
	line-height: 150%;
}
caption
{
   font-weight: bold;
}
h1
{
    color: #B7770D;
	background-color: #FFFCE8;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 146.5%;
}
h2
{
    color: #B7770D;
	background-color: #FFFCE8;
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 138.5%;
}
h3
{
    color: #B7770D;
	background-color: #FFFCE8;
	font-weight: bold;
	margin-bottom: 6px;
	font-size: 131%;
}
h4
{
    color: #B7770D;
	background-color: #FFFCE8;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 123.1%;
}
h5
{
    color: #B7770D;
	background-color: #FFFCE8;
	font-weight: bold;
	margin-bottom: 4px;
	font-size: 116%;
}
h6
{
    color: #B7770D;
	background-color: #FFFCE8;
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 108%;
}
ul, ol
{
  margin: 10px 10px 10px 20px;
}
li
{
   list-style-type: disc;
   margin-bottom: 10px;
   line-height: 150%;
}
hr
{
   color: #00337F;
   background-color: #009EE1;
   margin-bottom: 10px;
}
blockquote
{
    margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
address, cite, dfn, em, var
{
    font-style: italic;
} 
acronym
{
    text-transform: uppercase;
}
code
{
    white-space: pre;
	font-family: Sans-Serif;
}
pre
{
    white-space: pre
}
th
{
    font-weight: bold;
	padding: 4px;
}
.formCell
{
    padding: 4px;
	color: #474747;
	background-color: #FFFCE8;
}
a:link
{
 	background-color: transparent;
	color: #0D120D;
	text-decoration: underline;
}
a:visited
{
 	background-color: transparent;
	color: #0D120D;
	text-decoration: underline;
}
a:hover, a:active
{
 	background-color: transparent;
	color: #909090;
	text-decoration: none;
}
.dayNames
{
    font-weight: bold;
	text-align: center;
	width: 14%;
}
.dayCell1
{
    background-color: #FFFCE8;
	border-bottom: 1px solid #B3B0A2;
	color: #000000;
	font-style: italic;
	width: 14%;
	vertical-align: top;
	padding: 5px;
}
.dayCell2
{
    background-color: #FFFDF3;
	color: #000000;
	border-bottom: 1px solid #B3B0A2;
	font-style: italic;
	width: 14%;
	vertical-align: top;
	padding: 5px;
}
.blankCell
{
    border: 1px solid #CCCCCC;
}
.dayCellBooked
{
    background-color: #B3B0A2;
    color: #000000;
	font-style: italic;
	width: 14%;
	vertical-align: top;
}
ul.dateLists
{
    margin: 0px;
	padding-left: 16px;
}
.topNav
{
    background-color: #B7770D;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	height: 30px;
}
.clear{
clear:both;
font-size:2%;
}
.err
{
   color: #FF0000;
   margin: 20px;
}
#wrapper
{
    float: left;
	width: 1000px;
	border: none;
	height: auto;
}
#subWrapper
{
    width: 100%;
	height: 100%;
	border: none;
}
#title
{
	width: 187px;
	height: 168px;
	border: none;
}
#content {
	margin-top: 10px;
    margin-left: 197px;
	margin-bottom: 10px;
	background-color: #FFFCE8;
	border: 1px solid #B3B0A2;
	color: #000000;
	width: 800px;
	height: 100%;
}
#contentInner
{
    float: left;
	margin-top: 25px;
	margin-left: 45px;
	margin-bottom: 10px;
	width: 710px;
	border: none;
	font-size: 77%;
}
#menu
{
   float: left;
   width: 187px;
   border: none;
}
#footer
{
	margin-left: 45px;
	width: 710px;
	height: 25px;
	background-color: #F1E1BC;
	color: #474747;
	border-top: 1px solid #B3B0A2;
	border-bottom: 1px solid #B3B0A2;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 10px;
}
#footer ul
{
    margin: 5px 10px 0px 0px;
    padding: 0;
	font-size: 66.6%;
}
#footer li
{
    display: inline;
	text-transform: uppercase;
	padding: .2em 1em;
}
#footer ul li a
{
    color: #474747;
    background-color: #F1E1BC;
    text-decoration: none;
}
#footer ul li a:hover, a:active
{
    color: #B7770D;
    background-color: #F1E1BC;
    text-decoration: none;
}
.blogNav
{
   padding: 5px;
}
.menuBtn
{
   text-align: center;
   border: none;
}
a.menuBtn:link, a.menuBtn:visited
{
   color: #474747;
   background-color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
a.menuBtn:active, a.menuBtn:hover
{
   color: #B7770D;
   background-color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
.menuSwirl
{
   text-align: center;
}
.subMenu
{
 	position: absolute;
	visibility: hidden;
	z-index: 1;
	left: -500px;
	top: -800px;
	width: 185px;
	background-color: #F1E1BC;
	color: #003480;
	border: 1px solid #B3B0A2;
	font-size: 66.6%;
	z-index: 3;
}
.submenuCell
{
	background-color: #F1E1BC;
	color: #474747;
	padding-left: 20px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 25px;
    background-image: url('site_images/bullet.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
	cursor: pointer;
	border-bottom: 1px solid #B3B0A2;
}
a.menu:link, a.menu:visited
{
   color: #474747;
   background-color: transparent;
   text-decoration: none;
   text-transform: uppercase;
}
a.menu:active, a.menu:hover
{
   color: #B7770D;
   background-color: transparent;
   text-decoration: none;
   text-transform: uppercase;
}