/*body {
	font-family: verdana;
	font-size: 12px;
}*/
body {
	margin: 0;
	color: #ffffff;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #000000;
}

#container {
	width: 960px;
	margin: 0 auto;
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

#featured_listings {
	height: 130px;
	margin: 0 0 20px;
}
#featured_listings .unit {
	float: left;
	width: 306px;
	margin: 0 0 0 10px;
}
#featured_listings .unit:first-child {
	margin-left: 0;
}

#footer {
	height: 44px;
	width: 960px;
	margin-top:0px;
	padding-top: 0px;
	color: #FFFFFF;
	clear: both;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
}

.divider-bar {
	background-image: url(../images/horizonal-bar-640.jpg);
	background-repeat: no-repeat;
	width: 630px;
	height: 33px;
	padding: 3px 5px 0;
	margin: 0;
	color: #ffffff;
}
.divider-bar .text-bar-left {
	float: left;
	font-weight: bold;
}
.divider-bar .text-bar-right {
	float: right;
	text-align: right;
}
.divider-bar a:link, .divider-bar a:visited {
	color: #fff;
}
.divider-bar.long {
	background-image: url(../images/horizonal-bar-long.jpg);
	width: 790px;
	margin: 0;
}
.divider-bar-iFrame {
	background-image: url(../images/horizonal-bar-iFrame.jpg);
	background-repeat:no-repeat;
	width: 930px;
	height: 36px;
	margin-top: -25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#weather-content {
	width: 800px;
	margin: 0 0 0 29px;
}
#weather-box {
	width: 630px;
	margin: 0 0 0 85px;
}

#weather-content .left {
	float: left;
	width: 630px;
	margin: 0 0 0 5px;
}
#weather-content .right {
	float: left;
	width: 145px;
	padding: 0 0 0 20px;
}

.service-boxes {
	width: 250px;
	height: auto;
	margin-top: 0px;
	margin-left: 10px;
	float: left;
}
.service-boxex.right {
	float: right;
} 

.services-content {
	width: 800px;
	height: auto;
	float: left;
}
.services-category {
	margin: 0 0 3px;
	color: #00ff00;
	font-size: 14px;
}
.services-category-header {
	color: #FFFFFF;
	font-weight: bold;
}

