/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #000;
background-color: #282973;
padding:0;
margin:0;
}

h1 {
font-size: 1.2em;
letter-spacing: -1px;
color: #f47e20;
margin-bottom: 3px;
}

h2 {
font-size: 1em;
color: #666;
margin-bottom: 10px;
}

p {
font-size: 1em;
margin-bottom: 10px;
}

a {
color: #f47e20;
font-weight: bold;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

#wrap {
width: 940px;
border: 5px solid #fff;
height: auto;
margin: 8px auto;
background-color: #fff;
overflow: auto;
}

#footer {
background-image: url(../img/dot.gif);
background-position: top left;
background-repeat: repeat-x;
padding: 3px 0;
clear:both;
}

body#home #footer {
margin: 0 30px;
}

#footer a {
color: #666;
font-weight: normal;
font-size: 0.9em;
}

#footer a.hubPower {
float: right;
}

/* HOMEPAGE
--------------------------------------------------------------------*/
body#home #header {
background-image: url(../img/home-top.gif);
background-position: top left;
background-repeat: no-repeat;
height: 106px;
width: 940px;
position: relative;
}

/* home menu */
body#home #header #menuHome {
position: absolute;
bottom: 2px;
right: 0;
}
body#home #header #menuHome a {
font-weight: bold;
text-decoration: none;
color: #fff;
font-size: 1em;
padding: 0 19px 0 14px;
background-image: url(../img/bg_homeMenu.gif);
background-position: bottom right;
background-repeat: no-repeat;
line-height: 34px;
height: 34px;
display:block;
float: left;
}
body#home #header #menuHome a.last {
background-image: none;
}
body#home #header #menuHome a:hover {
color: #f47e20;
}

body#home #header #menuHome a.homeButton {
display:none;
}

body#home #banner {
width: 910px;
height: auto;
background-color: #f47e20;
padding: 0 0 2px 30px;
}

body#home #banner ul#quickLinks {
float: right;
margin-right: 20px;
}
body#home #banner ul#quickLinks li a{
display:block;
width: 325px;
height: 28px;
background-position: top left;
background-repeat: none;
margin: 19px 0;
color: #fff;
line-height: 28px;
text-decoration: none;
}
body#home #banner ul#quickLinks li#btn_email a {
background-image: url(../img/btn_alert.gif);
margin-top: 15px;
}
body#home #banner ul#quickLinks li#btn_wishlist a {
background-image: url(../img/btn_wishlist.gif);
}
body#home #banner ul#quickLinks li#btn_calcs a {
background-image: url(../img/btn_calculators.gif);
}
body#home #banner ul#quickLinks li#btn_news a {
background-image: url(../img/btn_news.gif);
margin-bottom: 0;
}
body#home #banner ul#quickLinks li a:hover{
background-position: bottom left;
}
body#home #banner ul#quickLinks li a strong {
float: left;
margin-left: 35px;
cursor: pointer;
}
body#home #banner ul#quickLinks li a span {
float: right;
margin-right: 5px;
cursor: pointer;
}

body#home #content {
margin: 15px 30px;
width: 880px;
}

body#home #pow .orange { color: #F47E20; }
#pow {
float: right;
width: 280px;
height: auto;
margin: 0 0 10px 10px;
overflow: auto;
}

body#home #pow img#powImg {
float: left;
overflow: auto;
margin-right: 5px;
background-image: url(/img/fpbg.gif);
padding: 4px 6px 4px 4px;
}

body#home dl#pow h1 {
float: left;
width: auto;
}

/* SITEWIDE
--------------------------------------------------------------------*/

html#dynamic #header #banner {
background-image: url(../img/bg_dynamicHead.gif);
background-position: top left;
background-repeat: no-repeat;
background-color: #282973;
border-bottom: 3px solid #f47e20;
height: 53px;
}

