/*------------------reset----------------*/
* {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}
html, body {
	height: 100%;
}
html {
	background: #fbffff url('http://orlandosgreenhomes.com/images/body_bg.jpg') no-repeat top center !important;
}
body {
	font-size: 0.625em;
	font-weight: normal;
	font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h2 {
	font-size: 2.5em;
	color: #545454;
}
h3 {
	color: #2069c0;
	font-size: 1.9em;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}
.ui-tabs-nav {
	display: none;
}
p {
	line-height: 1.75;
	font-size: 1.3em;
	color: #4D4D4D;
	padding-bottom: 20px;
}
.realtor-images {
	border: solid 1px #ccc;
	float: left;
	margin: 8px 20px 0 0;
}
.full {
	clear: both;
	width: 918px;
	margin-bottom: 10px;
}
.col_left {
	overflow: hidden;
	float: left;
	width: 575px;
	margin-left: 40px;
	margin-bottom: 60px;
}
.col_right {
	overflow: hidden;
	float: left;
	width: 260px;
	margin-left: 45px;
}
.col_right_home {
	overflow: hidden;
	float: left;
	width: 260px;
	margin-left: 65px;
}
.col_right_picture {
	margin-left: 10px;
	margin-bottom: 15px;
}
.sub {
	background: url('http://orlandosgreenhomes.com/images/tree.jpg') no-repeat;
	min-height: 500px !important;
}
/*-------------------header--------------------*/


#header {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
h1 a {
	margin: 0 0 0 20px;
	float: left;
	display: block;
	text-indent: -9999px;
	background: url('http://orlandosgreenhomes.com/images/logo.png') no-repeat left top;
	width: 305px;
	height: 139px;
}
.phone {
	text-indent: -9999px;
	background: url('http://orlandosgreenhomes.com/images/phone.gif') no-repeat 0 20px;
	width: 207px;
	height: 22px;
	padding-top: 20px;
	float: right;
}
#connect {
	width: 240px;
	height: 30px;
	float: left;
	margin: 50px 0 0 40px;
}
#connect a {
	float: left;
	margin-right: 10px;
}
#connect a#facebook {
	display: block;
	text-indent: -9999px;
	background: url('http://orlandosgreenhomes.com/images/facebook_icon.jpg') no-repeat left bottom;
	width: 18px;
	height: 18px;
	overflow: hidden;
}
#connect a#facebook:hover {
	background: url('http://orlandosgreenhomes.com/images/facebook_icon.jpg') no-repeat 0 1px;
}
#connect a#twitter {
	display: block;
	text-indent: -9999px;
	background: url('http://orlandosgreenhomes.com/images/twitter_icon.jpg') no-repeat left bottom;
	width: 18px;
	height: 18px;
	overflow: hidden;
}
#connect a#twitter:hover {
	background: url('http://orlandosgreenhomes.com/images/twitter_icon.jpg') no-repeat left 1px;
}
#connect a#linkedin {
	display: block;
	text-indent: -9999px;
	background: url('http://orlandosgreenhomes.com/images/linkedin_icon.jpg') no-repeat left bottom;
	width: 18px;
	height: 18px;
	overflow: hidden;
}
#connect a#linkedin:hover {
	background: url('http://orlandosgreenhomes.com/images/linkedin_icon.jpg') no-repeat left 1px;
}
#connect_title {
	float: left;
	display: block;
	text-indent: -9999px;
	margin: 5px 10px 0 0;
	background: url('http://orlandosgreenhomes.com/images/keepup.gif') no-repeat left top;
	width: 115px;
	height: 12px;
}
.greentip {
	float: right;
	margin: 80px 20px 0 0;
}
/*-----------------Navigation---------------*/
#navigation_wrapper {
	background: #489714;
	width: 920px;
	margin: 0 0 30px 20px;
	overflow: hidden;
}
#navigation {
	clear: both;
	background:  url('http://orlandosgreenhomes.com/images/menu.png') no-repeat !important;
	overflow: hidden;
	padding: 0;
	width: 920px;
	height: 50px;
}
#navigation ul {
	list-style-type: none;
}
#navigation ul li {
	padding: 0;
	float: left;
	font-size: 1.4em;
	text-align: center;
}
#navigation ul li a {
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #5C9939;
	padding: 16px 0 18px 0;
}
#navigation ul li ul {
	position: absolute;
	background: #fff;
	left: -9999px;
	margin: -3px 0 0 0;
	padding: 0 !important;
	background:  #fff url('http://orlandosgreenhomes.com/images/subnav_bg.png') no-repeat bottom center;
	border-right: 1px solid #e0e5dd;
	border-bottom: 1px solid #e0e5dd;
	border-left: 1px solid #e0e5dd;
	overflow: hidden;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
}
#navigation ul li:hover ul {
	left: auto;
	z-index: 9999;
}
#navigation ul li ul li {
	float: none;
	width: 100%;
	display: block;
	padding: 0 !important;
	margin: 0;
	border: none !important;
	text-align: left;
}
#navigation ul li ul li a {
	margin: 0;
	color: #545454;
	padding: 10px 16px 8px;
	display: block;
	font-size: 1.4em;
	border-right: none;
	border-bottom: 1px solid #e0e5dd;
	font-size: .7em;
	text-align: left !important;
}
#navigation ul li ul li a:hover {
	background: #E9E9E9;
}
#navigation ul li a {
	overflow: hidden;
	display: block;
	text-decoration: none;
}
#navigation ul li a#home {
	width: 88px;
}
#navigation ul li a#search {
	width: 148px;
}
#navigation ul li a#buyers {
	width: 92px;
}
#navigation ul li a#sellers {
	width: 88px;
}
#navigation ul li a#living {
	width: 124px;
}
#navigation ul li a#bank {
	width: 148px;
}
#navigation ul li a#blog {
	width: 76px;
}
#navigation ul li a#about {
	width: 112px;
	border: none;
}
#navigation ul li a#home:hover {
	color: #545454;
	background:  #fff url('http://orlandosgreenhomes.com/images/menu.png') no-repeat top left !important;
	overflow: hidden;
}
#navigation ul li a#search:hover {
	color: #999;
	background:  #fff url('http://orlandosgreenhomes.com/images/menu.png') no-repeat !important;
	background-position: top center !important;
	overflow: hidden;
}
#navigation ul li a#buyers:hover {
	color: #999;
	background:  #fff url('http://orlandosgreenhomes.com/images/menu.png') no-repeat !important;
	background-position: top center !important;
	overflow: hidden;
}
#navigation ul li a#sellers:hover {
	color: #999;
	background:  #fff url('http://orlandosgreenhomes.com/images/menu.png') no-repeat !important;
	background-position: top center !important;
	overflow: hidden;
}
#navigation ul li a#living:hover {
	color: #999;
	background:  #fff url('http://orlandosgreenhomes.com/images/menu.png') no-repeat !important;
	background-position: top center !important;
	overflow: hidden;
}
#navigation ul li a#bank:hover {
	color: #999;
	background:  #fff url('http://orlandosgreenhomes.com/images/menu.png') no-repeat !important;
	background-position: top center !important;
	overflow: hidden;
}
#navigation ul li a#blog:hover {
	color: #545454;
	background:  #fff url('http://orlandosgreenhomes.com/images/menu.png') no-repeat !important;
	background-position: top center !important;
	overflow: hidden;
}
#navigation ul li a#about:hover {
	color: #999;
	background:  #fff url('http://orlandosgreenhomes.com/images/menu.png') no-repeat !important;
	background-position: top right !important;
	overflow: hidden;
}
/*--------------------body-----------------*/
#wrapper {
	min-height: 100%;
	height: auto !important;
	width: 960px;
	margin: 0 auto -140px;
}
#startsearching {
	padding-bottom: 20px;
	float: left;
}
#startsearch {
	margin-bottom: 20px;
	float: left;
}
#green_sidebar {
	background: url('http://orlandosgreenhomes.com/images/sup_col_bg.jpg') no-repeat bottom center;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
}
#green_sidebar ul {
	list-style-type: none;
}
#green_sidebar ul li a {
	text-decoration: none;
	color: #47722f;
	padding: 5px 0 2px;
	display: block;
	font-size: 1.3em;
	border-bottom: 1px solid #e0e5dd;
}
#green_sidebar ul li a:hover {
	background: #e0e5dd;
}
#selector {
	background: url('http://orlandosgreenhomes.com/images/menu.png') no-repeat scroll top left;
	width: 920px;
	height: 50px;
}
#slideshow {
	display: block;
	float: left;
	width: 642px;
	margin-right: 15px;
	margin-left: 22px;
}
#sub_title {
	background: url('http://orlandosgreenhomes.com/images/sub_shadow.jpg') no-repeat bottom center;
	height: 54px;
}
.sub ul {
	margin: 0 0 20px 20px;
	color: #767676;
}
.sub .buyers dt {
	color: #767676;
	font-size: 1.3em;
	line-height: 1.9;
}
.sub .buyers_ol {
	color: #767676;
	margin: 0 0 20px 20px;
}
.sub .buyers_ol li {
	font-size: 1.3em;
	line-height: 1.9;
}
.sub .buyers_ul ul {
	margin: 0;
}
.sub dt strong {
	color: #767676;
}
ol {
	list-style: decimal !important;
}
ol li {
	margin-left: 20px;
	padding-bottom: 20px;
	font-size: 1.3em;
	color: #767676;
	line-height: 1.9;
}
.col_left ul li {
	margin-left: 20px;
	padding-bottom: 10px;
	font-size: 1.3em;
	color: #767676;
	line-height: 1.9;
}
.lender {
	padding: 30px;
}
.lender img {
	padding-bottom: 10px;
}
.lender ul {
	list-style: none;
}
.lender ul li {
	font-size: 1.1em;
	color:#767676;
}
/*-------------------Home-------------------------*/
home_slideshow_search_container {
	display: block;
	float: left;
	height: 240px;
	width: 1000px;
}
/*--------------------glossary table-----------------*/
table#glossary {
	margin-bottom: 30px;
	overflow: hidden;
}
table#glossary tr {
	display: block;
	text-align: left;
	margin-bottom: 5px;
	width: 100%;
}
table#glossary tr th.term, table#glossary tr th.definition {
	background: #D5F5C4;
	color: #545454;
	font-size: 1.4em;
	padding: 5px;
}
table#glossary tr th.term {
	width: 202px;
}
table#glossary tr th.definition {
	width: 402px;
}
table#glossary .term {
	width: 200px;
}
table#glossary tr td.term {
	background: #ECFCE2;
	border: 1px solid #D5F5C4;
}
table#glossary tr td.term, table#glossary tr td.definition {
	color: #767676;
	padding: 5px;
	font-size: 1.3em;
}
table#glossary tr td.definition {
	border: 2px solid #D5F5C4;
	width: 400px
}
/*--------------------bio widget-----------------*/
.bio_widget_header {
	margin-bottom: 10px;
}
.bio_widget_header a {
	color: #2069C0;
	text-decoration: none;
}
.bio_widget_header a:hover {
	text-decoration: underline;
}
.bio_widget_link {
	color: #006600;
	text-decoration: none;
	font-size: 1.3em;
}
.bio_widget_link:hover {
	text-decoration: underline;
}
/*--------------------wordpress-----------------*/
#sidebar ul li {
	list-style-type: none;
	margin-bottom: 20px;
}
#sidebar ul li a {
	text-decoration: none;
	color: #47722f;
	padding: 5px 0 2px;
	display: block;
	font-size: 1.3em;
	border-bottom: 1px solid #e0e5dd;
}
#sidebar ul li a:hover {
	background: #e0e5dd;
}
#sub_title h2 {
	padding-left: 40px;
	color: #2069C0;
	font-size: 2.4em;
}
h2.pagetitle {
	margin-bottom: 20px;
}
.post {
	border-bottom: 1px solid #CBE4FF;
	margin-bottom: 20px;
}
.post h2, small {
	margin-bottom: 10px;
	display: block;
}
.post small {
	font-size: 1.1em;
}
.post h2 a {
	text-decoration: none;
	color: #2069C0;
}
.post small {
	margin-bottom: 10px;
	display: block;
}
.post h3 a {
	text-decoration: none;
	color: #2069C0;
	margin-bottom: 10px;
	display: block;
}
.entry a {
	color: #47722f;
}
.entry ul {
	list-style-type: disc;
	padding: 0 0 10px 0 !important;
	margin: 0 0 0 20px;
}
.entry ul li {
	padding-bottom: 20px;
	color: #767676;
	line-height: 1.9;
	font-size: 1.3em;
}
.entry blockquote {
	margin: 0 0 20px 60px;
	font-size: .9em;
	font-style: italic;
}
.postmetadata a {
	text-decoration: none;
	color: #47722f;
}
.commentlist li {
	padding: 20px;
	margin-bottom: 20px;
	font-size: 1.3em;
}
.navigation {
	display: none;
}
#submit_comment {
	color: #47722f;
	background: none;
	padding: 3px;
	border: 1px solid #CBE4FF;
	cursor: pointer;
}
.commentlist .vcard {
	padding: 0 10px 10px 0;
}
.commentlist a {
	color: #47722f;
}
#respond a {
	color: #47722f;
}
#respond textarea#comment {
	border: 1px solid #CBE4FF !important;
	color: #767676;
}
/*-------------------contact------------------*/
#contact textarea {
	background: url('http://orlandosgreenhomes.com/images/comment.jpg') no-repeat top left;
	width: 459px;
	height: 174px;
	padding: 5px;
}
#contact label {
	float: left;
	width: 80px;
	text-align: right;
	display: block;
	margin-right: 20px;
	font-size: 1.3em;
	color: #4E88CD;
}
#contact #submit {
	cursor: pointer;
	display: block;
	text-indent: -9999px;
	width: 95px;
	height: 36px;
	background: url('http://orlandosgreenhomes.com/images/submit.jpg') no-repeat top left;
	border: none;
	float: right;
	margin-right: 80px;
}
#contact input {
	border: 2px solid #CBE4FF;
	padding: 5px;
	width: 170px;
}
a#map {
	border: 5px solid #CBE4FF;
	display: block;
	margin: 0 0 30px 10px;
	width: 227px;
	height: 163px;
}
#map img {
	padding: 0;
	margin: 0;
}
#contact_info h4 {
	font-size: 1.4em;
}
#contact h3.header_contact {
	font-size: 3.8em !important;
	width: 280px;
}
#contact p.p_contact {
	width: 280px;
}
#contact #thanks {
	width: 280px;
	float: left;
}
#contact img {
	float: right;
}
#contact_info h4 {
	color: #2069C0;
	border-bottom: 1px solid #E0E5DD;
	margin-bottom: 10px;
	font-size: 1.8em;
	padding-bottom: 5px;
}
#contact_info {
	color: #767676;
	overflow: hidden;
}
#contact_info li {
	font-size: 1.3em;
}
#contact_info li span.left_info {
	float: left;
}
#contact_info li span.right_info {
	float: right;
}
#contact_info li span.right_info a {
	font-size: 9px;
	text-decoration: none;
}
#contact_info li {
	clear: both;
	padding: 5px 0;
}
/*-----avoid foreclosure lead contact -------*/

