/*  Website styles */

body,td,th {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
body {
	background-color: #1C3941;
}
a:link {
	color: #FA6943;
	text-decoration: underline;
}
a:visited {
	color: #FA6943;
	text-decoration: underline;
}
a:active {
	color: #FA6943;
	text-decoration: underline;
}
a {
	font-weight: bold;
	font-size: 12px;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #CC3300;
}

td{
text-align:center;
}

table.container{
width:800px;
background-color:#FFF;
position:relative;
margin:0 auto;
}

div.contact{
font-weight:bold;
color:#FFF;
text-align:left;
}

table.core td p{
font-size:larger;
font-weight:bold;
font-style:italic;
}

table.core td p.footer{
font-size:xx-large;
color:#00F;
}

table.proplist{
background-color:#C0E2D4;
border-collapse:collapse;
width:800px;
}

table.proplist tr{
border:3px solid #C0E2D4;
border-bottom-color:#FFF;
}

table.proplist td, table.proplist th{
padding:4px 0px;
border-bottom-color:#FFF;
}

table.proplist th{
font-size:larger;
}

table.proplist td p{
font-size:smaller;
color:#000;
margin:1px;
padding:1px;
}

div.highslide-body{
text-align:left;
}

/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
ul#saturday{margin:0;padding:0;list-style-type:none;width:auto;position:relative;display:block;height:26px;text-transform:uppercase;font-size:8px;font-weight:bold;background:transparent url("images/bgOFF.gif") repeat-x top left;font-family:Helvetica,Arial,Verdana,sans-serif;border-bottom:4px solid #336666;border-top:1px solid #C0E2D4;}
ul#saturday li{display:block;float:left;margin:0;padding:0;}
ul#saturday li a{display:block;float:left;color:#874B46;text-decoration:none;padding:8px 20px 0 20px;height:24px;background:transparent url("images/bgDIVIDER.gif") no-repeat top right;}
ul#saturday li a:hover{background:transparent url("images/bgHOVER.gif") no-repeat top right;}
ul#saturday li a.current,ul#saturday li a.current:hover{color:#fff;background:transparent url("images/bgON.gif") no-repeat top right;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */


