@charset "utf-8";
/* Netsmith Generic 2COLHF */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffcc33;
	background-image:url(../Images/h101_bg1.png);
	background-repeat:repeat-y;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	height:100%;
	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;
}

h3 {
text-align:center;
}

h4 {font:24px Arial, Helvetica, sans-serif bold;
text-align:center;
color:#000099;
}

h5 {font:30px Arial, Helvetica, sans-serif bold;
text-align:center;
color:#008080;
}


p {
	margin: 1em;
}

#mydiv {
	position:absolute;
	top: 50%;
	left: 50%;
	width:750px;
	height:52em;
	margin-top: -26em; /*set to a negative number 1/2 of your height*/
	margin-left: -375px; /*set to a negative number 1/2 of your width*/
	border: 1px solid black;
	background-color: #ffffff;
}

#wrapper { 
	position:absolute;
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* top:120px; */
	right:265px;
	/* bottom:120px; */
	left:265px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header { 
	margin: 0 auto;
	/* background: #DDDDDD;  /*
	/* padding: 0 10px 0 20px;  /* 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. */
} 

#content { 
	margin: 0 auto;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* border-right: 1px solid black; */
	border-top:Solid 4px #008080;
	border-bottom:Solid 4px #008080;
} 

#footer { 
	/* margin-bottom:120px; */
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff; 
	border-top:solid 1px black;
	text-align:left;
} 

#footer p {
margin: 0; /* zero the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
color: #000000;
font-size: 11px;
}

#footer a {
	/* Original color: #3690b4; */
	color: #008080;
}

#footer a:hover {
	color: #000099;
}

#edges {
background-image:url(../Images/edges_bg.jpg);
background-repeat:repeat-y;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	width:20%;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	width:20%;
	margin-right: 8px;
}

.clearing { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}


/* TYPE STYLES */

.teal {
font:12px Verdana, Arial, Helvetica, sans-serif;
text-align:center;
color: #008080;
padding:0 40px;
}

/* HISTORY PAGE */

.hispagebg {
background-image:url(../Images/history_bg.png);
background-repeat:no-repeat;
}

/* RESTAURANT MENU PAGE FORMATTING */
.type-blk {
font:12px Verdana, Arial, Helvetica, sans-serif;
text-align:center;
color:#000000;
}

.bold-blk {
font:12px Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:center;
color:#000000;
}

.page {
font:12px Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:center;
color:#008080;

}

.page h3 {
font:16px Verdana, Arial, Helvetica, sans-serif;
text-align:center;
color:#000000;
font-weight:bold;
text-decoration:underline;
}

/* CONTACT FORM */
#contactInformation {
font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#contactHeading {
font: 12px Verdana, Arial, Helvetica, sans-serif bold;
}

FORM INPUT.zip {font-size:13px;}
FORM INPUT.wide {font-size:13px;width:289px;}

/* -- END CONTACT FORM -- */

/* SUB PAGE */
.Netsmith2ColHF #fullContent { 
	margin: 5px 5px; 
	padding: 0 5px;
} 

/* -- SUB PAGE -- */

.bevs {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color:#000000;
}

.cal {
font:12px Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
text-align:center;
color:#000000;

}

.cal h3 {
font:16px Verdana, Arial, Helvetica, sans-serif;
text-align:center;
color:#000000;
font-weight:bold;
text-decoration:underline;
}