/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0 auto; /* Sets body to center everything.Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #e6e6e6;
	scrollbar-arrow-color: #FFFFFF;
	background-color: #053908;
	background-image: url(images/bodybg.jpg);
	background-repeat:repeat-x;
}

/*  CONTENT  ===========================*/

p, a, ul, li, ol, td, div, textarea {
font-family: Arial, Helvetica, sans-serif;
font-style:normal;
text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

p {
	font-size: 13px;
	padding-right: 50px;
	color: #2B1B0B;
	line-height: 19px;
}

p.centered {
text-align:center;
}

p strong {
	color:#955110;
	font-weight:bold;
}

.emphasize { /*use emphasize to 'brighten' up words in content */
	color:#043807;
	font-size:16px;
	font-weight: bold;
}

h1, h2, h3, h4, h5, p {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	text-align:left;
	margin-left: 260px;
}

h1 {
	font-size: 30px;
	color: #5A330C;
	line-height: 45px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dotted #222;
	width: 70%;
	text-transform: capitalize;
	margin-bottom: 15px;
}

h2 {
	font-size: 20px;
	color: #996600;
	line-height: 35px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dotted #996600;
	width: 45%;
}

h3 {
font-size: 17px;
color: #000;
line-height: 30px;
margin: 0px 0px 0px 30px;
padding: 0px 0px 0px 0px;

}

h4 { /* use for internal content ctas */
	font-size: 18px;
	color: #764212;
	font-style:normal;
	font-weight:bold;
	line-height: 23px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

h5 { /* use for box disclaimers */
	font-size: 13px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px 0px 0px 30px;
	padding: 8px;
	background-color: #e6e6e6;
	border: 1px solid #999;
	width: 500px;
}

a { /* Creates the general link style for the site. This is not the main navigation.  */
font-size: 13px;
font-weight: bold;
color: #ff0000;
text-decoration: underline;
}

a:hover { /* Creates hover for the general link style for the site. This is not the main navigation.  */
color: #FF9900;
}

/*------------------ LISTS FORMATS --------------------------*/

ul,ol,li { /* strips all ul's, ol's, and li' from padding or margins unless defined in classes below*/
margin: 0;
padding: 0;
}

/* ----------------- UL's for content in short, med, long, and column ----------------*/

ul.contentshort {
	margin: 0;
	width:300px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	display: block;
}

ul.contentshort li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}

ul.contentmed {
	margin: 0;
	width:550px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	display: block;
}

ul.contentmed li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}

ul.contentlong {
	margin: 0;
	width:750px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	display: block;
}
ul.contentlong li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}

ul.columnlists {
	margin: 0;
	width:190px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	display: block;
}

ul.columnlists li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
	color: #2B1B0B;
}


ul.columnlistsinside {
	margin: 0;
	width:190px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	display: block;
}

ul.columnlistsinside li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
	color: #2B1B0B;
}

ul.columnlistsbig {
	margin: 0;
	width:590px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	display: block;
}

ul.columnlistsbig li {
	margin: 3px 0 3px 63px;
	padding: 0;
	font-size: 16px;
	font-weight:bold;
	line-height: 18px;
	color: #2B1B0B;
}



ul.columnlistsnostyle {
	margin: 0;
	width:230px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	display: block;
}

ul.columnlistsnostyle li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
	list-style-type:none;
}

/*------- wrapper for ul's and other items */
div#wrapper {
	display: block;
	margin-left: 230px;
}

/* used to break content that overlaps */
div#clearboth {
	clear: both;
	height:-32px;
}

div#clearleft {
clear: left;
height:0px;
}

div#clearright {
clear: right;
height:0px;
}

/*  MAIN TABBED NAVIGATION  ===========================*/

div#mainnav{
	position: absolute;
	top: 232px;
	left: 0px;
	padding-left: 20px;
	height: 25px;
	width: 615px;
}

#mainnav ul{
	font: bold 90% default;
	list-style-type: none;
	position: absolute;
}

#mainnav li{
display: inline;
}

#mainnav li a{
	padding: 3px 32px 3px 7px; /*Use paddingright value to account for curved right edge of tab image*/
	text-decoration: none;
	background: transparent url(images/righttabdefault.gif) 100% 0px no-repeat; /*give illusion of shifting 1px down vertically*/
	border-left: 1px solid #e6e6e6;
	position: relative;
	display: block;
	float: left;
	margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
	left: 20px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#mainnav li a:visited{
color: #333;
}

#mainnav li a:hover{
text-decoration: underline;
}

#mainnav li.selected a{ /*selected tab style*/
color:#333333;
z-index: 100; /*higher z-index so selected tab is topmost*/
top: 0px; /*Shift tab 1px down so the border beneath it is covered*/
background: transparent url(images/righttabselected.gif) 100% 0 no-repeat;
}

#mainnav li.selected a:hover{
text-decoration: none;
}



/*  PAGE LAYOUT ===========================*/

div#all { /* Holds the entire web page from the beginning body tag to the end body tag */
	width:950px;
	text-align:left;
	margin: 0 auto;
	padding: 0px;
	background:none;
}

div#header {
	position:relative;
	padding: 0;
	margin: 0;
	width:950px;
	height: 254px;
	text-align:left;
	float:left;
	background-image: url(images/header.jpg);
}

div#maincontent {
	border: 0px;
	width:950px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color:#fff;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	float:left;
	display:block;
	clear:both;
	position:relative;
}

/*  ADDRESS ===========================*/

address {
	width:199px;
	vertical-align:top;
	font-size:11px;
	font-style:normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	text-align: left;
	line-height: 14px;
	position:absolute;
	display:block;
	clear: both;
	left: 35px;
	top: 12px;
}

address img {
margin: 8px 0px 8px 0px;
text-align:center;
}

