* {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #fff;
	color: #000;
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
p { 
	margin-bottom: 18px; 
}
.alt_color {
	color: #166c81;
}

/* headers */
h1 {
	font-size: 14px;	
	margin-bottom: 18px;
}
h3 {
	font-size: 10px;
	margin-bottom: 18px;
}

/* links */
a:link, a:visited, a:active {
	text-decoration:none;
	color: #000;
}
a:hover {
	text-decoration:underline;
}

/* content blocks - front page */
#container {
	width: 1300px;
	margin: 0 auto;
}
#header {
	background-image: url(../images/bg-hdr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 400px;
	width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#vip_box {
	width: 575px;
	margin-top: 300px;
	margin-right: 0px;
	float: right;
}
#vip {
	background-color: #5773A3;
	border: #000 solid 1px;
	padding: 10px;
	font-size: 12px;
	color: #fff;
}

/* nav */
#nav_box {
	height: 58px;
	width: 1000px;
	margin: 0 auto;
}
#nav {
	padding-top: 20px;
	padding-left: 100px;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	display: inline;
	background-image: url(../images/bullet.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
#nav li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 15px;
}

/* featured areas */
#feat_photos_box {
	height: 365px;
	width: 500px;
	margin-top: 70px;
	margin-left: 100px;
	float: left;
}
#feat_ad_box {
	height: 160px;
	width: 400px;
	margin-top: 45px;
	float: left;
	background-image: url(../images/feat-ad.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#feat_social_box {
	height: 145px;
	width: 350px;
	margin-top: 47px;
	float: left;
}
#feat_about_box {
	background-image: url(../images/bg-feat-about.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 425px;
	width: 322px;
	margin-top: 10px;
	float: left;
}
#feat_about {
	padding-top: 175px;
	padding-left: 20px;
	padding-right: 15px;
}
#feat_about h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#feat_events_box {
	height: 395px;
	width: 440px;
	margin-top: 40px;
	float: left;
	margin-left: 80px;
}
#feat_events {

}
#feat_events h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#feat_specials_box {
	background-image: url(../images/feat-specials.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 160px;
	width: 425px;
	margin-top: 45px;
	float: left;
}
#feat_specials {
	padding-top: 20px;
	padding-left: 65px;
}
#feat_specials h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#feat_content_box {

}

/* menu page */
.menu_title {
	background-color: #fff;
	color: #000;
}

/* content */
#content {
	width: 1250px;
	margin: 0 auto;
}
#feat_tap_box {
	background-image: url(../images/bg-feat-tap.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 425px;
	width: 300px;
	float: left;
	margin-top: 10px;
	margin-left: 50px;
}
#feat_tap {
	padding-top: 10px;
}

/* about page */
#about {
}
#about h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.list {
	padding-top: 160px;
}
.list ul {
	list-style-type: disc;
	margin-left: 15px;
}
.list li {
	margin-left: 10px;
}

/* contact page */
#contact {
}
#contact h2 {
}
#map {
	width: 590px;
	height: 390px;
	border: 1px solid #999;
	color: #000;
}
.form_box {
	padding: 10px;
	border: 1px solid #999;
	background-color: #166c81;
	color: #fff;
}
#directionsPanel{
	margin-top: 18px;
	padding: 10px;
	border: 1px solid #999;
	background-color: #166c81;
	color: #fff;
}


/* footer */
#footer_box {
}

