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

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

.datatable {
	border:none;
	padding:0px;
	margin:0px;
	width:100%;
	}
.datatable th {
	background-color:#1383bd;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	padding:5px;
	margin:1px;
	}
.datatable th a:link, .datatable th a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
.datatable .mainheader {
	background-color:#04375e;
	padding-left:8px;
	}
.datatable .mainheader a:link, .datatable .mainheader a:visited {
	/*color:#00A0DD;*/
	}
.datatable .mainheader a:hover, .datatable .mainheader a:active {
	color:#f4f4f4;
	}
.datatable td {
	font-size: 1.2em;
	padding:8px 5px 8px 5px;
	}
.row1 {
	background-color:#f4f4f4;
	}
.row2 {
	background-color:#e4e4e4;
	}
.row1:hover {
	background-color:#fed089;
	}
.row2:hover {
	background-color:#fed089;
	}
.datatable td a:link, .datatable td a:visited {
	text-decoration:none;
	color:#008ecd;
	}
.datatable td a:hover, .datatable td a:active {
	color:#008ecd;
	}
form {
	margin:0px;
}
form sup {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#CC0000;
	margin-left:3px;
}
.input, .inputerr {
	margin:4px 0px 12px 0px;
	padding:9px;
	height:14px;
	line-height:14px;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#858585;
	border:#2b496e solid 1px;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
.inputerr {
	border:1px solid #CC3366;
}
.select {
	padding:2px;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:11px;
	color:#858585;
	border:#2b496e solid 1px;
}
.button {
	margin:0px 0px 4px 0px;
	padding:0px 0px 0px 10px;
	height:30px;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#14355e;
	text-align:left;
	text-shadow: 1px 1px #FFFFFF;
	background:url(../images/btn_bg.png) bottom right no-repeat;
	border:#b3b3b3 solid 1px;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
.button:hover {
	color:#118cc1;
	background:url(../images/btn_bg-over.png) bottom right no-repeat;
	cursor:pointer;
}
body {
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#3c3c3c;
	background:#14355e;
	margin:0px;
}
.trajan {
	font-family:"Trajan Pro","Times New Roman", Times, serif;
}
.light_blue {
	color:#118cc1;
}
.blue_border {
	border:#118cc1 solid 3px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
.grey_border {
	padding:9px;
	border:#dddddd solid 1px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
.clear {
	clear:both;
}
#wysiwyg {
	padding:10px;
	background:#FFFFFF;
}
#wysiwyg a {
	color:#14355e;
	text-decoration:underline;
}
#wysiwyg a:hover {
	text-decoration:underline;
}
#wysiwyg h1 {
	margin:0px;
	padding:0px;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#14355e;
	letter-spacing:normal;
}
#wysiwyg h2 {
	margin:0px 0px 12px 0px;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#118cc1;
}
#wysiwyg h3 {
	margin:0px 0px 10px 0px;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#14355e;
}

/*** CONTAINERS ***/

#header_container {
	clear:both;
	margin:0px auto;
	height:132px;
	background:url(../images/header_bg.png) bottom repeat-x;
	border-bottom:#118cc1 solid 1px;
}
#nav_container {
	clear:both;
	margin:0px auto;
	
}
#content_container {
	clear:both;
	margin:0px auto;
	background:#FFFFFF;
}
#footer_container {
	clear:both;
	margin:0px auto;
	height:200px;
	background:#14355e url(../images/footer_bg.png) bottom repeat-x;
	border-top:#6d7988 solid 1px;
}

/*** HEADER ***/

#header_top {
	clear:both;
	margin:0px auto;
	height:13px;
	background:#14355e;
	border-bottom:#72859e solid 1px;
}
#header {
	clear:both;
	margin:0px auto;
	max-width:960px;
	height:118px;
}
#header_left {
	display:block;
	float:left;
	width:320px;
	height:118px;
	background:url(../images/logo.png) no-repeat;
}
#header_right {
	float:right;
	width:640px;
	height:118px;
}
/*#header_right-top {
	padding:12px 0px 0px 0px;
	width:640px;
	height:60px;
	line-height:30px;
	font-size:18px;
	letter-spacing:-1px;
	color:#14355e;
	text-align:right;
	background-image:url(../images/icon_phone.png);
	background-repeat:no-repeat;
	background-position:398px 42px;
}*/
#header_right-top {
	margin:12px 0px 0px 0px;
	width:640px;
	height:60px;
	background:url(../images/header_right.png) top right no-repeat;
}
#header_right-bottom {
	padding:6px 0px 0px 0px;
	width:640px;
	height:40px;
} 

