@charset "UTF-8";
/* CSS Document */



html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, input, img, div, fieldset, td, table {
	margin: 0;
	padding: 0;
	border: 0;
}


body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #DDD;
}


h1, h2, h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h1 {
	font-size: 1.1em;
}
h2 {
	font-size: 0.9em;
}
h3 {
	font-size: 0.85em;
}
p {
	font-family: Verdana, Geneva, sans-serif;
}

a:active { outline: none; outline-style:none; outline-width:0; }

a:focus {
	-moz-outline-style: none;
}


input, select, textarea {
	outline-style:none;
	outline-width:0px;
}

a:active { outline: none; }

a:focus { -moz-outline-style: none; }

.wrapper {
	width: 978px;
	margin-right: auto;
	margin-left: auto;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
#alert {
	background-color: #5DB7D9;
	padding: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #363638;
}
#alert a {
	color: #FFF;
	text-decoration: none;
}
#alert a:hover {
	text-decoration: underline;
}



/* BUTTONS first level */
#globalheader {
	width: 978px;
	height: 57px;
	clear: both;
}
#globalheader #contact {
	float: right;
	margin-top: 5px;
	font-size: 10px;
}
#globalheader #contact #form select {
	font-size: 11px;
	color: #4B4A4F;
}
#globalheader #globalnav { margin: 0; padding: 0; }
#globalheader #globalnav li { display: inline; }
#globalheader #globalnav li a { float: left; height: 0; padding-top: 57px; overflow: hidden; cursor:pointer; outline-style: none; outline-width: 0px; }
#globalheader #globalnav li a { background-image: url(../images/viewtube_tabs.jpg); background-repeat: no-repeat; }

/* ON STATES first level */
#globalheader #globalnav li#button1 a { background-position: 0 0; width: 330px; }
#globalheader #globalnav li#button2 a { background-position: -330px 0; width: 115px; }
#globalheader #globalnav li#button3 a { background-position: -445px 0; width: 113px; }
#globalheader #globalnav li#button4 a { background-position: -558px 0; width: 122px; }
#globalheader #globalnav li#button5 a { background-position: -680px 0; width: 135px; }
#globalheader #globalnav li#button6 a { background-position: -815px 0; width: 163px; }

/* OVER STATES first level */
#globalheader #globalnav li#button1 a:hover { background-position: 0 -57px; }
#globalheader #globalnav li#button2 a:hover { background-position: -330px -57px; }
#globalheader #globalnav li#button3 a:hover { background-position: -445px -57px; }
#globalheader #globalnav li#button4 a:hover { background-position: -558px -57px; }
#globalheader #globalnav li#button5 a:hover { background-position: -680px -57px; }
#globalheader #globalnav li#button6 a:hover { background-position: -815px -57px; }

/* PRESSED STATES first level */
#globalheader #globalnav li#button1 a:active { background-position: 0 -114px; }
#globalheader #globalnav li#button2 a:active { background-position: -330px -114px; }
#globalheader #globalnav li#button3 a:active { background-position: -445px -114px; }
#globalheader #globalnav li#button4 a:active { background-position: -558px -114px; }
#globalheader #globalnav li#button5 a:active { background-position: -680px -114px; }
#globalheader #globalnav li#button6 a:active { background-position: -815px -114px; }

/* ON STATES first level */
#globalheader #globalnav li#button1 a.selected { background-position: 0 -171px; cursor: default; }
#globalheader #globalnav li#button2 a.selected { background-position: -330px -171px !important; }
#globalheader #globalnav li#button3 a.selected { background-position: -445px -171px !important; }
#globalheader #globalnav li#button4 a.selected { background-position: -558px -171px !important; }
#globalheader #globalnav li#button5 a.selected { background-position: -680px -171px !important; }
#globalheader #globalnav li#button6 a.selected { background-position: -815px -171px !important; }


.tabcontent {
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}#middle {
	clear: both;
}
#middle #search {
	width: 421px;
	background-image: url(../images/search_background.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
}
#middle #search h1 {
	margin-top: 30px;
	color: #4B4A4F;
	text-align: center;
}
#middle #search #searchform {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#middle #search #searchform .dropbox {
	width: 130px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #4B4A4F;
}
#middle #search #searchform .selectbox {
	width: 130px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #4B4A4F;
}
#middle #search #searchform .smalldrop {
	width: 55px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #4B4A4F;
}
#middle #search #searchform p {
	font-size: 0.7em;
	color: #4B4A4F;
}
#middle #search #searchform p img {
	vertical-align: middle;
}
#middle #search #searchform .button {
	padding-top: 35px;
	text-align: right;
	margin-right: 50px;
}
#content {
	background-image: url(../images/content_background.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
}
#content a {
	color: #5BA5CE;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content .wrapper {
	background-image: url(../images/content_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 37px;
	padding-bottom: 80px;
}
#content #left {
	width: 179px;
	vertical-align: top;
	background-image: url(../images/left_background.jpg);
	background-repeat: repeat-y;
}
#content #left_lower {
	vertical-align: bottom;
	background-image: url(../images/left_background.jpg);
	background-repeat: repeat-y;
}





