html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{display:block}nav ul{list-style:none}ol{list-style:decimal}ul{list-style:disc}ul ul{list-style:circle}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}ins{text-decoration:underline}del{text-decoration:line-through}mark{background:none}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input[type="submit"],input[type="button"],button{padding:0!important;margin:0!important}input,select,a img{vertical-align:middle}
/* Main stylesheet document */
@dark-green: #445809;
@med-green: #5b760a;
@light-green: #aed33f;
@lighter-green: #ddf696;
@helvetica: Helvetica, Helvetica Neue, Arial, Sans-Serif;
@centurygothic: Verdana, Tahoma, Geneva, Sans-serif;
@georgia: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
@bg-nav1: rgb(144,205,23); /* Old browsers */
@bg-nav2: -moz-linear-gradient(top, rgba(144,205,23,1) 0%, rgba(128,168,0,1) 100%); /* FF3.6+ */
@bg-nav3: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(144,205,23,1)), color-stop(100%,rgba(128,168,0,1))); /* Chrome,Safari4+ */
@bg-nav4: -webkit-linear-gradient(top, rgba(144,205,23,1) 0%,rgba(128,168,0,1) 100%); /* Chrome10+,Safari5.1+ */
@bg-nav5: -o-linear-gradient(top, rgba(144,205,23,1) 0%,rgba(128,168,0,1) 100%); /* Opera 11.10+ */
@bg-nav6: -ms-linear-gradient(top, rgba(144,205,23,1) 0%,rgba(128,168,0,1) 100%); /* IE10+ */
@bg-nav7: linear-gradient(top, rgba(144,205,23,1) 0%,rgba(128,168,0,1) 100%); /* W3C */
@btn-blue1: rgb(39,141,213); /* Old browsers */
@btn-blue2: -moz-linear-gradient(top, rgba(39,141,213,1) 0%, rgba(23,124,192,1) 41%, rgba(11,114,189,1) 100%); /* FF3.6+ */
@btn-blue3: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(39,141,213,1)), color-stop(41%,rgba(23,124,192,1)), color-stop(100%,rgba(11,114,189,1))); /* Chrome,Safari4+ */
@btn-blue4: -webkit-linear-gradient(top, rgba(39,141,213,1) 0%,rgba(23,124,192,1) 41%,rgba(11,114,189,1) 100%); /* Chrome10+,Safari5.1+ */
@btn-blue5: -o-linear-gradient(top, rgba(39,141,213,1) 0%,rgba(23,124,192,1) 41%,rgba(11,114,189,1) 100%); /* Opera 11.10+ */
@btn-blue6: -ms-linear-gradient(top, rgba(39,141,213,1) 0%,rgba(23,124,192,1) 41%,rgba(11,114,189,1) 100%); /* IE10+ */
@btn-blue7: linear-gradient(top, rgba(39,141,213,1) 0%,rgba(23,124,192,1) 41%,rgba(11,114,189,1) 100%); /* W3C */
@btn-gray1: #969696; /* Old browsers */
@btn-gray2: -moz-linear-gradient(top, #969696 0%, #818181 55%, #868686 55%, #818181 100%); /* FF3.6+ */
@btn-gray3: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#969696), color-stop(55%,#818181), color-stop(55%,#868686), color-stop(100%,#818181)); /* Chrome,Safari4+ */
@btn-gray4: -webkit-linear-gradient(top, #969696 0%,#818181 55%,#868686 55%,#818181 100%); /* Chrome10+,Safari5.1+ */
@btn-gray5: -o-linear-gradient(top, #969696 0%,#818181 55%,#868686 55%,#818181 100%); /* Opera 11.10+ */
@btn-gray6: -ms-linear-gradient(top, #969696 0%,#818181 55%,#868686 55%,#818181 100%); /* IE10+ */
@btn-gray7: linear-gradient(top, #969696 0%,#818181 55%,#868686 55%,#818181 100%); /* W3C */
.clearfix {clear:both;}
body {
background: #99BB33;
font:normal 12px/20px @helvetica;
color:@dark-green;
}
.wrap{
width:970px;
margin:0 auto;
position: relative;
.search-box {
float:right;
#search {
width: 280px;
fieldset {
input {
width:264px;
}
input#submit {
width:280px;
}
}
}
}
#map-wrap {
float: left;
margin: 0 0 0 -20px;
padding: 0;
position: relative;
}
}
a {
text-decoration: none;
color:@dark-green;
}
.header {
background: #ffffff;
overflow:hidden;
#sitelock {
position:absolute;
border: 0;
right:-120px;
top: 10px;
}
#trial {
float:right;
border:2px solid #2673C3;
padding:0 10px;
margin:10px 0 0 10px;
a {
font:bold 12px @centurygothic;
text-transform: uppercase;
}
}
#login {
float:right;
border:2px solid @dark-green;
padding:0 10px;
margin:10px 0;
a {
font:bold 12px @centurygothic;
text-transform: uppercase;
}
}
.logo {
background: url('../images/logo.jpg') no-repeat 0 0;
display:block;
height:107px;
width: 353px;
text-indent: -9999em;
float:left;
clear:right;
}
.navigation {
float:right;
.tagline {
font:normal 15px @georgia;
margin:32px 0 10px 0;
float:left;
}
.credentials{
float:right;
text-align: right;
background: url('../images/eho.jpg') no-repeat top right;
width:260px;
height:55px;
a.lock{
float: right;
background: url('../images/lock.jpg') no-repeat 0 0;
display:block;
height:25px;
width:19px;
text-indent: -9999px;
margin:25px 60px 0 10px ;
}
p {
font:bold 11px/11px @helvetica;
text-decoration: none;
color:#ccc;
margin: 25px 0 0 0 ;
a{
font:normal 11px/18px @helvetica;
text-decoration: none;
color:#ccc;
font-style: italic;
margin:0;
:hover {
text-decoration: underline;
}
}
}
p + p {
margin: 0;
}
}
.menu-container {
clear:both;
height:43px;
list-style-type: none;
li {
background: @bg-nav1;
background: @bg-nav2;
background: @bg-nav3;
background: @bg-nav4;
background: @bg-nav5;
background: @bg-nav6;
background: @bg-nav7;
float:left;
height:43px;
border-right: 1px solid @med-green;
border-left: 1px solid @lighter-green;
a {
display:block;
padding:13px 25px 0 25px;
height:30px;
font:normal 14px @centurygothic;
text-transform: uppercase;
text-decoration: none;
color:#000;
text-shadow: 0px 1px 0px @light-green;
:hover {
color: @dark-green;
}
}
}
.active {
background: #80A802;
a {
color:#fff;
text-shadow: 0px 1px 0px @dark-green;
:hover {
color:#fff;
}
}
}
.last {
padding-right:2px;
a {
background: none;
}
}
}
}
h1 {
font:bold 38px @centurygothic;
text-transform: uppercase;
margin:10px 0 0 0;
}
span {
font:normal 20px @georgia;
font-style: italic;
}
#search {
padding:10px;
background: @light-green;
border:5px solid @med-green;
width: 420px;
margin:20px 0;
p {
font:normal 16px @georgia;
color:@dark-green;
font-style: italic;
margin: 0 0 0 5px;
}
fieldset {
input {
background: #FBFDEC;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #88A127;
width:404px;
height:36px;
font:normal 18px @georgia;
font-style: italic;
color:#999;
padding:5px 0 5px 15px;
margin:10px 0;
}
label {
clear:left;
font:normal 13px @georgia;
font-style:italic;
color:@med-green;
margin: 0 0 0 5px;
}
input#submit {
background: #0b72bd;
background-image: url(../images/buttons-arrow.png), @btn-blue1;
background-image: url(../images/buttons-arrow.png), @btn-blue2;
background-image: url(../images/buttons-arrow.png), @btn-blue3;
background-image: url(../images/buttons-arrow.png), @btn-blue4;
background-image: url(../images/buttons-arrow.png), @btn-blue5;
background-image: url(../images/buttons-arrow.png), @btn-blue6;
background-image: url(../images/buttons-arrow.png), @btn-blue7;
background-position: right;
background-repeat: no-repeat;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 1px 0px 0px #12405a;
-moz-box-shadow: 0px 1px 0px 0px #12405a;
box-shadow: 0px 1px 0px 0px #12405a;
text-shadow: 0px 1px 1px #12405a;
height:47px;
width: 273px;
border:none;
cursor: pointer;
font: bold 23px @helvetica;
text-align:left;
letter-spacing: 2px;
color: white;
text-transform: uppercase;
font-style: normal;
padding:12px 30px !important;
margin:10px 0 !important;
:hover {
background: #2583a7 url(../images/buttons-arrow.png) no-repeat right;
}
}
}
}
#house {
background: url(../images/house.jpg) no-repeat 0 0;
width: 518px;
height:310px;
position: absolute;
bottom:-20px;
right:-20px;
}
}
#footer {
background: #99BB33;
border-top: 1px solid #7aa300;
padding: 0 0 20px 0;
overflow: auto;
.h2-faq {
font:bold 30px @centurygothic;
color:@med-green;
text-shadow: 0px -1px 0px #ddf696;
border-bottom: 1px solid @lighter-green;
margin:10px 0;
padding:0;
text-transform: uppercase;
.bottom {
border-bottom: 1px solid @med-green;
width: 100%;
margin:0;
padding: 0 0 3px 0;
}
}
.faq {
width: 460px;
float: left;
margin:0 30px 0 0;
.h2-pane {
background:@light-green;
margin:0;
padding:5px 15px;
font-size:14px;
font-weight:normal;
margin:5px 0;
font-weight: bold;
:hover {
color:@med-green;
}
}
.pane {
padding:5px 15px 15px 10px;
color:@dark-green;
font-size:12px;
p {
margin: 0;
padding:0;
}
.title {
font-weight: bold;
}
.date {
font-size: 11px;
font-style: italic;
}
.teaser {
margin-top:10px;
}
.teaser + p {
margin-top: 10px;
img {display: none;}
}
}
.clear {
clear: both;
}
.topThree {
.last {
margin: 0 0 5px 0;
}
a {
border: 8px solid @light-green;
float: center;
position: relative;
margin: 0 10px 5px 0;
width: 120px;
display: block;
img {
width:120px;
height:90px;
}
}
p {
font:normal 12px @helvetica;
color:@med-green;
margin: 2px 0 0 0;
}
.result {
float: left;
}
.btn {
background: #0b72bd;
background-position: right;
background-repeat: no-repeat; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 1px 0px 0px #12405a;
-moz-box-shadow: 0px 1px 0px 0px #12405a;
box-shadow: 0px 1px 0px 0px #12405a;
text-shadow: 0px 1px 1px #12405a;
height:18px;
width: 93px;
border:none;
padding:5px 0 0 0 !important;
margin:10px 0 0 0 !important;
cursor: pointer;
float:left;
font: bold 10px @helvetica;
letter-spacing: 1px;
color: white;
text-transform: uppercase;
text-align:center;
font-style: normal;
display: block;
}
}
}
}
.right {
width:460px;
float: left;
/*
.featured {
margin:0 0 10px 0 ;
overflow: auto;
.home {
float:left;
margin:0 24px 0 0;
img {
border:7px solid @light-green;
margin:0 0 10px 0;
}
p {
line-height: 16px;
margin:0 0 0 7px;
}
.lvl-one {
font-weight: bold;
}
.lvl-two {
}
.btn {
background: #0b72bd;
background-image: url(../images/buttons-arrow.png), @btn-blue1;
background-image: url(../images/buttons-arrow.png), @btn-blue2;
background-image: url(../images/buttons-arrow.png), @btn-blue3;
background-image: url(../images/buttons-arrow.png), @btn-blue4;
background-image: url(../images/buttons-arrow.png), @btn-blue5;
background-image: url(../images/buttons-arrow.png), @btn-blue6;
background-image: url(../images/buttons-arrow.png), @btn-blue7;
background-position: right;
background-repeat: no-repeat; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 1px 0px 0px #12405a;
-moz-box-shadow: 0px 1px 0px 0px #12405a;
box-shadow: 0px 1px 0px 0px #12405a;
text-shadow: 0px 1px 1px #12405a;
height:20px;
width: 93px;
border:none;
padding:5px 0 0 0 !important;
margin:10px 0 0 0!important;
cursor: pointer;
float:right;
font: bold 12px @helvetica;
letter-spacing: 1px;
color: white;
text-transform: uppercase;
text-align:center;
font-style: normal;
display: block;
}
}
.last {
margin:0;
}
}
.ad {
clear:left;
float:left;
margin:30px 20px 20px 0;
}
.resources {
float:left;
width:190px;
ul {
list-style-type: none;
a {
:hover {
text-decoration: underline;
}
}
}
} */
}
.state-links {
background: #8aa92f;
border-top: 1px solid @med-green;
border-bottom: 1px solid @lighter-green;
clear:left;
margin:10px 0;
padding: 0 0 0 0;
text-align: center;
.top {
border-top: 1px solid @lighter-green;
height:1px;
width: 100%;
}
.bottom {
border-bottom: 1px solid @med-green;
margin:20px 0 0 0;
height:1px;
width: 100%;
}
.footerColumn {
float:left;
width:160px;
margin:0 auto;
text-align:center;
}
.clear {
clear: both;
}
.title {
float:left;
margin:9px 0 7px 0;
width:475px;
span {
font-weight: bold;
}
}
.title {
}
a {
:hover {
text-decoration: underline;
}
}
}
.links-left {
float:left;
p {
margin:0;
line-height: 16px;
}
a {
color:@dark-green;
text-decoration: none;
font-weight: bold;
:hover {
text-decoration: underline;
}
}
.lvl-one {
font-size:12px;
}
.lvl-two {
font-size: 11px;
}
.lvl-three {
font-size: 11px;
}
}
.links-right {
float:right;
text-align: right;
p {
margin:0;
line-height: 16px;
}
a {
color:@dark-green;
text-decoration: none;
font-weight: bold;
:hover {
text-decoration: underline;
}
}
.lvl-one {
font-size:12px;
}
.lvl-two {
font-size: 11px;
}
.lvl-three {
font-size: 11px;
}
}
.search-results {
padding:30px 0 0 0;
.left{
width: 300px;
margin: 0 30px 0 0;
float:left;
padding:0 0 0 0;
overflow: auto;
#test {
padding: 0 0 0 0;
margin: 0 0 8px -3px;
}
.refine {
background: @light-green;
padding:10px;
margin:0 0 10px 0 ;
span {
font:bold 25px @centurygothic;
color:@dark-green;
text-transform: uppercase;
}
select {
width:280px;
margin:5px 0;
}
#keywords {
background: #FBFDEC;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #88A127;
width:265px;
height:36px;
font:normal 18px @georgia;
font-style: italic;
color:#999;
padding:5px 0 5px 15px;
margin:10px 0;
}
input#submit {
background: #0b72bd;
background-image: url(../images/buttons-arrow.png), @btn-blue1;
background-image: url(../images/buttons-arrow.png), @btn-blue2;
background-image: url(../images/buttons-arrow.png), @btn-blue3;
background-image: url(../images/buttons-arrow.png), @btn-blue4;
background-image: url(../images/buttons-arrow.png), @btn-blue5;
background-image: url(../images/buttons-arrow.png), @btn-blue6;
background-image: url(../images/buttons-arrow.png), @btn-blue7;
background-position: right;
background-repeat: no-repeat;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 1px 0px 0px #12405a;
-moz-box-shadow: 0px 1px 0px 0px #12405a;
box-shadow: 0px 1px 0px 0px #12405a;
text-shadow: 0px 1px 1px #12405a;
height:47px;
line-height: 10px;
width: 160px;
border:none;
padding:11px 15px !important;
margin:10px 0 0 0!important;
cursor: pointer;
float:right;
font: bold 23px @helvetica;
letter-spacing: 1px;
color: white;
text-transform: uppercase;
text-align:left;
font-style: normal;
}
}
.hiddenText_0 {
font:normal 12px/18px helvetica;
color:@dark-green;
margin:0 0 10px 0;
padding: 0 30px 0 0;
a {
:hover {
text-decoration: underline;
}
}
}
.trunc-h {
font:bold 14px helvetica;
color:@dark-green;
margin: 5px 0;
padding: 0;
+ p {
font:normal 12px/18px helvetica;
color:@dark-green;
margin:0 0 10px 0;
padding: 0 30px 0 0;
a {
:hover {
text-decoration: underline;
}
}
}
}
.resources {
h4 {
font:bold 30px @centurygothic;
color:@med-green;
text-shadow: 0px -1px 0px #ddf696;
border-bottom: 1px solid @lighter-green;
margin:10px 0;
padding:0;
text-transform: uppercase;
.bottom {
border-bottom: 1px solid @med-green;
width: 100%;
margin:0;
padding: 0 0 3px 0;
}
}
ul {
list-style-type: none;
a {
:hover {
text-decoration: underline;
}
}
}
}
.credit {
font:normal 11px/12px @helvetica;
margin:0 0 10px 0;
em {
font-weight: bold;
font-style: normal;
}
a {
color:blue;
text-decoration: underline;
}
}
}
.right {
float:left;
width:640px;
position: relative;
h1 {
font-size: 24px;
margin:0;
width:500px;
}
.h-number {
font-size: 18px;
font-weight: bold;
}
form {
position: absolute;
top:0;
right:0;
}
.milePost {
font: bold 14px Helvetica;
background: #d3e896;
margin:10px 0;
padding:10px;
position: relative;
overflow: auto;
clear:left;
}
.result {
background: #d3e896;
margin:10px 0;
padding:10px;
position: relative;
overflow: auto;
clear:left;
a {
border:10px solid #fff;
float:left;
position: relative;
margin:0 10px 0 0;
height: 150px;
width: 200px;
display: block;
.tag {
font:bold 20px @centurygothic;
color:#fff;
background:@light-green;
opacity: .8;
text-transform: uppercase;
text-align: center;
position: absolute;
top:0px;
left:0px;
width: 100%;
}
img {
height: 150px;
width: 200px;
}
}
.h-address {
font:bold 11px @centurygothic;
color:@dark-green;
text-transform: uppercase;
margin:0 0 5px 0;
}
.h-area {
font:normal 16px @helvetica;
color:@dark-green;
margin:0;
}
p {
font:normal 14px @helvetica;
color:@med-green;
margin:10px 0 0 0;
}
.btn {
background: #0b72bd;
background-image: url(../images/buttons-arrow.png), @btn-blue1;
background-image: url(../images/buttons-arrow.png), @btn-blue2;
background-image: url(../images/buttons-arrow.png), @btn-blue3;
background-image: url(../images/buttons-arrow.png), @btn-blue4;
background-image: url(../images/buttons-arrow.png), @btn-blue5;
background-image: url(../images/buttons-arrow.png), @btn-blue6;
background-image: url(../images/buttons-arrow.png), @btn-blue7;
background-position: right;
background-repeat: no-repeat;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 1px 0px 0px #12405a;
-moz-box-shadow: 0px 1px 0px 0px #12405a;
box-shadow: 0px 1px 0px 0px #12405a;
text-shadow: 0px 1px 1px #12405a;
height:20px;
width: 186px;
border:none;
position:absolute;
bottom:10px;
right:0px;
cursor: pointer;
padding: 10px 12px 12px 12px !important;
float:right;
font: bold 22px @helvetica;
letter-spacing: 0.9px;
color: white;
text-transform: uppercase;
text-align:left;
font-style: normal;
}
}
.pagination {
width: 100%;
text-align: center;
margin:30px 0 10px 0;
ul {
list-style-type: none;
li {
display:inline-block;
margin:0 5px;
}
.prev {
a {
background:url(../images/pagination.jpg) no-repeat 0 0;
display:block;
height:35px;
width:27px;
text-indent: -9999px;
font:bold 25px @centurygothic;
:hover {
background-position: 0 -35px;
}
}
}
.prev.inactive {
a {
background-position: 0 -70px;
}
}
.next {
a {
background:url(../images/pagination.jpg) no-repeat -27px 0;
height:35px;
display:block;
width:27px;
text-indent: -9999px;
font:bold 25px @centurygothic;
:hover {
background-position: -27px -35px;
}
}
}
.next.inactive {
a {
background-position: -27px -70px;
}
}
.number {
a {
font:bold 25px @centurygothic;
color:@dark-green;
display: block;
height:35px;
width: 27px;
:hover {
color:@med-green;
}
}
}
.current {
a {
background: @dark-green;
color: #fff;
:hover {
color:#fff;
}
}
}
}
}
}
}
.copy {
.wrap {
min-height: 300px;
h2 {
margin:10px 0 0 30px;
}
p, ul {
margin:10px 0;
width:500px;
}
ul {
margin:0 20px;
}
}
}
.details {
#powered-by {
float:left;
width: 170px;
p {
font:normal 11px @helvetica;
color:#666;
float:left;
margin:0;
padding: 0;
}
img {float:left;}
}
#search-again{
float:right;
text-align: right;
margin-bottom: 8px;
margin-top: 3px;
a {
font:normal 11px @helvetica;
color:#999;
text-align: right;
margin:0 10px 0 0;
}
#keywords {
background: #FBFDEC;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #ccc;
width:281px;
height: 24px;
font:normal 15px @georgia;
font-style: italic;
color:#999;
padding:5px 0 5px 15px;
margin: 0 15px 0 0;
}
#submit {
background: #818181;
background-image: url(../images/buttons-arrow-sm.png), @btn-gray1;
background-image: url(../images/buttons-arrow-sm.png), @btn-gray2;
background-image: url(../images/buttons-arrow-sm.png), @btn-gray3;
background-image: url(../images/buttons-arrow-sm.png), @btn-gray4;
background-image: url(../images/buttons-arrow-sm.png), @btn-gray5;
background-image: url(../images/buttons-arrow-sm.png), @btn-gray6;
width:100px;
height: 36px;
background-position: right;
background-repeat: no-repeat;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 1px 0px 0px #555;
-moz-box-shadow: 0px 1px 0px 0px #555;
box-shadow: 0px 1px 0px 0px #555;
text-shadow: 0px 1px 1px #000;
border:none;
cursor: pointer;
padding: 10px 12px 10px 12px !important;
margin: 0 !important;
font: bold 14px @helvetica;
letter-spacing: 0.9px;
color: white;
text-transform: uppercase;
text-align:left;
font-style: normal;
}
}
#left {
clear:both;
float:left;
width:560px;
margin-left: 10px;
p {
margin:10px;
float:none;
color:#999;
}
#info {
background: #d2e695;
padding:10px;
overflow: auto;
img {
border: 10px solid #fff;
float:left;
margin-right: 10px;
width:200px;
height: 150px;
}
.h-address {
font:bold 11px @centurygothic;
color:@dark-green;
text-transform: uppercase;
margin:0 0 5px 0;
}
.h-area {
font:normal 16px @helvetica;
color:@dark-green;
}
.imageContainer {
//border:10px solid #fff;
float:left;
position: relative;
margin:0 30px 0 0;
width: 200px;
display: block;
.tag {
margin: 10px 0 0 10px;
font:bold 20px @centurygothic;
color:#fff;
background:@light-green;
opacity: .8;
text-transform: uppercase;
text-align: center;
position: absolute;
top:0px;
left:0px;
width: 100%;
}
}
p {
font:normal 14px @helvetica;
color:@med-green;
margin:10px 0 0 0;
}
.credit {
margin: 71px 0 0 0;
a {
font-size: 11px;
}
a:hover {
text-decoration: underline;
}
}
}
}
#register {
float:left;
border:10px solid @light-green;
background:#f6f7f2;
padding:10px;
h1 {
font:bold 24px @centurygothic;
text-transform: uppercase;
border-bottom: 1px solid @dark-green;
padding:0;
margin:0;
}
#name, #email {
background: #FBFDEC;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #ccc;
font:normal 15px @georgia;
font-style: italic;
height: 44px;
width: 334px;
font:normal 15px @georgia;
font-style: italic;
color:#999;
padding:0px 0 0 15px;
margin:10px 0;
}
#newsletter {
margin:0 10px 0 0;
}
label[for=newsletter] {
font:normal 11px @helvetica;
color:#999;
}
#submit {
background: #0b72bd;
background-image: url(../images/buttons-arrow.png), @btn-blue1;
background-image: url(../images/buttons-arrow.png), @btn-blue2;
background-image: url(../images/buttons-arrow.png), @btn-blue3;
background-image: url(../images/buttons-arrow.png), @btn-blue4;
background-image: url(../images/buttons-arrow.png), @btn-blue5;
background-image: url(../images/buttons-arrow.png), @btn-blue6;
background-image: url(../images/buttons-arrow.png), @btn-blue7;
background-position: right;
background-repeat: no-repeat;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 1px 0px 0px #12405a;
-moz-box-shadow: 0px 1px 0px 0px #12405a;
box-shadow: 0px 1px 0px 0px #12405a;
text-shadow: 0px 1px 1px #12405a;
height:40px;
width: 159px;
border:none;
cursor: pointer;
margin-top: 5px!important;
padding: 9px 12px 12px 40px !important;
float:right;
font: bold 22px @helvetica;
letter-spacing: 0.9px;
color: white;
text-transform: uppercase;
text-align:left;
font-style: normal;
}
.credentials{
float:right;
text-align: right;
width:300px;
height:55px;
a.lock{
float: right;
background: url('../images/lock.jpg') no-repeat 0 0;
display:block;
height:25px;
width:19px;
text-indent: -9999px;
margin:25px 0px 0 10px ;
}
p {
font:bold 11px/11px @helvetica;
text-decoration: none;
color:#ccc;
margin: 25px 0 0 0 ;
a{
font:normal 11px/18px @helvetica;
text-decoration: none;
color:#ccc;
font-style: italic;
margin:0;
:hover {
text-decoration: underline;
}
}
}
p + p {
margin: 0;
}
}
}
.list {
font:normal 14px @helvetica;
margin:5px 0;
border-bottom: 1px solid @med-green;
padding-bottom: 5px;
span {
float: right;
}
img {
cursor: pointer;
}
}
#col1 {
clear:both;
float:left;
width:455px;
margin: 20px 50px 20px 0;
.h-info {
clear:both ;
font:bold 16px @centurygothic;
border-bottom: 1px solid @dark-green;
margin:10px 0;
padding-bottom: 10px;
}
.list {
span {
margin-right: 1px;
font:normal 14px @helvetica;
a {
font-weight:bold;
font-style:italic;
}
}
}
}
#col2 {
float:left;
width:455px;
margin: 20px 0;
.h-info {
clear:both ;
font:bold 16px @centurygothic;
border-bottom: 1px solid @dark-green;
margin:10px 0;
padding-bottom: 10px;
}
.list {
span {
margin-right: 1px;
font:normal 14px @helvetica;
a {
font-weight:bold;
font-style:italic;
}
}
}
}
}
.sell {
#left {
width:500px;
float:left;
padding:20px 0 0 0;
ul,ol {
margin:0 10px;
padding:0 10px;
}
}
#search {
float:left;
input {
background: #FBFDEC;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #ccc;
width:398px;
}
input#city {
background: #FBFDEC;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #ccc;
width:194px!important;
margin-right: 7px;
}
input#state,
input#baths,
input#beds {
background: #FBFDEC;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #ccc;
width:60px!important;
margin-right: 7px;
}
input#zip {
background: #FBFDEC;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #ccc;
width:94px!important;
}
input#owed {
background: #FBFDEC;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #ccc;
width:228px!important;
}
label[for=repairs],
label[for=current],
label[for=realtor] {
margin:0 10px 0 0;
}
input#repairs,
input#current,
input#realtor {
width:inherit;height: inherit;
margin:5px;
}
input#submit {
background: url(../images/btn-bg-sell.jpg) no-repeat 0 0!important;
}
}
}
.confirm {height:500px;}
.tooltip {
display:none;
width:311px;
height:117px;
font:bold 12px/18px @helvetica;
color:#fff;
background: url(../images/tooltip-bg.png) no-repeat 0 0;
padding:20px 20px 0 20px;
}
.keyword-intro {
span {
display:none;
}
}