@charset "UTF-8";
/* CSS Document */

/***********  Margin & Padding *************/

.margin-10-top				{margin-top:10px}
.margin-10-left				{margin-left:10px}
.margin-20-left				{margin-left:20px}
.margin-20-top				{margin-top:20px}
.margin-40-top				{margin-top:50px}
.relative					{position:relative}
.text_right					{text-align:right; width:100%; display:block}

/***********  Global Settings  *************/
*							{ outline:none}

body							{background-color:#f7f7f7;background-image:url(../images/body_bg.png);background-position:top;background-repeat:no-repeat;}

#green_strip					{ position:absolute; left:0; right:0; top:0; height:5px; background-color:#2f6030; overflow:hidden}
h1								{ width:424px; height:186px; display:block; position:absolute; background-image:url(../images/moveablefeastlogo.png);
								background-position:top; background-repeat:no-repeat; z-index:5; left:-70px; top:0px; text-indent:-9999em}
#strip							{ position:absolute; left:0; right:0; top:65px; height:550px; background-image:url(../images/strip_bg.png);
								background-position:top; background-repeat:repeat-x;}
#strip_layer					{ position:absolute; left:0; right:0; top:12px; height:458px; background-image:url(../images/strip_layer.png);;
								background-position:top; background-repeat:no-repeat}
#tagline						{ width:328px; height:104px; display:block; position:absolute; left:-40px; top:200px; background-image:url(../images/tagline1.gif);
								background-position:top; background-repeat:no-repeat; text-indent:-9999em}
#nav							{ list-style:none; height:40px; width:925px; position:absolute; top:493px; z-index:5; background-image:url(../images/nav_bg.gif);
								background-position:top; background-repeat:no-repeat; font-family:"Century Gothic", Arial, Helvetica, sans-serif; line-height:35px; 
								font-size:18px; color:#f7ffab; padding-left:25px }
#nav li							{
	float:left;
	width:150px;
	height:40px;
	display:block;
	text-align:center
}
#nav a, #nav a:link, 
#nav a:active, #nav a:visited	{ color:#f7ffab; text-decoration:none}
#nav a:hover					{ color:#9ec5ff; text-decoration:none}
#nav a.selected					{ color:#9ec5ff; text-decoration:none}
#content						{position:absolute;top:533px;z-index:3;background-color:#fefefe;background-image:url(../images/content_bg.jpg);
								background-position:top;background-repeat:repeat-x;font-family:"Century Gothic", Arial, Helvetica, sans-serif;
								border-right:#d6d6d6 1px solid;border-left:#d6d6d6 1px solid;padding-top:45px; margin:0; padding:0}
#content h3						{font-family: Georgia, serif;font-size: 130%;font-style: italic;font-weight: normal;text-transform: normal;letter-spacing: normal;line-height: 1.4em;}
#content p						{ padding-left:20px; padding-right:5px; padding-bottom:20px}
#minheight						{display:block; height:1000px}
#content_bottom					{ display:block; height:50px; width:950px; position:absolute; left:0; bottom:-50px; background-image:url(../images/content_bottom.gif);
								background-position:top; background-repeat:no-repeat; overflow:hidden;}
#submenu						{ list-style:none; height:20px; width:600px; position:absolute; top:10px; z-index:6; font-family:"Century Gothic", Arial, Helvetica, sans-serif; line-height:15px; 
								font-size:12px; color:#000000; padding-left:100px }
#submenu li						{ float:left;; padding-right:20px; padding-left:20px; padding-top:4px; height:20px; display:block; text-align:center; background-image:url(../images/subnav_bg.gif);
								background-repeat:no-repeat}
#submenu li.leftnav				{ background-position: 0 0}
#submenu li.middlenav				{ background-position:-100px 0}
#submenu li.rightnav				{ background-position:-210px 0}



#submenu a, #submenu a:link, 
#submenu a:active, #submenu a:visited	{ color:#000000; text-decoration:none; text-align:center}
#submenu a:hover					{ text-decoration:none}
#submenu a.selected					{font-weight:bold}
.hide							{ display:none}
h4								{ margin-bottom:10px}
#menu							{ color:#f7ffab; text-decoration:none}
#menu:hover						{ color:#9ec5ff; text-decoration:none; cursor:pointer}	
#menu.selected					{ color:#9ec5ff; text-decoration:none}		
h5 em							{ font-weight:normal}	
.pdf_link						{ display:block; padding-left:10px; margin-bottom:10px; float:left}	
								
/***********  Home Page  ******************/
#video_container				{ margin-top:10px; margin-left:25px}
#controls						{ clear:both; display:block; width:640px; height:20px; overflow:hidden}
#controls a.left_float				{ float:left; display:block}
#controls a.right_float			{ float:right; display:block}

/************  Example Menus  ****************/
#example_menu					{ margin-left:50px; margin-right:30px}
#example_menu h4				{ border-bottom:#000 solid 1px; width:800px;}
#example_menu h5				{ margin-left:30px;}
#example_menu ul				{ list-style:none; margin-left:100px}

/************  Photo Page ********************/

#leftbutton						{ display:block; position:absolute; top:200px; left:5px}
#rightbutton					{ display:block; position:absolute; top:200px; right:5px}

/************  Contact Page ******************/
#contact_divide						{ border-left: 1px solid #999; height:300px; display:block}
ve 