html#dynamic #banner ul#quickLinks {
float: right;
background-image: url(../img/bg_quicklinks.gif);
background-position: top left;
background-repeat: no-repeat;
width: 184px;
height: 43px;
padding: 10px 0 0 23px;
}
html#dynamic #banner ul#quickLinks li {
float: left;
}
html#dynamic #banner ul#quickLinks li a,
html#dynamic #banner ul#quickLinks li a:hover {
background-position: top left;
background-repeat: no-repeat;
text-indent: -9999px;
display: inline-block;
float: left;
height: 28px;
width: 24px;
margin-left: 15px;
}
html#dynamic #banner li#btn_email a,
html#dynamic #banner li#btn_email a:hover {
background-image: url(../img/ql_email.gif);
}
html#dynamic #banner li#btn_wishlist a,
html#dynamic #banner li#btn_wishlist a:hover {
background-image: url(../img/ql_wishlist.gif);
}
html#dynamic #banner li#btn_calcs a,
html#dynamic #banner li#btn_calcs a:hover {
background-image: url(../img/ql_calcs.gif);
}
html#dynamic #banner li#btn_news a,
html#dynamic #banner li#btn_news a:hover {
background-image: url(../img/ql_news.gif);
}

/* Menu */
#menu {
border-top: 10px solid #7c7c7c;
border-bottom: 1px solid #7c7c7c;
margin-bottom: 20px;
padding-left: 20px;
overflow: auto;
}

#menu a {
border-left: 1px solid #7c7c7c;
padding: 0px 12px 0px 12px;
line-height: 19px;
color: #7c7c7c;
float: left;
}
#menu a.last {
border-right: 1px solid #7c7c7c;
}
#menu a:hover {
background-color: #7c7c7c;
color: #fff;
text-decoration: none;
}
/* Sub Menu */
#subMenu {
float: left;
width: 175px;
margin: 10px 25px;
}
#subMenu a {
border-top: 1px solid #d5d5d5;
display: block;
width: 175px;
line-height: 22px;
color: #666;
font-weight: normal;
}
#subMenu a.last {
border-bottom: 1px solid #d5d5d5;
}
#subMenu a:hover {
color: #f47e20;
text-decoration: none;
}
#subMenu a.active {
font-weight: bold;
}

/* Content */
html#dynamic #content {
width: 685px;
float: left;
}

#content ol,#content ul {
list-style-image: url(../img/arrow.gif);
margin: 10px 30px;
}

#content img#dyn-heading-img {
display: block;
margin-bottom: 15px;
border:2px solid #666;
}

#content img#dyn-img1 {
float: right;
margin: 0 0 10px 20px;
border:2px solid #666;
}

#content img#dyn-img2 {
margin-bottom: 10px;
display: block;
border:2px solid #666;
}

#content table {
clear:left;
margin: 5px 0 10px 0;
}

#content table td {
padding: 2px 10px;
}
/* News
---------------------------------------------------------------*/
#content .newsitem {
overflow: auto;
margin-bottom: 10px;
clear:both;
display: block;
height: 1%;
}
#content .newsitem h2 {
margin-bottom: 0px;
}

/* Testimonials
---------------------------------------------------------------*/
#content .testimonial {
margin-bottom: 20px;
overflow: auto;
clear:both;
height: 1%;
display: block;
}
#content .testimonial .author {
font-weight: bold;
font-style: italic;
}

/* Forms
---------------------------------------------------------------*/
form {
margin: 15px auto;
width: 470px;
}

form fieldset {
margin: 0 0 15px 0;
padding: 10px;
width: 450px;
border: 1px solid #ccc;
}

form legend {
font-weight: bold;
}

form label {
display: block;
float: left;
width: 150px;
margin-right: 15px;
}

form input,
form textarea,
form select {
width: 250px;
border: 1px solid #ccc;
}

form p {
clear: both;
}

form fieldset#submit {
border: none;
padding: 0;
text-align: right;
}

form fieldset#submit input {
width: auto;
padding: 0 10px;
cursor: pointer;
background-color: #f47e20;
border: none;
color: #fff;
}

form em span,
form .required {
color: #f47e20;
font-weight: bold;
}

form span.description {
display:block;
margin-left: 165px;
font-size: 0.9em;
font-style: italic;
}
/* Property Alert
--------------------------------------------------------------*/
body#alert_popup {
background-color: #fff;
background-image: none;
}

body#alert_popup #header {
background-image: url(../img/bg_dynamicHead.gif);
background-position: top left;
background-repeat: no-repeat;
background-color: #282973;
border-bottom: 3px solid #f47e20;
height: 53px;
width: 530px;
}
body#alert_popup #content {
width: 510px;
margin: 0;
padding: 10px;
text-align: left;
}

.existingReq {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
margin-bottom: 5px;
padding: 5px;
overflow: auto;
height: auto;
display:block;
}
.existingReq div {
float: left;
width: 45%;
}
.existingReq a {
float: right;
}


