@charset "utf-8";
/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
}

#maincontainer
{
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:760px;
}

#logosection
{
	float:left;
	width:456px;
	height:113px;
	background-image:url(images/chef_logo.jpg);
	background-repeat:no-repeat;

}

#topnavigation
{
	float:right;
	width:304px;
	height:113px;
}

#middle_area
{
	clear:both;
	float:left;
	width:760px;
	height:260px;
}

#titletextarea
{
	clear:both;
	float:left;
	margin-left:30px;
	width:700px;
	height:50px;
}

#left_middle
{
	float:left;
	width:560px;
	margin-left:30px;
}

#left_middle a
{	
	color:#006600;
}

#right_middle
{
	float:right;
	width:140px;
	margin-right:30px;
}

#flashbanner
{
	float:left;
	width:456px;
	height:260px;
	background-image:url(images/flash_bg.jpg);
}

#undernav1
{
	clear:both;
	float:left;
	width:760px;
	height:28px;
	background-image:url(images/underbanner.jpg);
	background-repeat:no-repeat;
}

#middle_section
{
	float:left;
	width:760px;
	background-image:url(images/middle_section.jpg);
	background-repeat:repeat-y;
}

#footer
{
	clear:both;
	float:left;
	width:760px;
	height:27px;
	background-image:url(images/bottom_section.jpg);
	background-repeat:no-repeat;
}

#mefooter
{	
	float:left;
	width:760px;
	height:50px;
	background-image:url(images/ME_banner.jpg);
	background-repeat:no-repeat;
}

.subheader
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#572c25;
}

.sidelinks
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#572c25;
}

.sidelinks a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#572c25;
	text-decoration:none;
}

.maincontent_text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}

.maincontent_text a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#006600;
}

.smalltext
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.smalltext a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}


/* NAVIGATION LAYOUT*/

#nav {float: right; width: 304px; height: 260px; position: relative;}
#nav ul { list-style: none; float: right; width: 304px; margin: 0px; padding: 0px; }
#nav ul li { float: right; width: 304px; }
#nav ul li a { float: right; width: 304px; }

/* NAVIGATION NORMAL*/
#nav ul li.purpose { background: url(buttons/purpose_up.jpg); height: 36px; }
#nav ul li.calendar { background: url(buttons/calendar_up.jpg); height: 35px; }
#nav ul li.journal { background: url(buttons/journals_up.jpg); height: 37px; }
#nav ul li.whatsnew { background: url(buttons/whatsnew_up.jpg);  height: 37px; }
#nav ul li.publications { background: url(buttons/publications_up.jpg); height: 36px; }
#nav ul li.awards { background: url(buttons/awards_up.jpg); height: 35px; }
#nav ul li.links { background: url(buttons/links_up.jpg); height: 44px; }


/* NAVIGATION NORMAL*/

#nav ul li.purpose a{ background: url(buttons/purpose_up.jpg); height: 36px; }
#nav ul li.calendar a{ background: url(buttons/calendar_up.jpg); height: 35px; }
#nav ul li.journal a{ background: url(buttons/journals_up.jpg); height: 37px; }
#nav ul li.whatsnew a{ background: url(buttons/whatsnew_up.jpg); height: 37px; }
#nav ul li.publications a{ background: url(buttons/publications_up.jpg); height: 36px; }
#nav ul li.awards a{ background: url(buttons/awards_up.jpg); height: 35px; }
#nav ul li.links a{ background: url(buttons/links_up.jpg); height: 44px; }


/* NAVIGATION OVER*/

#nav ul li.purpose a:hover{ background: url(buttons/purpose_down.jpg); height: 36px; }
#nav ul li.calendar a:hover{ background: url(buttons/calendar_down.jpg); height: 35px; }
#nav ul li.journal a:hover{ background: url(buttons/journals_down.jpg); height: 37px; }
#nav ul li.whatsnew a:hover{ background: url(buttons/whatsnew_down.jpg); height: 37px; }
#nav ul li.publications a:hover{ background: url(buttons/publications_down.jpg); height: 36px; }
#nav ul li.awards a:hover{ background: url(buttons/awards_down.jpg); height: 35px; }
#nav ul li.links a:hover{ background: url(buttons/links_down.jpg); height: 44px; }

/* NAVIGATION HIGHLIGHT*/

#nav ul li.purpose#highlight a#purpose{ background: url(buttons/purpose_down.jpg); height: 36px; }
#nav ul li.calendar#highlight a#calendar{ background: url(buttons/calendar_down.jpg); height: 35px; }
#nav ul li.journal#highlight a#journal{ background: url(buttons/journals_down.jpg); height: 37px; }
#nav ul li.whatsnew#highlight a#whatsnew{ background: url(buttons/whatsnew_down.jpg); height: 37px; }
#nav ul li.publications#highlight a#publications{ background: url(buttons/publications_down.jpg); height: 36px; }
#nav ul li.awards#highlight a#highlight{ background: url(buttons/awards_down.jpg); height: 35px; }
#nav ul li.links#highlight a#links{ background: url(buttons/links_down.jpg); height: 44px; }
