html, body {
	color: #7a7971;
	font: 12px  arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #8ab4e0;
	line-height: 1.6;

}

body {
	background: #8ab4e0 url(images/bg.gif) repeat-x;
}

img{
	border:0;
}

a {
	color: #004a69;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.link {
	color: #587184;
	text-decoration: none;
}

a.link:hover {
	color: #8c9daa;
	text-decoration: underline;
}

.bold{
	font-weight:bold;
}

p{
	padding: 10px 0;
	margin: 0 auto;	
}

h1{
	padding: 0;
	margin: 0;
}

#nav{
	width: 200px;
	padding-top: 10px;
	
}

#nav span{
	display:none;
}

#nav a:link, #nav a:visited{
	display:block;
}

#nav ul{
	margin: 0;
	padding: 0;
	float:left;
}
#nav li{
	margin: 0 1px; 
	padding: 0;
	display:inline;
	float:left;
	background-repeat:no-repeat;
	border-color: #d2d4ba;
	border-style: solid;	
	border-width: 0 0 1px 0;

}
#nav li a{
	display:inline;
	background-repeat:no-repeat;
	height: 30px;
}

#nav li a:hover {background:none;}

#nav li.active a {background:none;}

	#home {background: url(images/nav/home_on.gif);}
	#apartments {background: url(images/nav/apartments_on.gif);}
	#location {background: url(images/nav/location_on.gif);}
	#rates {background: url(images/nav/rates_on.gif);}
	#tours {background: url(images/nav/tours_on.gif);}
	#attractions {background: url(images/nav/attractions_on.gif);}
	#occasions {background: url(images/nav/occasions_on.gif);}
	#gallery {background: url(images/nav/gallery_on.gif);}
	#contact {background: url(images/nav/contact_on.gif);}

	#home a {background: url(images/nav/home.gif); width: 200px;}
	#apartments a {background: url(images/nav/apartments.gif); width: 200px;}
	#location a {background: url(images/nav/location.gif); width: 200px;}
	#rates a {background: url(images/nav/rates.gif); width: 200px;}
	#tours a {background: url(images/nav/tours.gif); width: 200px;}
	#attractions a {background: url(images/nav/attractions.gif); width: 200px;}
	#occasions a {background: url(images/nav/occasions.gif); width: 200px;}
	#gallery a {background: url(images/nav/gallery.gif); width: 200px;}
	#contact a {background: url(images/nav/contact.gif); width: 200px;}
	
	#home.active {background: url(images/nav/home_active.gif);}
	#apartments.active {background: url(images/nav/apartments_active.gif);}
	#location.active {background: url(images/nav/location_active.gif);}
	#rates.active {background: url(images/nav/rates_active.gif);}
	#tours.active {background: url(images/nav/tours_active.gif);}
	#attractions.active {background: url(images/nav/attractions_active.gif);}
	#occasions.active {background: url(images/nav/occasions_active.gif);}
	#gallery.active {background: url(images/nav/gallery_active.gif);}
	#contact.active {background: url(images/nav/contact_active.gif);}

#headwrap{
	height: 190px;
	width: 100%; 
	margin: 0; 
	padding:0;
}


#header{
	height: 190px;
	width: 780px; 
	background: #8ab4e0;
	margin: 0 auto;
	overflow:hidden;
}

#wrapper {
	margin: 0; 
	padding: 0;
}

#content {
	width: 780px; 
	padding: 0;
	margin: 0;
}

#contentbg {
	width: 780px; 
	padding: 0;
	margin: 0 auto;
	background: #ffffff url(images/background.gif) repeat-y;
	
}


#footwrap {
	margin: 0; 
	padding:0;
	background: #e8eacd;
}


#footer {
	margin: 0 auto;
	font-size: 7pt;
	line-height: 14px;
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-right: 570px;
	text-align:left;
	color: #979688;
	width: 180px;
	float: left;
	height: 115px;
	z-index: 1;
	position:relative;
}

#footer a {
	color: #366c84;
}


#left {
	width:360px;
}

.clear{
	clear:left;
}

#flashcontent {
	width: 780px;
	height: 130px;
	margin: 0 auto;
	color: #ffffff;
	clear:both;
}

.menuleft{
	width: 200px;
	float: left;
	background-color: #e8eacd;
	
}

#logo {
	background: #ffffff url(images/logo.gif) no-repeat top left;
	padding-left:201px	
}

.textarea {
	float:left;
	padding: 20px 0 20px 30px;
	width:520px;
	margin-bottom: -135px;
	z-index: 2;
	position:relative;
}

.gallery img{
	margin:0 6px 14px;
}

ul.list
{
list-style-type: none;
padding-left: 20px;
margin: 0;
}

ul.list li
{
background: url(images/list.gif) no-repeat left 9px ;
padding-left: 20px;
}

#bottombanner {
	margin: 0 auto;
	height: 17px;
	width: 760px;
	font-size: 9px;
	color: #dddddd;
	padding-right: 20px;
	padding-top: 3px;
	text-align: right;
	vertical-align: middle;
	background-color: #979688;
}



span.sitemap {
	color: #004a69;
	font-size: 9px;
}

#sitemap {
	padding-top: 5px;
	color: #004a69;
	margin: 0 auto;
}

span.red {
	color: #b95555;
	font-weight: bold;
}


form {
  margin: 0;
  padding:0pt 5px 0pt 0;
}

legend {
	font-weight:bold;
	font-size:1.2em;
}

label { 
	display: block;
	float: left; 
	width: 80px; 
	padding: 0; 
	margin: 5px 0 0;
	text-align: left; 
}

input{
	width:auto;
	margin:7px 0 0 10px;
}

textarea {
	width:auto;
	margin:7px 0 0 10px;
	overflow: auto; 
}

form br {
	clear:left;
}
}
