/* CSS Document */

body {
	margin: 0px;
	background-image: url(../images/apartments-background.jpg);
	background-color: #FFFFFF;
	background-position: center top;
	background-repeat: no-repeat;
}

p {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
}

td {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
}


h1 {color: #737e52; font: 24px Georgia, "Times New Roman",Times, serif; }
h2 {color: #737e52; font: 14px Georgia, "Times New Roman", Times, serif; }
h3 {color: #737e52; font: bold 14px Georgia, "Times New Roman", Times, serif; }
li {list-style-image:  url(../images/generic/bullet.gif);}


a, a:visited {color: #000000; text-decoration: none;}
a:hover, a:visited:hover {color: #737e52; text-decoration: underline;}


hr {border: none 0;
border-top: 1px dotted #000000;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}



#masterarea {
	width:875px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	padding: 5px 25px 5px 25px;
}

#cookiepolicy {
	border: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #CCC;
	text-align: center;
	height: 20px;
}


#logo {
	float: left;
	border: 0;
	margin-top: 25px;
	float: left;
}

#navigation {
	padding-top: 70px;
	text-align: right;
	width: 875px;
	margin-bottom: 10px;
	font-size: 14px;
}

#masthead {
	width: 875px;
	height: 250px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

#strapLine {
	font-variant: small-caps;
	font-size: 16px;
	text-align: left;
	text-indent: 275px;
	width: 875px;
	background-color: #f0f0f0;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 1px;
}


#columnLeft {
	width: 250px;
	text-align: left;
	vertical-align: top;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
}

#columnRight {
	width: 600px;
	text-align: left;
	vertical-align: top;
	margin-left: 275px;
	padding-top: 20px;
}
#footer {
	text-align: left;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-left: 275px;
	height: 50px;
	}
	
.footer {
	font-size: 12px;	
	}

/* Listings */

#apartment {
	text-align: left;
	vertical-align: top;
	background-color: #F3F8ED;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	padding: 15px 15px 0px 15px;
	width: 570px;
	float:left;
}

.apartmentPic { padding-right: 15px; float:left; }

#propertyText { position:relative; width:315px; float:left; }


/* Text Styles */

.subhead {
	font-size: 16px;
	color: #737e52;
}

.textBold {
	font-weight: bold;
}

.textBoldItalics {
	font-style: italic;
	font-weight: bold;
}

.boldUnderline {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}


.webaddresses {
	font-size: 14px;
	color: #737e52;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.top {
	text-align: right;
	margin-top: 20px;
}
