@charset "utf-8";

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}

body  {
	background-color: #e3e3c7;
	background-image:url(images/bluebell_background_tile.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #536268;
	line-height: 1.5;
}

/****** GENERAL STYLES*******/
.imgleft {
	float:left;
}
.imgleftmargin {
	float:left;
	margin: 0 10px 10px 0;
}
.imgright {
	float:right;
}
.frame {
	border: 25px solid white;
	clear: both;
	margin-bottom: 12px;
}
/****** DIV CONTAINERS*******/
#maincontainer {
	width: 900px;
	height:auto;
	margin: auto;
	background-color: #f5f5e7;
	padding:0;
}

#toplogopanel {
	width: 900px;
	height: 119px;
	float: left;
}
#picturepanel {
	background-color: #e3e3c7;
	padding-top: 12px;
	width: 854px;
	float: left;
	margin-left: 23px;
}
#contentpanel {
	float:left;
	width: 854px;
	margin-left: 23px;
}
#menu {
	height: 28px;
	width: 854px;
	background-color: #e3e3c7;
	float: left;
	margin-left: 23px;
}
#spinningcookerpanel {
	width: 271px;
	float: left;
	margin: 0 12px 12px 0;
}
#righthandcolumn {
	width: 289px;
	float: right;
	margin-left: 12px;
}
.panel {
	background-color: #e3e3c7;
	width: 289px;
	margin: 0.8em 0;
	padding-bottom: 12px;
}
#footer {
	height: 81px;
	float:left;
	background-color: #d0d0b6;
	width:900px;
	margin: 1.8em 0 0 0;
	clear: both;
}
.padder {
	width: 277px;
	padding: 8px;
}
/****** MENU STYLES *******/




#navigation, #navigation ul { /* all lists */

	padding: 0;
	margin: 0;
	spacing:0;
	line-height: 1.2em;
	text-align: left;
	float: left;
	list-style-type: none;
		}

#navigation a {

	display: block;
	width: auto; 
	padding: 0.5em 0.6em 0.5em 0.6em; 
	color: #536268;
	text-decoration:none;
	margin:0;
	font-weight: bold;
		}	

#navigation a:hover {

	display: block;

	/*width: 160px;*/

	color: #FFFFFF;
	background-color: #9c9c78;

		}		



#navigation li { /* all list items */

	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	border-left: 1px solid #ffffff;
	display: inline;
}



#navigation li ul { /* second-level lists */

	position: absolute;

	background-color: #9c9c78;
	width: 150px;

	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */

}

#navigation li ul li {
	border-bottom: 1px solid #ffffff;
	margin:0;
	border-left: none;
	width: 150px;
}

#navigation li:hover ul, #navigation li.sfhover ul { /* lists nested under hovered list items */

	left: auto;
	background-color: #e3e3c7;
}

#footerlinks {
	float: left;
	width: 854px;
	list-style-type: none;
	margin: 5px 0 5px 12px;
	padding:0;
}
#footerlinks li {
	display: inline;
}
#footerlinks a {
	display: block;
	float: left;
	padding: 0em 0.8em;
	text-decoration: none;
	color: #c1c19a;
	font-weight: normal;
	border-right: 1px solid #c1c19a;
	font-size: 0.8em;
}
#footerlinks a:hover {
	color: #9c9c78;
}


