/* CSS Document 
Color Palette
dark green: 127, 131, 94	#7f835e
sage: 178 180 151			#b2b497
light green: 210, 219, 199	#d2dbc7
oval green: 226, 232, 219	#e2e8db
mango: 237, 192, 138 		#edc08a
*/

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%; 
	background-color: #b2b497;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center; 
 }
 a { text-decoration: none; }
a:link, a:visited { color: #b2b497; }
a:hover { color: #e2e8db; }
a:active, a:focus { color: #fff; }
/* designates which menu and/or submenu item is the current page */
li.me a:link, li.me a:visited { color: #edc08a; }

#container { width: 780px; margin: 5px auto; padding: 0; }
table { background-color: #fff; margin: 0; padding: 0; font-size: .8em; line-height: 125%; }
.logo, .sidemenu { 	width: 180px; background-color: #7f835e; }
.logo img { width: 180px; height: 100px; }
.sidemenu img { width: 180px; height: 150px; }
.sidemenu ul { margin: 0; padding: 20px; }
.sidemenu li {display: block; list-style-type: none; margin: 0; padding: 0 0 10px 0; }

.mainnav { background: #7f835e url(../images/brandphrase.gif) no-repeat right top; }
.mainnav ul { margin: 0; padding: 0 0 0 25px; }
.mainnav li { display: block; list-style-type: none; float: left; margin: 0 12px 10px 0; }
.mainnav a { font-size: 1.2em; }

.meat {
	background: #d2dbc7 url(../images/oval.gif) no-repeat right bottom;
	padding: 30px 125px 60px 25px; }
.meat a:link, .meat a:visited, .meat a:hover, .meat a:active { color: #000; text-decoration: underline; }
.meat .callout { font-weight: bold; }
	
/* bottom navigation */
.bottomnav { font-size: .62em; text-align: center; }
.bottomnav a:link { color: #000; }
.bottomnav a:visited { color: #333; }
.bottomnav a:hover { color: #e2e8db; }
.bottomnav a:active, .bottomnav a:focus { color: #fff; }
