@charset "utf-8";

/*
***********************************************************

Title:			main_2009.css
Browser(s): 	All

Author: 		Mike Maiorana (mikem@amswebdesign.com)
Created: 		01-22-2009

***********************************************************
*/



/* Global Styles 
****************************************************************/
body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
        padding: 0;
        margin: 0;
}

h1, h2, h3 {
	color:#4E0000;
	padding-bottom: 10px;
}
	
h1 {
	font-size:24px;
}

h2 {
	font-size: 18px;
}

.italic {
	font-style:italic;
	font-size: 12px;
}

.bold {
	font-weight: bold;
}

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background:url(images/homepage/bg_pattern.jpg) repeat fixed;
	
}
/* End Global Styles 
****************************************************************/




/* Homepage Styles 
****************************************************************/
.home  #mainContent  a {
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.home  #mainContent  a:hover {
	color:#663300;
}
.home #catering {
	float: left;
	width: 260px;
	margin-top: 55px;
	margin-left: 40px;
}
.home #footer {
	clear: left;
	float: left;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-style: italic;
	margin-top: 30px;
	font-size: 8px;
}
.home #footer a {
	font-weight: normal;
}
.home #footer a:hover {
	color: #FFCC99;
}
.home #container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}
.home #mainContent {
	background-image: url(images/homepage/locations.jpg);
	background-repeat: no-repeat;
	height: 357px;
	float: left;
	width: 100%;
}
.home #header {
	background-image: url(images/homepage/header.gif);
	background-repeat: no-repeat;
	height: 64px;
}
.home  #zuccaros {
	width: 265px;
	float: left;
	padding-top: 55px;
	padding-left: 40px;
}
.home #banquets {
	float: left;
	width: 270px;
	margin-top: 55px;
	margin-left: 12px;
}
.indent {
	padding-left: 80px;
	font-size: 9px;
	font-style: italic;
}
.home  #mainContent p {
	padding-bottom: 5px;
}

	
.opacityit img {  
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75;
}
.opacityit:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
/* End Homepage Styles 
****************************************************************/


/* Child Template Styles 
****************************************************************/

.child {
	font-size: 13px;
}
.child #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/childpage/light_tan_bg.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.child #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.child #mainContent {
	padding: 0 20px;
	float: left;
	position: relative;
	background-image: url(images/childpage/light_tan_bg.gif);
}
.child #navFooter {
	position: relative;
	float: left;
}

.child #nav {
	background-image: url(images/childpage/tabs_bg.gif);
	background-repeat: repeat-x;
	height: 64px;
}
.child #logo {
	height: 63px;
	width: 114px;
	margin-left: 20px;
	float: left;
}
.childTab {
	height: 34px;
	width: 136px;
	float: left;
	position: relative;
}
.childTab a {
	font-size: 12px;
	font-weight: bold;
	color: #E1CA97;
	text-decoration: none;
	background-image: url(images/childpage/tabs.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 34px;
	vertical-align: text-bottom;
	text-align: center;
}

.childTab a:hover {
background-position: 0px -34px;
}

.chesterfieldLogo {
	background-image:url(images/childpage/chesterfield_logo.gif);
	background-repeat: no-repeat;
}

.clintonLogo {
	background-image:url(images/childpage/clinton_logo.jpg);
	background-repeat: no-repeat;
}

.cateringLogo {
	background-image:url(images/childpage/catering_logo.jpg);
	background-repeat: no-repeat;
}

.child #footer {
	background-image: url(images/childpage/footer_bg.gif);
	background-repeat: no-repeat;
	height: 24px;
	padding-top: 20px;
	padding-left:100px
	text-align: center;
	color: #E1CA97;
	float: left;
	width: 100%;
	position: relative;
}

.child #footer ul {
	list-style-type: none;
	display: block;
	text-align: center;
}

.child #footer a {
	color: #E1CA97;
	font-size: 11px;
	padding-left: 15px;
}

.child #footer a:hover {
	color:#FFFFFF;
	}
	
.child #footer li {
	display: inline;
}

ul.nav li {
	float: left;
	line-height: 13px;
}

.child #rightColumn {
	float: right;
	width: 300px;
	background-image: url(images/childpage/dark_tan_bg.gif);
	margin: 20px 0 20px 0;
	padding: 20px;
	text-align: center;
	position: relative;
}
.child  .leftColumn {
	background-image: url(images/childpage/dark_tan_bg.gif);
	float: left;
	width: 530px;
	margin: 20px 0 10px 0;
	padding: 20px;
	position: relative;
}

.child  .leftColumn a:link {
	color: #000000;
	text-decoration: underline;
}

.child  .leftColumn a:hover {
	color:#660000;
	text-decoration: underline;
}

.child  .leftColumn a:visited {
	color: #000000;
	text-decoration: underline;
}

.child #rightColumn img {
	border: 4px solid #FFFFFF;
}


.child .leftColumn .menuHeader {
	font-weight: bold;
	font-size: 14px;
}

.child .leftColumn .menuSub {
	font-style: italic;
	font-size: 12px;
}

.child .leftColumn .menuEntree {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.child .leftColumn .menuItem {
	font-size: 12px;
	margin-left: 10px;
	line-height: 1.5em;
}

.child .leftColumn .menuItem P.bold {
	font-weight: bold;
}

.child .leftColumn .menuNav {
	font-style: italic;
	font-size: 12px;
}
	
.child .leftColumn .menuNav ul {
	list-style-type: none;
	display: block;
	text-align: center;
}

.child .leftColumn .menuNav a {
	color: #660000;
	font-size: 12px;
	padding-left: 3px;
}

.child .leftColumn .menuNav a:hover {
	color:#FFFFFF;
}
	
.child .leftColumn .menuNav li {
	display: list-item;
	text-indent: 25px;
	vertical-align: baseline;
	list-style-type: none;
	line-height: 2;
}

hr.menu {border: none 0; 
	border-top: 1px solid #000;
	border-bottom: 0px;
	width: 99%;
	height: 2px;
	margin: 0 auto 5px 0;
	text-align: left;
}

ul.nav a {
	font-size: 12px;
	font-weight: bold;
	color: #E1CA97;
	text-decoration: none;
	background-image: url(images/childpage/tabs.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	width: 136px;
	text-align: center;
	padding-top: 3px;
}

ul.nav a:hover {
background-image:url(images/childpage/tabs.jpg);
background-position: 0px -34px;
}

ul.nav {
	list-style-type: none;
	padding-top: 29px;
}

.child .leftColumn p {
	padding-bottom: 10px;
}

#small { font-size:11px; text-align:right; }

.opacityit img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75;
}
.opacityit:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}