/*Vertical menu */

#content #left #vertical_menu{
	/*border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;*/
}

#content #left #vertical_menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
#content #left #vertical_menu li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(../images/navback.png) 100% -60px;
	height: 22px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 14px;
	line-height: 22px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
#content #left #vertical_menu li a:link, #vertical_menu li a:visited {
	color: #9F9F9F;
}

#content #left #vertical_menu li a:hover{
	color: #4A4A4C;
	background-position: 100% -30px;
}

	
#content #left #vertical_menu li a.selected{
	color: #5BA5CE;
	background-position: 100% 0;
}



#content #left input {
	width: 140px;
	font-size: 11px;
	color: #4B4A4F;
	border: 1px solid #D5D5D5;
	background-color: #FFF;
	padding: 2px;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 7px;
}
#content #left select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #4B4A4F;
	width: 143px;
	margin-left: 7px;
}
#content #left p {
	font-size: 0.75em;
	color: #4B4A4F;
	margin-top: 7px;
	margin-bottom: 3px;
	margin-left: 7px;
}
#content #left form a img {
	margin-left: 95px;
	margin-top: 14px;
}





#content #left h3 {
	margin-top: 50px;
	margin-left: 7px;
	color: #4B4A4F;
	margin-bottom: 7px;
}



#content #centre {
	vertical-align: top;
	background-image: url(../images/middle_backround.jpg);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5D5D5;
}
#content #centre #TabbedPanels1  {
	background-image: url(../images/tabs_background.jpg);
	background-repeat: repeat-x;
	margin-left: 7px;
}
#content #TabbedPanels1 .TabbedPanelsTab {
	margin-top: 7px;
}

#content #centre #TabbedPanels1 .module_header {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
}
#content #centre #TabbedPanels1 .module_header span {
	float: right;
	margin-right: 7px;
}

#content #centre #TabbedPanels1 #nonphotos.module_header {
	background-color: #57B8D9;
	margin-bottom: 7px;
}
	
#content #centre #TabbedPanels1 .photos .module_header {
	background-image: url(../images/module_header.png);
	background-repeat: repeat-x;
	position: absolute;
	z-index: 1;
	width: 533px;
}


#content #centre p {
	margin-top: 14px;
	margin-right: 14px;
	margin-left: 14px;
	line-height: 1.5em;
	color: #4B4A4F;
	font-size: 0.75em;
}
#content #single_column {
	background-image: url(../images/2col_backround.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
}
#content #single_column #inner {
	margin-right: 7px;
	margin-left: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5D5D5;
	padding: 14px 7px;
}
#content #single_column #content_header h1 {
	color: #4B4A4F;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#content #single_column #inner .module {
	float: left;
	background-color: #FFF;
	border: 7px solid #EAEAEA;
	margin: 14px 14px 21px;
	width: 150px;
}
#content #single_column #inner .module .icons {
	float: right;
	margin-top: 5px;
	margin-bottom: 3px;
}

#content #single_column #inner .icons {
	width: 53px;
	font-size: 0.8em;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#content #single_column #inner .icons .park {
	background-image: url(../images/park.jpg);
	background-position: center center;
	padding-top: 3px;
	padding-left: 8px;
	padding-bottom: 7px;
	background-repeat: no-repeat;
}
#content #single_column #inner .icons .bath {
	background-image: url(../images/bath.jpg);
	background-position: center center;
	margin-top: 3px;
	padding-top: 3px;
	padding-left: 8px;
	padding-bottom: 7px;
	background-repeat: no-repeat;
}
#content #single_column #inner .icons .bed {
	background-image: url(../images/bed.jpg);
	background-position: center center;
	margin-top: 3px;
	padding-top: 3px;
	padding-left: 8px;
	padding-bottom: 7px;
	background-repeat: no-repeat;
}
#content #single_column #inner .module p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	color: #4B4A4F;
	margin-top: 7px;
	margin-left: 5px;
	margin-right: 5px;
}
#content #single_column #inner .module .title {
	color: #FFF;
	position: absolute;
	z-index: 1;
	width: 146px;
	background-image: url(../images/module_header.png);
	background-repeat: repeat-x;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-weight: bold;
}
#content #single_column .pages {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.75em;
	text-align: right;
	color: #4B4A4F;
	clear: both;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
#content #single_column .pages span {
	margin-right: 7px;
	margin-left: 7px;
}



#content .flash {
	float: right;
	margin-top: 10px;
}

#content #single_column #inner form {
	float: right;
	width: 360px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D5D5D5;
	padding-left: 7px;
	margin-left: 14px;
}
#content #single_column #inner h3  {
	margin-left: 7px;
	color: #4B4A4F;
}
#content #single_column #inner label {
	display: block;
	float: left;
	width: 6em;
	margin-right: 5px;
	text-align: right;
}
#content #single_column #inner .input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #4B4A4F;
	padding: 2px;
	border: 1px solid #D5D5D5;
	width: 16em;
}
#content #single_column #inner select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #4B4A4F;
	width: 16em;
}
#content #single_column #inner textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #4B4A4F;
	border: 1px solid #D5D5D5;
	padding: 2px;
}

