/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
html {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #e6cdb1 url(images/bg-site.jpg);
}

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: url(images/bg-stripe.jpg) no-repeat center top;
	font: 12px Verdana, Tahoma, Geneva, Arial, sans-serif;
	color: #302a23;
}

/* Sets the margin and padding to zero */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, fieldset, address, blockquote, th, td {
	 margin: 0;
	 padding: 0;
	 text-align: left;  /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

/* Removes borders for images and fieldsets */
img, fieldset {
	border: 0;
}

/* Removes borders for tables and table cells */
table, td {
	border-collapse: collapse;
	vertical-align: top;
}

/* Styles h1, h2, h3, h4, h5 tags */
h1, h2, h3, h4 {
	font-family: FrizQuadrata, FritzQuadrata, Fritz-Quad, Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 10px;
	margin: 0px 40px;
}
h1 {
	color: #7b0000;
	font-size: 32px;
}
h2, h3, h4 {
	color: #302a23;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	font-weight: normal;
}

/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 20px;
	margin: 5px 40px 10px;
}

td {
	line-height: 18px;
}

address {
	line-height: 14px;
	font-size: 11px;
	font-style: normal;
	padding: 30px 40px 5px;
	width: 910px;
	margin: 0 auto;
	background: url(images/bg-address.jpg) no-repeat;
}

/* Style unordered lists and colmuns of text */
ul {
	list-style: none;
}	
	
/* Styles A links */
a:link {
	text-decoration: underline;
	color: #a10101;
}
a:visited {
	text-decoration: underline;
	color: #510101;
}
a:hover {
	text-decoration: none;
	color: #c40202;
}
a:active, a.selected {
	text-decoration: none;
	color: #7b0000;
}
	
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Styles the DIV that serves as the container for the layout. Setting the left and right margins to auto will center DIV. */
div#container {
	background: #e6cdb1 url(images/bg-layout.jpg) repeat-y; /* Faux column bg for page */
	width: 990px;
	margin: 0px auto;
	position: relative;
}

/* Creates DIV container for header. */
div#header {
	background: #a80101 url(images/bg-header.jpg) no-repeat;
	width: 990px;
	margin: 0px auto;
	height: 384px;
}
	
/* Creates DIV container for main content */ 
div#content {
	background: url(images/bg-content.jpg) no-repeat;
	width: 990px;
	padding: 0px 0px 10px 0px;
}
div#content a {
	font-weight: bold;
}
div#content ol, div#content ul {
	line-height: 18px;
}
div#content ul {
	margin: 5px 20px 10px;
}
div#content ul li {
	padding-left: 15px;
	background: url(images/bullet.gif) no-repeat;
	list-style: none;	
}
div#content ol li {
	padding-left: 10px;
}

/* Creates styles for the menu table. */
table#menu {
	width: 990px;
	margin: 5px 0px;
	border: 0;
}

table#menu td {
	width: 328px;
}

table#menu td.specials {
	border: 1px solid #302a23;
}
table p, table h3, table h4, table h5 {
	margin: 5px 20px 10px;
}
table h3, table h4, table h5 {
 	text-align: center;
}

/* Creates DIV to set back to top link */
p#back {
	margin: 5px 40px;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	clear: both;
}
#specials {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #302A23;
	border-bottom: 1px solid #302A23;
}

#specials2 {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #302A23;
	border-bottom: 1px solid #302A23;
}

p#back a {
	text-align: right;
}

/* Creates DIV container for call to action */ 
div#cta {
	position: absolute;
	top: 0;
	left: 0;
	clear: both;
	width: 990px;
	margin: 0px auto;
	height: 384px;
	z-index: 1;
	padding: 0;
}

