/* CSS Document created on August 15, 2006 by BigCityPartners*/



/**********************Layout************************/

body {
	padding:0px;
	margin:0px;
	color:#573D04;
	font: normal 15px/22px Verdana, Arial, Helvetica, sans-serif;
	margin-left:50px;
	background: #FDCD67 url(images/background.jpg) repeat-y 295px 20px;
	}

.menu{
	float:left; 
	padding:40px 0 0; 
	font-size:12px; 
	width:250px;
	}
	
.maintable{
	position:absolute;
	margin-left:260px; 
	}
    * html .maintable{margin-left:10px;}
	
	
/**********************Text & Content Styles************************/

a {
	color:#573D04;
	line-height:15px;
	}
	
p{
	padding: 0px 4px;
	}

.style1 {
	font-size: 22px;
	font-weight: bold;
}
.style2 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #573D04;
}
.style3 {
	font-size: 18px;
	font-weight: bold;
	color: #573D04;
	line-height:30px;
}

.style4 {
	font-size: 20px;
	font-weight: bold;
	color: #573D04;
	line-height:30px;
}

.style5 {
	font-size: 16px;
	font-weight: bold;
	color: #573D04;
	line-height:30px;
}

.style6 {
	font-size: 14px;
	color: #573D04;
	line-height:30px;
}

.outline{
	border: 1px solid #996903;
	background-color: #faedd2;
	
}
/**********************Menu Styles************************/

/* The following ".home_item:link, .home_item:visited," etc. items aren't really doing 
anything per se, but you do need to make these declarations in order for the later
:hover declarations to work.  ":link" & ":visited" must always be declared in order for
":hover" to work*/


.home_item a:link, .home_item a:visited,
.map_item a:link, .map_item a:visited,  
.about_item a:link, .about_item a:visited,
.menu_item a:link, .menu_item a:visited,
.thanksgiving_item a:link, .thanksgiving_item a:visited,
.rehearsal_item a:link, .rehearsal_item a:visited,
.bachelor_item a:link, .bachelor_item a:visited,
.valentines_menu_item a:link, .valentines_menu_item a:visited,
.business_item a:link, .business_item a:visited,
.theater_item a:link, .theater_item a:visited,
.office_item a:link, .office_item a:visited,
.private_item a:link, .private_item a:visited,
.catering_item a:link, .catering_item a:visited,
.ultimate_wedding_item a:link, .ultimate_wedding_item a:visited,
.theater_tour_item a:link, .theater_tour_item a:visited,
.press_item a:link, .press_item a:visited {
	background: url(images/arrow.gif) no-repeat 0px 2px;
	padding: 2px 0 6px 20px;
	margin-left:-20px;
	margin-top:2px;
	}

* html .home_item a:link, * html .home_item a:visited,
* html .map_item a:link, * html .map_item a:visited,
* html .about_item a:link, * html .about_item a:visited,
* html .menu_item a:link, * html .menu_item a:visited,
* html .thanksgiving_item a:link, * html .thanksgiving_item a:visited,
* html .rehearsal_item a:link, * html .rehearsal_item a:visited,
* html .bachelor_item a:link, * html .bachelor_item a:visited,
* html .valentines_menu_item a:link, * html .valentines_menu_item a:visited,
* html .business_item a:link, * html .business_item a:visited,
* html .theater_item a:link, * html .theater_item a:visited,
* html .office_item a:link, * html .office_item a:visited,
* html .private_item a:link, * html .private_item a:visited,
* html .catering_item a:link, * html .catering_item a:visited,
* html .ultimate_wedding_item a:link, * html .ultimate_wedding_item a:visited,
* html .theater_tour_item a:link, * html .theater_tour_item a:visited,
* html .press_item a:link, * html .press_item a:visited    
    {padding-left:30px;margin-left:0;}
		
.home_on .home_item a:link, .home_on .home_item a:visited, .home_item a:hover, 
.map_on .map_item a:link, .map_on .map_item a:visited, .map_item a:hover, 
.about_on .about_item a:link, .about_on .about_item a:visited, .about_item a:hover, 
.menu_on .menu_item a:link, .menu_on .menu_item a:visited, .menu_item a:hover, 
.thanksgiving_on .thanksgiving_item a:link, .thanksgiving_on .thanksgiving_item a:visited, .thanksgiving_item a:hover,
.rehearsal_on .rehearsal_item a:link, .rehearsal_on .rehearsal_item a:visited, .rehearsal_item a:hover,
.bachelor_on .bachelor_item a:link, .bachelor_on .bachelor_item a:visited, .bachelor_item a:hover,
.valentines_on .valentines_menu_item a:link, .valentines_on .valentines_menu_item a:visited, .valentines_menu_item a:hover, 
.business_on .business_item a:link, .business_on .business_item a:visited, .business_item a:hover, 
.theater_on .theater_item a:link, .theater_on .theater_item a:visited, .theater_item a:hover, 
.office_on .office_item a:link, .office_on .office_item a:visited, .office_item a:hover, 
.private_on .private_item a:link, .private_on .private_item a:visited, .private_item a:hover,
.catering_on .catering_item a:link, .catering_on .catering_item a:visited, .catering_item a:hover, 
.ultimate_wedding_on .ultimate_wedding_item a:link, .ultimate_wedding_on .ultimate_wedding_item a:visited, .ultimate_wedding_item a:hover, 
.theater_tour_on .theater_tour_item a:link, .theater_tour_on .theater_tour_item a:visited, .theater_tour_item a:hover, 
.eclub_on .press_item a:link, .eclub_on .press_item a:visited, .press_item a:hover {
	background: url(images/arrow_active.gif) no-repeat 0px 2px;
	font-weight: bold;
	}