/* ===== Default Page Styles ===== */
html, body, table, td, img, form
	{
	margin: 0;
	padding: 0;
	border: 0;
	}
	
td
	{
	vertical-align: top;
	}
	
body, td
	{
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	}
	
body
	{
	background: #26517D;
	}
	
p
	{
	padding: 0; margin: 0 0 1em 0;
	}
	
ul, ol
	{
	padding: 0; margin: 0 16px 1em 16px;
	}
	
li
	{
	list-style-type: square;
	color: #003366;
	padding-left: 4px;
	}
	
h1
	{
	color: #000033;
	letter-spacing: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
	}
	
h2
	{
	color: #000033;
	letter-spacing: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
	padding-left: 19px;
	}
	
a, a:link, a:visited
	{
	color: #4D6BB1;
	}
	
a:hover, a:active
	{
	color: #003366;
	}
	
.subimg
	{
	border: 1px solid #4D6BB1;
	margin: 0 0 12px 12px;
	float: right;
	}
/* ===== End Default Page Styles ===== */


/* ===== Page Element Styles ===== */
#page
	{
	width: 760px;
	background: #ffffff;
	margin: 10px 0;
	margin-left: auto; margin-right: auto;
	}
	
#shell
	{
	width: 100%;
	border-bottom: 1px solid #4D6BB1;
	}
	
	#shell .left
		{
		width: 180px;
		background: #6699cc;
		font: 12px/1.5em Georgia, "Times New Roman", Times, serif;		
		color: #ffffff;
		border-right: 1px solid #4D6BB1;
		}

	#shell .left #phone
		{
		background: #003366;
		height: 36px;
		font-weight: bold; 
		font-size: 15px;
		padding: 12px 16px;
		}
	
	#shell .left #leftimg
		{
		height: 150px;
		border-bottom: 1px solid #4D6BB1;
		}
	
	#shell .left #lefttitle
		{
		border-bottom: 1px solid #4D6BB1;
		background: url('../images/bg-blue-md.jpg') repeat-x;
		padding: 4px 16px;
		}
	
	#shell .left #lefttitle .name
		{
		font-weight: bold; 
		font-size: 15px;
		}

	#shell .left #address
		{
		border-bottom: 1px solid #4D6BB1;
		background: url('../images/bg-blue-lg.jpg') repeat-x;
		padding: 4px 16px;
		}
	
		#shell .left #address a, #shell .left #address a:link, #shell .left #address a:visited
			{
			color: #003366;
			text-decoration: none;
			}
	
		#shell .left #address a:hover, #shell .left #address a:active
			{
			color: #4D6BB1;
			}
	
	#shell .left #leftnav a, #shell .left #leftnav a:link, #shell .left #leftnav a:visited
		{
		display: block;
		color: #ffffff;
		text-decoration: none;
		background: url('../images/bg-blue-sm.jpg') repeat-x;
		border-bottom: 1px solid #4D6BB1;
		padding: 6px 16px;
		}
		
	#shell .left #leftnav a:hover, #shell .left #leftnav a:active
		{
		background: url('../images/bg-blue-sm-over.jpg') repeat-x;
		color: #003366;
		}
	
	#shell .left #leftbtm
		{
		height: 72px;
		background: url('../images/bg-blue-lg.jpg') repeat-x;
		}
	
#header
	{
	height: 61px;
	background: #003366;
	}

#subheader
	{
	border-bottom: 1px solid #4D6BB1;
	}
	
#footer
	{
	width: 100%;
	height: 20px; overflow: hidden;
	background: #003366;
	}

	#footer .left
		{
		border-right: 1px solid #4D6BB1;
		width: 180px;
		}
/* ===== End Page Element Styles ===== */


/* ===== MLS Form styles ===== */		
#mlsform table
	{
	width: 100%;
	border: 1px solid #4D6BB1;
	}
	
#mlsform th
	{
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	padding: 8px 8px 6px 8px;
	border-bottom: 1px solid #4D6BB1;
	background: url('../images/bg-blue-sm.jpg') repeat-x;
	text-align: left;
	}
	
#mlsform td
	{
	padding: 8px;
	background: #6699cc url('../images/bg-blue-lg.jpg') repeat-x;
	}	
	
	#mlsform .mlslabel
		{
		font: 15px Georgia, "Times New Roman", Times, serif;
		color: #ffffff;
		padding: 2px 0 0 0;
		}
		
	#mlsform .mlslabel a{
		font: 15px Georgia, "Times New Roman", Times, serif;
		color: #ffffff;
		padding: 2px 0 0 0;
		text-decoration:none;
	}
	
	#mlsform .mlslabel a:hover{
		font: 15px Georgia, "Times New Roman", Times, serif;
		color: #ffffff;
		padding: 2px 0 0 0;
		text-decoration:none;
	}
		
	#mlsform .mlsfield
		{
		padding: 0 0 2px 0;
		}
		
		#mlsform .mlsfield input
			{
			font: 10px Verdana, Arial, Helvetica, sans-serif; color: #595959;
			padding: 2px;
			border: 1px solid #4D6BB1;
			width: 150px;
			}
			
	#mlsform .mlssubmit
		{
		padding: 2px 0 0 0;
		text-align: center;
		}
		
		#mlsform .mlssubmit input
			{
			font: bold 11px Georgia, "Times New Roman", Times, serif;
			padding: 2px 8px;
			color: #ffffff;
			background: #003366;
			border: 1px solid #4D6BB1;
			}
