body{
margin-top:10px;
font-family: arial, helvetica;
font-size: 11pt;
background-color: #000;
}

h1{
margin: 0px 0px 10px 0px;
}

#siteContainer{
margin: auto;	
width: 970px;
border-top: 3px #999 solid;
text-align: left;
}

#navDiv{
text-align: left;
}

#navTable{
margin: 0px 20px 0px 0px;
padding: 0px;
list-style: none;
}

#navTable li{
float: right;
margin: 0px;
}

#navTable a{
display: block;
color: #fff;
font-size: 10pt;
text-align: center;
padding: 5px 20px 5px 20px;
text-decoration: none;
}

#logo{
margin:10px 0px 10px 20px;	
}

#navBar{
position: absolute;
z-index: 2;
margin-top: 175px;
height: 45px;
}

.navMargin{
background-color: #000;
}

td.navBarleft{
width: 310px;
background-color: #000;
color: #fff;
text-align: center;
}

.navBarRight{
width: 655px;
background-image: url('/images/template/80.png');
text-align: right;
border-top: 1px #000 solid;
border-bottom: 1px #000 solid;
}

#siteBG{
background-image: url('/images/template/bg.gif');
background-repeat: repeat-y;
background-position: center;	
}

.colmask {
position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
clear:both;
float:left;
width:100%;			/* width of whole page */
overflow:hidden;	/* This chops off any overhanging divs */
}
/* 2 column left menu settings */
.leftmenu {
background:#6c0000;
background-image: url('/images/template/leftBG.gif');
background-repeat: repeat-x;
}
.leftmenu .colright {
float:left;
width:200%;
position:relative;
left:315px;
background:#000;
padding-left: 20px;
border-left: 5px #000 solid;
background-image: url('/images/banner/bg1.jpg');
background-repeat: no-repeat;
}
.leftmenu .col1wrap {
float:right;
width:50%;
position:relative;
right:200px;
padding-bottom:1em;
}
.leftmenu .col1 {
margin:0 15px 0 180px;
position:relative;
right:100%;
overflow:hidden;
}
.leftmenu .col2 {
float:left;
width:285px;
position:relative;
right:325px;
}

#bodyContent{
margin-top: 217px;
width: 611px;
background-image: url('/images/template/80.png');
color: #fff;
padding: 20px;
}

#eventBodyContent{
margin-top: 217px;
background-image: url('/images/template/80.png');
color: #fff;
padding: 20px;
}

#phone{
color: #fff;
font-weight: bold;
font-size: 14pt;
margin-top: 80px;
text-align: center;
}

#reservations{
color: #fff;
font-style: italic;
font-size: 10pt;
margin-top: 20px;
text-align: center;
}

#leftBar{
margin-top: 0px;
color: #fff;
}

.spacer{
clear: both;
}

#footer{
height: 30px;
margin-top: 10px;
background-image: url('/images/template/bg.gif');
background-repeat: repeat-y;
background-position: center;
}

/*FOR COLUMN CALENDAR*/
#upcomingEvents{
font-weight: bold;
color: #fff;
text-align: center;
font-size: 15pt;
margin: 10px 0px 10px 0px;
}

#eventListContainer{
height: 270px;
}

.dateTable{
margin: 9px;
}

.dateMonth{
border: 1px #000 solid;	
font-size: 8pt;
color: #fff;
padding: 3px 0px 3px 0px;
text-align: center;
background-color: #140c28;
}

.dateDay{
width: 23px;
border: 1px #000 solid;	
font-size: 9pt;
color: #000;
font-weight: bold;
background-color: #fff;
padding: 4px;
text-align: center;
}

.eventTime{
font-size: 9pt;
font-style: italic;
color: #8c7bb7;
}

.eventTitleCol{
text-align: left;
font-size: 10pt;
}

.eventListTable{
width: 300px;
margin: auto;	
}

.eventListSpacer{
height: 1px;
background-color: #690000;	
}

.viewAllEvents{
font-size: 9pt;
color: #fff;	
}

.copy{
font-size: 9pt;
color: #fff;
text-align: center;
margin-top: 10px;
}

.adminLink{
font-size: 9pt;
color: #fff;
text-decoration: none;
}

.eventHead{
color: #fff;
font-weight: bold;
text-align: center;
font-size: 13pt;
}

.eventCal a{
display: block;
color: #fff;
font-size: 10pt;
text-align: center;
}

.eventTitle{
border-bottom: 1px #fff solid;
color: #fff;
padding: 10px;
}

.tempEventDate{
color: #999;
font-size: 9pt;
font-style: italic;
}

.deskCal{
	float: left;
	border-collapse: collapse;
	margin-right: 10px;
	margin-top:5px;
}

.calMon{
	font-size: 8pt;
	width: 20px;
	background-color: #990000;
	color: #fff;
	text-align: center;
	padding: 2px 5px 2px 5px;
	border: 1px #000 solid;
}

.calDate{
font-size: 8pt;
background-color: #fff;
color: #000;
font-weight: bold;
text-align: center;
padding: 3px;
border: 1px #000 solid;
}