/*** NAV ***/

#nav {
	width:640px;
	height:40px;
}
#nav a {
	display:block;
	float:right;
	margin:0px 2px 0px 2px;
	padding:14px 24px 0px 24px;
	height:26px;
	/*line-height:40px;*/
	/*font-family:"Trajan Pro","Times New Roman", Times, serif;*/
	font-family:Tahoma, Helvetica, sans-serif;
	/*font-family:"Times New Roman", Times, serif;*/
	/*text-transform:uppercase;*/
	font-size:14px;
	/*letter-spacing:-1px;*/
	letter-spacing:normal;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	background-color:#14355e;
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}
#nav a:hover, #nav .on, #nav .sm-on, #nav .md-on, #nav .lg-on {
	background-color:#118cc1;
}
#nav img {
	border:none;
}
#nav .txt {
	display:none;
}

/*** CONTENT ***/

#content {
	clear:both;
	margin:0px auto;
	padding:30px 0px 50px 0px;
}
#content a {
	color:#14355e;
	text-decoration:underline;
}
#content a:hover {
	text-decoration:underline;
}
#content_top {
	clear:both;
	margin:0px auto;
	padding:0px 0px 50px 0px;
	max-width:960px;
	background:url(../images/content_line.png) bottom no-repeat;
}
#content_top-left {
	float:left;
	max-width:360px;
	font-size:14px;
	color:#14355e;
}
#content_top-left p {
	margin:0px 0px 10px 0px;
}
#content_top-left h1 {
	margin:0px;
	padding:0px 0px 0px 35px;
	height:30px;
	line-height:30px;
	font-size:18px;
	font-weight:normal;
	letter-spacing:normal;
	color:#118cc1;
	background:url(../images/icon_search.png) bottom left no-repeat;
}
#content_top-left h2 {
	margin:0px 0px 8px 0px;
	height:14px;
	line-height:14px;
	font-size:14px;
	font-weight:bold;
	letter-spacing:normal;
	color:#118cc1;
}
#content_top-left .input {
	width:340px;
}
#content_top-left .button {
	width:178px;
}
#content_top-right {
	float:right;
	padding:8px 0px 0px 0px;
	max-width:580px;
}
#content_top-right #gallery_wrap #carousel_border {
	float:left;
	width:369px;
	height:227px;
	border:#118cc1 solid 3px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	overflow:hidden;
}
#content_top-right #gallery_wrap #carousel {
	width:369px;
	height:227px;
	overflow:hidden;
}
#content_top-right #gallery_wrap #carousel #slides {
	height:227px;
}
#content_top-right #gallery_wrap #carousel #slides .slide {
	float:left;
	width:369px;
	height:227px;
	overflow:hidden;
}
#content_top-right #gallery_wrap #details {
	float:right;
	padding:3px 0px 0px 0px;
	width:190px;
	height:230px;
	overflow:hidden;
}
#content_top-right #gallery_wrap #details h1 {
	margin:0px 0px 8px 0px;
	padding:0px;
	height:18px;
	line-height:18px;
	font-size:18px;
	font-weight:bold;
	letter-spacing:normal;
	color:#118cc1;
	background:none;
	overflow:hidden;
}
#content_top-right #gallery_wrap #details h2 {
	margin:0px 0px 6px 0px;
	height:32px;
	line-height:16px;
	font-size:14px;
	font-weight:bold;
	letter-spacing:normal;
	color:#14355e;
	overflow:hidden;
}
#content_top-right #gallery_wrap #details p {
	margin:0px 0px 12px 0px;
	height:56px;
	line-height:14px;
	font-size:11px;
	color:#14355e;
	overflow:hidden;
}
#content_top-right #gallery_wrap #details .detail {
	display:none;
	width:190px;
	height:230px;
}
#content_top-right #gallery_wrap #details .detail .sold,
#content_top-right #gallery_wrap #details .detail .rented,
#content_top-right #gallery_wrap #details .detail .under-contract {
	z-index:100;
	position:absolute;
	margin:0px 0px 0px 0px;
	width:190px;
	height:230px;
	background:url(../images/lbl_sold-feat.png) center center no-repeat;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
}#content_top-right #gallery_wrap #details .detail .rented {
	background:url(../images/lbl_rented-feat.png) center center no-repeat;
}
#content_top-right #gallery_wrap #details .detail .under-contract {
	background:url(../images/lbl_under_contract-feat.png) center center no-repeat;
}
#content_top-right #gallery_wrap #details .carousel-selected {
	display:block;
}
#content_top-right #gallery_wrap #details #summary {
	clear:both;
	margin:0px 0px 14px 0px;
	width:190px;
	height:54px;
}
#content_top-right #gallery_wrap #details #summary .icon {
	float:left;
	padding:37px 0px 0px 0px;
	width:43px;
	height:17px;
	line-height:17px;
	font-size:12px;
	font-weight:bold;
	color:#74B7CF;
	text-align:center;
	background-position:top center;
	background-repeat:no-repeat;
}
#content_top-right #gallery_wrap #details .button {
	margin-bottom:0px;
	width:178px;
}
#content_top-right #gallery_wrap #gallery_nav {
	width:580px;
	height:16px;
}
#content_top-right #gallery_wrap #gallery_nav .carousel-jumper {
	display:block;
	float:left;
	margin:7px 10px 0px 0px;
	width:40px;
	height:9px;
	background:#14355e;
}
#content_top-right #gallery_wrap #gallery_nav .carousel-jumper:hover, #content_top-right #gallery_wrap #gallery_nav .carousel-selected {
	background:#118cc1;
	cursor:pointer;
}
#content_bottom {
	clear:both;
	margin:0px auto;
	max-width:960px;
}
#content_bottom #content_bottom-left #title {
	width:600px;
	height:auto;
}
#content_bottom #content_bottom-left #title h1 {
	font-size:20px;
	line-height:26px;
}
#content_bottom #content_bottom-left #title h2 {
	font-size:16px;
	line-height:20px;
}
#content_bottom #content_bottom-left #listing_gallery {
	padding:9px;
	width:580px;
	height:300px;
	border:#dddddd solid 1px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
