body {
	background-color: #EDEDE8;
	color: #232323;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: left;
}

img {
	max-width: 100%;
	height: auto!important;
}

a {
	color: #FD8204;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

hr {
	border: 0;
	border-top: 1px solid #343434;
	border-bottom: 1px solid #525151;
	height: 0;
	margin: 20px 3px;
}

.heading, h1, h2, h3, h4, h5 {
	font-family: 'Oswald', Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 1.1em;
	margin: 5px 0 10px;
	text-transform: uppercase;
}

h1,
.heading.one {
	font-size: 220%;
}

h2,
.heading.two {
	font-size: 180%;
}

h3,
.heading.three {
	font-size: 160%;
	text-transform: none;
}

h4.heading.four {
	font-size: 140%;
}

h5,
.heading.five {
	font-size: 120%;
	text-transform: none;
}

.heading a, h1 a, h2 a, h3 a, h4 a {
	color: inherit;
	text-decoration: none;
}

/*--- MAIN WRAPPER ---*/

.wrapper {
	margin: 0px auto;
	padding: 0px 10px;
	position: relative;
	text-align: left;
	max-width: 1450px;
}

/*--- HEADER ---*/

#header {
	background-color: #FD8204;
	color: #FFF;
	left: 0;
	padding: 0;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.wrapper.wide {
	max-width: 1800px;
}

.wrapper.full {
	max-width: 100%;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header.active {
	top: 0;
}

#header.open,
#header.active,
#header:hover {
	background-color: #FD8204;
}

ul#sites {
	height: 35px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#sites li {
	float: left;
	height: 35px;
	margin: 0px;
	padding: 0px;
}

ul#sites li a {
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	color: #ffffff;
	display: block;
	font-family: 'Oswald', Trebuchet MS, Helvetica, sans-serif;
	font-size: 85%;
	padding: 5px 18px;
	text-decoration: none;
	text-transform: uppercase;
}

ul#sites li.active a {
	background-color: #fff;
	color: #0a0462;
}

ul#sites li a:hover {
	background-color: #D85600;
	color: #fff;
}

ul#sites li.active a:hover {
	background-color: #fff;
	color: #0a0462;
}

ul#sites li a.call-button {
	background-image: url( ../images/phone.png );
	background-position: 7px center;
	background-repeat: no-repeat;
	background-size: 18px auto;
	padding-left:30px;
}

div.tool-container {
	text-align: right;
}

div#login-box,
div#social-buttons {
	display: inline-block;
	font-family: 'Oswald', Helvetica, sans-serif;
	font-size: 90%;
	padding: 5px 0 0 10px;
	text-transform: uppercase;
	vertical-align: top;
}

div#social-buttons a {
	display: inline-block;
	vertical-align: middle !important;
}

/*--- NAVIGATION ---*/

#logo {
	float: left;
	padding-bottom: 5px;
	width: 235px;
}

#logo img {
	height: auto;
	max-width: 100%;
	width: auto;
}

#navigation {
	text-align: right;
	margin-left: 235px;
}

/* Root = Horizontal, Secondary = Vertical */
ul#menu {
	border: 0px none;
	display: inline-block;
	height: 65px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}

ul#menu li {
	background: none;
	display: block;
	float: left; /*For Gecko*/
	height: 65px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: center;
}
/*
ul#menu li.property_management,
ul#menu li.construction,
ul#menu li.real_estate {
	display: none;
}
*/

ul#menu ul {
	background-color: #000000;
	display: none;
	left: 0;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 210px;
}

ul#menu ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	font: 1px/0px serif;
	visibility: hidden;
}

ul#menu ul li {
	background-image: none;
	background-color: #081f2c;
	border: none;
	color: #f7f7f7;
	display: block !important;
	display: inline; /*For IE*/
	float: left; /*For IE 7 lack of compliance*/
	height: auto;
	padding: 0px;
	text-transform: uppercase;
	text-align: left;
	width: 210px;
}

/* Root Menu */
ul#menu a {
	color: #ffffff;
	display: block;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	font-family: 'Oswald', Helvetica, sans-serif;
	font-size: 110%;
	font-weight: lighter;
	height: 65px;
	line-height: 65px;
	padding: 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 99;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

ul#menu ul a {
	letter-spacing: normal;
	text-transform: none;
}

/* Root Menu Hover Persistence */
ul#menu a:hover,
ul#menu li:hover a,
ul#menu li.iehover a {
	color: #232323;
	text-decoration: none;
}

/* 2nd Menu */
ul#menu li:hover li a,
ul#menu li.iehover li a {
	color: #FFFFFF;
	float: none;
	height: auto;
	line-height: 1.1em;
	padding: 10px 22px;
	text-decoration: none;
}

