/* 
CSS Document 
Americana Cabin Stylesheet
*/
body {
	background-color: #5C6100;
	margin: 0;
	font-family:Helvetica, Arial "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}


#container {
	width: 780px;
	margin: 0 auto;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
}
#containersearch {
	width: 1050px;
	margin: 0 auto;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 159px;
}
#headersearch {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 1050px;
	height: 159px;
}
#main {
	width: 420px;
	margin:0;
	padding-right: 1px;
	padding-left: 10px;
	float: left;
}
#mainsearchresults {
	width: 550px;
	margin:0;
	padding-right: 1px;
	padding-left: 10px;
	float: left;
}
#sidebar {
	width: 137px;
	padding-left: 30px;
	padding-right: 10px;
	float:left;
}


#greenfillleft {
	width: 14px;
	height: 90px;
	background-color: #5C6100;
	float: left;
}

#greenfilltop {
	width: 137px;
	height: 5px;
	background-color: #5C6100;
	float: left;
}

#greenfillright {
	width: 3px;
	height: 90px;
	background-color: #5C6100;
	float: left;
}

#greenfillbottom {
	width: 137px;
	height: 10px;
	background-color: #5C6100;
	float: left;
}

#leftadsense {
	width: 120px;
	padding-left: 0;
	float: left;

}

#rightadsense {
	width: 120px;
	padding-left: 0;
	float: left;

}
/*-----------------------------styling------------------------------*/

h1 {
	color: #5c6100;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin: 0 0 5px 0;
	font-weight: normal;
}

h3 {
	color: #363636;
	font-size: 14px;
	margin:0 0 0 10px;
}

h3.notmargin {
	color: #363636;
	font-size: 14px;
	margin: 0;
}

.picL {
	float: left;
	border: 1px dotted #5c6100;
	padding:6px;
	background-color: #f8efd9;
	margin:0 4px;
	clear:both;
}

p {
	margin: 0;
}

.picR {
	float: right;
	border: 1px dotted #5c6100;
	padding:6px;
	background-color: #f8efd9;
	margin:0 4px 0 6px;
	clear:both;
}


.pic {
	border: none;
	padding:10px;
	background-color: #f8efd9;
	margin:5px 4px 0 40px;
	
}

ol {
	list-style: disc;
}


a {
	color: #5c6100;
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
}

/*-----------------------------Menu--------------------------------*/

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 137px; 
	border-bottom: 1px solid #929743;
	border-left: 1px solid #929743;
	font-size: 13px;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	}
	
#menu ul li {
	position: relative;
	}
	
#menu li ul {
	position: absolute;
	left: 136px; /* Set 1px less than menu width */ 
	top: 0;
	display: none;
	}

#menu ul li a {
	display: block;
	text-decoration: none;
	color: #ccb591;
	background-color: #5c6100;
	/*padding: 3px 0px 5px 15px;*/
	border-bottom: 0 solid #999999;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em;
	border-top: 1px solid #929743;
	border-right: 1px solid #929743;
	}


/* Holly Hack. IE Requirement */
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#menu ul li a:hover {
	color: #fff;
	background-color: #7C7C03;
	}

#menu li:hover ul, li.over ul { 
	display: block; 
	}
	
#menu ul li.on {
	width:136px;
	color: #5C6100;
	background-color: #E5D7B2;
	display: block;
	text-decoration: none;
	border-bottom: 0 solid #999999;
	height: 2em;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em;
	font-size: 13px;
	font-family: Georgia, verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #929743;
	border-right: 1px solid #929743;
}

/*-----------------------------Menu--------------------------------*/



.clear {
	clear: both;
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 80px;
	
}

#footer p {
	font-size: 10px;
	text-align:right;
	padding-top: 20px;
	padding-right: 34px;
	margin: 0;
}

#footer a {
	color: #000;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}