#foreclosure-contact p {
	padding: 5px 0;
	margin: 0;
}
#foreclosure-contact p label {
	display: block;
	font-size: 1.2em;
	color: #333333;
}
#foreclosure-contact input {
	width: 242px;
	border: 1px solid #CCCCCC;
	padding: 4px;
}
#foreclosure-contact textarea {
	width: 400px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#foreclosure-contact p #submit {
	cursor: pointer;
	display: block;
	text-indent: -9999px;
	width: 95px;
	height: 36px;
	background: url(http://orlandosgreenhomes.com/images/submit.jpg) no-repeat top left;
	border: none;
	float: right;
	margin-right: 150px;
}
#thanks {
	width: 370px;
	float: left;
}
#lamp {
	float: right;
}
#foreclosure-contact {
	margin: 30px 0;
	overflow: hidden;
}
#foreclosure-contact .moreinfo {
	width: 242px;
	float: left;
	margin-right: 18px;
}
#foreclosure-contact .moreinfo p {
	font-size: 90%;
	color: #666;
}
#foreclosure-contact .formhold {
	padding: 0px 0px 20px 0px;
	width: 242px;
}
#foreclosure-contact label {
	color: #666;
	font-size: 0.9em;
}
#foreclosure-contact input {
	padding: 2px;
}
#foreclosure-contact textarea {
	width: 242px;
}
#foreclosure-contact #submit {
	width: 100px;
	color: #333333;
	background: #DDDDDD;
	font-size: 1em;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid #CCC;
	float: none;
	margin: 0;
}
/*-------------------footer------------------*/
#footer_wrapper {
	clear: both;
	width: 100%;
	background: url('http://orlandosgreenhomes.com/images/footer.jpg') no-repeat bottom center;
}
.push {
	clear: both;
}
#footer_wrapper, .push {
	clear: both !important;
	height: 140px;
}
#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#footer #navigation_footer .col_left {
	margin: 0;
}
#footer #navigation_footer {
	margin-bottom: 30px;
	border-top: 1px solid #cbe4ff;
	width: 960px;
	margin: 0 20px;
	padding: 10px 0 0 0;
	overflow: hidden;
}
#footer #navigation_footer ul {
	list-style-type: none;
}
#footer #navigation_footer .col_left ul li {
	padding: 0 20px 0 0;
	float: left;
	margin: 0;
}
#footer #navigation_footer ul li a {
	color: #525252;
	text-decoration: none;
	font-size: .9em;
}
#footer .col_right {
	text-align: right;
}
#footer p.copyright {
	padding: 10px 0 0 0;
	clear: both;
	color: #898989;
	font-size: 1.0em;
}
#footer p.copyright span {
	padding-left: 20px;
}
#footer p.copyright span a {
	color: #2F2F2F;
}
.index-blog {
}
.index-blog a {
	color: #006600;
	text-decoration: none;
}
.index-blog a:hover {
	color: #2069c0;
	text-decoration: underline;
}
/*-------------------cma form------------------*/

