/* CSS Document */

/*----------Base styles-----------------*/
body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #5f5f5f;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
}
#wrapper
{
	width: 763px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	height: 100%;
	background: transparent url(images/column_repeater.jpg) repeat-y;
}

/*-----------------Header Styles------------------*/
#contactinfo
{
	height: 85px;
	background: transparent url(images/elegantdining.jpg) no-repeat;
	margin: 0;
	padding: 0;	
	background-color: #33CC33;
}
#contactinfo p
{
	text-align: right;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	padding: 9px 25px 0 0;
}

/*------------------Left Column Styles-------------------*/
#leftCol
{
	width: 129px;
	height: 100%;
	float: left;
}
#nav
{
	list-style: none;
	margin: 0 0 0 47px;
	padding: 0;
	text-align: center;
}
#nav a:link, #nav a:visited
{
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover
{
	color: #5f5f5f;
	text-decoration: underline;
}

/*---------------Content Styles------------------*/
#bodyCol
{
	margin: 0 0 0 129px;
	height: 100%;
	background: transparent url(images/rt_side.jpg) repeat-y right;
}
#pageContent
{
	padding: 0 35px 0 20px;
	overflow: hidden;
	background: transparent url(images/rt_side.jpg) repeat-y left;
}
.home
{
	text-align: justify;
}
#events
{
	text-align: center;
	float: right;
	width: 150px;
	background-color: #f9f9f9;
	margin: 0 0 0 15px;
	padding: 0;
	border: 1px solid #b9b9b9;
	clear: none;
}
#eventsHead
{
	font-size: 14px;
	color: #666666;
	background-color: #d8c27e;
	margin: 0px;
	padding: 3px;
}
iframe 
{
	width: 100%;
	height: 400px;
}
#la
{
	text-align: left;
	padding: 0 10px;
}
.menuitems 
{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.menuitems li
{
	padding: 10px 0;
}
.menuitems a:link, .menuitems a:visited
{
	padding: 10px 0;
	text-decoration: none;
	color: #5f5f5f;
}
.menuitems a:hover
{
	color: #000;
	text-decoration: underline;
}
#mapquest 
{
	text-align: left;
	float: right;
	width: 150px;
	margin: 0 5px;

}
#mapquest h5 
{
	font-size: 14px;
	color: #666;
	margin: 0;
	background-color: #d8c27e;
	padding: 5px;
}
#directions
{
	margin: 10px 0 0 10px;
	padding: 0;
}
#centermenu h2 
{
	font-size: 12px;
	font-weight: normal;
	color: #5f5f5f;
	text-align: center;
}
h4 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #5f5f5f;
	text-align: center;
	text-decoration: underline;
}

/*----------------Footer Styles--------------------*/
#footer
{
	height: 193px;
	background: transparent url(images/footer_bg.jpg);
}
#footNav
{
	width: auto;
	margin: 0;
	padding: 0;
}
#navUL
{
	list-style: none;
	margin: 0;
	padding: 130px 0 0 0;
	text-align: center;
	color: #b9b9b9;
}
#navUL li
{
	display: inline;
	padding: 0 5px;
}
#navUL a:link, #navUL a:visited
{
	text-decoration: none;
	color: #b9b9b9;
}
#navUL a:hover
{
	color: #5f5f5f;
	text-decoration: underline;
}
#first
{
	padding-left: 27px ! important;
	background: transparent url(images/listleft.jpg) no-repeat;
}
#last
{
	padding-right: 27px ! important;
	background: transparent url(images/listright.jpg) no-repeat right;
}
#copycredit
{
	margin: 40px 0 0 0;
	padding: 0 0 10px 0;
	color: #b9b9b9;
}
#copycredit a:link, #copycredit a:visited
{
	color: #b9b9b9;
}
#copycredit a:hover
{
	color: #5f5f5f;
}
#cred
{
	float: right;
	text-align: right;
}