#content #single_column #inner p {
	font-size: 0.7em;
	color: #4B4A4F;
	line-height: 1.7em;
	margin-bottom: 10px;
	margin-right: 7px;
	margin-left: 7px;
}
#content #single_column #inner .agent_module {
	float: left;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 230px;
	margin-top: 10px;
}
#content #single_column #inner .agent_module img {
	float: left;
	margin-right: 7px;
}
#content #single_column #inner .open_module {
	border-bottom: 1px solid #D5D5D5;
	margin-right: 7px;
	margin-left: 7px;
	padding-bottom: 7px;
	width: 370px;
	float: left;
	margin-bottom: 14px;
	margin-top: 14px;
}
#content #single_column #inner .open_module .icons {
	float: left;
	margin-right: 7px;
	margin-left: 7px;
}
#content #single_column #inner #quote {
	float: right;
	width: 270px;
	margin-right: 7px;
}
#content #single_column #inner #container {
	margin-right: 277px;
	padding-right: 14px;
}
#content #single_column #inner #quote .text {
	padding-top: 4px;
}

#content #single_column #inner .halfColumn {
	float: left;
	width: 339px;
	padding-left: 39px;
}


#content #right {
	background-repeat: repeat-y;
	vertical-align: top;
	background-image: url(../images/right_background.jpg);
	background-position: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5D5D5;
	width: 231px;
}
#content #content_header  {
	background-image: url(../images/tabs_background.jpg);
	background-repeat: repeat-x;
}
#content #single_column #content_header.single_column {
	margin-left: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5D5D5;
}

#content #right #column_right {
	background-image: url(../images/right_backround.jpg);
	background-repeat: repeat-y;
	margin-bottom: 72px;
}

#content #right #inner {
	margin-right: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5D5D5;
}


#content #right #inner #icons {
	float: right;
	width: 53px;
	margin-right: 5px;
}
#content #right #inner #icons .cell {
	margin-top: 7px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	padding-top: 3px;
	padding-left: 8px;
	padding-bottom: 7px;
	color: #FFF;
}
#content #right #inner #icons #park {
	background-image: url(../images/park.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
#content #right #inner #icons #bath {
	background-image: url(../images/bath.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
#content #right #inner #icons #bed {
	background-image: url(../images/bed.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
#content #right #inner p {
	font-size: 0.75em;
	color: #4B4A4F;
}

#content #right #inner .title {
	color: #5BA5CE;
	margin-top: 7px;
}
#content #right #inner hr {
	margin-right: 7px;
	border-top: 1px solid #D5D5D5;
	margin-top: 30px;
	margin-bottom: 14px;
}
#content #inner .agent {
	float: right;
	margin-right: 14px;
}

#lower {
	background-image: url(../images/feature_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	position: relative;
	z-index: 0;
	height: 293px;
}
#lower #features {
	clear: both;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 230px;
}
#lower #features #properties {
	background-color: #E1E2E3;
	border: 1px solid #D5D5D5;
	position: relative;
	z-index: 0;
	height: 216px;
}
#lower #features #properties #overlay {
	position: absolute;
	z-index: 2;
	left: -1px;
}
#lower #features #properties .module {
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	float: left;
}
#lower #features #properties .module img {
	position: relative;
	z-index: 1;
}
#lower #features #properties .module .module_header {
	background-image: url(../images/module_header.png);
	background-repeat: repeat-x;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	position: absolute;
	z-index: 2;
	width: 353px;
}
#bottom {
	background-image: url(../images/footer_slice.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	color: #C1C1C1;
	font-size: 0.7em;
	background-color: #363638;
	padding-bottom: 80px;
}
#bottom span {
	margin-right: 13px;
	margin-left: 13px;
}
#bottom #utilities {
	float: right;
}
#bottom #footer {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 11px;
	padding-bottom: 11px;
}
#bottom #footer.home {
	background-image: url(../images/footer_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#bottom #footer a {
	color: #5BA5CE;
	text-decoration: none;
}
#bottom #footer a:hover {
	text-decoration: underline;
}
#bottom #sitemap {
	padding-top: 20px;
}
#bottom #sitemap .column {
	float: left;
	width: 194px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #434343;
}
#bottom #sitemap h1 {
	font-size: 1.6em;
	color: #828282;
	margin-bottom: 15px;
}
#bottom #sitemap .column h2 {
	margin-left: 25px;
	color: #6D6D6D;
	margin-bottom: 3px;
	font-size: 1.3em;
}
#bottom #sitemap .column ul {
	list-style-type: none;
	margin-left: 25px;
}
#bottom #sitemap .column ul li {
	line-height: 2.0em;
}
#bottom #sitemap .column ul li a {
	color: #585858;
	text-decoration: none;
}
#bottom #sitemap .column ul li a:hover {
	color: #ACACAC;
}
#content #single_column #inner .open_module a .photo {
	float: left;
}

.twtr-tweet-text {
font-size:14px;	
}