/* Listings
-----------------------------------------------------------------*/
body.listing form {
width: auto;
padding:5px 10px;
margin: 0 auto;
overflow: auto;
height: auto;
background-color: #F4F4F4;
}
body.listing #filter {
margin-bottom: 10px;
display:block;
overflow: auto;
height: auto;
}

body.listing #filter label {
float: none;
display: block;
width: auto;
font-size: 0.9em;
font-weight: bold;
margin:0;
padding:0;
}

body.listing #filter select {
width: 90px;
display: block;
font-size: 0.9em;
}

body.listing #filter p {
clear: none;
float: left;
margin:  0 24px 0 0;
padding:0;
}

body.listing #filter input {
width: auto;
padding: 0 10px;
cursor: pointer;
background-color: #f47e20;
border: none;
color: #fff;
margin-top: 13px;
}

body.listing p.order {
float: left;
}

body.listing p.saveSearch {
float: right;
}

body.listing .property {
background-image: url(/img/bg_propResults.gif);
background-position: top left;
background-repeat: no-repeat;
width: 210px;
height: 233px;
position:relative;
overflow:hidden;
float: left;
margin: 0 60px 15px 60px;
}
body.listing .property img {
margin: 4px;
width: 200px;
}
body.listing .property h2 {
float: left;
color: #000;
margin: 0 0 3px 6px;
font-size: 0.9em;
}

body.listing .property h3 {
float: right;
margin: 0 6px 3px 0;
font-size: 0.9em;
color: #f47e20;
font-weight: normal;
}
body.listing .property p {
clear:both;
margin: 0 6px;
}
body.listing .property a.more {
position: absolute;
bottom: 0;
right: 0;
display:block;
width: 80px;
height: 25px;
text-indent: -9999em;
}

body.listing p.pagebarTop {
clear:both;
text-align: right;
height: 25px;
display:block;
overflow:hidden;
}

body.listing p.pagebar {
clear:both;
text-align: right;
}

/* Details
-----------------------------------------------------------------*/
body.detail #property {
border: 1px solid #ccc;
padding: 4px 6px;
width: 531px;
margin: 0 auto 15px auto;
}
body.detail #property p#propID {
font-weight: bold;
float: left;
}
body.detail #property a.backBut {
float: right;
}
body.detail #property img.subimages {
width: 176px;
display:block;
float: left;
margin-right: 1px;
margin-bottom: 5px;
}
body.detail #property img#mainimage {
width: 530px;
display:block;
clear:both;
margin-bottom: 1px;
}

body.detail #property p#icons {
float: right;
color: #f47e20;
}
body.detail #property p#icons img {
margin: 0 5px 0 3px;
}

body.detail #property h2 {
color: #f47e20;
text-transform: uppercase;
margin: 0;
}
body.detail #property h3 {
text-transform: uppercase;
font-size: 1em;
margin: 0;
}

body.detail #property ul#overviewlist,
body.detail #property ul#features,
body.detail #property ul#toolslist,
body.detail #property ul#inspectionslist {
margin: 5px 0;
clear:both;
overflow: auto;
list-style:none;
}

body.detail #property ul#features,
body.detail #property ul#inspectionslist {
margin: 5px 0 20px 0;
}

body.detail #property dl.officedetails {
margin-bottom: 12px;
}

body.detail #property dl.officedetails  dt{

font-size: 1em;
margin: 0;
font-weight: bold;
}

body.detail #property dl.agentdetails  dt{
font-size: 1em;
margin: 0;
font-weight: bold;
}

body.detail #property ul#toolslist li {
float: left;
}
body.detail #property ul#toolslist li a {
display: block;
padding: 2px 6px;
margin-right: 1px;
background-color: #9e0606;
color: #fff;
text-transform: uppercase;
font-size: 0.9em;
}

/* Email a Friend
-----------------------------------------------------------------*/
body.emailafriend {
background-color: #fff;
background-image: none;
}

body.emailafriend #header {
background-image: url(/img/bg_dynamicHead.gif);
background-position: top left;
background-repeat: no-repeat;
background-color: #282973;
border-bottom: 3px solid #f47e20;
height: 53px;
width: 765px;
}
body.emailafriend #content {
width: 765px;
margin: 0;
padding: 10px;
text-align: left;
}

