/*--- HTML Tag Overrides ---*/
html, body {
	color: #797979;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
hr {
	color: #797979;
	background-color: #797979;
	border: 0px;
	height: 1px;
}
h1 {
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
}
h2 {
	color: #464646;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	color: #24459b;
	font-size: 16px;
}
h4 {
	color: #555555;
	font-size: 13px;
	margin-bottom: 3px;
}
h5 {
	color: #555555;
	font-size: 14px;
}
p {
	margin-bottom: 1em;
}
strong {
	font-weight: bold;
}
select {
	border: 1px solid #acacac;
}
label {
	cursor: pointer;
}
input, textarea {
	border: 1px solid #acacac;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.radio {
	border: 0;
}
.button {
	background: url(/images/button.gif);
	border: 1px solid #acacac;
}
/*---------------------------*/

/*--- Default Link Styles ---*/
a {
	color: #24459b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.small-grey {
	color: #797979;
	font-size: 10px;
	text-decoration: underline;
}
a.small-grey:hover {
	text-decoration: none;
}
a.normal-grey {
	color: #797979;
	font-weight: bold;
	text-decoration: none;
}
a.normal-grey:hover {
	color: #24459b;
	text-decoration: none;
}
a.small-blue {
	color: #24459b;
	font-size: 10px;
	text-decoration: underline;
}
a.small-blue:hover {
	text-decoration: none;
}
a.news_item {
	color: #797979;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
a.news_item:hover {
	color: #000000;
	text-decoration: none;
}
#top_container a {
	color: #c0e3f9;
	font-size: 10px;
}
#top_container .menu_item a {
	color: #797979;
	font-size: 14px;
	text-deocration: none;
}
#top_container .menu_item_selected a {
	color: #252525;
	font-size: 14px;
	text-deocration: none;
}
#content_container #heading a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
#content_container #heading a:hover {
	text-decoration: none;
}
#top_container a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#top_container .menu_item a:hover {
	color: #252525;
	text-decoration: none;
}
#top_container .menu_item_selected a:hover {
	color: #252525;
	text-decoration: none;
}
#footer_container a {
	color: #a6a6a6;
	text-decoration: underline;
}
#recaptcha_container {
	padding-bottom: 5px;
}
#recaptcha_container #recaptcha_image {
	border: 1px solid #dfdfdf;
	float: left;
	margin-bottom: 5px;
	margin-right: 2px;
}
/*---------------------------*/

/*--- CSS type for form field errors ---*/
input.error_field, select.error_field, textarea.error_field {
	border: 1px solid #FF0000;
}
/*--------------------------------------*/

/* Container Definitions */
#main_container {
}
#background_container {
	background: #99c6e1 url(/images/background.gif) repeat-x;
	padding-bottom: 6px;
}
#top_container {
	margin: auto;
	width: 942px;
}
#content_container {
	background: #ffffff;
	border-bottom: 1px solid #9e9e9e;
	border-left: 1px solid #9e9e9e;
	border-right: 1px solid #9e9e9e;
	margin: auto;
	margin-bottom: 6px;
	padding-bottom: 10px;
	width: 940px;
}
#content_container #heading {
	background: #000000 url(/images/sub_heading.gif);
	height: 72px;
	margin-bottom: 8px;
	vertical-align: middle;
	width: 920px;
}
#content_container .bio {
	padding: 0px 2px 0px 2px;
	vertical-align: top;
	width: 186px;
}
#content_container .content {
	padding: 8px;
	vertical-align: top;
}
#content_container #content h3 {
	margin-bottom: 12px;
}
#content_container p {
	margin-bottom: 12px;
}
#content_container #listings .preview {
	float: left;
	margin-right: 6px;
}
#content_container #listings .main {
	float: left;
	margin-right: 10px;
}
#content_container #photos {
	text-align: center;
	vertical-align: top;
	width: 450px;
}
#content_container #photo_gallery .thumb {
	float: left;
	margin-bottom: 12px;
}
#content_container #photos .thumb {
	float: left;
	padding: 2px;
}
#content_container #download {
	float: right;
	padding: 2px;
	text-align: center;
}
#content_container .small-text {
	font-size: 10px;
}
#sub_content_container {
	margin: auto;
	width: 942px;
}
#footer_container {
	color: #a6a6a6;
	font-size: 10px;
}
#footer_container > div {
	margin: auto;
	padding-top: 10px;
	width: 942px;
}
#contact_us td {
	padding-bottom: 5px;
}
#short_term_rentals table {
	border: 1px solid #729BCA;
	text-align: center;
	width: 100%;
}
#short_term_rentals th {
	font-weight: bold;
	text-align: center;
}
#short_term_rentals td {
	border-top: 1px solid #729BCA;
}

#short_term_rentals .alt {
	background: #D3DFEE;
}
/*--------------------*/

/* Custom Definitions */
#top_container #logo {
	float: left;
	height: 97px;
	width: 196px;
}
#top_container #menu {
	float: right;
	margin-top: 50px;
	width: 746px;
}
#top_container #menu .menu_item {
	float: left;
	margin-left: 24px;
	margin-right: 24px;
	text-align: center;
}
#top_container #menu .menu_item_selected {
	float: left;
	margin-left: 24px;
	margin-right: 24px;
	text-align: center;
}
#top_container #menu .menu {
	background-color: #5b82bd;
	display: none;
	white-space: nowrap;
	width: 130px;
}
#top_container #menu .menu ul {
	margin: 0px;
}
#top_container #menu .menu li {
	border: 1px solid #1e4468;
	list-style: none;
	padding: 2px;
}
#sub_content_container .block {
	background: #ffffff;
	border: 1px solid #9e9e9e;
	float: left;
	margin-right: 18px;
	min-height: 242px;
	width: 300px;
}
#sub_content_container .block_head {
	border-bottom: 1px solid #9e9e9e;
	padding: 10px;
}
#sub_content_container .block_content {
	padding: 10px;
}
#filter td {
	padding: 2px;
}
div .floorplan {
	float: left;
	width: 272px;
}
div .floorplan-heading {
	border-bottom: 1px solid #555555;
	margin-bottom: 5px;
}
div .level {
	width: 434px;
}
div .level-heading {
	border-bottom: 1px solid #555555;
	margin-bottom: 5px;
}
div .level-sub {
	float: left;
	margin-bottom: 3px;
	width: 217px;
}
/*--------------------*/

/* sIFR Styles */
.sIFR-active h1 {
	line-height: 1em;
	visibility: hidden;
}
.sIFR-active h2 {
	line-height: 1em;
	visibility: hidden;
}
.sIFR-active h3 {
	line-height: 1em;
	visibility: hidden;
}
.sIFR-active .menu_item {
	line-height: 1em;
	visibility: hidden;
}
.sIFR-active .menu_item_selected {
	line-height: 1em;
	visibility: hidden;
}
/*--------------------*/

/* Print Media Definitions */
@media print {
	#top_container {
		display: none;
	}
	#content_container {
		border: 0px;
	}
	#home_button {
		display: none;
	}
	#footer_container {
		display: none;
	}
}
/*--------------------*/
