/* levels the playing field across browsers */
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}

body {
	margin: 0;
	padding: 0;
	margin-top: 7px;
	background-color: #153250;
/*	background-image: url(images/background.gif); */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	color: #cb6117;
	font-size: 17px;
	padding-bottom: 10px;
}
h2 {
	color: #cb6117;
	font-size: 13px;
	font-weight: normal;
}
a {
	color: #6696b9;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}	

p {
	padding-bottom: 7px;
}

#old_header {
	padding: 0;
	margin: 0;
}

#main {
	width: 715px;
	margin: 0 auto;
	}

	
#content {
	margin: 0 auto;
	width: 712px;
	height: 100%; 
/*	height: 700px; */
	background-color: #FFFFFF;
	background-image: url(images/bg_yellow.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
/*	padding-bottom: 10px;  */
}

#inner_content {
	margin: 0 auto;
	padding-top: 9px;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	height: 100%;
}

#content_far_left {
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}

#content_middle {
	float: left;
	width: 315px;
	padding-top: 20px;
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
}

#content_whole {
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}

#content_middle img {
	margin-bottom: 10px;
}


#content_right {
	width: 137px;
	float: right;
}
#above_header {
	width: 712px;
	height: 28px;
	min-height: 28px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin: 0 auto;
}
#above_header_image {
	float: right;
}


#header {
	background-color: #153250;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 122px;
	position: relative;
}

#header_logo {
	position: absolute;
	top: 17px;
	left: 18px;
}

#header_addr {
	position: absolute;
	top: 44px;
	left: 198px;
}

#directions {
	padding-top: 2px;
}

#header_phone {
	position: absolute;
	top: 58px;
	right: 15px;
}


/* end of header stuff */


#logodiv {
	float: left;
	width: 217px;
}
#logoright {
	float: right;
	width: 538px;
}
#topshadow {
	height: 53px;
	background-image: url(images/topshadow.gif);
}
#tagline {
	float: left;
	width: 386px;
}
/*
#rightreservationarea {
	float: right;
	width: 152px;
	background-image: url(images/right_bg.gif);
	background-position: top right;
	background-repeat: repeat-y;
	height: 85px;
}


#reservationsdiv {
	background-image: url(images/reservations_grad.jpg);
	float: left;
	width: 137px;
	height: 85px;
	text-align: center;
}
#resdetails {
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(images/reservations_line.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

*/

/*
#copyarea_old {
	clear: both;
	float: right;
	background-image: url(images/bodybg.gif);
	background-repeat: repeat-y;
	width: 726px;
}
*/

#copyarea {
	clear: both;
	background-image: url(images/guy_in_bed.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 100%;
/*	border-bottom: 1px solid #FF00FF; */
}


/* footer.php */

#footer {
	clear: both;
	margin: 0 auto;
	margin-top: 0px;
	background-color: #FFFFFF;
	width: 712px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	margin-bottom: 20px;
}

#footer_list {
	float: left;
	color: #999999;
	padding-top: 17px;
	padding-left: 15px;
	margin: 0px;
	margin-top: 0px;
}

#footer_list a {
	text-decoration: none;
	color: #999999;
}

#footer_list a:hover {
	text-decoration: underline;
}

#footer_addr {
	float: left;
	padding-top: 12px;
	padding-left: 15px;
	color: #153250;
}

#footercontent {
	padding-left: 31px;
	padding-top: 17px;
	font-size: 10px;
	color: #666666;
	line-height: 17px;
}
#footerlinks {
	color: #999999;
}
#footerlinks a {
	color: #999999;
}
#footerlinks a:hover {
	text-decoration: none;

}
#footerlinks a.on {
	color: #999999;
	font-weight: bold;
}
#footerlinks a.on:hover {
	text-decoration: none;

}
#navbar {
	/*background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: 15px 0;*/
	background-color: #153250;
	height: 26px;
}
#navbar ul {
	padding: 0px;
	margin: 0 0 0 1px; /* 0 0 0 2px; */
	list-style-type: none;
}