#content_bottom #content_bottom-left #listing_gallery #main {
	display:block;
	float:left;
	width:400px;
	height:300px;
	overflow:hidden;
}
#content_bottom #content_bottom-left #listing_gallery #thumbs {
	float:right;
	padding:10px;
	width:160px;
	height:280px;
	overflow:auto;
}
#content_bottom #content_bottom-left #listing_gallery #thumbs .thumb {
	display:block;
	margin:0px 0px 10px 15px;
	width:120px;
	height:80px;
	border:#dddddd solid 1px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	overflow:hidden;
}
#content_bottom #content_bottom-left #html {
	margin:10px 0px 0px 0px;
}
#content_bottom #content_bottom-right #summary {
	clear:both;
	margin:0px;
	width:330px;
	height:60px;
}
#content_bottom #content_bottom-right #summary .price {
	float:right;
	margin: 0px 0px 0px 0px;
	font-size:32px;
	line-height:24px;
	color:#14355E;
}
#content_bottom #content_bottom-right #summary .price small {
    float:none;
    clear:both;
    font-size: 14px;
}
#content_bottom #content_bottom-right #summary .icon {
	float:left;
	padding:37px 0px 0px 0px;
	width:43px;
	height:17px;
	line-height:17px;
	font-size:12px;
	font-weight:bold;
	color:#74B7CF;
	text-align:center;
	background-position:top center;
	background-repeat:no-repeat;
}
#content_bottom #content_bottom-right #contact_form {
	margin:10px 0px 0px 0px;
}
#content_bottom #content_bottom-right #contact_form form {
	margin:0px;
}
#content_bottom #content_bottom-right #contact_form h2 {
	margin:0px;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	color:#14355e;
}
#content_bottom #content_bottom-right #contact_form p {
	margin:0px 0px 5px 0px;
	font-size:11px;
}
#content_bottom #content_bottom-right #contact_form .input, #content_bottom #content_bottom-right #contact_form .inputerr {
	margin-bottom:5px;
	padding:4px;
	border:#B3B3B3 solid 1px;
}
#content_bottom #content_bottom-right #contact_form .inputerr {
	border:1px solid #CC3366;
}

