/* CSS Document */

body {
margin: 0px;
background-color: #050505;
font-family: Tahoma;
font-size: 11px;
color: #FFFFFF;
}

/* for the text formatting */
.footertext {
font-family: Tahoma;
font-size: 11px;
color: #ffffff;
}


.propertytext {
font-family: Tahoma;
font-size: 12px;
color: #ffffff;
}

.propertyprice {
font-family: Tahoma;
font-size: 12px;
color: #ffcc66;
}

.label1, .label1 p, .titleText {
font-family: Tahoma;
font-size: 14px;
color: #ffcc66;
font: bold;
}



input, textarea, select {
font-family: Tahoma;
font-size: 11px;
color: #000000;
}

.resources a {
text-decoration:none;
}
/* end of text formatting */

/* for positions */
.headerclickpos {
top: 0px;
margin: 0px;
z-index: 2;
position: absolute;
}

.headerpos {
margin-top: 30px;
margin-bottom: 35px;
}

.navpos {
margin-bottom: 13px;
}

.footerlabelpos {
margin-top: 13px;
}

p {
margin-top: 15px;
margin-bottom: 15px;
line-height: 22px;
}

.maincontentpos {
margin-top: 10px;
margin-bottom: 10px;
}

.footerpos {
margin-top: 27px;
margin-bottom: 27px;
}

ul, ol {
margin: 0px;
padding: 0px;
}

li {
margin-left: 40px;
margin-top: 12px;
margin-bottom: 12px;
}

.contactInfoPos {
	margin-top: 18px;
}
/* end for positions */

/* for all the links*/
.footertext a {
color: #ffffff;
text-decoration: underline;
}

.footertext a:hover {
color: #fcf29b;
text-decoration: none;
}

a.contentlink {
color: #ffffff;
text-decoration: underline;
}

a.contentlink:hover {
color: #fcf29b;
text-decoration: none;
}

.propertylink {
font-size:14px;
}

a.propertylink {
color: #ffffff;
text-decoration: underline;
font-size:14px;
}

a.propertylink:hover {
color: #fcf29b;
text-decoration: none;
font-size:14px;
}

.contactInfo {
font-size: 12px;
}

a {
color: #ffffff;
text-decoration: underline;
}

a:hover {
color: #fcf29b;
text-decoration: none;
}

.propertyDetails {
	font-size:12px;
	line-height:1.35em; 
}

/* end for all the links*/