#cma input {
	border: 1px solid #CBE4FF;
	padding: 5px;
	margin-bottom: 5px;
}
#cma select {
	border: 1px solid #CBE4FF;
	padding: 5px;
	margin-bottom: 5px;
}
#cma textarea {
	border: 1px solid #CBE4FF;
	padding: 5px;
	margin-bottom: 5px;
}
#cma {
	color:#767676;
	font-size:1.2em;
	line-height:1.8;
	padding-bottom:20px;
	float: left;
	margin-right: 50px;
}
#cma_container {
	float: left;
	display: block;
	margin-left: 20px;
	background: none !important;
	overflow: hidden;
}
#cma #submit {
	cursor: pointer;
	display: block;
	text-indent: -9999px;
	width: 95px;
	height: 36px;
	background: url('http://orlandosgreenhomes.com/images/submit.jpg') no-repeat top left;
	border: none;
	float: left;
	margin-right: 80px;
}
#reset {
	background-color: #CBE4FF;
}
#reset:hover {
	background-color: #EEF7FF;
}
.features_wrap {
	float: left;
	display: block;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-top: 15px;
}
/*-------------------cma form : THANKS!  ------------------*/

.success {
	margin-left: 40px;
	line-height: 1.9;
	font-size: 1.3em;
	color: #767676;
	text-indent: -9999px;
	curson: pointer;
	background: url('http://orlandosgreenhomes.com/images/thanks.jpg') no-repeat top left;
	width: 800px;
	height: 535px;
}
.error {
	margin-left: 40px;
	line-height: 1.9;
	font-size: 1.3em;
	color: #767676;
	text-indent: -9999px;
	curson: pointer;
	background: url('http://orlandosgreenhomes.com/images/error.jpg') no-repeat top left;
	width: 800px;
	height: 535px;
}
.testimonial {
	padding: 18px 0 10px 44px;
	border-bottom: 1px dashed #CECECE;
	background: url('http://orlandosgreenhomes.com/images/thumbsup.jpg') no-repeat 0 18px;
}
.testimonial p {
	font-style: italic;
}
.testimonial p.name {
	font-weight: bold;
	font-style: normal;
}
