@charset "UTF-8";
/* CSS Document */
body {
 	background-color: #FFF7E9;
	background-position: center;
	color:#410217;
	font-family:Georgia, "Times New Roman", Times, serif;
}
a{
	text-decoration:none;
	}
a:link{
	color:#410217 !important;
	}
a:hover{
	color:#FF9900 !important;
	}
a:visited{
	color:#410217;
	}
.photo{
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:12px;
	}
.small_headers {
	font-size:16px;
	color:#663300;
	font-weight: bold;
}
.content {
	font-size: 13px;
}
.Headers{
	font-size:30px;
	color:#663300;
	background-image:url(images/HeaderBackground.gif);
	background-position:center;
	background-repeat:repeat-x;
	display:block;
	}
.footer, .footer a, .footer a:hover, .footer a:link, .footer a:visited{
	font-size:9px;
	color:#FFF7E9;
	}

/*for the lisings page*/
.oddListing{
	background-color:#FFF7E9;
	}
.evenListing{
	background-color:#FADEA6;
	}

/*the navigation class*/	
#sddm
	{	z-index: 30;
		font-size:13px;
		width:170px;
		height: 200px;
		margin:0px;
		padding: 5px 5px 5px 5px;
		background-image:url(images/navBG.jpg);
		text-align:left;
		}

#sddm li
	{
	position:relative;
	list-style: none;
	width:160px;
	height:20px;
	border-bottom-color: #410217;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
		}

#sddm li a
	{	display: block;
		padding: 3px 10px;
		color:#410217;
		text-decoration:none;
	}

#sddm li a:hover
	{
	text-decoration:none;
	color:#FFF7E9;
	background-color:#987C57;
	}

#sddm div
	{
	position: absolute;
	top:0px;
	left:158px; /* to position them to the right of their containing block */
	width:100%; /* width is based on the containing block */
	visibility: hidden;
	background-color:#987C57;
	display: block;		
	}

#sddm div a {	
		position: relative;
		padding: 5px 10px;
		color:#FFF7E9;
		border-bottom-color: #FFF7E9;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}
#sddm div a:hover
	{	background: #FFF7E9;
		color:#410217;
	}

