@charset "utf-8";

body {
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
}

/* Use this class for scaling images. */
img.customscale {
	width: 100%;
	max-width: 600px;
}

a.white:link {
	color: #ffffff
}
a.white:active {
	color: #ffffff
}
a.white:visited {
	color: #ffffff
}
a.white:hover {
	color: #00ffff;
}

.globalLayout {
	padding: 6px;
}

#header_expansion {
	background-color: #213473;
}

#header {
	position: inherit;
	height: auto;
	z-index: 1;
	color: #FFF;
	font-size: 24px;
	min-height: 110px;
	max-width: 900px;
	 margin:0 auto;
}
.headerTextAddress {
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.headerTextPhone {
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.headerTextDeLeeAndAssociates {
	font-size: 42px;
	font-family: "New York", serif;
}


#nav {
	position: relative;
	height: auto;
	background-repeat: repeat-x;
	background-color: #0000B1;
	text-align: center;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 30px;
	margin: 0 auto;
}

#propertyNav {
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 900px;
	margin: 0 auto;
}
#footer {
	position: relative;
	height: auto;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	min-width: 200px;
	background-color: #213473;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.bodyContent {
	background-color: #FFFFFF;
	position: relative;
	padding: 6px;
	border-radius: 0px 0px 8px 8px;
	/* [disabled]background-image: url(../images/contentbg.gif); */
	max-width: 900px;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}

/*Seperate because of visual reasons */
.bodyContentListing {
	background-color: #FFFFFF;
	position: relative;
	padding: 6px;
	/* [disabled]background-image: url(../images/contentbg.gif); */
	max-width: 900px;
	margin: 0 auto;
}

h2 {
	font-size: medium;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
.headerTitleText {
	text-align: center;
	font-size: 24px;
}
a:hover {
	color: #FF6600;
}
.propertyListingImages {
	width: 48%;
	max-width: 440px;
	padding: 3px;
	}

.divPropertyListingImagesSettings {
	text-align: center;
}
#listLocationNav {
	background-color: #101A38;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	text-align: center;
}

#listLocationNav a {
	color: #FFF;
}
#listLocationNav a:hover {
	color: #4D9CF4;
}
.Sold-Text {
	color: #F00;
	font-style: italic;
	font-weight: bold;
	font-size: medium;
}

.Pending-Text {
	color: #F00;
	font-style: italic;
	font-weight: bold;
	font-size: small;
}