/* DIVs to create columns for paragraphs. */
div#leftcolumnhalf {
	float: left;
	width: 495px;
	_width: 490px;
	margin: 10px 0px 5px;
}
div#rightcolumnhalf {
	float: right;
	width: 495px;
	_width: 490px;
	margin: 10px 0px 5px;
}
div#leftcolumnthird { /* divides content in thirds */
	float: left;
	width: 330px;
	_width: 325px;
	margin: 10px 0px 5px;
}
div#ctrcolumnthird {
	float: left;
	width: 330px;
	_width: 325px;
	margin: 10px 0px 5px;
}
div#rightcolumnthird {
	float: right;
	width: 330px;
	_width: 325px;
	margin: 10px 0px 5px;
}

/* Styles DIV container for Google map */
div#map {
	border: 5px solid #fff;
	text-align: center;
	margin: 5px auto;
	width: 908px;
}

/* Styles DIY frames in Plus sites */
#iframe {
	margin: 0;
	width: 990px;
	clear: both;
}
/* Creates DIV container for footer content */ 
div#footer {
	width: 100%;
	margin: 0px auto;
	text-align: left;
	clear: both;
	padding: 0px;
	background: #9b8975 url(images/bg-footer.jpg) no-repeat;
	color: #4a433b;
}
div#footer a {
	font-weight: bold;
}
div#footer a:link, div#footer a:visited {
	text-decoration: underline;
	color: #38322a;
}
div#footer a:hover, div#footer a:active {
	text-decoration: none;
	color: #27221c;
}
div#footer img {
	float: right;
	margin-top: 0px;
}

/* Creates DIV container for sub-navigation */
div#subnav {
	font-size: 10px;
	padding: 5px 40px;
	width: 910px;
	margin: 0 auto;
}

/* Creates DIV container for copyright statement */
div#copyright {
	font-size: 9px;
	padding: 5px 0px;
	width: 910px;
	margin: 0 auto;
}
div#copyright img {
	margin-top: -25px;
}

/* Creates DIV container for copyright statement */
div#signin {
	font-size: 9px;
	padding: 5px 40px;
	width: 910px;
	margin: 0 auto;
}

/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	font: 11px Tahoma, Verdana, Geneva, Arial, sans-serif;
	position: absolute;
	top: 93px;
	left: 450px;
	width: 540px;
	height: 35px;
	padding: 0;
	margin: 0;
	z-index: 2;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
	float: left;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	background: #7b0000 url(images/bg-link.jpg) repeat-x;
	color: #ffffff;
	display: block;
	padding: 11px 20px 11px;
	text-decoration: none;
}

/* Creates our hover status. */
ul#mainnav li a:hover {
	background: #c5a480 url(images/bg-hover.jpg) repeat-x;
	color: #7b0000;
	width: auto;
}

/* Creates our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #a80101 url(images/bg-current.jpg) repeat-x;
	color: #ffffff;
	width: auto;
}

/* ----------------- ADDITIONAL CLASSES and DIVs ------------------ */

img.rt {
	float: right;
	margin: 10px 20px 5px;
}
img.rtborder {
	border: 5px solid #fff;
	float: right;
	margin: 10px 40px 5px 20px;
}
img.lft {
	float: left;
	margin: 10px 0px 5px 20px;
}
img.lftborder {
	border: 5px solid #fff;
	float: left;
	margin: 10px 0px 5px 40px;
}
img.ctrborder {
	border: 5px solid #fff;
	text-align: center;
	margin: 5px auto;
}
img.ctr {
	text-align: center;
	margin: 5px auto;
}

.logo {
	float: left;
	margin: 0;
	width: 305px;
}

/* Class to stop items from floating right or left */
.clear {
	clear: both;
}

/* Class to center text and images */
.center {
	text-align: center;
}

/* Class to make text one pixel/point larger for the business name in the address */
.businessname {
	font-size: 12px;
	font-weight: bold;
}

/* Class to emphasize the business name in the content */
.businessnamecontent {
	color: #7b0000;
	font-weight: bold;
}

ul.ulindent {
	margin: 5px 40px 10px;
}
.num {
	font-family: "Times New Roman", Times, serif;
}
.menu1 {font-size: 9px; padding: 0px; margin: 0px; text-align: center;}
.menu2 {font-size: 12px; padding: 0px; margin: 0px; text-align: center;}
