/*
-----------------------------------------------------------------------------
Null Browser Defaults
-----------------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
iframe {
	border: 0;
}
* {
	margin: 0px;
	padding: 0px;
}
/* 
-----------------------------------------------------------------------------
Global Default Elements
-----------------------------------------------------------------------------*/
body {
	text-align: center;
	margin: 0px auto;
	margin-bottom: 10px;
	background-color: #F1EC5A;
	background-image: url(../images/backgrounds/events-background.png);
	background-repeat: repeat-x;
	line-height: 1.4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
a {
	color: #FFF;
	cursor: pointer;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
} 
p {
	margin: 10px 0px;
}
small {
	font-size: 9px;
	line-height: 1.2;
}
strong {
	font-weight: bold;
}
li {
	margin-bottom: 10px;
}
hr {
	border-style: dashed;
	border-width: 1px 0px 0px 0px;
	margin-bottom: 10px;
}
h1 {
	color: #FFF;
	font-size: 18px;
	font-family: Century Gothic, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}
h2 {
	color: #333;
	font-size: 18px;
	font-family: Century Gothic, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}
#content a {
	color:#00F;
    text-decoration:none;
}
table tr td {
	padding:3px;
}
/* 
-----------------------------------------------------------------------------
LAYOUT: Global (cascading order)
-----------------------------------------------------------------------------*/
#header {
	position: relative;
	margin: 0px auto;
	margin-top: 0px;
	text-align: left;
	width: 800px;
	background-color: #003;
	color: #FFF;
}
#page {
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 805px;
	padding: 1px 0px;
}
#footer {
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 800px;
	margin-bottom: 20px;
}
/* 
-----------------------------------------------------------------------------
HEADER CSS
-----------------------------------------------------------------------------*/
#header a {
	color: #FFF;
}
/* 
-----------------------------------------------------------------------------
Top Bar CSS
-----------------------------------------------------------------------------*/
#top-bar {
	position: relative;
	margin: 0px auto;
	width: 805px;
	height: 86px;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
#number {
	position: absolute;
	top: 60px;
	right: 15px;
	color: #FFF;
	font-size: 10px;
	font-family: Century Gothic, Helvetica, sans-serif;

}
#number strong {
	padding-left: 4px;
	font-size: 14px;
}
#number a {
	text-decoration: none;
}
/* 
-----------------------------------------------------------------------------
Menu CSS
-----------------------------------------------------------------------------*/
#menu {
	position: relative;
	margin: 0px auto;
	height: 30px;
	width: 805px;
	font-size: 11.5px;
	letter-spacing: 1px;
	text-align: left;
	background-image: url(../images/backgrounds/menu.png);
	background-repeat: no-repeat;
	margin-bottom: 3px;
}
#menu ul {
	padding-top: 6px;
	padding-left: 6px;
}
#menu li {
	list-style: none;
	display: inline;
}
#menu a {
	color: #FFF;
	text-decoration: none;
	padding: 5px 10px;
}
#menu b {
	font-weight: normal;
}
#menu a:hover {
	text-decoration:underline;
}
/* 
-----------------------------------------------------------------------------
PAGE CSS
-----------------------------------------------------------------------------*/

/* 
-----------------------------------------------------------------------------
Media CSS
-----------------------------------------------------------------------------*/
#media {
	position: relative;
	margin-left: 202px;
    margin-top: 1px;
	height: 255px;
	padding: 0px 0px 0px 0px;
    background-color:#FFF;
	background-repeat: no-repeat;
	height: 255px;
	width: 601px;
}
#media h1 {
	margin-top: 10px;
	padding: 0px;
}
#media-headline {
	position: absolute;
	z-index: 999;
	width: 575px;
	height: 55px;
	bottom: 0px;
	padding: 0px 0px 0px 20px;
}
/*
-----------------------------------------------------------------------------
Content CSS
-----------------------------------------------------------------------------*/
#content {
	position: relative;
	min-height: 121px;
	margin-left: 200px;
	padding: 10px 25px 20px 25px;
    background-image: url(../images/backgrounds/contentsliver.png);
    background-repeat: repeat-y;
}
/* for Internet Explorer */
/*\*/
* html #content {
	height: 300px;
}
/**/
.serviceheading {
    text-align:center;
    font-size:18px;
}
#marquees {
	color:#31849B;
    font-size:12px;
}
#toilets {
	color:#5F497A;
    font-size:12px;
}
#toilets table td {
	border:1px solid #5F497A;
    font-size:13px;
    padding:3px;
}
#furniture {
	color:#E36C0A;
    font-size:12px;
}
#furniture table td {
	/*border:1px solid #E36C0A;*/
    font-size:13px;
    padding:3px;
}
#catering {
	text-align:center;
    font-size:12px;
}
#catering table td {
	/*border:1px solid #000;*/
    font-size:13px;
    padding:3px;
    text-align:left;
}
#misc {
	color:#0070C0;
    font-size:12px;
}
#misc table td {
	/*border:1px solid #0070C0;*/
    font-size:13px;
    padding:3px;
}
.menusection {
	padding-top:10px;
	padding-bottom:3px;
	text-align:center;
	font-size:18px;
	text-decoration:underline;
}
table tr td {
	padding-left:4px;
}
#content ul {
	margin: 20px;
	padding-left: 20px;
}
#content li {
	padding: 0px;
	margin: 0px;
}
#content-bottom {
	position: relative;
	margin-left: 200px;
	background-image: url(../images/backgrounds/content-bottom.png);
	background-repeat: no-repeat;
	height: 7px;
	width: 605px;
}

