/* CSS Document */

/***********************************************
	GLOBAL RESETS                           
***********************************************/ 
* {
	margin:0;
	padding:0;
	}

body{
	font: 76% Arial, Helvetica, sans-serif;
	background: #4b4b4b url(../images/bg.jpg) top center repeat;
	}
ul, ol, li {
	list-style: none;
	}
a {
	text-decoration: none;
	}
img {
	border: none;
	}
	
/**********************************************
	TEXT STYLES
**********************************************/
h1 {
	font-size: 2.25em;
	text-indent: -9999px;
	}
h2 	{
  	font-size: 2em; /* 24px */
	line-height: 1.5em; /* 36px */  
  	padding-top: 0.333em; 
 	font-weight: lighter;
	}	
h3	{
	font-size: 1.5em; /* 18px */
	line-height: 1em; /* 18px */
	margin-top: 1em;
	letter-spacing: .1em;
	font-weight: lighter;
	}
h4	{
 	font-size: 1.3333em; /* 16px */
  	line-height: 1.125em; /* 18px */
	margin-top: 1.125em;
	}
h5 	{
  	font-size: 1.1667em; /* 14px */
  	line-height: 1.2857em; /* 18px */
  	margin-top: 1.2857em;
	color: #333333;
	}
h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6B2800;
	}
p 	{
  	font-size: 1em; /* 12px */
  	line-height: 1.5em; /* 18px */
  	margin: 0 0 1.5em 0;
	color: #565351;
	}
.intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em; /* 18px */
	line-height: 1.5em;  
	margin: 0 0 1em 0; 
	color: #460E00;
	}

/***********************************************
	SPECIFIC DIVS                                
***********************************************/
#container {
	width: 880px;
	margin: 0 auto;
	background: url(../images/shadow_bg.jpg) repeat-y;
	}
#wrapper {
	margin: 0 auto;
	width: 800px;
	}
#header {
	height: 350px;
	background: url(../images/belmont.jpg) no-repeat;
	}
	
/*--- Main Navigation ---*/
#nav_main {
	background: url(../images/nav_bg.jpg) bottom no-repeat;
	height: 100px;
	width: 740px;
	padding:216px 0 0 60px;
	}
#nav_main li {
	float: left;
	display: inline;
	height: 54px;
	margin: 30px 10px 0 10px;
	}
#nav_main a {
	display: block;
	width: 150px;
	height: 54px;
	text-indent: -9999px;
	overflow: hidden;
	}
#nav_main a:hover {
	background-position: 0 -55px;
	}
#menu a {
	background: url(../images/menu.jpg) no-repeat;
	overflow: hidden;
	}
#catering a {
	background: url(../images/catering.jpg) no-repeat;
	overflow: hidden;
	}
#news a {
	background: url(../images/news.jpg) no-repeat;
	overflow: hidden;
	}
#location a {
	background: url(../images/location.jpg) no-repeat;
	overflow: hidden;
	}
#nav_main a.selected {
	background-position: 0 -55px;
	}	
	
/*--- Content ---*/
#content {
	}
#content a {
	color: #682602;
	}
#content a:hover {
	color: #c62229;
	text-decoration: underline;
	} 
#content li {
	line-height: 1.5em;
	color: #565351;
	}
.left_col {
	background: #e5bd7e url(../images/left_bottom.jpg) bottom no-repeat;
	float: left;
	width: 228px;
	margin: 0 0 24px 68px;
	padding: 0 10px 12px 0px;
	}
.left_col p, .left_col h3, .left_col h4, .left_col h5 {
	padding: 0 0 0 10px;
	}
.right_col {
	float: right;
	width: 395px;
	padding: 0 68px 0 10px;
	}
.clear {
	clear: both;
	}
.line {
	border-top: 1px solid #ccc;
	padding-top: 12px;
	}
.map {
	margin: 12px 0;
	border: 1px solid #565351;
	}

/*--- Footer ---*/
#footer {
	background:url(../images/footer.jpg) no-repeat;
	height:190px;
	clear: both;
	font-size: 82%;
	text-align:center;
	}
#footer p {
	padding: 8px 0 0 0;
	line-height: 1.25em;
	margin: 0;
	}
#footer ul {
	padding: 18px 0 0 0;
	}
#footer li {
	display: inline;
	}
#footer a {
	color: #682602;
	}
#footer a:hover {
	color: #c62229;
	text-decoration: underline;
	} 


	
	
	
