/*------------------------------------
	Body tag
------------------------------------*/	

body {
	background-image: url(/images/bg-wood.jpg);
	background-color:#413536;
	margin:0px 0px 5px 0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	}
	
/*------------------------------------
	Basic Links tag
------------------------------------*/		
	
a:link {
	text-decoration:none;
	color: #D22929;
	font-weight:bold;
	}
			
a:visited {
	text-decoration:none;
	color: #D22929;
	font-weight:bold;
	}
		
a:hover {
	text-decoration: underline;
	color: red;
	font-weight:bold;
	}	
	
/*------------------------------------
	Div tags
------------------------------------*/	

.div_container {
	width:902px;
	background-color:white;
	background-image: url(/images/frame-bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	}

.div_nav {
	float:left;
	width:303px;
	padding:0px;
	margin:0px 0px 0px 6px;
	text-align:left;
	}
	
*html .div_nav {
	margin-left:3px;
}

.nav {
	font-size:11px;
	font-family: arial;
	color: black;
	}
.building {
	position: absolute;
	top: 440px;
	left: 6px;
}


.div_homecontent {
	width:869px;
	padding:15px;
	text-align:left;
	font-size: 13px;
	}
	
*html .div_homecontent {
	margin:0px;
}
	
.div_content {
	width:558px;
	padding:0px;
	padding:10px;
	text-align:left;
	font-size: 12px;
	}

.div_footer {
	width:885px;
	background-color:white;
	padding:5px 5px 0px 5px;
	text-align:center;
	}

.footer {
	font-size:10px;
	font-family: arial;
	color: black;
	}

			
			
/*------------------------------------
	Keep your title formatting seperate
	from your text for organization. 
	Format your titles below.  
------------------------------------*/	

.header {
	font-family: arial;
	font-size:18px;
	font-weight:bold;
	color:#C82927;
	}
	
.subheader {
	font-family: arial;
	font-size:14px;
	font-weight:bold;
	color:#C82927;
	}


.menu_category {
	font-family: arial;
	font-size:18px;
	font-weight:bold;
	color:#C82927;
	}
	
.menu_name {
	font-family: arial;
	font-size:14px;
	font-weight:bold;
	color:#C82927;
	}
	
.menu_desc {
	font-family: arial;
	font-size:11px;
	font-style:italic;
	}
	
.menu_price {
	float:right;
	text-align:right;
	padding:0px;
	border:0px;
	margin:0px 0px 10px 10px;
	font-family: arial;
	font-size:14px;
	font-weight:bold;
	color:#C82927;
	}
			
/*------------------------------------
	In many of our websites, we format
	the submit buttons. Below is 
	example css to format those buttons.
------------------------------------*/	

.photo {
	margin: 0px 0px 10px 10px;
	padding: 2px;
	border: 2px solid #2A92BF;
	}

.formbutton {
		background-color: #6e0202;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight:bold;
		color: #ffffff;
		border: 2px solid #ffffff;
		padding: 3px; }

			
/*------------------------------------
	If you are formatting tables, 
	IE, backgrounds, text, or anything
	as such, use the code samples
	listed below. 
------------------------------------*/	


.footertable {
		background-image:url(/images/footerbg.jpg);
		background-position:bottom;
		background-repeat:repeat-x;
		background-color: #9d001d;
		padding: 10px;
		border-top: 4px solid #ffffff;
		border-right: 1px solid #ffffff;
		border-left: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;  }


/*------------------------------------
	If you have additionall css that
	does not fall in the scope above
	use that down here. This can include
	anything, such as css dropdown text, 
	div layers, etc.  
------------------------------------*/	


.additional{ }


/*------------------------------------
	Use the code below if you will be using
	an additional css file seperate from
	this file. This can be used for our
	dropdown menu system or the tab
	content system. Customize for your
	own development.  
------------------------------------*/	

/* Google Map Tool Tip */
.tooltip{
	background-color:#FFFFFF;
	border:2px solid #CCCCCC;
	padding:5px;
	white-space:nowrap;
}

/* @import url('dropdown_menu.css'); /* IE4 can understand, but not NN4 */
.flashbg {
	background-image: url(/images/flashbg.jpg);
	background-repeat: no-repeat;
	width: 902px;
	height: 241px;
}
.phonetop {
	background-image: url(/images/frame-top.gif);
	background-repeat: no-repeat;
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	height: 56px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
}
.phonetop a {
	color: #FFFFFF;
}