#content_bottom-left {
	float:left;
	max-width:600px;
}
#content_bottom-left h1 {
	margin:0px;
	padding:0px;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#14355e;
	letter-spacing:normal;
}
#content_bottom-left h2 {
	margin:0px 0px 12px 0px;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#118cc1;
}
#content_bottom-left h3 {
	margin:0px 0px 10px 0px;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#14355e;
}
#content_bottom-left p {
	margin:0px 0px 10px 0px;
	line-height:18px;
}
#content_bottom-left li {
	margin:5px 0px 5px 0px;
}
#content_bottom-left .search_form {
	padding:0px 0px 30px 0px;
	background:url(../images/content_line.png) bottom left no-repeat;
}
#content_bottom-left .search_form p {
	margin:0px 0px 10px 0px;
	font-size:14px;
}
#content_bottom-left .search_form h1 {
	margin:0px;
	padding:0px 0px 0px 35px;
	height:30px;
	line-height:30px;
	font-size:18px;
	font-weight:normal;
	letter-spacing:normal;
	color:#118cc1;
	background:url(../images/icon_search.png) bottom left no-repeat;
}
#content_bottom-left .search_form h2 {
	margin:0px 0px 8px 0px;
	height:14px;
	line-height:14px;
	font-size:14px;
	font-weight:bold;
	letter-spacing:normal;
	color:#118cc1;
}
#content_bottom-left .search_form .input {
	width:420px;
}
#content_bottom-left .search_form .button {
	margin:4px 0px 12px 0px;
	width:140px;
	height:35px;
	font-size:14px;
}
#content_bottom-left .search_form .option {
	float:left;
	margin:0px 10px 0px 0px;
	padding:0px 15px 0px 0px;
}
#content_bottom-left .search_form .border-right {
	border-right:#CCCCCC solid 1px;
}
#content_bottom-left .search_results {
	margin:10px 0px 0px 0px;
}
#content_bottom-left .search_results .listing {
	margin:5px 0px 5px 0px;
	padding:9px;
	width:580px;
	height:110px;
	border:#dddddd solid 1px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	overflow:hidden;
}
#content_bottom-left .search_results .listing .sold,
#content_bottom-left .search_results .listing .rented,
#content_bottom-left .search_results .listing .under-contract {
	z-index:100;
	position:absolute;
	margin:-9px 0px 0px -9px;
	width:598px;
	height:128px;
	background:url(../images/lbl_sold.png) center center no-repeat;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
}
#content_bottom-left .search_results .listing .rented {
	background:url(../images/lbl_rented.png) center center no-repeat;
}
#content_bottom-left .search_results .listing .under-contract {
	background:url(../images/lbl_under_contract.png) center center no-repeat;
}
#content_bottom-left .search_results .listing .thumb {
	float:left;
	display:block;
	width:120px;
	height:80px;
}
#content_bottom-left .search_results .listing .details {
	float:left;
	padding:0px 10px 0px 10px;
	width:310px;
}
#content_bottom-left .search_results .listing .details h1 {
	margin:0px 0px 4px 0px;
	padding:0px;
	line-height:18px;
	font-size:18px;
	font-weight:bold;
	letter-spacing:normal;
	color:#118cc1;
	background:none;
}
#content_bottom-left .search_results .listing .details h1 a {
	color:#118cc1;
	text-decoration:none;
}
#content_bottom-left .search_results .listing .details h2 {
	margin:0px 0px 3px 0px;
	line-height:normal;
	font-size:12px;
	font-weight:bold;
	letter-spacing:normal;
	color:#14355e;
}
#content_bottom-left .search_results .listing .details p {
	margin:0px;
	line-height:14px;
	font-size:11px;
	color:#14355e;
}
#content_bottom-left .search_results .listing .summary {
	float:right;
	width:130px;
}
#content_bottom-left .search_results .listing .summary .price {
	margin:0px 4px 4px 0px;
	padding:0px;
	line-height:normal;
	font-size:18px;
	font-weight:bold;
	letter-spacing:normal;
	color:#14355e;
	text-align:right;
	background:none;
}
#content_bottom-left .search_results .listing .summary .button {
	float:right;
	margin:4px 4px 0px 0px;
	width:95px;
	line-height:30px;
	font-size:11px;
	text-decoration:none;
	background:url(../images/btn_bg-simple.png) bottom right no-repeat;
}
#content_bottom-left .search_results .listing .summary .button:hover {
	color:#118cc1;
	background:url(../images/btn_bg-simple.png) bottom right no-repeat;
}
#content_bottom-left .search_results .listing .summary .icon {
	float:right;
	padding:24px 0px 0px 0px;
	width:28px;
	height:14px;
	line-height:14px;
	font-size:11px;
	font-weight:bold;
	color:#74B7CF;
	text-align:center;
	background-position:top center;
	background-repeat:no-repeat;
}
#content_bottom-left #main_img {
	margin:0px 0px 8px 0px;
	padding:9px;
	width:579px;
	height:276px;
	border:#dddddd solid 1px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
