/* CSS Document */

body {
background-image: url(images/inner_bg.jpg);
background-repeat: repeat-x;
background-color: #a45025;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #332a25;
}

.maincontentsbg {
background-color: #bbab8e;
}

.picborder {
border-style: solid;
border-width: 2px;
border-color: #FFFFFF;
}

div.picborder {
	background-color: #FFFFFF;
}

.footerbg {
background-color: #000000;
}

.menubgcolor {
background-color: #000000;
filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
}

.propertysmallboxbg {
background-color: #a8997f;
}

.tableborder {
border-style: solid;
border-width: 1px;
border-color: #827f7f;
}

/* for text formatting */
.paratext {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #262b3c;
}

input, textarea, select {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}

.label1 {
color: #a45025;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

.propertyindicator {
font-size: 11px;
color: #433d32;
font-family: Arial, Helvetica, sans-serif;
}

.propertytext {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #262b3c;
}
.propertytext-sm {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #262b3c;
}
.propertytext1 {
color: #332a25;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

.propertytitle {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #262b3c;
font-weight: bold;
}

.footertext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #544a4a;
}
/* end for text formatting */

/* for all the links */
a.propertyindicatorlink {
color: #433d32;
text-decoration: underline;
}

a.propertyindicatorlink:hover {
color: #433d32;
text-decoration: none;
}

a.footertextlink {
color: #544a4a;
text-decoration: underline;
}

a.footertextlink:hover {
color: #544a4a;
text-decoration: none;
}

a.propertytitlelink {
color: #332a25;
text-decoration: underline;
}

a.propertytitlelink:hover {
color: #332a25;
text-decoration: none;
}

a.propertytext1link {
color: #332a25;
text-decoration: none;
}

a.propertytext1link:hover {
color: #332a25;
text-decoration: underline;
}

a.paratextlink {
color: #4f4632;
text-decoration: underline;
}

a.paratextlink:hover {
color: #4f4632;
text-decoration: none;
}

a.label1link {
color: #a45025;
text-decoration: underline;
}

a.label1link:hover {
color: #a45025;
text-decoration: none;
}
/* end for all the links */

/* for the positioning */
.container {
  width: 770px; 
  margin: auto;
}
.floatperson {
  position: absolute; 
  top: 134px; 
  margin: 0px 0px 0px 0px; 
  z-index: 5;
}

p, h1 {
margin-top: 15px;
margin-bottom: 15px;
}

.contactformpos {
padding-left: 15px;
}
/* end for the positioning */

#propImage {
	max-width: 460px;
	width: expression(this.width < 460 ? "460px" : "auto");	
	height: 306px;	
}

.priceRange {
	display: inline;
	
}	

.priceRange span{
    color: #B25529;
}
.priceRange a {
    font-weight:bold;
    color: #B25529;
    padding: 3px;
    text-decoration: none;
}

.priceRange a:hover {
    color: #ffffff;
}

.currRange {
    text-decoration: underline !important; 
}



.linkBox {position: relative;}
.linkBoxTitle {
    width: 35%;
    float: left;
    padding-right: 1%; 
    font-weight: bold;
}

.linkBoxData {
    width: 63%;
    display: inline;
    float: left;
    text-align: left;
}   

.linkBoxData span{
    color: #B25529;
}
.linkBoxData a {
    font-weight:bold;
    color: #B25529;
    padding: 3px;
    text-decoration: none;
}

.linkBoxData a:hover {
    color: #ffffff;
}

.currRange {
    text-decoration: underline !important; 
}
