body {
	margin: 0em;
	}
	
body, table {
	font-family: "arial", sans-serif;
	font-style: normal;
	font-size: 11px;
	color: black;
	}
	
table#content {
	margin-top: 10px;
	margin-left: 15px;
	}
	
table#ads {
	margin-top: 10px;
	}
	
table.form {
	font-size: 11px;
	}

table.prices {
	font-family: "arial", sans-serif;
	font-style: normal;
	font-size: 10px;
	margin-bottom: 1em;
	}
	
td.photolinks {
	padding-left: 2em;
	}
	
a:link, a:visited {
	color: #336699;
	text-decoration: underline;
	}

a:hover {
	color: green;
	text-decoration: none;
	}
	
a.white:link, a.white:visited {
	color: white;
	text-decoration: underline;
	}
	
a.white:hover {
	color: #cccc33;
	text-decoration: none;
	}

a.nav1:link, a.nav1:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin-left: 5px;
	}
	
a.nav1:hover {
	color: #cccc33;
	font-weight: bold;
	text-decoration: none;
	margin-left: 5px;
	}

a.nav2:link, a.nav2:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin-left: 25px;
	}

a.nav2:hover {
	color: #cccc33;
	font-weight: bold;
	text-decoration: none;
	margin-left: 25px;
	}
	
.navdots {
	margin: .5em 0em .5em 0em;
	font-size: 11px;
	}

.navdots:before {
	 content: url("images/navdots.gif");
	 }
	 
.padright5 {
	padding-right: 5px;
	}
	
.martop3 {
	margin-top: 1px;
	}
	
img#phone {
	margin-bottom: 14px;
	}

h1 {
	font-weight: bold;
	font-size: 12px;
	color: #336699;
	margin-bottom: -1em;
	text-transform: uppercase;
	}
	
h2 	{
	font-weight: normal;
	font-size: 11px;
	color: #cc00cc;
	margin-bottom: -1em;
	}
	
h3 {
	font-weight: bold;
	font-size: 12px;
	color: #336699;
	text-transform: uppercase;
	margin: 0em;
	}
	
h4 {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0em;
	}
	
h5 {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0em;
	}
	
h6 {
	font-size: 11px;
	font-weight: bold;
	color: black;
	margin: 0em;
	}
	
.sm {
	font-size: 9px;
	color: black;
	}
	
.smwttext {
	font-family: "arial", sans-serif;
	font-style: normal;
	font-size: 9px;
	color: white;
	}
	
.medwttext {
	font-family: "arial", sans-serif;
	font-style: normal;
	font-size: 11px;
	color: white;
	}
	
.smgrtext {
	font-family: "arial", sans-serif;
	font-style: normal;
	font-size: 9px;
	color: #999999;
	}
	
.hotelname {
	font-family: "arial", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	color: white;
	}
	
.photoHeader {
	font-family: "arial", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #336699;
	margin-top: .5em;
	margin-bottom: .5em;
	text-transform: uppercase;
	}
	
.photoHeader2 {
	font-family: "arial", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #336699;
	margin-top: 0em;
	margin-bottom: 0em;
	text-transform: uppercase;
	}
	
.capsbold {
	font-weight: bold;
	text-transform: uppercase;
	}

ul li {
	list-style-image: url("images/arrow.gif");
	margin: 5px;
	vertical-align: middle;
	}
	
hr {
	color: #cccccc;
	}
	
td#sitemap ul {
	list-style-image: url("images/arrow.gif");
	vertical-align: middle;
	margin-left: 2em;
	font-size: 10px;
	}
	
form#QuickLinks {
	margin-top: 0em;
	margin-bottom: 0em;
	}

.adimg {
	border-width: 1px;
	border-color: white;
	}	
	
/* topnav */
ul.topnav
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}
a.topnav, a.topnav:visited
{
float:left;
text-decoration:none;
font-size: 12px;
color:white;
font-weight: bold;
background-color:#336699;
padding:0.3em .5em;
border-right:1px solid white;
}
a.topnav:hover {
background-color:#669933;
}
ul.topnav li {
display:inline;
}
