/* === GENERAL ===*/

* {
	margin: 0;
	padding: 0;
	}
	
body {
	width:100%;  min-width:760px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #0E113A;
	background-position: top center;
	background-repeat: repeat-y;
	}
	
body.home {
	background-image: url(img/bg_bodyHome.gif);
	}
	
.break {
	clear: both;
	}

h3 {
	display: none;
	}
.hidden {
display:none;
}
/* === WRAPPER ===*/

div#wrapperHome {
	width: 760px; margin-left: auto; margin-right: auto;
	}

div#wrapper {
	width: 760px; margin-left: auto; margin-right: auto;
	background-image: url(img/bg_body.gif);
	background-repeat: repeat-y;
	background-position: top center;
	}

/* === HEADER ===*/

div#headerContainer {
	height: 98px;
	background-image: url(img/bg_header.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

/* === LOGO ===*/

a#logo {
	float: right; display: block;
	width: 71px; height: 83px;
	margin-top: 8px; padding-right: 12px;
	background-image: url(img/logo.gif); 
	background-repeat: no-repeat;
	}

a#logo span {
	display: none;
	}

/* === WELCOME CONTAINER ===*/

div#welcomeContainer {
	height: 188px;
	margin-top: 1px;
	background-image: url(img/bg_homePanel.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	}

/* === IMAGES ===*/

img#metal {
	float: left; display: block;
	width: 76px; height: 175px;
	margin-top: 6px; padding-left: 12px;
	}

img#office {
	float: left; display: block;
	width: 333px; height: 175px;
	margin-top: 6px;
	}

img#logoType {
	float: right; display: block;
	width: 245px; height: 31px;
	margin-top: 28px; padding-right: 47px;
	}
	
img.staffImage {
	float: right; display: block;
	margin-top: 6px;border: 1px solid #EFDA03;
	}

/* === PROPERTY ID SEARCH AND EMAIL ALERT ===*/

form#propID,
a#emailAlert {
	float: right; width: 315px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 11px; 
	}

form#propID {
	height: 46px;
	margin: 35px 0 0 0; padding: 0 11px 0 0; 
	background-image: url(img/bg_propId.jpg);
	}

form#propID fieldset {
	border: none;
	}

form#propID legend {
	padding: 5px 0 0 10px; /*ie hack*/_padding: 5px 0 0 0;
	font-weight: bold; color: #3E403F; 
	}

form#propID label {
	padding: 0 0 0 7px;
	}

form#propID input.field { 
	width: 130px;
	margin: 0 7px 0 10px;
	}

form#propID input.button { 
	width: 18px; height: 16px;
	}

a#emailAlert {
	display: block; height: 24px;
	margin: 10px 0 0 0; padding: 4px 11px 0 0; 
	background-image: url(img/bg_emailAlert.jpg);
	color: #3E403F; text-decoration: none; font-weight: bold;
	}

a:hover#emailAlert {
	opacity: .5;
	filter: alpha(opacity=50);
	}

a#emailAlert span {
	margin: 10px 0 0 8px; padding: 0 0 0 25px;
	background-image: url(img/ico_envelope.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	}
	
a#emailAlert strong {
	float: right; width: 18px; height: 16px; margin-top:-13px; padding-right: 14px;
	background-image: url(img/btn_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}

a#emailAlert b {
	display: none;
	}
	
/* === TEXT BOXES ON HOMEPAGE ===*/

div.textBox { 
	margin: 10px 0 0 0; padding: 2px;
	background-image: url(img/bg_textBox.jpg);
	background-repeat: repeat-x;
	background-position: top bottom;
	background-color: #FFF;
	border: 1px solid #EFDA03;
	font-size: 11px; line-height: 130%;
	}
	
div#aboutPanel {
	clear: both; float: left;
	margin-left: 10px; /*ie hack*/_margin-left: 5px;
	width: 282px; height: 202px;
	}

div#aboutPanel img,
.leftPic {
	float: left;
	width: 106px; height: 138px;
	}
div#aboutPanel a.buttonMore {
margin-top:58px
}

div#quickSearch {
	clear: right; float: left;
	margin-left: 7px;
	width: 171px; height: 202px;
	}

/* textbox headings */

div.textBox h1,
a#featureSale strong,
a#featureRental strong {
	padding: 3px 3px 7px 10px;
	background-repeat: no-repeat;
	background-color: #EFDA03;
	color: #141851; font-size: 11px; text-transform: uppercase;
	}
	
div#quickSearch h1 {
	background-position: 148px 4px;
	background-image: url(img/ico_search.gif);
	}
	
div.textBox h2 {
	margin: 5px 10px 10px 10px;
	color: #141851; font-size: 11px;
	}
	
