/* CSS Document */
* { margin:0; padding:0; }
/* BASE HTML */
body {
	background:#fff url(images/css/bg_body.jpg) top center repeat-x;
	font-size:76%;
	font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
	color:#611122;
	margin:10px 15px;
}
p, em {
	font-size:1em;
	margin:10px 15px;	
	line-height:1.5em;
}
a:link, a:visited {
	text-decoration:none;
	color:#611122;
}
a:hover {
	text-decoration:underline;
}
/* PAGE HOLDER */
div#pageHolder {
	margin:0 auto;
	width:780px;
	text-align:left;
	background:url(images/css/bg_pageContent.jpg) center repeat-y;
}
/*HEADER & NAVIGATION*/
div#header {
	height:153px;
}
	div#header h1, div#header h2 {
		text-indent:-99999px;
		height:0px;
	}
div#navigation {
	height:50px;
	/*background:#E9A220;*/
}
	div#header ul, div#navigation ul {
		list-style-type:none;
	}
	div#header li, div#navigation li {
		float:left;
	}
	div#header a, div#navigation a {
		display:block;
		text-indent:-99999px;
	}
	/*SPECIFIC BUTTONS*/
		/* HEADER NAVIGATION */
	div#header a.btn_home {
		width:249px; height:153px;
		background:url(images/css/btn_home.jpg) center no-repeat;
	}
	div#header a.btn_about {
		width:129px; height:153px;
		background:url(images/css/btn_about.jpg) center no-repeat;
	}
		div#header a:hover.btn_about {
			width:129px; height:153px;
			background:url(images/css/btn_about_over.jpg) center no-repeat;
		}
	div#header a.btn_newsletter {
		width:129px; height:153px;
		background:url(images/css/btn_newsletter.jpg) center no-repeat;
	}
		/*div#header a:hover.btn_newsletter {
			width:129px; height:153px;
			background:url(images/css/btn_newsletter_over.jpg) center no-repeat;
		}*/
	div#header a.btn_menu {
		width:129px; height:153px;
		background:url(images/css/btn_menu2.jpg) center no-repeat;
	}
		/*div#header a:hover.btn_menu {
			width:129px; height:153px;
			background:url(images/css/btn_menu_over.jpg) center no-repeat;
		}*/
	div#header a.btn_rental {
		width:144px; height:153px;
		background:url(images/css/btn_rental.jpg) center no-repeat;
	}
		div#header a:hover.btn_rental {
			width:144px; height:153px;
			background:url(images/css/btn_rental_over.jpg) center no-repeat;
		}
		/* NAVIGATION 2 */
	div#navigation li.leftGutter {
		width:15px; height:50px;
		background:url(images/css/gutter_left.jpg) center no-repeat;
	}
	div#navigation a.btn_join {
		width:175px; height:50px;
		background:url(images/css/btn_join.jpg) center no-repeat;
	}
		div#navigation a:hover.btn_join {
			width:175px; height:50px;
			background:url(images/css/btn_join_over.jpg) center no-repeat;
		}
	div#navigation a.btn_events {
		width:200px; height:50px;
		background:url(images/css/btn_events.jpg) center no-repeat;
	}
		div#navigation a:hover.btn_events {
			width:200px; height:50px;
			background:url(images/css/btn_events_over.jpg) center no-repeat;
		}
	div#navigation a.btn_schedules {
		width:200px; height:50px;
		background:url(images/css/btn_schedules.jpg) center no-repeat;
	}
		div#navigation a:hover.btn_schedules {
			width:200px; height:50px;
			background:url(images/css/btn_schedules_over.jpg) center no-repeat;
		}
	div#navigation a.btn_donate {
		width:175px; height:50px;
		background:url(images/css/btn_donate.jpg) center no-repeat;
	}
		div#navigation a:hover.btn_donate {
			width:175px; height:50px;
			background:url(images/css/btn_donate_over.jpg) center no-repeat;
		}
	div#navigation li.rightGutter {
		width:15px; height:50px;
		background:url(images/css/gutter_right.jpg) center no-repeat;
	}
/*PAGE CONTENT*/
div#pageContent {
  margin:0 12px;
}	
/*MAIN CONTENT*/
div#mainContent {
	width:490px;
	float:left;
}
	div#mainContent table {
		margin:20px;
	}
/*	div#mainContent ul {
		margin:10px 20px 10px 45px;
	}*/
/*SUB CONTENT*/
div#subContent {
	width:260px;
	float:right;
}
	div#subContent p, div#subContent h3 {
		margin:5px 25px 5px 10px;
		line-height:1.2em;
	}
	div#subContent table {
		margin:10px;
	}
		div#subContent td {
			background:#EFC476;
			padding:2px;
		}
		div#subContent td.menuPrice {
			background:#E9A220;
			color:#fff;
			text-align:center;
			vertical-align:top;
		}
	div#subContent ul {
		/*margin:10px 20px 10px 45px;*/
	}
