/* CSS Document */

body {
	background: #83B2BA url('images/bg-body.jpg') 0% 0% repeat-x;
	padding: 0;
	margin: 20px 0;
}



body {
	font-family: Arial, Helvetica, sans-serif;
}



#wrapper {
	color: #333;
	background: #9CB8D3;
	width: 780px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 6px;
	margin: 0 auto;
}

#menu-top {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #3970A7 url('images/bg-menu.jpg') 0% 0% no-repeat;
	border-radius-topleft: 8px;
	border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	position: relative;
	padding: 14px 10px;
	margin: 0 0 5px 0;
}

#menu-top a {
 padding: 10px 10px;
}
#menu-top a:link, #menu-top a:active, #menu-top a:visited {
 color: #fff;
 text-decoration: none;
}
#menu-top a:hover {
	color: #333;
	/*background: #CCFF99 url('./images/bg-menu-2.gif') bottom repeat-x;*/
	background: #E8ED69;
	border-radius: 6px;
	-moz-border-radius: 6px;
}

#menu-top .active {
	background: #E8ED69;
	border-radius: 6px;
	-moz-border-radius: 6px;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#nav ul li {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}

#nav ul li ul {
	clear: both;
	padding-top: 18px;
	margin: 0;
}

#nav ul li ul li a {
	background: url('images/bg-menu.png');
	/*opacity: 0.8;*/
	width: 12em;
}

#nav ul li ul {
	position: absolute;
	z-index: 500;
}

#nav ul li ul li {
	float: none;
}

#nav ul li ul li ul {
	position: absolute;
	top: 10px;
	left: 100%;
}

div#nav ul li ul,
div#nav ul li ul li ul,
div#nav ul li ul li ul li ul
{
	display: none;
}

/*div#nav ul li:hover,*/
div#nav ul li:hover ul/*,
div#nav ul li ul li:hover ul,
div#nav ul li ul li ul li:hover ul
*/
{
	display: block;
}

#nav a {
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
        display: block;
        padding: 3px 8px 5px 8px;
        margin: 0;
}




#slideshow {
	background: #fff url('images/bg-hdr.jpg') 0% 0% no-repeat;
	width: 750px;
	height: 320px;
	overflow: hidden;
}

object, img, embed {
 vertical-align: bottom;
}

#content-wrapper {
	background: #fff url('./images/bg-content.gif') repeat-y;
	position: relative;
	height: 1%;
}

#sidebar {
	font-size: 12px;
	color: #FFCC00;
	background: #9CB8D3;
	width: 227px;
	/*border-left: 3px solid #CFCFCF;*/
	padding: 0 4px 4px 4px;
	float: right;
}

/*
#sidebar .box {
 background: #424242;
 padding: 8px 8px 8px 8px;
 margin-bottom: 8px;
}
*/
#sidebar .box {
	/*
	background: #9CB8D3;
	border: 1px dotted #999;
	*/
	color: #fff;
	padding: 8px 12px 8px 12px;
	margin: 10px 1px 1px 1px;
}

#sidebar .box h3 {
 margin-top: 0;
}

#sidebar .box ul {
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 0;
	padding-bottom: 0;
}

#sidebar .box a:link,
#sidebar .box a:active,
#sidebar .box a:visited {
	color: #fff;
	text-decoration: underline;
}

#sidebar .box a:hover {
	text-decoration: none;
}

#directions {
 font-size: 12px;
 background: #fff;
}

#sidebar #localities a img {
	padding: 5px;
}

#sidebar #localities a:link,
#sidebar #localities a:active,
#sidebar #localities a:visited {
	color: #fff;
	text-decoration: none;
}

#sidebar #localities a:hover {
	color: #CCFF00;
	text-decoration: none;
}

#sidebar #localities a img:hover {
	background: #CCFF00;
}

#content-main {
 color: #555;
 /*background: #A9A9A9;*/
 width: 515px;
 padding: 10px;
 float: left;
}

#footer {
	font-size: 10px;
	text-align: center;
	color: #ccc;
	background: #3970A7;
	border-radius-bottomleft: 6px;
	border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	padding: 16px;
	margin-top: 8px;
}

img {
 border: none;
 vertical-align: bottom;
}

.clr { clear: both; }


div.pagination {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #869AC8;
	background: #F5F6F8;
	border: 1px dotted #333;
	padding: 4px;
}

div.pagination span {
	padding-right: 18px;
}

#title {
	color: #30789E;
	/*background: #5B4767;*/
	/*border: 1px dotted #8B6E9B;*/
	margin-bottom: 4px;
}
#title h1 {
	font-size: 20px;
	padding: 6px 10px;
	margin: 0;
}

.listing, .details {
	/*
	background: #eee;
	*/
	border-bottom: 1px dotted #666;
	
	padding: 1px 3px;
	margin: 3px 0;
}

.listing .title, .details .title {
	/*color: #e5e5e5;*/
	/*
	background: #c0c0c0 url('./images/bg-menu.jpg');
	*/
	padding: 5px;
	margin: 3px 0;
}

.listing .title h1, .details .title h1 {
 font-size: 15px;
 display: inline;
 padding: 0;
 margin: 0 10px 0 0;
}
.details .title h1 {
	font-size: 18px;
	/*float: left;*/
}

.listing .title h1 {
	float: left;
}

.listing .title span {
	float: right;
}

#listings .title h1 a:link,
#listings .title h1 a:active,
#listings .title h1 a:visited
/*
#listings .title h1 a:link,
#listings .title h1 a:active,
#listings .title h1 a:visited
*/ {
 color: #006699;
 text-decoration: none;
}
#listings .title h1 a:hover, .details .title a:hover {
 color: #CCCC00;
}

#content-main a:link, #content-main a:active, #content-main a:visited {
	color: #8D8C21;
	text-decoration: underline;
}
#content-main a:hover {
	color: #006633;
	text-decoration: none;
}

.listing .title span, .details .title span {
 font-size: 12px;
 /*display: block;*/
 /*position: relative;
 right: 0;*/
}
.details .content {
 padding: 0 6px;
}
.details .content img {
 border: 2px solid #fff;
}
.listing img {
 margin: 0 5px 5px 0;
 float: left;
}
.listing span.text {
 font-size: 11px;
}
.details .text {
 font-size: 14px;
}

/* Google Maps */

#directions {
 border: none;
 margin: 6px 0;
}

/* Headings */

h3 { font-size: 14px; }

/* Links */

a:link, a:active, a:visited {
 color: #99FFCC;
 text-decoration: none;
}

a:hover {
 color: #fff;
 text-decoration: underline;
}

/* Form Input */

form {
 padding: 0;
 margin: 0;
}

input {
	padding: 1px 3px;
}

select, label, button {
	cursor: pointer;
}


#search_results h2 {
	font-size: 12px;
	font-style: italic;
	text-align: right;
	margin-right: 40px;
}


#articles h3 {
	margin-bottom: 5px;
}

#articles span.attributes {
	font-size: 10px;
	color: #666;
}

.img_locality {
	float: right;
	margin: 0 0 4px 4px;
}

.offer h3 {
	font-size: 18px;
	margin: 2px 0 5px 0;
}

#special_offers p {
	padding: 0;
	margin: 3px 0;
}

#special_offers em {
	font-size: 11px;
}


.nobr {
	white-space: nowrap;
}