/* === QUICK SEARCH ===*/

div#quickSearch legend {
	display: none;
	}

div#quickSearch fieldset {
	border: none;
	padding: 5px 0 5px 0;
	}

div#quickSearch input, 
div#quickSearch select,
div#quickSearch label {
	margin-left: 10px;
	font-size: 11px;
	}

div#quickSearch input.button {
	margin-top: 10px;
	}
	
div#quickSearch input:hover.button {
	opacity: .5;
	filter: alpha(opacity=50);
	}
	
div#quickSearch fieldset input {
	float: left; clear:left; width: 20px; height: 18px; 
	margin-right: 5px;
	}
	
div#quickSearch label {
	float: left; width: 120px; height: 19px; 
	line-height: 17px;
	}
div#quickSearch .quickSearchPropertyType {
display:none;
}
div#quickSearch select {
margin-top:5px;
width: 148px;
}
div#quickSearch #qs_price select {
margin-top:5px;
width:67px;
}
div#quickSearch #qs_price label {
margin-top:5px;
width:120px;
}
/* === FEATURE PROPERTIES ===*/

a#featureSale,
a#featureRental {
	float: left; display: block;
	width: 259px;
	margin: 10px 0 0 7px;
	background-color: #F5E968;
	color: #141851; font-size: 11px; text-decoration: none;
	}

a#featureRental {
	margin-top: 16px;
	}

a:hover#featureSale,
a:hover#featureRental { 	
	opacity: .5;
	filter: alpha(opacity=50);
	}

/* feature images */

a#featureSale img,
a#featureRental img {
	width: 128px; height: 96px;
	border: none;
	}

a#featureSale img {
	float: left;
	}
	
a#featureRental img {
	float: right;
	}

/* feature text */

a#featureSale strong,
a#featureRental strong {
	float: left; width: 113px;
	margin: 2px 2px 2px 2px;
	background-position: 104px 3px;
	background-image: url(img/ico_tick.gif);
	color: #141851; font-size: 11px; text-transform: uppercase;
	}
	
a#featureSale b,
a#featureRental b {
	color: #606C66; font-size: 11px; text-transform: uppercase;
	}
	
a#featureSale b, 
a#featureSale span,
a#featureRental b,
a#featureRental span {
	float: left; width: 113px;
	padding: 3px 0 0 10px;
	}

/* === BUTTONS === */

a.buttonMore {
	float: right; display: block;
	margin: 44px 7px 10px 10px; /*ie hack*/_margin: 42px 7px 10px 10px;
	width: 40px; height: 16px;
	background-image: url(img/btn_more.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
a:hover.buttonMore {
	opacity: .5;
	filter: alpha(opacity=50);
	}
	
.buttonMore span {
	display: none;
	}

#footerHome .logolink {
float : right;
}
#footerHome .logolink img {
margin-left : 10px;
}
	
/* === CONTENT ===*/

h1.title,
div.propertyBand {
	height: 27px;
	margin-left: 161px; padding: 0.4em 0 0 1em;
	background-image: url(img/bg_title.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-size: 12px; color: #0D1039;
	}
	
div.propertyBand h1 {
	float: left;
	font-size: 12px; 
  color: #0D1039; 
	}
	
h1.title b,
div.propertyBand b {
	font-weight: normal; font-size: 11px;
	}

#contentContainer {
	margin-left: 161px; padding: 0 1.3em 0 1em;
	background-color: #FFF;
	font-size: 11px; line-height: 16px;
	}
	
#contentContainer h2 {
	font-size: 12px; color: #0D1039;
	margin: 10px 0 10px 0;
	}
	
#contentContainer h4 strong {
	color:#333;
	}
	
#contentContainer h4 {
	font-size: 12px; color: #00A1E1;
	margin: 10px 0 10px 0;
	}
	
#contentContainer h5 {
	width: 350px;
	padding-top: 50px;
	font-size: 9px; color: #666; font-weight: normal; 
	}
		
#contentContainer p {
	margin-top: 10px; margin-bottom: 10px;
	}

#contentContainer ul {
	list-style: none;
	margin-bottom: 20px;
	}
	
#contentContainer ul li { 
	background-image: url(img/list_arrow.gif); 
	background-repeat: no-repeat; background-position: 0 0;
	padding-left: 20px; 
	}
	
#contentContainer a {
	color: #141851;
	font-weight: bold;
	text-decoration: none;
	}
	
#contentContainer a:hover {
	text-decoration: underline;
	}
	
/*dm stuff*/
	
#contentContainer .article {
	padding-bottom:15px; 
	border-bottom:1px solid #EFDA03;
	}

