/* START CSS RESET */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END CSS RESET */

body {
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1 {
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	padding-bottom:15px;
}
h2 {
	line-height:1.3;
	font-weight:normal;
	padding-bottom:10px;
}
h3 {
	line-height:1.3;
	font-weight:bold;
	text-decoration:underline;
	display:inline;
}
#wrapper {
	background:#FFFFFF;
	width:58%;
	height:auto;
	margin:10px auto 10px auto;
	min-width:640px;
	border:#262626 2px solid;
}
#header {
	width:100%;
	height:100px;
	background:url(../images/header.jpg) no-repeat;
}
#nav {
	width:100%;
	height:20px;
	display:block;
	font-size:15px;
	padding:5px 0px;
	background:#888888;
}
#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	padding-left:5px
}
#nav ul li {
	display:block;
	display:inline;
}
#nav ul li a {
	display:inline;
	color:#222222;
	text-decoration:none;
	padding:2px 15px 0px 5px;
	height:14px;
	font-size:12px;
}
#nav ul li a:link, a:active, a:visited {
	color:#222222;
	text-decoration:none;
	height:14px;
}
#nav ul li a:hover {
	color:#222222;
	text-decoration:underline;
	height:14px;
}
#nav ul li a.current {
	color:#333333;
	font-weight:bold;
}
#content {
	height:auto;
	padding:10px;
	line-height:1.3;
}
#content p {
	line-height:1.5;
	padding-bottom:15px;
}
#content p a {
	color:#000000;
	text-decoration:underline;
		font-size:12px;

}
#content p a:link, a:active,  a:visited {
 text-decoration:underline;
}
#content p a:hover {
	color:#000000;
	text-decoration:none;
}
#footer {
	height:30px;
	padding-bottom:10px;
	text-align:center;
}
#footer ul {
	width:900px;
	margin:0 auto 0 auto;
	width:800px;
}
#footer ul li {
	color:#333333;
	font-size:10px;
	padding-bottom:5px;
	display:inline;
}
#footer ul li a {
	text-decoration:none;
	font-size:10px;
	padding-right:15px;
}
#footer ul li a:link, a:active, a:visited {
	color:#666666;
	text-decoration:none;
	font-size:10px;
}
#footer ul li a:hover {
	color:#666666;
	text-decoration:underline;
	font-size:10px;
}
.image {
	height:100px;
	width:100px;
	border:solid 2px #666666;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}
#booknow {
	height:80px;
	width:200px;
	float:right;
	z-index:0;
	position:relative;
	top:-70px;

}
#headertags {
	width:68%;
	height:70px;
}
#map {
	width:600px;
	height:370px;
	margin:0 auto;
	padding:20px 0px 10px 0px;
	clear:both;
}
.title {
	text-decoration:underline;
	font-weight:bold;
}
.clearfix {
	clear:both;
}