/* 2nd Menu Hover Persistence */
ul#menu li:hover li:hover, ul#menu li.iehover li.iehover {
	background-color: #232323;
}

ul#menu li:hover li a:hover,
ul#menu li:hover li:hover a,
ul#menu li.iehover li a:hover,
ul#menu li.iehover li.iehover a {
	color: #ffffff;
}

/* 3rd Menu */
ul#menu li:hover li:hover li a,
ul#menu li.iehover li.iehover li a {
	background-color: #081f2c;
	color: #fff;
}

/* 3rd Menu Hover Persistence */
ul#menu li:hover li:hover li a:hover,
ul#menu li:hover li:hover li:hover a,
ul#menu li.iehover li.iehover li a:hover,
ul#menu li.iehover li.iehover li.iehover a {
	background-color: #232323;
	color: #ffffff;
}

/* 4th Menu */
ul#menu li:hover li:hover li:hover li a,
ul#menu li.iehover li.iehover li.iehover li a {
	background-color: #081f2c;
	color: #fff;
}

/* 4th Menu Hover */
ul#menu li:hover li:hover li:hover li a:hover,
ul#menu li.iehover li.iehover li.iehover li a:hover {
	background-color: #232323;
	color: #ffffff;
}

ul#menu ul ul,
ul#menu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 210px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#menu li:hover ul ul,
ul#menu li:hover ul ul ul,
ul#menu li.iehover ul ul,
ul#menu li.iehover ul ul ul {
	display: none;
}

ul#menu li:hover ul,
ul#menu ul li:hover ul,
ul#menu ul ul li:hover ul,
ul#menu li.iehover ul,
ul#menu ul li.iehover ul,
ul#menu ul ul li.iehover ul {
	display: block;
}

/*--- CONTENT ---*/

#content {
	min-height: 300px;
	padding: 20px 0;
}
/*--- FOOTER ---*/

#footer-container {
	background-color: #EDEDE8;
	font-size: 85%;
	padding: 40px 0;
	text-align: left;
}

#footer-container a {
	color: #232323;
	margin: 0;
	text-decoration: none;
}

#footer-container p {
	color: #232323;
	margin: 5px 0;
}

.social-media img {
	margin-right: 10px;
	width: 28px;
}

/*--- OTHER ---*/

div.msg-error,
div.msg-success,
div.msg-warning,
div.msg-information,
div.msg-question {
	background-repeat: no-repeat;
	height: auto !important;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 10px;
	min-height: 40px;
	padding-top: 17px;
	padding-left: 57px;
	padding-bottom: 10px;
	text-align: left;
	max-width: 810px;
}

div.msg-error {
	background-image: url( '../images/message-error-bg.jpg' );
	background-color: #FFC4C4;
	border: 1px solid #BB0000;
	color: #A10000;
}

div.msg-error a {
	color: #A10000;
	text-decoration: underline;
}

div.msg-error a:hover {
	text-decoration: none;
}

div.msg-success {
	background-image: url( '../images/message-success-bg.jpg' );
	background-color: #CAFA9F;
	border: 1px solid #6CAA07;
	color: #437100;
}

div.msg-success a {
	color: #437100;
	text-decoration: underline;
}

div.msg-success a:hover {
	text-decoration: none;
}

div.msg-warning {
	background-image: url( '../images/message-warning-bg.jpg' );
	background-color: #FFEB8C;
	border: 1px solid #A68943;
	color: #B25000;
}

div.msg-warning a {
	color: #B25000;
	text-decoration: underline;
}

div.msg-warning a:hover {
	text-decoration: none;
}

div.msg-information {
	background-image: url( '../images/message-info-bg.jpg' );
}

div.msg-question {
	background-image: url( '../images/message-question-bg.jpg' );
}

div.msg-information,
div.msg-question {
	background-color: #CAE4FF;
	border: 1px solid #2477d9;
	color: #004D99;
}

div.msg-information a,
div.msg-question a {
	text-decoration: underline;
	color: #004D99;
}

div.msg-information a:hover,
div.msg-question a:hover {
	text-decoration: none;
}

span.input-error {
	color: #C20000;
	display: block;
	margin: 5px;
}

.clear {
	clear: both;
}