/*
-----------------------------------------------------------------------------
Left Column CSS
-----------------------------------------------------------------------------*/
#left-column {
	position: absolute;
	top: 2px;
    left: 0px;
	width: 200px;
}
#left-column .box {
	position: relative;
	margin-bottom: 5px;
	background-color: #8c8c8c;
}
#left-column .top {
	background-image: url(../images/backgrounds/side-box-top.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 200px;
}
#left-column .bottom {
	background-image: url(../images/backgrounds/side-box-bottom.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 200px;
}
#left-column ul, #right-column li {
	margin-left: 20px;
	list-style: none;
}
#left-column h1 {
	margin: 3px 0px 10px 20px;
	font-size: 16px;
}
#left-column ul li a {
	font-size:12px;
}
.form {
	color: #FFF;
	margin-left: 20px;
}
table .button {
	width:108px;
}
#button {
	padding-left: 98px;
	margin-top: 6px;
}
/*
-----------------------------------------------------------------------------
FOOTER CSS
-----------------------------------------------------------------------------*/
#back-to-top {
	text-align: right;
	font-size: 9px;
	padding: 0px 10px 2px 0px;
}
#back-to-top a {
	color: #999;
}
#footer-menu {
	float: right;
	text-align: right;
	margin-right: 8px;
}
#footer-menu li {
	display: inline;
	padding: 0px 5px;
}
#footer-menu a {
	color: #C1BC2A;
	text-decoration: none;
}
#footer-menu a:hover {
	text-decoration: underline;
}
#bright-site {
	position: relative;
	margin-left: 209px;
	text-align: left;
	width: 250px;
	color: #918C0A;
	padding-left: 10px;
}
#bright-site a {
	color: #C1BC2A;
	text-decoration: none;
}
#bright-site a:hover {
	text-decoration: underline;
}
/* 
-----------------------------------------------------------------------------
Contact CSS
-----------------------------------------------------------------------------*/
.input {
	border: 1px solid #999;
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding: 1px;
	margin: 2px;
}
.input option {
	padding-left: 3px;
}
.input optgroup {
	padding-left: 3px;
}
.input optgroup option {
	padding-left: 15px;
}
.select {
	border: 1px solid #999;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
	padding: 0px;
	margin: 2px;
}
.label {
	color: #666;
    padding-right: 3px;
	text-align: right;
}
.optional {
	font-size: 9px;
	color: #999;
	padding-left: 3px;
}
.button {
    background-color: #777;
    border-color: #CCC #555 #555 #CCC;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
    margin-left: 2px;
    padding: 2px 10px 2px 10px;
    text-align: center;
    cursor: pointer;
}
.inlineButton {
    background-color: #777;
    border-color: #CCC #555 #555 #CCC;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
    margin: 2px 0px;
    padding: 1px 10px 1px 10px;
    text-align: center;
    cursor: pointer;
}
#google-map {
	border: 1px solid #999;
	width: 400px;
	height: 400px;
}
input.dashboard,
select.dashboard {
	width: 90px;
	float: left;
}
button.dashboard {
	background: url(../images/icons/dashboard-icon.gif);
	border: 0;
	cursor: pointer;
	float: left;
	height: 20px;
	margin-right: 10px;
	width: 20px;
	margin-top: 3px;
}
button.dashboard:hover,
button.dashboard.active {
	background-position: 0 20px;
}
div.dashboard {
	background: url(../images/icons/dashboard.png);
	height: 175px;
	padding: 0 12px;
	text-align: center;
	width: 147px;
}	
div.dashboard * {
	margin: 0;
	padding: 0;
}	
div.dashboard div {
	background: none !important;
	cursor: move;
	height: 165px;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	width: 147px;
}	
div.dashboard caption {
	color: #FFF;
	font: normal 12px/17px Arial, Helvetica, sans-serif;
	padding-top: 4px;
	text-align: center;
	width: 100%;
}
div.dashboard caption a {
	cursor: pointer;
	display: block;
	height: 11px;
	overflow: hidden;
	position: absolute;
	text-indent: -100px;
	top: 16px;
	width: 11px;
}
div.dashboard caption a.prev {
	background-image: url(../images/icons/dashboard-prev.gif);
	left: 1px;
}
div.dashboard caption a.next {
	background-image: url(../images/icons/dashboard-next.gif);
	right: 1px;
}
div.dashboard caption a:hover {
	background-position: 0 11px;
}
div.dashboard caption span {
	height: 25px;
	position: relative;
	text-align: center;
}
div.dashboard caption span.month {
	padding-right: 8px;
}
div.dashboard caption span.month:after {
	content: ',';
}
div.dashboard table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	cursor: default;
	margin: 0 auto;
	overflow: hidden;
	width: 147px;
}
div.dashboard td,
div.dashboard th {
	border: 0;
	color: #999;
	font: normal 12px Arial, Helvetica, sans-serif;
	height: 19px;
	text-align: center;
	width: 21px;
}
div.dashboard td {
	color: #333;
	font-size: 11px;
	padding-right: 5px;
	text-align: right;
	width: 16px;
}
div.dashboard td.invalid {
	color: #666;
}
div.dashboard td.valid {
	color: #FFF;
	cursor: pointer;
}
div.dashboard td.active,
div.dashboard td.hover {
	color: #800;
	cursor: pointer;
}
