@charset "utf-8";
/* CSS Document */

h1, h2 {
	color: #8a7a67;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	text-transform: uppercase;
	}
h1 a:hover {
	text-decoration: underline;
	}
h3 {
	color: #8a7a67;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 25px;
	font-weight: normal;
	font-stretch: narrower;
	text-transform: uppercase;
}
h4 {
	color: #8a7a67;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	font-stretch: normal;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	}
	
p, td, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #8a7a67;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #8a7a67;
}

.homepageText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 350px;
	line-height: 20px;
	font-weight: normal;
	color: #8a7a67;
}

.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	text-indent: 25px;
	line-height: 20px;
	font-weight: bold;
	color: #d4ba7b;
}

a, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #8a7966;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
}

a:hover {
	text-decoration: underline;
}

a.bigLink, a.bigLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #8a7966;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

a.bigLink:hover {
	text-decoration: underline;
}

a.toplink, a.toplink:visited  {
	color: #474747;
	font-size: 14px;
	text-decoration: none;
}
a.toplink:hover  {
	color: #000000;
	font-size: 14px;
	text-decoration: underline;
}

#listingsLeft td {
	color: #FFFFFF;
}

#listingsLeft a, #listingsLeft a:visited  {
	color: #f0b310;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#listingsLeft a:hover  {
	font-size: 12px;
	text-decoration: underline;
}









/* These are the Drop Menu Styles on the site */
#sf-menu, #sf-menu ul {
	position: relative;
	color: white;
	padding: 0;
	margin: 0;
}

#sf-menu li {
	position: relative;
	list-style: none;
	height: 25px;
	width: 213px;
}

#sf-menu li:hover, #sf-menu li.sfhover {
	background-image: url(../images/menubkg.png);
	background-repeat: repeat;
	}
	
#sf-menu a {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	color:#bdbdbd;
	display: block;
	outline: none;
	padding: 5px 10px 0px 0px;
}
#sf-menu a:hover {
	color: #1c3a51;
}

/* UL list style for the second-level */
#sf-menu li ul {
	position: absolute; 
	background: #c7d4e1;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

/* lists nested under hovered list items */
#sf-menu li:hover ul, #sf-menu li.sfhover ul { 
	left: 213px;
	top: 0px;
	display: block;
	width: 210px;
	background-color: #959FA9;
	border: 1px solid #404040;
	}

/* List Items of the Secondary Menu */
#sf-menu li:hover ul li, #sf-menu li.sfhover ul li {
	display: block;
	width: 210px;
	height: 25px;
	padding-top: 2px;
	}

/* Link List items in the second- Menu */
#sf-menu li:hover ul li a, #sf-menu li.sfhover ul li a { 
	text-decoration: none;
	color: #1c3a51;		
	display: block;
	width: 210px;
	text-align: left;
	padding-left: 10px;
}

/* Hovering over the Secondary Menu ITEM */
#sf-menu li:hover ul li:hover, #sf-menu li.sfhover ul li.sfhover{
	background-color:#B4B5BA;
}
#sf-menu li:hover ul a:hover, #sf-menu li.sfhover ul a:hover {
	color: #1c3a51;
}