/*FOOTER*/
div#footer {
	height:172px;
	background:url(images/css/bg_footer.jpg) bottom center no-repeat;
	text-align:center;
	position:relative;
	clear:both;
}
	div#footer p {
		margin:0 290px 0 25px;
		color:#666;
		font-size:smaller;
		position:absolute;
		bottom:70px;
		left:70px;
	}
	div#footer p span {
		color:#000;
		font-weight:bold;
	}
/*CONTENT BOX 1*/
/*MEAL OF THE DAY & SHOWCASE*/
/*EVENT DETIALS*/
div.contentBox_1 {
	margin:10px 25px 5px 10px;
	border:2px solid #5E1021; 
	background:#fff url(images/css/bg_cb_1.jpg) top left no-repeat;
}
	div.contentBox_1 h2 {
		font-size:1.35em;
		color:#611122;
		text-align:center;
		margin:10px 10px 18px 10px;
		font-weight:normal;
		text-transform:uppercase;
	}
	div.contentBox_1 div.contentTitle {
		font-size:1.5em;
		text-align:center;
		border-bottom:1px solid #E5E5E5;
	}
	/*STYLES FOR CONTENT IN MENU BOX*/
	div.contentBox_1 div.mealSoup, div.contentBox_1 div.mealSandwhich {
		height:35px;
		font-size:1em;
		padding-left:55px;
		border-bottom:1px solid #E5E5E5;
		font-weight:bold;
	}
	div.contentBox_1 div.mealSoup span, div.contentBox_1 div.mealSandwhich span {
		display:block;
		font-size:1em;
		color:#333;
		font-weight:normal;
		
	}
	div.contentBox_1 div.mealSoup {
		background:#fff url(images/css/menu_soup.jpg) left center no-repeat;
	}
	div.contentBox_1 div.mealSandwhich {
		background:#fff url(images/css/menu_sandwhich.jpg) left center no-repeat;
	}
	/*STYLES FOR SHOWCASE BOX*/
	div.contentBox_1 img {
		margin:3px 3px 6px 3px;
		border:1px solid #611122; 
	}
	/*CB 1 UL*/
	div.contentBox_1 ul, div.sunList ul {
		list-style-type:none;
		margin-left:5px;
	}
	div.contentBox_1 li, div.featuredBox li, div.sunList li {
		padding-left:20px;
		margin:3px 6px 3px 0;
		background:url(images/css/bullet_sun_small.gif) left top no-repeat;
	}
/*SERVICES*/
div#services {
 	height:100px;
	margin:5px 10px 5px 25px;
	border:1px solid #611122;
	background:#fff;
}
 div#services h2 {
 	font-size:2em;
	margin:3px 55px 3px 5px;
 }
 div#services p {
 	margin:3px 200px 3px 5px;
	color:#333;
	line-height:1.1em;
 }
/*FEATURED BOXE*/
/*HOMEPAGE NEWS*/
	div.featuredBox {
		margin:10px 25px 5px 10px;
		background:#fff;
		border:2px solid #611122;
	}
		div.featuredBox div.head {
			border-bottom:1px solid #fff;
			background:#611122;
			text-align:center;
		}
			div.featuredBox div.head span {
				font-size:1.2em;
				color:#fff;
			}
		div.featuredBox div.foot {
			height:5px;
		}
	div.featuredBox ul {
		list-style-type:none;
	}
	div.featuredBox li {
		height:1%;
		text-align:left;
		margin-left:3px;
		margin-bottom:2px;
	}
/*BULLETIN*/
a:link#bulletin, a:visited#bulletin {
	width:487px; 
	background:#611122 url(images/css/bg_bulletin.jpg) left top no-repeat;
	border-bottom:1px solid #000;
	color:#fff;
	float:right;
	margin-bottom:5px;
	display:block;
}
	a:link#bulletin h2, a:link#bulletin p, a:visited#bulletin h2, a:visited#bulletin p {
		margin:3px 5px 3px 125px;
		color:#fff;
		line-height:1.1em;
	}				
