@charset "utf-8";

/* Express stylesheet */

body {
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 0;
}

#body{
	background-color: #000;
	width: 800px;
	margin: auto;
	
}



a{
	color: #00F;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/* header styles ************/
#header{
	font-size: 14px;
	color: #eee;
	padding: 5px 0 0 0;
	margin: 0;
}
#top_contact{
	color: white;
	padding: 10px;
	background-image: url(../images/pretty/top_contact.png);
	background-position: center;
	background-repeat: no-repeat;
}
h1 {
	font-size: 28px;
	font-weight: normal;
	color: #ececec;
	padding: 5px 0;
	margin: 0;
}

/* top navigation styles ****/
#top_nav{ /* div that contains the unordered list navigation */
	width: 100%;
	text-align: left;
	height: 25px;
	padding: 0;
	margin-top: 0;
	background-color: #900;
	background-image: url(../images/pretty/top_nav.png);
	background-position: top;
	background-repeat: repeat-x;
	text-align: left;
}

#top_nav ul{
	padding: 0;
	display: block;	
}

#top_nav li{
	display: inline;
	padding: 0;
	margin: 0;
}

#top_nav a{
	color: white;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
	height: 23px;
	padding: 2px 10px 0 10px;
	margin: 0;
}
#top_nav a:hover{
	background-image: url(../images/pretty/top_nav2.png);
}

/*main **********************/
#terms{
	text-align: left;
	background-color: white;
	color: #333;
	padding: 8px;
}
.printable{
	font-size: 12px;
	color: #8294B3;
	text-decoration: none;
}

#main{
	background-color: #C2D3DC;
	padding: 8px;
	background-image: url(../images/pretty/main.png);
	background-position: top;
	background-repeat: repeat-x;
}
#main2{
	background-color: #D4E0E6;
	padding: 8px;
}

#reservation_form{
	width: 300px;
	padding: 5px;
	color: #666;
	font-size: 12px;
	background-color: white;
	float: left;
	text-align: left;
}
#reservation_form h2{
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

#content{
	font-size: 12px;
	line-height: 19px;
	float: left;
	text-align: left;
	padding-left: 8px;
	width: 460px;
}

.clr{ clear: left; }

h2{
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 10px 0;
}
h3{
	font-size: 16px;
	font-weight: bold;
	margin: 8px 0;
	color: #900;
}

/* form styles **************/
.reservation{
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
}
.reservation2{
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	color: #333;
}
.reservation2 a{
	color: #8191A0;	
}

.reservationred{
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	color:#F00;
	text-align: left;
}

#button{
	background-color: #900;
	background-image: url(../images/pretty/top_nav.png);
	background-position: top;
	background-repeat: repeat-x;
	padding: 2px 15px;
	border: 1px solid #813836;
	color: white;
	cursor: pointer;
}
#button2{
	background-color: #666;
	background-image: url(../images/pretty/reset.png);
	background-position: top;
	background-repeat: repeat-x;
	padding: 2px 15px;
	border: 1px solid #666;
	color: white;
	cursor: pointer;
}

/* footer styles */
#footer{
	background-color: #000;
	color: #999;
	font-size: 10px;
}

#footer h2{
	font-size: 10px;
	font-weight: normal;
}

#footer_nav{
	width: 100%;
	text-align: left;
	height: 25px;
	padding: 0;
	margin-top: 0;
	text-align: center;	
}

#footer_nav ul{
	padding: 0;
	display: block;	
}

#footer_nav li{
	display: inline;
	padding: 0;
	margin: 0;
}

#footer_nav a{
	color: #ccc;
	text-decoration: none;
	font-size: 12px;
	display: inline-block;
	height: 23px;
	padding: 2px 10px 0 10px;
	margin: 0;
}
#footer_nav a:hover{
	background-image: url(../images/pretty/top_nav2.png);
}