/* ===== End MLS Form Styles ===== */


/* ===== Home Page Styles ===== */
#homeimg
	{
	height: 171px;
	background: url('../images/img-homeimg.jpg') no-repeat;
	border-bottom: 1px solid #4D6BB1;
	text-align: right;
	}
	
	#homeimg img
		{
	border-left: 1px solid #4D6BB1;
	border-right: 1px solid #4D6BB1;
	text-align: right;
		}
		
#homecontent
	{
	width: 100%;
	background: url('../images/bg-white.jpg') repeat-x;
	border-bottom: 1px solid #4D6BB1;
	}
	
	#homecontent .leftcol
		{
	padding-top: 5px;
	padding-right: 24px;
	padding-bottom: 20px;
	padding-left: 20px;
		}
		
	#homecontent .rightcol
		{
	width: 180px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0;
		}

		
#homefeatures
	{
	width: 100%;
	background: url('../images/bg-white.jpg') repeat-x;
	}
	
	#homefeatures th
		{
		font: bold 13px Georgia, "Times New Roman", Times, serif;
		color: #003366;
		text-align: left;
		padding: 9px 12px 11px 36px;
		height: 20px;
		background: url('../images/bg-tab.jpg') no-repeat;
		}			

	#homefeatures .feature
		{
		padding: 4px 12px 28px 36px;
		}
	
	#homefeatures .featureimg
		{
		padding: 2px 0;
		}
		
		#homefeatures .featureimg img
			{
			border: 1px solid #4D6BB1;
			}
			
	#homefeatures .featurecontent
		{
		font-size: 10px;
		padding: 12px 0;
		}
		
		
	#homefeatures .featurelink a, #homefeatures .featurelink a:link, #homefeatures .featurelink a:visited
		{
		font: bold 10px Verdana, Arial, Helvetica, sans-serif;
		color: #003366;
		text-decoration: none;
		}
		
	#homefeatures .featurelink a:hover, #homefeatures .featurelink a:active
		{
		color: #4D6BB1;
		}
		
	#homefeatures .logos
		{
		padding: 0 16px 28px 22px;
		}
/* ===== End Home Page Styles ===== */


/* ===== Sub Page Styles ===== */
#subcontent
	{
	width: 100%;
	background: url('../images/bg-white.jpg') repeat-x;
	border-bottom: 1px solid #4D6BB1;
	}
	
	#subcontent .leftcol
		{
	padding-top: 12px;
	padding-right: 1px;
	padding-bottom: 48px;
	padding-left: 5px;
		}
		
	#subcontent .rightcol
		{
	width: 180px;
	padding-top: 55px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0;
		}
		
#subcontent .logos
	{
	text-align: center;
	margin-top: 20px;
	}
	
.linklist
	{
	width: 100%;
	}	
	
	.linklist a
		{
		text-decoration: none;
		}
/* ===== End Sub Page Styles ===== */
.contact-questions {
	font-family: Arial, Helvetica, sans-serif;
	color: 30339E;
	font-size: 10px;
	font-weight: bold;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.copy-titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

#contactimg
	{
	height: 171px;
	background: url('../images/img-contactimg.jpg') no-repeat;
	border-bottom: 1px solid #4D6BB1;
	text-align: right;
	}

#featuredimg
	{
	height: 171px;
	background: url('../images/img-featuredimg.jpg') no-repeat;
	border-bottom: 1px solid #4D6BB1;
	text-align: right;
	}

#linksimg
	{
	height: 171px;
	background: url('../images/img-linksimg.jpg') no-repeat;
	border-bottom: 1px solid #4D6BB1;
	text-align: right;
	}
	
#communityimg
	{
	height: 171px;
	background: url('../images/img-communityimg.jpg') no-repeat;
	border-bottom: 1px solid #4D6BB1;
	text-align: right;
	}
	
#aboutusimg
	{
	height: 171px;
	background: url('../images/img-aboutusimg.jpg') no-repeat;
	border-bottom: 1px solid #4D6BB1;
	text-align: right;
	}

#servicesimg
	{
	height: 171px;
	background: url('../images/img-servicesimg.jpg') no-repeat;
	border-bottom: 1px solid #4D6BB1;
	text-align: right;
	}