#contentContainer a.buttonPdf {
	width: auto; height:32px;
	display:block;
	background-image:url(img/ico_pdf.gif);
	background-repeat:no-repeat;
	padding-left:40px;
	b/order:1px solid red;
}

.buttonDownload a:link,
.buttonDownload a:active,
.buttonDownload a:visited { 
	width:220px; height:51px; display:block;
	padding-left:98px; padding-top:12px;
	background-image:url(img/ico_acrobat.gif);
	background-repeat:no-repeat;
	background-position:0 10px;
	font-size:9px;
	line-height:12px;
	color:#333333;
	text-decoration:none;
}

.buttonDownload a:hover { 
	color:#999999;
}

/* summary/details - content box */
.summaryResults {
	clear: both; 
	padding-top: 10px; padding-bottom: 10px;
	border-bottom: 2px solid #EFDA03;
	}

/*summary image */
.summaryResults img.summaryImg { 
	float: left; width: 123px; height: 94px;
	margin-right: 10px;
	border: 1px solid #EFDA03;
	}

/*summary button */
a.buttonSummary {
	float: right; display: block;
	margin: 0;
	width: 40px; height: 16px;
	background-image: url(img/btn_more.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
a.buttonView {
	clear: both;
	display: block;
	margin: 0;
	width: 54px; height: 16px;
	background-image: url(img/btn_gallery.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
a:hover.buttonSummary, a:hover.buttonView {
	opacity: .5;
	filter: alpha(opacity=50);
	}
	
.buttonSummary span, .buttonView span {
	display: none;
	}
	
/* === DEFINITION LISTS ===*/

/*for contact page*/
dl.contact {
	color: #141851;
	}

dl.contact dt {
	float: left; width: 80px; clear: left; 
	background-color: #F0EBB8; 
	border-bottom:1px solid #F0DB00;
	margin-top: 5px; margin-right: 5px; padding: 0 5px 0 5px;
	color: #453F00;
	}

dl.contact dd {
	float: left; _float: none; width: 300px;
	margin-top: 5px; padding: 0 5px 0 5px;
	}
	
dl.contact dd a {
	font-weight: normal;
	}

	
/* === FORMS ===*/

#contentContainer form {
	margin: 10px 0 0 0; /*ie hack*/_margin: 0 0 0 0;
	}

#contentContainer form fieldset {
	clear: both;
	margin: 0 0 10px 0; padding: 10px;
	border: 1px solid #EFDA03;
	}
	
#contentContainer form legend {
	margin: 0 0 0 0; /*ie hack*/_margin: 0 0 10px 0; padding: 0 10px 0 10px;
	font-size: 12px; font-weight: bold; color: #0D1039;
	}
	
#contentContainer form label {
	float: left; width: 250px; 
	}
	
	#contentContainer form label.checkLabel {
	float: left; width: 250px; 
	}
	
#contentContainer form label b {
	font-size: 9px; 
	}
	
#contentContainer form input,
#contentContainer form select,
#contentContainer form textarea {
	float: left; width: 200px;
	margin: 2px 5px 2px 0;
	font-size: 11px;
	}
	
#contentContainer form input.small {
	width: 94px;
	}
	
#contentContainer form div.check {
	display:block; float:left;
	b/order:1px solid red; line-height:24px;
	}
	
#contentContainer form input.vsmall {
	width: 20px;
	bo/rder:1px solid red;
	clear:right;
	}
	
#contentContainer form input.xsmall {
	float: left; width: 50px;
	}
	
#contentContainer form em {
	float: left; width: auto;
	color: #666; 
	}

#contentContainer form input.button,
#contentContainer form input.buttonCalc {
	float: left; width: auto;
	margin: 0 0 0 135px;
	background-color: #EFDA03;
	font-size: 12px; font-weight: bold; text-transform: uppercase; color: #0D1039;
	}
	
#contentContainer form input.buttonCalc {
	display: block;
	margin: 0 0 0 260px; /*ie hack*/_margin: 0 0 0 130px;
	}
	
form#calculators fieldset.results label {
	float:left; width: 50px; clear: both;
	text-align: center;
	}
	
form#calculators fieldset.results input {/*ie hack*/
	_float: none;
	}

form#calculators h1 {
	float: left; width: 95px; /*ie hack*/_width: 96px; height: 35px; b//order: 1px solid black;
	margin-right: 5px; /*ie hack*/_margin-right: 6px; padding: 0 2px 0 0;
	font-size: 9px; font-weight: normal; text-align: center;
	}
	
form#calculators h1.first {
	padding-left: 49px; /*ie hack*/_padding-left: 52px;
	}
	