#navbar li {
	margin: 0;
	padding: 0px 0px 0px 2px;
	list-style-type: none;
	display: inline;
	float: left;
	font-size: 10px;
	width: 136px;
/*	background-image: url(images/behindnav.jpg);
	background-repeat: repeat-x; */
}

#navbar a {
	background-image: url(images/nav_button.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	height: 26px;
	line-height: 26px;
	width: 100%;
	display: block;
	font-size: 12px;
}

#navbar a:hover {
	background-image: url(images/nav_button_on.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
}
#navbar a.on {
	background-image: url(images/nav_on.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	height: 26px;
	line-height: 26px;
	width: 100%;
	display: block;
}
#navbar a.on:hover {
	background-image: url(images/nav_on.gif);
	background-repeat: no-repeat;
	color: #ffffff;
}
#old_content {
 padding: 6px 15px 8px 15px;
}
.reserveonlinelink {
	display: block;
	width: 126px;
	height: 25px;
	line-height: 25px;
	text-indent: 9px;
	color: #000000;
	background-image: url(images/reserveonline.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
}
.reserveonlinelink:hover {
	background-image: url(images/reserveonlineon.gif);
}
#maincontentleft {
	width: 541px;
	float: left;
}
#maincontentright {
	width: 137px;
	float: right;
	background-color: #cb6117;
	height: 223px;
	margin-right: 1px;
}
#leftcontent {
	width: 277px;
	float: left;

}
#rightcontent {
	width: 244px;
	float: right;

}
#borderedimage {
	border: 1px solid #6f8ba0;
}
#borderedimagedes {
	background-color: #8ca2b3;
	padding: 12px;
	position: relative;
}
#nextphoto {
	position: absolute;
	top: 19px;
	right: 10px;
}
#nextphoto a {
	color: #ffffff;
	text-decoration: none;
	font-size: 9px;
}
#nextphoto a:hover {
	text-decoration: underline;
}
#line1 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
#line2 {
	font-size: 12px;
	color: #ffffff;
}
.rotateimage {
	margin: 1px;
}
#rightcontent p {
}
.orangebold {
	color: #ce6317;
	font-weight: bold;
	font-size: 10px;
	text-indent: 15px;
	margin-bottom: 0;
	padding-bottom: 0;
}
#rightcontent ul, #subleft ul {
	margin-top: 0;
	padding-top: 0;
	font-size: 10px;
	margin-left: 17px;
	padding-left: 17px;
}
#rightcontent li, #subleft li {
	line-height: 18px;
}


/* inc_reservations.php */


#reservations {
	background-image: url(images/quickrate_bg.gif);
	background-repeat: no-repeat;
	width: 137px;
	height: 100%;
	padding-bottom: 10px;
	margin-top: 10px;
}

#res_inner {
	padding: 10px 10px 10px 10px;
}

.bigreservation {
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.bigreservation:hover {
	text-decoration: underline;
}
.resheader {
	color: #ffffff;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


/* directions.php */

#subleft {
	float: left;
	width: 340px;
}
#subright {
	float: right;
	width: 250px;
}



#reserveblockdiv {
	padding-top: 7px;
	padding-left: 5px;
}
.popbody {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	background-image: none;
}
.popheaderbar {
	background-color: #5C809A;
	text-align: right;
	padding: 5px 15px 5px 5px;
}
.popheaderbar a {
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}
.popheaderbar a:hover {
	text-decoration: none;
}
.picturediv {
	text-align: center;
	padding: 15px;
}
.paddtd{
	line-height: 18px;
	padding-bottom: 7px;
}
form {
	padding: 0;
	margin: 0;
}


.specialbox {
	padding-bottom: 10px;
	clear: left;
}

.specialthumb {
	float: left;
	width: 120px;
	padding-bottom: 20px;
}

.errormsg {
	color: #FF0000;
}

#bestvalue {
	position: relative;
	height: 149px;
	width: 137px;
	border: none;
}

#bestvalue_number {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 52px;
	color: #FFFFFF;
	position: absolute;
	top: 50px;
	left: 22px;
}

#bestvalue a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

#bestvalue a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


.ul_def {
	margin-bottom: 0;
	padding-left: 40px;
}