.services-category a, .services-category a:link, .services-category a:visited {color: #00ff00;}
.services-category a:hover {color: #FFFFFF;}

.msg_list {
	margin: 0px;
	padding: 0px;
	width: 250px;
}
.msg_head {
	cursor: pointer;
	position: relative;
}
.msg_body {color: #c1c1c1;}
.msg_body a{color: #0369b4;}
.msg_body a:visited{color: #0369b4;}

/*
 * Old Form Styles
 */
form .form_header {
	font-weight: bold;
	font-size: 13px;
}
form ol {
	padding: 0 0 0 20px;
	margin: 0;
	list-style: none;
}
form li {
	margin: 0 0 20px;
}
form li label {
	display: block;
}
form li input {
	width: 200px;
}
form li select {
	width: 200px;
}



a {
	text-decoration: none;
	outline: none;
}
a:link, a:visited {
	color: #0000ff;
}

/*
 * Search box
 */
.search {
	float: left;
	width: 204px;
	color: #000000;
}
.search .top {
	background: transparent url(../images/search-top.jpg);
	width: 204px;
	height: 13px;
}
.search .middle {
	width: 204px;
	padding: 5px 10px;
	background: transparent url(../images/search-middle.jpg) repeat-y;
}
.search .bottom {
	background: transparent url(../images/search-bottom.jpg);
	width: 204px;
	height: 13px;
}
.search .header {
	margin: 0;
	font-weight: bold;
	color: #335875;
}
.search ul {
	padding: 0;
	margin: 0 0 15px;
	list-style: none;
}
.search li a {
	color: #676767;
}
.search li a:hover {
	text-decoration: underline;
}

/*
 * Search results
 */
.search_results {
	width: 638px;
	margin-left: 219px;
	/*padding: 0 20px 0 15px;
	float: left;
	margin-left: 15px;*/
	background: #0f0f0f;
}
.search_results h2 {
	width: 629px;
	height: 34px;
	padding: 2px 0 0 10px;
	margin: 0 0 20px;
	font-size: 13pt;
	background: url(../images/horizontal-bar.jpg) no-repeat;
}
.search_results .unit {
	float: left;
	width: 309px;
	margin: 0 0 30px 10px;
}
.unit a.details {
	width: 60px;
	height: 24px;
	text-indent: -9999px;
	background: transparent url(../images/view.png) no-repeat;
}

/*
 * Unit styles
 */
.unit {
	width: 500px;
	height: 100px;
	margin: 0 auto 30px;
	position: relative;
}
.unit img {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 10px 0 0;
}
.unit .name {
	margin: 0;
}
.unit .tagline {
	margin: 0 0 15px;
}
.unit a.details {
	display: block;
	float: right;
	position: absolute;
	right: 10px;
	bottom: 0;
}

.unit2 {
	width: 638px;
	height: 100px;
	margin: 0 0 30px;
}
.unit2 img {
	float: left;
	margin: 0 6px 0 0;
}
.unit2 p {
	margin: 0 0 3px;
}
.unit2 .name {
	border-bottom: 1px solid #aaaaaa;
}
.unit2 .name span {
	font-weight: bold;
}
.unit2 .manager {
	padding-top: 1em;
}
.unit2 .manager a {
	color: #ffffff;
	border-bottom: 1px dotted #40627B;
}
.unit2 .manager a:hover {
	color: #40627B;
}
.unit2 .left {
	float: left;
	width: 200px;
}
.unit2 .right {
	float: right;
	width: 230px;
}

/*
 * Unit details page
 */
.unit_details {
	margin: 0;
	padding: 0 5px;
}
.unit_details .title {
	width: 845px;
	height: 33px;
	padding: 3px 0 0 10px;
	margin: 0;
	background: transparent url(../images/horizonal-bar-details.jpg) no-repeat;
	color: #fff;
	font-size: 14px;
}
.unit_details .type, .unit_details .price {
	margin-top: 0;
}
.unit_details .left {
	float: left;
	width: 400px;
}
.unit_details .right {
	float: left;
	width: 422px;
	padding: 0 0 0 25px;
	text-align: left;
}
.unit_details .images {
	width: 400px;
	float: left;
	overflow: auto;
}
.unit_details .images div {
	clear: both;
	padding-top: 10px;
	width: 2000px;
}
.unit_details .images div img {
	padding-right: 10px;
}
.unit_details .description {
	margin: 0 0 40px 0;
	text-align: justify;
}
.unit_details .price {
	text-align: right;
}
.unit_details .tabs {
	width: 306px;
	margin: 0 auto;
}
.unit_details .tabs a {
	display: block;
	float: left;
	width: 153px;
	height: 38px;
	text-indent: -9999px;
}
.unit_details .tabs a.amenities {
	background: transparent url(../images/amenities.png);
}
.unit_details .tabs a.amenities:hover {
	background: transparent url(../images/amenities-glow.png);
}
.unit_details .tabs a.amenities.current {
	background: transparent url(../images/amenities-selected.png);
}
.unit_details .tabs a.details {
	background: transparent url(../images/details.png);
}
.unit_details .tabs a.details:hover {
	background: transparent url(../images/details-glow.png);
}
.unit_details .tabs a.details.current {
	background: transparent url(../images/details-selected.png);
}
.unit_details ol {
	list-style: none;
}

/*
 * Business details page
 */
.business {
}
.business h2 {
	height: 26px;
	padding: 5px 0 5px 10px;
	margin: 0 0 20px;
	font-size: 12pt;
	background-image: url(../images/horizonal-bar-long.jpg);
	background-repeat: no-repeat;
}
.business .left {
	float: left;
	width: 400px;
}
.business .right {
	float: left;
	width: 380px;
	padding: 0 0 0 20px;
	text-align: left;
}
.business .images {
	width: 400px;
	float: left;
	overflow: auto;
}
.business .images {
	width: 400px;
	float: left;
	overflow: auto;
}
.business .images div {
	clear: both;
	width: 1000px;
}
.business .images img {
	float: left;
}
.business .info {
	min-height: 150px;
	margin: 0 0 20px;
}
.business .info img {
	float: left;
}
.business .info p {
	text-align: right;
	margin: 0;
}
.business .description {
	clear: both;
	margin: 0 0 40px 0;
	text-align: justify;
}
.business .links {
	text-align: center;
}

a img {
	border: 0;
}

a img {
	border: 0;
}

.clear {
	clear: both;
}

/*
 * Deal managment styles
 */
.deal {
	clear: both;
	width: 600px;
	min-height: 100px;
	margin: 20px auto 10px auto;
	font-size: 12px;
}
.deal .title {
	margin: 0 0 2px;
	border-bottom: 1px solid #aaaaaa;
	font-weight: bold;
	font-size: 14px;
}
.deal .title a {
	color: #ffffff;
}
.deal .title span {
	float: right;
	font-size: 11px;
	text-transform: lowercase;
}
.deal .title span a {
	padding: 0 0 0 5px;
}
.deal img {
	float: left;
	margin: 0 10px 0 0;
}
.deal .stay {
	margin: 0 0 3px;
	color: #00ff00;
	font-size: 14px;
}
.deal .stay .regular {
	float: right;
	color: #aaaaaa;
	font-size: 12px;
}
.deal .details {
	margin: 0 0 3px;
}
.deal .expiration {
	float: right;
	margin: 0;
	color: #aaaaaa;
	font-size: 11px;
}

/*
 * General Styles
 */
a, a:link, a:visited {
	color: #40627b;
}
a:hover {
	color: #fff;
}

/*
 * Form styles
 */
fieldset {
	padding: 0;
	margin: 0 0 20px;
	border: 0;
}
fieldset .header {
	border-bottom: 1px solid #aaaaaa;
	font-weight: bold;
}

.fields1.legend {
	padding: 15px 0 0;
	border-top: 1px solid #909090;
}
.fields1 legend {
	padding: 0;
	font-size: 13pt;
	font-weight: bold;
}
.fields1 dl {
	margin: 0;
}
.fields1 dt {
	float: left;
	width: 15em;
}
.fields1 dd {
	margin: 0 0 1em 16em;
	clear: right;
}
.fields1 label {
	font-weight: bold;
}
.fields1 span {
	color: #c0c0c0;
	font-size: 10pt;
}

.submit-buttons {
	padding: 10px 0 0 0;
	text-align: center;
	border-top: 1px solid #c0c0c0;
}

/*
 * Directory Styles
 */
.directory {
	margin: 10px 0 30px;
}
.directory div {
	margin: 0 0 3px;
}
.directory-header {
	margin: 0 0 20px;
}