/* form styles */
.ui-widget input.btn,
a.btn,
.btn {
	background: #fd8204; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff934c 0%, #fd8204 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff934c), color-stop(100%,#fd8204)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff934c 0%,#fd8204 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff934c 0%,#fd8204 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff934c 0%,#fd8204 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff934c 0%,#fd8204 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff934c', endColorstr='#fd8204',GradientType=0 ); /* IE6-9 */
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #6d6d6d;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Oswald', Helvetica, sans-serif;
	font-size: 90%;
	letter-spacing: 0px;
	line-height: normal;
	padding: 10px 32px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-appearance: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.ui-widget input.btn:hover,
a.btn:hover,
.btn:hover {
	background: #d85600; /* Old browsers */
	background: -moz-linear-gradient(top,  #d85600 0%, #bf4200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d85600), color-stop(100%,#bf4200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d85600 0%,#bf4200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d85600 0%,#bf4200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d85600 0%,#bf4200 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d85600 0%,#bf4200 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d85600', endColorstr='#bf4200',GradientType=0 );
	color: #fff;
}

a.btn.alternate,
.btn.alternate {
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #dfdfdf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4f4f4 0%,#dfdfdf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#dfdfdf 100%); /* IE10+ */
	background: linear-gradient(top,  #f4f4f4 0%,#dfdfdf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
	border: 1px solid #f4f4f4;
	color: #232323;
}

a.btn.alternate:hover,
.btn.alternate:hover {
	border: 1px solid #f4f4f4;
	background: #b5b5b5; /* Old browsers */
	background: -moz-linear-gradient(top,  #b5b5b5 0%, #9e9e9e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5b5b5), color-stop(100%,#9e9e9e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b5b5b5 0%,#9e9e9e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b5b5b5 0%,#9e9e9e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b5b5b5 0%,#9e9e9e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b5b5b5 0%,#9e9e9e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#9e9e9e',GradientType=0 ); /* IE6-9 */
	color: #232323;
}

a.btn.block,
.btn.block {
	display: block;
	width: 100%;
}

input.btn {
	border: 0;
}

#map {
	height: 350px;
}

select.form,
input[type=text].form,
textarea.form,
form.notify select,
form.notify input[type=password],
form.notify input[type=text],
form.notify textarea {
	background: #ffffff; /* Old browsers */
	border: 1px solid #6d6d6d;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #00264c;
	display: inline-block;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 90%;
	margin: 5px 0px;
	max-width: 500px;
	padding: 10px;
	width: 100%;
}

form.notify label {
	display: inline-block;
	font-family: 'Oswald', Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0px;
	padding-left: 10px;
	text-transform: uppercase;
	vertical-align: middle;
}

form.notify label.error {
	color: red;
	display: block;
}

img.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	max-width: 460px;
	height: auto!important;
}

img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	max-width: 460px;
	height: auto!important;
}

/* home search */

#searchContainer h2 {
	position: relative;
}

#searchContainer h2 span.break {
	display: block;
}

#searchContainer label {
	font-size: 90%;
	padding-left: 5px;
}

#searchContainer a.arrow {
	background-image: url( ../images/down-arrow.png );
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px auto;
	cursor: pointer;
	display: none;
	height: 50px;
	margin-top: -25px;
	position: absolute;
	right: 0;
	top: 50%;
	text-align: left;
	text-indent: -9999px;
	width: 50px;
}

fieldset {
	border: 0;
	margin: 0 auto 30px;
	padding: 0;
	max-width: 810px;
}

#search-container {
	margin: 0 auto 30px;
	max-width: 810px;
}

fieldset legend {
	font-family: 'Oswald', Helvetica, sans-serif;
	font-size: 160%;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 1.1em;
	padding: 0 0 20px;
	text-transform: uppercase;
}

#searchContainer fieldset {
	border: 0;
	border-top: 1px solid #343434;
	border-bottom: 1px solid #525151;
	margin: 0;
	padding: 5px;
}

#searchContainer {
	background-color: #3d3d3d;
	background-image: url( ../images/searchContainerBg.png );
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #dadada;
	padding: 0 5px;
}

#searchContainer input[type="text"] {
	background-color: #fbfbfb;
	background-image: url(../images/search.png);
	background-position:  right  10px center ;
	background-repeat: no-repeat;
}

section#content-container,
section#map-container {
	background-color: #fff;
	padding-top: 110px;
}

section#content-container .wrapper {
	padding: 20px 10px;
	min-height: 400px;
}

#searchContainer div.addressError {
	color: #FD8204;
	display: none;
}

div#map {
	display: none;
	height: 100px;
	max-width: 400px;
	margin-bottom: 20px;
}

div.field {
	margin-bottom: 20px;
}

span.form-error {
	color:red;
	display: block;
}

h1.manage {
	text-align: center;
}

div.order-step-indicator {
	display: block;
	margin: 25px auto;
	max-width: 160px;
	position: relative;
	text-align: center;
	z-index:1;
}

