 
.paragraph { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	line-height: 17px; 
	letter-spacing: normal; 
	list-style-type: disc
} 

a { 
	text-decoration: underline; 
	color: #000000
	} 

a:hover { 
	text-decoration: underline; 
	color: #cc3333
	}
 
.head1 { 
	font-family: "Times New Roman", Times, serif; 
	font-size: 18px; 
	color: #574255; 
	letter-spacing: normal; 
	list-style-type: circle ; 
	font-weight: bold; 
	font-style: italic
	} 

.breadcrumb { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	letter-spacing: normal; 
	list-style-type: circle 
	} 

.sponsor { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333333; 
	line-height: 17px; 
	letter-spacing: normal; 
	list-style-type: circle;
	font-weight: bold 
	} 

.propertynews { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #333333; 
	line-height: 17px; 
	letter-spacing: normal; 
	list-style-type: circle
	} 

.paragraphsmall { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #333333; 
	line-height: 15px; 
	letter-spacing: normal; 
	list-style-type: circle 
	} 

.navmain { 

	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #000000; 
	letter-spacing: normal;
	list-style-type: circle ; 
	font-weight: bold; 
	font-style: normal

	} 

.hottopic { 

	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	color: #CC3333; 
	letter-spacing: normal; 
	list-style-type: circle 
} 

.navside { 

	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 	
	color: #000000; 
	letter-spacing: normal; 
	list-style-type: circle;
	font-weight: bold; 
	font-style: normal 

} 

.navsideIndent { 

	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 	
	color: #222222; 
	line-height:20px;
	padding-top:-14px;
	letter-spacing: normal; 
	list-style-type: circle; 
	font-weight: normal;
	font-style: normal 

} 

.footer { 

	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	letter-spacing: normal;
	padding-top: 50px;
	line-height: 8px;
	
	 }

.head2green { 

	font-family: "Times New Roman", Times, serif; 
	font-size: 16px; color: #003333; 
	letter-spacing: normal; 
	list-style-type: circle; 
	font-weight: bold

	}

.hostquote { 

	font-family: "Times New Roman", Times, serif;
	font-size: 14px; 
	color: #000000; 
	line-height: 17px; 
	letter-spacing: normal; 
	list-style-type: disc ; 
	font-style: italic

	}

.formhead { 

	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #FFFFFF;
	letter-spacing: normal; 
	list-style-type: disc ; font-weight: bold

	}
	
.formlabel { 

	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	letter-spacing: normal; 
	list-style-type: disc

	}

.phoneInfo {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	color: #F3E7D8;
	
	}

.phoneInfoAlt {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	color: #222222;
	
	}

.callToday {
	
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CC3333;
	margin-top: 8px;
}

.agStatement {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #CCCCCC;
	line-height: 12px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 201px;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 201px;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 200px;
	margin-top : -25px;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li a {
	width: 183px;
	display : block;
	color : #053523	;
	font-weight : bold;
	text-decoration : none;
	background-color : #FBF3DC;
	border : 1px solid #DBD4C0;
	padding : 3px 8px;
	z-index: 999;
}

#nav li a:hover {
	color : white;
	background-color : #053523;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