/* Slide Show
-----------------------------------------------------------------*/
body.slideshow {
background-color: #fff;
background-image: none;
text-align: center;
}

body.slideshow #header {
background-image: url(/img/bg_dynamicHead.gif);
background-position: top left;
background-repeat: no-repeat;
background-color: #282973;
border-bottom: 3px solid #f47e20;
height: 53px;
width: 900px;
}
body.slideshow #content {
padding: 10px;
text-align: center;
}

body.slideshow #content form {
width: 870px;
margin: 0;
padding: 0;
padding-left: 20px;
text-align: center;
}
body.slideshow #content form input {
width: auto;
padding: 0 10px;
cursor: pointer;
background-color: #f47e20;
border: none;
color: #fff;
margin-top: 13px;
margin-right: 1px;
}

/* Property detail printfriendly
-------------------------------------------------------------------*/
html.brochure,
body.brochure {
background-image: none;
background-color: #fff;
}
body.brochure #header {
width: 584px !important;
background-image:none;
}
body.brochure #wrap {
width: 584px !important;
background-image: none;
background-color: #fff;
height: 100%;
}
body.brochure #main {
background-image: none !important;
}			
body.brochure #content {
background-image: none !important;
float: none !important;
width: 584px !important;
overflow: hidden;
height: auto;
}
body.brochure #content h4 {
clear: both;
display: block;
font-size: 0.9em;
color: #d0344b;
margin-bottom: 5px;
padding: 8px 0 8px 0;
}
body.brochure #content .icons {
float: none;
display:block;
clear: both;
width: 100%;
margin: 0px 4px 8px 0;
}
body.brochure #leftDetails {
width:308px;
float: left;
}
body.brochure #rightDetails {
overflow: hidden;
height: auto;
margin:0;
padding:0;
}
body.brochure #leftDetails img.mainImg{
width: 304px;
float: left;
margin: 0 0 4px 0; 
}
body.brochure #leftDetails img.subImg{
width: 150px;
float:left;
margin: 0 4px 4px 0; 
}
body.brochure #agentDetails {
overflow: hidden;
height: auto;
}

body.brochure #agentDetails dl {
margin:15px;
width:262px;
overflow: hidden;
height: auto;
}
body.brochure #agentDetails dd {
width: 150px;
}
body.brochure #content h2 {
padding: 3px 0;
margin-bottom: 5px;
font-size: 1.2em;
font-style: italic;
color: #2D2D2D;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
background-color: #f9f9f9;
}

body.brochure #content h3 {
font-size: 1em;
color: #595959;
}

body.brochure #content ul {
margin-bottom: 15px;
list-style-type: none;
list-style-position: outside;
}

body.brochure #wrap #content ul#overviewlist,
body.brochure #wrap #content ul#outgoingslist,
body.brochure #wrap #content ul#features,
body.brochure #wrap #content ul#inspectionslist {
list-style-position: inside;
list-style-type: square;
clear:none;
margin-left: 0;
}

body.brochure #addressbar {
height: 25px;
margin-bottom: 5px;
}

body.brochure #addressbar h1 {
float: left;
}

body.brochure  #addressbar p {
float: right;
font-weight: bold;
color: #2D2D2D;
}

body.brochure #addressbar img {
vertical-align: middle;
margin: 0 2px 0 10px;
} 

body.brochure #propertydetails {
width: 320px;
float: left;
margin-bottom: 20px;
}

body.brochure #extradetails {
width: 244px;
float: right;
margin-bottom: 20px;
}

body.brochure #extradetails img {
width: 118px;
margin-right: 2px;
margin-bottom: 2px;
display: block;
float: left;
border: 1px solid #22243D;
}

body.brochure #extradetails img#mainimage {
width: auto;
display: block;
}

body.brochure #extradetails .images p {
text-align: center;
clear: both;
}

body.brochure #extradetails dl {
margin-bottom: 10px;
clear: both;
}

body.brochure dl.agentdetails img {
width: auto !important;
margin-right: 10px !important;
}

/* Staff
-------------------------------------------------------------------*/
body#staff #staffList {
margin: 15px 30px;
}

body#staff #staffList .staffmember {
overflow: auto;
height: 1%;
margin-bottom: 10px;
padding: 10px 12px;
border-bottom: 1px solid #ccc;
}

body#staff #staffList .staffmember img {
float: left;
margin-right: 5px;
display:block;
border: 2px solid #777;
}