div.order-step-indicator span {
	background-color: #eee;
	border: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: inline-block;
	height: 26px;
	position: relative;
	width: 26px;
	z-index: 2;
}

div.order-step-indicator span:first-of-type {
	float: left;
}

div.order-step-indicator span:last-of-type {
	float: right;
}

div.order-step-indicator:before {
	background-color: #eee;
	content: " ";
	display: block;
	height: 7px;
	left: 0;
	margin: -5px 0 0 17%;
	position: absolute;
	top: 50%;
	width: 75%;
	z-index:1;
}

div.order-step-indicator span.current {
	background-color: #FD8204;
}

table.listing,
table.photoList {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}

table.photoList td,
table.photoList th {
	padding: 6px;
}

table.listing td,
table.listing th {
	padding: 6px;
	vertical-align: top;
}

table.listing tbody tr:nth-of-type(even),
table.photoList tbody tr:nth-of-type(even) {
	background-color: #f6f6f6;
}

table.listing thead th,
table.photoList thead th {
	background-color: #FD8204;
	color: #fff;
	font-family: 'Oswald', Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	text-transform: uppercase;
}

table.listing .action,
table.listing .icon-status,
table.photoList td.delete,
table.photoList td.sort {
	text-align: center;
	width: 70px;
}

.finish-container {
	text-align: center;
}

.property-info-container h3 {
	margin: 15px 0 8px;
}

.property-info-container p {
	margin: 5px 0;
}

.listing-underline {
	border-bottom: 1px solid #d2d2ce;
	padding: 0 0 5px 0;
}

#videoCode {
	display: none;
}

ul#lightSlider {
	margin: 0;
}

ul#video-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul#video-menu li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#video-menu li a.active {
	background-color: #EDEDE8;
	color: #FD8204;
}

ul#video-menu li a {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #FD8204;
	color: #ffffff;
	display: block;
	font-family: 'Oswald', Trebuchet MS, Helvetica, sans-serif;
	font-size: 90%;
	padding: 5px 18px;
	text-decoration: none;
	text-transform: uppercase;
}

h1.listing-title {
	margin-bottom: 15px;
}

p.call-to-actions {
	margin: 15px 0;
}

.search-results-title {
	font-size: 90%;
	margin-bottom: 10px;
	text-align: right;
}

.search-list-page-nav {
	margin: 20px 0;
	text-align: center;
}

.search-list-page-nav span,
.search-list-page-nav a {
	background-color: #EDEDE8;
	border: 1px solid #232323;
	display: inline-block;
	color: #232323;
	font-size: 85%;
	padding: 6px;
	text-decoration: none;
}

.search-list-page-nav a:hover,
.search-list-page-nav span {
	background-color: #FD8204;
	color: #fff;
}

div.search-listing-item {
	background-color: #eee;
	padding:10px;
}

div.search-listing-item:nth-of-type(odd) {
	background-color: #fefefe;
}

div.search-listing-item a {
	color: #232323;
}

.search-listing-item h4,
.search-listing-item p {
	margin: 0 0 5px;
}

.listing-building-type {
	font-style: italic;
}

.listing-building-price {
	font-size: 105%;
	font-weight: bold;
}

.property-info-container p.address {
	font-size: 130%;
}

.property-info-container p.price {
	font-size: 180%;
}

.back-to-listings {
	font-size: 90%;
	float: left;
}

.back-to-listings a {
	color: #000;
	text-decoration: none;
}

.toggle-search {
	background-image: url( ../images/search.png );
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px auto;
	color: #000;
	display: none;
	font-family: 'Oswald', Helvetica, sans-serif;
	font-size: 90%;
	padding: 8px 8px 8px 30px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}

.field-wrap {
	margin-bottom: 5px;
}

.msg-success.view,
.msg-error.view,
.sendingIcon {
	display: none;
}

.manage-account {
	margin: 0 0 10px;
	text-align: center;
}

.blog-list-item-container {
	margin-bottom: 25px;
}

.blog-view-container {
	padding-top: 20px;
}

.slide-out-container {
	background-image: url( '../images/invest-in-florida-sign-up.png' );
	background-position: left top;
	background-repeat: no-repeat;
	height: 216px;
	padding-left: 53px;
	position: fixed;
	overflow: hidden;
	right: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	top: 200px;
	width: 53px;
	z-index: 9999;
	background-size: 55px;
}

.slide-out-container a {
	background-image: url( '../images/orangelistFlorida-Banner.jpg' );
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 216px;
	text-index: -9999px;
	width: 227px;
	background-size: 227px;
}

.slide-out-container.open,
.slide-out-container:hover {
	width: 280px;
}