/* 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;
	background-image: url(/images/bg_2ndlvl.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #41B898;
	color: #FFFFFF;
}

#siteName {
	position: absolute;
	top: 0px;
	left: 5px;	
	width: auto;
	font-family: 'avant garde' , Helvetica, sans-serif;
}

#siteName h1 {
	padding-top: 5px;
	font-size: 1.25em;	
}

#locality {
	position: absolute;
	top: 0px;
	right: 5px;	
	width: auto;
}

#locality h1 {
	padding-top: 13px;
	font-size: 0.85em;
	font-family: 'avant garde' , Helvetica, sans-serif;
	text-transform:uppercase;
}

#mainSection {
	position: relative;
	width: 100%;
	top: 40px;
}

#leftCol h1 {
	font-size: 0.9em;
	color: #092380;
	text-align: center;
	margin: 5px 0px 2px 0px;
}

#leftCol {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	display: block;
	padding-top: 80px;
	background-image:url(/images/logo_2ndlvl.jpg);
	background-repeat:no-repeat;
	background-position: 5px 3px;;
}

#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: 185px;
	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: #092380;
	text-align: left;
	margin: 5px 0px 5px 8px;
	border-bottom: 1px solid #CCCCCC;
}

#mainCol h2 {
	font-size: 1.15em;
	color: #092380;
	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 .proTitle {
	color: #092380;
	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;
}

th {
	text-align: left;
}

#mainCol .StdTextBut {
	border: 1px solid #E4E4E4;
	background-color: transparent;
}

#mainCol .StdTextBut1 {
	border: 1px solid #E4E4E4;
	background-color: #4B85B7;
}

#mainCol .textinput {
	border: 1px #000000 solid;
}

#mainCol tr .formHeadings {
	background-image: url(/images/bg_formheading.jpg);
	background-repeat: repeat-y;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px #CCCCCC solid;
}

/* property details */

.proNavForm {
	margin-left: 10px;
}

.iconPrint , 
.iconEmail , 
.iconBookmark {
	text-transform: uppercase;
	font-weight: bold;
	color: #183488;
	width: 120px;
	font-size: 0.85em;
	text-align:center;
	padding-top: 20px;
	background-repeat:no-repeat;
	background-position: 50% 10px;
}

.iconPrint {
	background-image: url(/images/icon_print.gif);
}

.iconEmail {
	background-image: url(/images/icon_email.gif);
}

.iconBookmark {
	background-image: url(/images/icon_bookmark.gif);
}

#proContainer {
		position: relative;
		padding: 10px;
		top: 10px;
		left: 5px;
		width: 700px;
		background-color: #EFF4F8;
	}
	
	#proMain {
		float: left;
		width: 380px;
		background-color: #FFFFFF;
		margin-bottom: 10px;
		height: 100%;
	}
	
	#proMain img {
		margin: 10px;	
		border: 2px solid #183488;	
	}
	
	#proAddress {
		position: relative;
		top: 0px;
		left: 0px;
		width: 378px;
		background-color: #44AC93;
		font-weight: bold;
		color: #FFFFFF;
		padding-left: 2px;
	}

	#proId {
		position: absolute;
		top: 0px;
		right: 2px;
		text-align: right;
		padding-right: 3px;
		font-weight: bold;
		color: #FFFFFF;
	}
	
	#proFeaturesHeading {
		width: 280px;
		background-color: #183488;
		color: #FFFFFF;
		text-align: center;
		font-weight: bold;
	}
	
	#proFeatures {
		width: 280px;
		background-color: #FFFFFF;
		
	}
	
	#proFeatures .featureHeading {
		font-weight: bold;
		color: #092380;
	}
	
	#proFeatures ul {
		list-style: none;
		margin-top: 0px;
		margin-left: 5px;
		padding-left: 5px;
	}
	
	
	
	#proAgentHeading {
		width: 280px;
		text-align: center;
		background-color: #183488;
		color: #FFFFFF;
		margin-top: 10px;
		font-weight: bold;
	}
	
	#proAgent {
		width: 280px;
		background-color: #FFFFFF;
	}


	.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: #092380;
	}
	
	.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;
	}
	
#footer {
	position: relative;
	top: 10px;
	left: 185px;
	width: 400px;
	
}

form {
		padding: 0px;
		margin: 0px;
	}
	
	select {
		background-color: #DAF2E2;
		border: 1px solid #CCCCCC;
		width: 180px;
		font-size: 10px;
		margin-top: 5px;
	}