/*EVENT LISTINGS LIST*/
div.eventsListings {
	margin:3px 10px;
}
div.eventsListings ul {
	list-style-type:none;
}
div.eventsListings li {
	height:1%;
	margin-bottom:4px;
	border-bottom:1px solid #FFCC66;
}
div.eventsListings ul ul {
	list-style-type:none;
	margin-left:35px;
}
div.eventsListings li li {
	font-size:.8em;
	background:url(images/css/bullet_sun_small.gif) left center no-repeat;
	padding-left:20px;
	border:none;
}
div.eventsListings a {
	display:block;
	font-size:1.3em;
	color:#611122;
	text-decoration:none;
	background:url(images/css/bullet_sun.gif) left top no-repeat;
}
div.eventsListings a:link {

}
div.eventsListings a:hover {
	text-decoration:none;
	background:url(images/css/bullet_sun_over.gif) left top no-repeat;
}
div.eventsListings a span.title {
	margin-left:35px;
	line-height:2em;
}
div.eventsListings a span.date {
	font-size:.75em;
	margin-left:5px;
}
div.eventsListings a span.blurb {
	font-size:.75em;
	display:block;
	color:#333;
	margin-left:35px;
	margin-bottom:3px;
}
/*DIVIDERS*/
div.monthDivider {
	margin:5px 10px;
	padding-left:5px;
	background:#611122;
	border:1px solid #fff;
	color:#fff;
}
div.orangeLine {
	margin:10px 10px 10px 20px;
	border-bottom:1px solid #FFCC66;
}
/*EVENTS JUMP NAVIGATION - MONTH- */
#eventsNav {
	width:260px;
}
	#eventsNav ul {
		margin:10px;
		list-style-type:none;		
	}
	#eventsNav li {
		margin:2px;
		text-align:center;
		float:left;
	}
	#eventsNav a {
		width:53px; height:75px;
		display:block;
		background-color:#FFE18E;
		border:1px solid #E9A220;
		text-decoration:none;
		font-size:medium;
		line-height:4em;
		color:#611122;
		
		
	}
	#eventsNav a:link {
		
	}
	#eventsNav a:hover {
		background-color:#E9A220;
		color:#f2ffff;
		border:1px solid #f2ffff;
	}
/*CAT NAV*/
#catNav {
	width:260px;
}
	#catNav ul {
		list-style-type:none;
		margin-left:3px;
	}
	#catNav li {
		margin:2px;
		text-align:left;
	}
	#catNav li a {
		width:240px; height:1.25em;
		display:block;
		background-color:#FFE18E;
		border:1px solid #E9A220;
		text-decoration:none;
		font-size:1em;
		color:#611122;
		line-height:1.5em;
		padding-left:3px;
		text-transform:uppercase;
	}
	#catNav li a:hover {
		background-color:#E9A220;
		border:1px solid #f2ffff;
		color:#fff;
	}
/*IMAGE TOOLS*/
img.bodyImageLeft, img.bodyImageRight {
	margin:5px 10px; 
	border:2px solid #611122; 
	float:left;
}
img.bodyImageRight {
	float:right;
}
img.decorImage {
	float:right; 
	margin:0;
}
/*IMAGE GALLERY*/
div#imageGallery {
	margin:0 15px 0 0 ;
}
div#imageGallery ul {
	list-style-type:none;
}
div#imageGallery li {
	height:1%;
	float:left;
}
	div#imageGallery a {
		display:block;
		margin:5px 15px;
		text-decoration:none;
		text-align:center;
	}
	div#imageGallery a img {
		margin:5px;
		border:2px solid #611122;
	}
	div#imageGallery span {
		color:#611122;
		display:block;
	}
/*IMAGE WRAPPER*/
div.leftImageWrapper, div.rightImageWrapper {
	border:2px solid #611122;
	background:#fff;
	margin:5px 10px;
	float:left;
}
span.centerImageWrapper {
	border:2px solid #611122;
	background:#fff;
}
	div.leftImageWrapper img, div.rightImageWrapper img, div.centerImageWrapper img {
		margin:3px;
	}
	div.leftImageWrapper span, div.rightImageWrapper span, div.centerImageWrapper span {
		display:block;
		text-align:center;
		color:#333;
	}
div.rightImageWrapper {
	float:right;
}
/*VIEW ALL BUTTON*/	
a.viewAll {
	width:50px; height:1%;
	background-color:none;
	border:1px solid #fff;
	font-size:10px;
	text-align:center;
	display:block;
}
a:link.viewAll {
	background-color:#E9A220;
	color:green;
}
a:hover.viewAll {
	background:#611122;
	color:#0066CC;
}
/*DETAIL BODY*/
div#detailBody ul {
	margin:5px 35px 5px 45px;
}
div#detailBody div {
	margin:5px 20px 5px 15px;
}
div#detailBody table {
	margin-left:20px;
}
/*FORM STYLES*/
form span {
		display:block;
		margin-bottom:2px;
	}
	form input {
		margin-bottom:3px;
	}
	form span.note {
		font-size:10px;
		color:#611122;
		display:inline;
		margin-left:5px;
	}
/*GOOGLE MAP STYLES*/
div#map {
	margin:5px 5px 5px 20px;
	width:450px; height:300px;
	border:2px solid #611122;
}
div#infoBubble {
	width:200px;
	text-align:center;
}
	div#infoBubble p, div#infoBubble h2 {
		margin:0;
		line-height:1.1em;
		color:#611122;
	}
	div#infoBubble h2 {
		margin-top:5px;
	}
.instructions {font-family:verdana,helvetica,arial,sans-serif; FONT-SIZE:7.5pt; FONT-WEIGHT:normal; COLOR:#630434;}