#content_bottom-left #panels {
	margin:8px 0px 0px 0px;
	width:599px;
	height:252px;
}
#content_bottom-left #panels .panel {
	float:left;
	padding:16px;
	width:158px;
	height:208px;
	background:#FFFFFF url(../images/panel_bg.png) bottom repeat-x;
	border:#dddddd solid 1px;
	text-shadow: 1px 1px #FFFFFF;
	overflow:hidden;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
#content_bottom-left #panels .first {
	margin-right:11px;
}
#content_bottom-left #panels .last {
	float:right;
}
#content_bottom-left #panels h1 {
	margin:0px 0px 6px 0px;
	padding:0px;
	max-height:56px;
	font-family:Tahoma, Helvetica, sans-serif;
	line-height:18px;
	font-size:18px;
	font-weight:bold;
	letter-spacing:normal;
	color:#14355e;
	background:none;
	overflow:hidden;
}
#content_bottom-left #panels p {
	margin:0px 0px 14px 0px;
	max-height:132px;
	line-height:22px;
	font-size:12px;
	color:#3c3c3c;
	overflow:hidden;
}
#content_bottom-left #panels .button {
	margin:0px;
	width:158px;
}
#content_bottom-right {
	float:right;
	max-width:330px;
}
#content_bottom-right #ireach {
	padding:10px;
	width:310px;
	height:152px;
	background:#14355e;
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}
#content_bottom-right #ireach #inner {
	padding:8px;
	width:292px;
	height:132px;
	background:#0e4e86;
	border:#069ad4 solid 1px;
}
#content_bottom-right #ireach #inner p {
	margin:5px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:12px;
	color:#FFFFFF;
}
#content_bottom-right #ireach #inner img {
	float:left;
	padding:0px 10px 0px 0px;
	border:none;
}
#content_bottom-right #ireach #inner .input {
	margin:0px;
	padding:7px;
	color:#858585;
	border:none;
}
#content_bottom-right #ireach #inner .ireach-first-name {
	width: 100px;
	margin-bottom: 5px;
}
#content_bottom-right #ireach #inner .ireach-last-name {
	width: 100px;
}
#content_bottom-right #ireach #inner .ireach-email {
	width:151px;
	margin-bottom: 5px;
	margin-left: 8px;
}

#content_bottom-right #ireach #inner .button {
	margin-bottom:0px;
	width:165px;
}
#content_bottom-right #panels {
	padding:0px 0px 10px 0px;
	width:328px;
	min-height:400px;
	border:#e7e7e7 solid 1px;
	border-top:none;
	border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
#content_bottom-right #panels .panel {
	padding:15px 20px 15px 20px;
	width:288px;
	background:#fbfbfb;
	border-top:#e7e7e7 solid 1px;
}
#content_bottom-right #panels .panel img {
	float:left;
	padding:0px 15px 0px 15px;
	border:none;
}
#content_bottom-right #panels .panel h1 {
	margin:0px;
	padding:0px;
	font-family:Tahoma, Helvetica, sans-serif;
	line-height:18px;
	font-size:18px;
	font-weight:bold;
	letter-spacing:normal;
	color:#118cc1;
	background:none;
}
#content_bottom-right #panels .panel p {
	margin:0px;
	font-family:Tahoma, Helvetica, sans-serif;
	line-height:14px;
	font-size:11px;
	color:#333333;
}
#content_bottom-right #panels .alt {
	background:#f3f3f3;
}