form#calculators h1.last {
	clear: right;
	}

/* === FOOTER ===*/

#footer,
#footerHome {
	padding: 20px 10px 10px 10px; /*ie hack*/_padding: 20px 10px 10px 0;
	color: #757573; font-size: 9px; line-height: 160%;
	clear: both;
	}
#footer {
	height: 138px;
	margin: 400px 0 0 0 ;
	background-image: url(img/bg_footer.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
	}
#footer ul,
#footerHome ul {
	display: inline;
	list-style: none;
	}
#footer ul li ul li,
#footerHome ul li ul li {
	display: inline;
	border-right: 1px solid #757573;
	padding: 0 5px 0 3px;
	}
#footer ul li ul li.first,
#footerHome ul li ul li.first {
	padding-left: 0;
	}
#footer ul li ul li.last,
#footerHome ul li ul li.last {
	border: none;
	}
#footer a:link, #footer a:visited,
#footerHome a:link, #footerHome a:visited {
	color: #9D9D9A;
	}
#footer a:hover,
#footerHome a:hover {
	color: #0D1039;
	text-decoration: none;
	}

/* open for inspection */
body.ofi #contentContainer h2 {
background-color:#68756e;
margin-bottom:5px;
padding:2px 0pt 2px 5px;
}

body.ofi #contentContainer dl {
clear:both;
margin-bottom:5px;
overflow:hidden;
padding:3px 0pt 3px 5px;
}

body.ofi #contentContainer dt {
display:block;
float:left;
width:200px;
}

body.ofi #contentContainer dd.time {
float:left;
font-weight:bold;
}

body.ofi #contentContainer dd.link {
float:right;
}
body.ofi #contentContainer dl.stripe {
background-color:#edf2ef;
}

/* print list */
	body.printlist .contentResults .description i {
	float:left;
	font-style:normal;
	width:430px;
	}
	body.printlist .contentResults .description {
	clear:right;
	float:left;
	width:430px;
	}

@media print {

	#globalnav ul.hidden, #globalnav ul#noMenu li {
	display:none !important;
	}
	div#wrapper {width: 600px;}
	body #contentContainer {
	margin-left:0pt;
	}
	body #headerContainer .hidden {
	display:block;
	}
	body h1.title, body div.propertyBand {
	margin-left:0pt;
	}
	body.printlist .contentResults .description i {
	float:left;
	font-style:normal;
	width:500px;
	}
	body.printlist .contentResults .description {
	clear:right;
	float:left;
	width:500px;
	}
	
}


/* Email a friend
------------------*/

body.emailafriend,
body#alert_popup {
background-image: none;
background-color: #fff;
text-align: left;
}

body.emailafriend #header,
body#alert_popup #header {
background-image: none;
background-color: #dee4e2;
border-bottom: 10px solid #F1de16;
margin-bottom:10px;
}
body.emailafriend #contentContainer,
body#alert_popup #content {
margin-left:0px;
width: 600px;
}

/* property alert */

.propertyalert #contentContainer,
.propertyalert #registerform {
    width: 550px !important;
}

.propertyalert form input, .propertyalert form textarea, .propertyalert form select {
width:150px !important;
}
.propertyalert #main ul, .propertyalert #main ol {
list-style-position:inside;
}
.propertyalert ol, .propertyalert ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

.propertyalert #contentContainer form input.button, .propertyalert #contentContainer form input.buttonCalc {
margin:0pt 20px 0pt 20px;
}

body#alert_popup  #content {
width:450px;
background-color: #fff;
}

body#alert_popup form fieldset {
border: 1px solid #ddd;
}

body#alert_popup form em span,
body#alert_popup form .required {
color: #ff5555;
font-weight: bold;
}

body#alert_popup form fieldset#submit input,
body#alert_popup .button {
background-color: #f7d200;
border: none;
color: #450414;
font-weight:bold;
}


/* Standard forms in property alert
------------------*/

.propertyalert form fieldset {
margin-bottom: 15px;
padding: 10px;
}

.propertyalert form label {
display: block;
float: left;
width: 150px;
}

.propertyalert form input,
.propertyalert form textarea,
.propertyalert form select {
width: 250px;
}
.propertyalert form input.halfsize,
.propertyalert form input.radio {
width: 80px;
}


.propertyalert form p {
clear: both;
}

.propertyalert form fieldset#submit {
border: none;
padding: 0;
text-align: right;
}

.propertyalert form fieldset#submit input,
.propertyalert .button {
width: auto;
padding: 0 10px;
cursor: pointer;
}

.propertyalert #contentContainer li {
    clear:both;
}

#dyn-img1 {
float:right;
margin: 0 0 10px 10px;
}