address a {
	font-size:11px;
	font-style:normal;
	color: #894B10;
	text-align: left;
	line-height: 16px;
}

address a:hover {
	font-size:11px;
	font-style:normal;
	color: #333333;
	text-align: left;
	line-height: 16px;
}



/* ------------------------- FOOTER NAVIGATION ----------------------------- */

ul#footernav {
	width: 920px;
	text-align:center;
	clear:both;
	height:53px;
	display:block;
	margin: 0 auto;
	padding-left: 30px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	padding-top: 15px;
}

ul#footernav li {
	border-right: 1px solid #d6d6d6;
	list-style: none;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	float:left;
	padding: 0px 4px 0px 4px;
	margin: 0px 0px 0px 0px;
}

ul#footernav li a {
	font-size: 11px;
	width:auto;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	display:block;
	font-weight:lighter;
	text-decoration:none;
	text-align: center;
	vertical-align:middle;
}

/* OFF */
ul#footernav li a:link, ul#footernav li a:visited, ul#footernav li a:active {
	display: block;
	color: #FFFFFF;
}
/* ON */
ul#footernav li a.current:link, ul#footernav li a.current:visited {
	color: #CAC3A9;
	display: block;
	text-decoration:underline;
}

/* HOVER */
ul#footernav li a:hover {
	color: #F2EFDE;
	display: block;
	text-decoration:underline;
}

/*  IMAGE CLASSES and ID's for content area ===========================*/

img.left {
float: left;
margin: 5px 10px 5px 0px;
border: 2px solid #efefef;
}
img.right {
float: right;
margin: 5px 5px 5px 5px;
border: 2px solid #efefef;
padding: 4px;
}

img.border {
border: 2px solid #efefef;
padding: 4px;
}

/* CTA and IMAGE COMBOS ========================*/
/*NOTE: must be placed before paragraph tags */

#ctaimagewrapperright {
	padding: 10px;
	margin: 0px 40px 10px 10px;
	border: 1px solid #e6e6e6;
	float:right;
	width: 200px;
}

#ctaimagewrapperleft {
padding: 10px;
margin: 0px 20px 10px 10px;
border: 1px solid #e6e6e6;
float:left;
width: 250px;
}


#ctaimagewrappercenter {
	padding: 10px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #e6e6e6;
	margin: 0 auto;
	text-align:center;
	width: 600px;
	margin-left: 280px;
}

.ctaimagetext {
	color:#377011;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	margin: 10px 0px 0px 0px;
	padding: 5px 6px 10px 8px;
	text-align:center;
}



/*  WEB AUDIO ===========================*/

a.webaudio {
	position: absolute;
	top: 223px;
	right: 21px;
	width: 230px;
	height: 22px;
	background-image: url(images/noimage.gif);
	background-repeat:no-repeat;
	z-index: 1000;
}

div#webaudiopopup {
width: 100%;
height: 100px;
background-image:url(images/webaudiobg.gif);
background-repeat:no-repeat;
background-position:center;
background-color:#747474;
}

div#soundapplet {
width:100%;
text-align:center;
height: 30px;
position:relative;
top: 49px;
}

/*  ADMIN SIGN ===========================*/

div#signin {
	text-align:center;
	clear:both;
}

div#signin a{
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

/*  COPYRIGHTS ===========================*/

div#copyright {
	text-align:center;
	font-size: 9px;
	padding: 5px 0px 5px 0px;
	width: 950px;
	height: 50px;
	color:#FFFFFF;
	line-height: 19px;
}

div#copyright a {
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

/*  GOOGLE MAPS ===========================*/

div.googlemap {
	padding: 5px;
	border: 1px solid #e8e8e8;
	width: 800px;
	margin-left: 10px;
	margin-bottom: 20px;
}

div.googlemapright {
 padding: 5px;
 border: 1px solid #e8e8e8;
 width: 330px;
 margin-bottom: 20px;
 position:absolute;
 top: 30px;
 left: 230px;
}


/*  NETOPIA IFRAMES ==========================*/

#netopiaiframe {
	margin-left: 270px;
}
/* TABLE FOR CONTENT ============================*/

table, td, th  {	
	border-collapse: collapse;
	vertical-align: top;
}

table#content  {
	width: 650px;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align:left;
	vertical-align:top;
	margin-left: 260px;
}

table#content tr.title  {
background-color:#009933;
color:#FFFFFF;
font-size: 13px;
font-weight:bold;
}

table#content td  {
	font-size: 13px;
	color: #2B1B0B;
	padding: 14px;
	text-align:left;
	vertical-align: top;
	line-height: 19px;
}

/* TABLE FOR RESTAURANT MENU ============================*/

table#restmenu {
width: 700px;
margin-top: 15px;
margin-bottom: 10px;
text-align:left;
vertical-align:top;	 
margin-left: 30px;
}

table#restmenu tr {
margin: 0px 0px 0px 0px;
display:block;
}

div#dotted{
border-bottom: 1px dotted #666;
width:700px;
margin-bottom: 40px;
height:0px;
}

.entree {
font-size:16px;
font-weight:bold;
text-align:left;
font-family: Georgia, "Times New Roman", Times, serif;
height: 16px;
}

.entreedescr {
font-size:12px;
font-weight: normal;
color: #996633;
text-align:left;
font-style:italic;
padding: 0px 30px 0px 0px;
display:block;
width:70%;
}

.price {
font-size:13px;
font-weight:bold;
font-style:italic;
color:#333333;
text-align:right;
display:block;
font-family:Georgia, "Times New Roman", Times, serif;
vertical-align:top;
}

.pricedescr {
font-size:11px;
font-weight:normal;
color:#333333;
text-align:right;
display:block;
font-family: Arial, Helvetica, sans-serif;
width: 100px;
}
