/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	color: #0066FF;
}

a:link, a:visited, a:hover {
	color: #0000FF;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #990000;
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 135%;
	color: #000099;
	padding-bottom: 12px;
}

h2{
 font-size: 114%;
 color: #003399;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 75%;
	color: #666666;
}
.required {
	color: #FF0000;
}
.resultsdeviderline {
	background-color: #999999;
	background-image: url(images/spacer.gif);
	height: 2px;
	width: 100%;
	background-repeat: no-repeat;
}
.resultsborders {
	background-color: #99CCCC;
}
.propertydetails {
	font-size: 9pt;
}
.propertydetails strong {
	font-size: 9pt;
	color: #006699;
}

#menuLinks{
	list-style-type: none;
	list-style-image: none;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#menuLinks a:link{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#menuLinks a:visited{
	color: #FFFFFF;
	font-weight: bold;
}

#menuLinks a:hover{
	color: #99FFFF;
	font-weight: bold;
}
#sideLinks a:link, a:visited, a:hover {
	color: #0066CC;
	text-decoration: none;
	font-weight: normal;
}

#sideLinks a:hover {
	color: #990000;
}

.content {
	width: 85%;
}