/*** FOOTER ***/

#footer {
	clear:both;
	margin:0px auto;
	max-width:960px;
	height:200px;
}
#footer_left {
	float:left;
	max-width:600px;
	height:200px;
}
#footer_left #top {
	position:absolute;
	display:block;
	margin:-1px 0px 0px 0px;
	padding:0px 0px 2px 0px;
	width:60px;
	height:16px;
	font-family:Tahoma, Helvetica, sans-serif;
	line-height:16px;
	font-size:12px;
	color:#14355e;
	text-align:center;
	text-decoration:none;
	background:#FFFFFF;
	border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
#footer_left #inner {
	padding:48px 0px 0px 0px;
	width:600px;
	height:150px;
}
#footer_left #inner #links {
	width:600px;
	height:16px;
	font:Tahoma, Helvetica, sans-serif;
	line-height:16px;
	font-size:12px;
	color:#FFFFFF;
}
#footer_left #inner #links a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer_left #inner #links a:hover {
	text-decoration:underline;
}
#footer_left #inner #links img {
	margin:0px 0px -2px 0px;
	border:none;
}
#footer_left #inner #note {
	margin:24px 0px 0px 0px;
	width:600px;
	font:Tahoma, Helvetica, sans-serif;
	line-height:14px;
	font-size:11px;
	color:#FFFFFF;
}
#footer_left #inner #note a {
	color:#3969a4;
	text-decoration:none;
}
#footer_right {
	float:right;
	width:330px;
	height:200px;
	background:url(../images/footer_logo.png) top right no-repeat;
}

#content .article {
	margin: 10px 0 30px 0;
}

#content .article h2 {
	border-bottom: 2px solid #158cc1;
}

#content .article h2 a {
	text-decoration: none;
}

#content .article h2 span.date {
	font-size: 15px;
	float: right;
}

.show-for-medium, .show-for-small {
	display: none;
}

/*** RESPONSIVE ***/

img {
	max-width: 100% !important;
	height: auto;
}
.input {
	max-width:95%;
}
.contact_form .input {
	display: block;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.show-for-medium {
		display: block !important;
	}
	.show-for-large {
		display:none !important;
	}
	#header {
		height: auto;
		padding: 0 15px;
	}
	#header_right {
		max-width: 50%;
	}
	#header_left {
		max-width: 50%;
	}
	#header_right-top {
		width: auto;
	}
	#nav a {
		border-radius:0;
		-webkit-border-radius:0;
	}
	#content {
		padding: 20px 20px;
	}
	#content_top-right {
		float:none;
		margin-top: 20px;
		max-width:100%;
	}
	#content_top-right #gallery_wrap #details {
		float:left;
		padding-left:15px;
		width:325px;
	}
	#content_top-right #gallery_wrap #details .detail {
		width:325px;
	}
	#content_top-left {
		float: none;
		max-width:100%;
	}
	#content_top-left .input, #content_bottom-left .search_form .input {
		width:97%;
	}
	#content_top-left .option {
		float:left;
		margin-right: 15px;
		padding-right:15px;
		border-right: #dddddd solid 1px;
	}
	#content_bottom-left {
		float: none;
		max-width:100%;
	}
	#content_bottom-left #main_img {
		width:95%;
		height:auto;
	}
	#content_bottom-left #main_img img {
		width:100%;
		height: auto;
	}
	#content_bottom-left #panels {
		width:100%;
	}
	#content_bottom-left #panels .panel {
		margin-right:1%;
		width:27%;
	}
	#content_bottom-left #panels .last {
		float:left;
	}
	#content_bottom-right {
		float: none;
		margin: 20px auto;
	}

	#content_bottom-left .search_results .listing {
		width:98%;
	}
	#content_bottom-left .search_results .listing * {
		max-width:95%;
	}
	#content_bottom-left .search_results .listing .thumb {
		width:13%;
	}
	#content_bottom-left .search_results .listing .details {
		width:68%;
	}
	#content_bottom-left .search_results .listing .summary {
		width:14%;
	}

	.contact_form .input {
		width:100% !important;
	}

	#footer_right {
		float: none;
		width:100%;
		height: 120px;
		text-align: center;
	}
	#footer_left {
		float: none;
		max-width:100%;
		text-align: center;
	}
	#footer_left #inner {
		width:100%;
	}
	#footer_left #inner div {
		width:100% !important;
	}
}

