/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#topBanner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
}

#siteName {
	position: absolute;
	top: 0px;
	left: 5px;	
	width: auto;
}

#siteName h1 {
	padding-top: 10px;
	font-size: 1em;	
}

#locality {
	position: absolute;
	top: 0px;
	right: 5px;	
	width: auto;
}

#locality h1 {
	padding-top: 13px;
	font-size: 0.85em;
}

#mainSection {
	position: relative;
	width: 100%;
	top: 40px;
}

#leftCol h1 {
	font-size: 0.9em;
	color: #CF493E;
	text-align: center;
	margin: 5px 0px 2px 0px;
}

#leftCol {
	display: none;
}

#leftCol form {
	padding: 0px;
	margin: 0px 0px 0px 2px;
}
	
#leftCol select {
	background-color: #FCF7DA;
	border: 0px;
	width: 180px;
	font-size: 10px;
	margin-top: 5px;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #000000;
}

	#leftCol ul {
		margin-top: 5px;
		margin-left: 0px;
		padding-left: 15px;
	}
	
	#leftCol li {
		list-style: none;
		margin-left: 0px;
		font-weight: bold;
	}
	
	#leftCol .link a:link , 
	#leftCol .link a:visited {
		text-decoration: none;
		color: #000000;
	}
	
	#leftCol .link a:hover  {
		text-decoration: underline;
		color: #CCCCCC;
	}
	
	#leftCol .agentLogin a:link , 
	#leftCol .agentLogin a:visited {
		text-decoration: none;
		color: #CCCCCC;
	}
	
	#leftCol .agentLogin a:hover {
		text-decoration: underline;
	}

#leftCol .viewMore {
	font-size: 0.75em;
	font-weight: normal;
	padding-left: 20px;
	background-image: url('/images/icon_viewprop.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-top: 5px;
}

#leftCol .viewMore a:link , 
#leftCol .viewMore a:visited {
	text-decoration: none;
	color: #000000;
}
	
#leftCol .viewMore a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

#mainCol {
	position: absolute;
	top: 0px;
	left: 0px;
	width: auto;
	border-left: 2px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	margin: 0px;
	font-size: 0.80em;
	text-align: left;
}

#mainCol h1 {
	font-size: 1.25em;
	color: #CF493E;
	text-align: left;
	margin: 5px 0px 5px 8px;
	border-bottom: 1px solid #CCCCCC;
}

#mainCol h2 {
	font-size: 1.15em;
	color: #CF493E;
	text-align: left;
	margin: 5px 0px 5px 8px;
}

#mainCol h3 {
	font-size: 1em;
	color: #000000;
	text-align: left;
	margin: 5px 0px 5px 8px;
}

#mainCol p {
	margin: 8px;
	
}

#mainCol hr {
	height: 1px;
	color: #CCCCCC;
	margin: 5px 0px 0px 8px;
}

#mainCol dt {
	border-top: 1px solid #CCCCCC;
	font-weight: bold;
	
}

#mainCol .currPage {
	border: 1px solid #000000;
	padding: 0px 3px;
	font-weight: bold;
	background-color: #CCCCCC;
}

#mainCol a:link {
	color: #7B7B7B;
	text-decoration: none;
}

#mainCol a:visited {
	color: #7B7B7B;
	text-decoration: none;
}

#mainCol a:hover {
	color: #CCCCCC;
	background-color: #747474;
	text-decoration: none;
}

#mainCol .rowSep {
	border-top: 1px solid #E4E4E4;
}

#mainCol .StdTextBut {
	border: 1px solid #E4E4E4;
	background-color: transparent;
	
}

	.topRow , 
	.midRow , 
	.btmRow {
		font-size: .85em;
		font-weight: bold;
	}

	.topRow td , 
	.midRow td , 
	.btmRow td {
		width: 210px;
		padding: 5px;
		border-bottom: 1px solid #CCCCCC;
	}
	
	.midCell {
		border-left: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
	}
		
	.highlight {
		font-size: 1.25em;
		color: #CF493E;
	}
	
	.viewPro {
		font-weight: normal;
		padding-left: 20px;
		background-image: url('/images/icon_viewprop.gif');
		background-repeat: no-repeat;
		background-position: 0px 2px;
		margin-top: 0px;
	}
	
	.viewPro a:link , 
	.viewPro a:visited {
		text-decoration: none;
		color: #000000;
	}
	
	.viewPro a:hover {
		text-decoration: none;
		color: #CCCCCC;
	}
	
	.floatImgL {
		float: left;
		margin: 3px;
	}
	
	.floatImgR {
		float: right;
		margin: 3px;
	}
	
	.subButton {
		border: 0px;
		background-color: #4B88BF;
		color: #FFFFFF;
	}
	
	.subButtonFloatL {
		border: 0px;
		background-color: #4B88BF;
		color: #FFFFFF;
		float: right;	
		margin-right: 70px;
	}
	
	form {
		padding: 0px;
		margin: 0px;
	}


#footer {
	position: relative;
	top: 10px;
	left: 185px;
	width: 400px;
	
}

