/* general layout */

body {
	background-color: #fff7a6;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
a:link, a:visited, a:active, a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
}
#layout-header {
	width: 1030px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#layout-content {
	background-image: url(../images/bg-content.jpg);
	background-repeat: repeat-y;
	text-align: left;
	vertical-align: top;
}
#layout-content-left {
	width: 165px;
	text-align: left;
	vertical-align: top;
	padding: 0px 3px;
}
#menu-left {
        margin: 0px;
        padding: 0px;
        text-align: left;
}
#menu-left ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
}
#menu-left li a {
        text-decoration: none;
        font-weight: bold;
        margin: 0px;
        padding: 2px 5px;
	height: 21px;
	font-size: 13pt;
}
#menu-left li.tall a {
        text-decoration: none;
        font-weight: bold;
        margin: 0px;
        padding: 2px 5px;
	height: 42px;
	font-size: 13pt;
}
#menu-left li a.light:link, #menu-left li a.light:visited, #menu-left li a.light:active {
        display: block;
}
#menu-left li a.light:hover {
        display: block;
	background: #004b85;
	color: #ffffff;
}
#menu-left li a.dark:link, #menu-left li a.dark:visited, #menu-left li a.dark:active {
        display: block;
	background: #999999;
}
#menu-left li a.dark:hover {
        display: block;
	background: #004b85;
	color: #ffffff;
}
#layout-content-availability-title {
	font-weight: bold;
	margin-top: 25px;
	padding: 2px 5px;
	height: 42px;
	font-size: 13pt;
	background: #ffffff;
}
#layout-content-availability {
	background: url(../images/bg-availability.jpg);
	height: 134px;
	width: 161px;
	padding: 8px 2px;
}
#layout-content-center {
        width: 658px;
        padding: 0px 15px;
        text-align: left;
        vertical-align: top;
}
#layout-content-right {
	width: 165px;
	text-align: center;
	vertical-align: top;
        padding: 0px 3px;
}
a.specials:link, a.specials:visited, a.specials:active {
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
	text-transform: uppercase;
	font-size: 8pt;
}
a.specials:hover {
        color: #ffffff;
        font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 8pt;
}
#layout-footer {
        background-image: url(../images/bg-footer.jpg);
        background-repeat: no-repeat;
        text-align: center;
        vertical-align: top;
	width: 1030px;
	height: 56px;
	padding: 18px 0px 0px 0px;
	color: #ffffff;
}
a.footer:link, a.footer:visited, a.footer:active {
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
}
a.footer:hover {
        color: #ffffff;
        font-weight: bold;
        text-decoration: underline;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.full {
	width: 658px;
}


/* calendar fireworks styles */

.calendarfireworks {
	width: 370px;
	border: 1px solid #555555;
	font-weight: normal;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.calendartitle {
	background-color: #004b85;
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
	border-bottom: 2px solid #555555;
	text-align: center;
	color: #ffffff;
}
.calendarsubtitle {
	background-color: #666666;
	padding: 5px;
	min-width: 80px;
}
.calendardivide {
        width: 1px;
        background-color: #555555;
}
.calendarinfolight {
        background-color: #cecece;
        padding: 5px;
}
.calendarinfodark {
        background-color: #a0a0a0;
        padding: 5px;
}
.calendardisclaimer {
        background-color: #666666;
        padding: 5px;
        border-top: 2px solid #555555;
	font-size: 8pt;
}



/* font styles */

h1 {
	font-size: 18pt;
	color: #000000;
	font-weight: normal;
}
.bold {
	font-weight: bold;
}