@media screen and (max-width: 767px) {
	.hide-for-small {
		display: none !important;
	}
	.show-for-small {
		display: block !important;
	}
	.show-for-large {
		display:none !important;
	}
	#header_container {
		height:auto;
	}
	#header {
		height:auto;
	}
	#header_right {
		float:none;
		width:100%;
	}
	#header_right-top {
		width:100%;
	}
	#header_left {
		float:none;
		width:100%;
		background-position: center;
	}
	#wysiwyg.strapline {
		padding:15px;
		padding-bottom:5px;
		text-align: center;
	}
	#wysiwyg.strapline h1 {
		text-transform: uppercase;
	}
	#content {
		padding-left:15px;
		padding-right:15px;
	}
	#content_top-left {
		float:none;
		max-width: 100%
	}
	#content_top-left .input, #content_bottom-left .search_form .input {
		width:97%;
	}
	#content_top-right {
		float:none;
		margin-top: 20px;
	}
	#content_top-right #gallery_wrap #carousel_border {
		float:none;
		max-width: 100%;
	}
	#content_top-right #gallery_wrap #details {
		float:none;
		width:100%;
	}
	#content_top-right #gallery_wrap #details .detail {
		width:100%;
	}
	#content_top-right #gallery_wrap #gallery_nav {
		margin-top: 20px;
		width:100%;
		height:50px;
	}
	#content_top-right #gallery_wrap #gallery_nav .carousel-jumper {
		height:40px;
	}
	#content_bottom-left {
		float: none;
		max-width:100%;
	}
	#content_bottom-left #main_img {
		width:95%;
		height:auto;
	}
	#content_bottom-left #main_img img {
		width:100%;
		height: auto;
	}
	#content_bottom-left #panels {
		width:100%;
		height:auto;
	}
	#content_bottom-left #panels .panel {
		float:none !important;
		margin-bottom: 10px;
		width:90%;
		height:auto;
	}
	#content_bottom-right {
		float: none;
		margin: 20px auto;
	}

	#content_bottom-left .search_results .listing {
		width:98%;
		height: auto;
	}
	#content_bottom-left .search_results .listing * {
		max-width:95%;
	}
	#content_bottom-left .search_results .listing .thumb {
		width:48%;
	}
	#content_bottom-left .search_results .listing .summary {
		width:48%;
	}
	#content_bottom-left .search_results .listing .details {
		clear: both;
		float:none;
		padding-top:10px;
		width:100%;
	}

	#content_bottom #content_bottom-left #title {
		width:95%;
	}

	#content_bottom #content_bottom-left #listing_gallery {
		width: 95%;
		height:auto;
	}
	#content_bottom #content_bottom-left #listing_gallery * {
		max-width:95%;
	}
	#content_bottom #content_bottom-left #listing_gallery #main {
		float:none;
		width:100%;
		height:auto;
	}
	#content_bottom #content_bottom-left #listing_gallery #thumbs {
		float: none;
	  	width: 95%;
	  	height: 90px;
	  	overflow: hidden;
	  	overflow-x: scroll;
	}
	#content_bottom #content_bottom-left #listing_gallery #thumbs .inner {
		width:auto;
		white-space: nowrap;
	}
	#content_bottom #content_bottom-left #listing_gallery #thumbs .thumb {
		display:inline-block;
		  margin: 0px 15px 10px 0;
	}

	.contact_form .input {
		width:100% !important;
	}

	#footer_right {
		float: none;
		width:100%;
		height: 120px;
		text-align: center;
	}
	#footer_left {
		float: none;
		max-width:100%;
		text-align: center;
	}
	#footer_left #inner {
		padding-left:2%;
		padding-right:2%;
		width:96%;
	}
	#footer_left #inner div {
		width:100% !important;
	}
	#footer_left #inner #links {
		height: auto;
		line-height: 32px;
	}
}