* {
	margin: 0;
	padding: 0;
}

body {
	background: #000407;	
	text-align: center;
	font: 13px/16px "Trebuchet MS", Verdana, Arial, sans-serif;
}

p {
	margin: 6px 0;
}

.left {
	text-align: left;
	margin: 8px 60px;
	line-height: 18px;
}

.small {
	font-size: .9em;
	line-height: 1.3em;
}

.big {
	font-size: 1.1em;
}

.orange {
	color: #F67B55;
}

.right {
	text-align: right;
}

.center-align {
	text-align: center;
}

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	padding-bottom: 2px;
	margin-top: 14px;
	color: #000000;
	border-bottom: 2px solid #98390B;

}

h2 {
	margin: 8px 0 2px 0;
	padding: 0 0 0 20px;
	font-size: 20px;
	line-height: 24px;
	color: #9C1801;
}

h2.inline-1 {
	margin: 8px 0 2px 0;
	padding: 0 0 6px 20px;
	font-size: 20px;
	line-height: 24px;
	color: #9C1801;
	display: inline;
	float: left;
	width: 250px;
}

h2.inline-2 {
	margin: 8px 0 2px 0;
	padding: 0 0 6px 20px;
	font-size: 20px;
	line-height: 24px;
	color: #9C1801;
	display: inline;
	float: left;
	width: 540px;
}

h2.inline-half {
	margin: 12px 0 2px 0;
	padding: 0 0 6px 20px;
	font-size: 20px;
	line-height: 24px;
	color: #9C1801;
	display: inline;
	float: left;
	width: 390px;
}

h3 {
	margin: 8px 0 6px 0;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}

.underlined {
	text-align: center;
	padding-bottom: 2px;
	border-bottom: 1px solid #335817;
	margin: 0 12% 8px 12%;
}

h4 {
	font-size: 14px;
	line-height: 18px;
	color: #DBBC7D;
	margin: 8px 0 4px 0;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #726E56;
	margin: 8px 0 4px 0;
}

img {
	border: none;
}

.img-right {
	clear: right;
	float: right;
	margin: 8px 0 8px 18px;
}

.img-left {
	clear: left;
	float: left;
	margin: 8px 8px 8px 28px;
}

.blue {
	color: #063D5C;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #9C1801;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

.divider {
	clear: both;
	margin: 8px 0 12px 0;
	height: 4px;
	border-bottom: 1px solid #DDD9C4;
	
}

.divider-blue {
	clear: both;
	margin: 8px 0 12px 0;
	height: 4px;
	border-bottom: 1px solid #263F52;
	
}

/* Header */

#header {
	width: 950px;
	height: 262px;
	background: #000000 url(images/header-bg.jpg) no-repeat;
	position: relative;
}

#header-home {
	width: 950px;
	height: 262px;
	background: #000000 url(images/header-home-bg.jpg) no-repeat;
	position: relative;
}

#logo {
	width: 370px;
	height: 160px;
	position: absolute;
	top: 4px;
	left: 296px;
}

#location-1 {
	width: 294px;
	height: 90px;
	position: absolute;
	top: 84px;
	left: 0;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
}

.location-1-pic {
	float: right;
}

#location-2 {
	width: 294px;
	height: 90px;
	position: absolute;
	top: 38px;
	left: 600px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
}

.location-2-pic {
	float: left;
}

#tagline {

}

.clear {
	clear: both;
}

#main-nav {
	width: 450px;
	position: absolute;
	top: 240px;
	left: 60px;
	text-align: left;
}

ul.main-nav-list {
	list-style-type: none;
}

.main-nav-list li {
	display: inline;
	margin-right: 14px;
	padding-left: 16px;
	background-image: url(images/triangle-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0;
}

.main-nav-list a:link {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.main-nav-list a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.main-nav-list a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #682200;
	text-decoration: underline;
}

.main-nav-list a:active {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

ul.sub-nav-list {
	margin: 10px 20px;
}

.sub-nav-list li {
	margin-left: 20px;
	padding: 4px 0;
}

.sub-nav-list a:link {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.sub-nav-list a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.sub-nav-list a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #682200;
	text-decoration: underline;
}

.sub-nav-list a:active {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


/* Hides from IE-mac \*/
* html .clear {
	height: 1%;
}

.clear {
	display: block;
}
/* End hide from IE-mac */

.clear-box {
	width: 100%;
	height: 8px;
	clear: both;
}

#page {
	width: 950px;
	text-align: left;
	margin: 0 auto 12px auto;
	background: url(images/container-bg.jpg) repeat-y;
}

#container {
	width: 100%;
}

#content {
	width: 830px;
	margin: 0 60px;
}

#content-home {
	width: 890px;
	height: 374px;
	margin: 0 0 0 30px;
	background: url(images/content-home-bg.jpg) no-repeat; 
}

#feature-home {
	margin-top: 220px;
	width: 450px;
	float: left;
	text-align: center;
}

.content-main-text {
	width: 450px;
	padding: 0 0 0 10px;
}

.drop-pic {
	margin-top: 30px;
}

.feature {
	color: #98390B;
}

.menu-2 {
	clear: both;
	width: 826px;
	background: url(images/menu-2.jpg) repeat-y;
	margin: 10px 0;
	border-top: 2px solid #7B2A03;
	border-bottom: 2px solid #7B2A03;
}

.menu-3 {
	clear: both;
	width: 826px;
	background: url(images/menu-3.jpg) repeat-y;
	margin: 10px 0;
	border-top: 2px solid #7B2A03;
	border-bottom: 2px solid #7B2A03;
}

.menu-2-1 {
	clear: both;
	width: 826px;
	background: url(images/menu-2-1.jpg) repeat-y;
	margin: 10px 0;
	border-top: 2px solid #7B2A03;
	border-bottom: 2px solid #7B2A03;	
}

.menu-1-2 {
	clear: both;
	width: 826px;
	background: url(images/menu-1-2.jpg) repeat-y;
	margin: 10px 0;
	border-top: 2px solid #7B2A03;
	border-bottom: 2px solid #7B2A03;
}

.menu-1-1-1 {
	clear: both;
	width: 826px;
	background: url(images/menu-1-2.jpg) repeat-y;
	margin: 10px 0;
	border-top: 2px solid #7B2A03;
	border-bottom: 2px solid #7B2A03;
}

.left-half {
	width: 412px;
	margin: 10px 0;
	float: left;
	text-align: left;
	
}

.right-half {
	width: 412px;
	margin: 10px 0;
	float: left;
	text-align: left;
}

.third-left {
	width: 270px;
	float: left;
	text-align: left;
}

.third-left-skip {
	margin-left: 10px;
	width: 260px;
	float: left;
	text-align: left;
}

.two-third-left {
	width: 540px;
	margin: 0 12px;
	float: left;
	text-align: left;
}

.menu-note {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight: bold;
	color: #956F4D;
	margin-bottom: 6px;
}

.menu-side {
	clear: both;
	width: 140px;
	float: right;
	margin: 4px 0 4px 8px;
	border: 1px solid #263F52;
	color: #CAC0AD;
	text-align: center;
}

.menu-pic-right {
	clear: right;
	float: right;
	margin: 4px 0 0 8px;
}

.inset-1 {
	margin: 4px 20px;
}

.inset-2 {
	margin: 6px 12px;
}

.menu-item {
	margin: 8px 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CAC0AD;
}

.menu-price {
	font-weight: bold;
	color: #F67B55;
}

.indent {
	padding-left: 20px;
}

#sidebar {
	width: 153px;
	color: #F9EFE0;
}

#sidepic {
	width: 153px;
	height: 197px;
	margin: 28px 0 20px 0;
}

.sidepromo {
	margin: 20px 0;
}

.current {
	color: #682200;
	font-weight: bold;
	text-decoration: underline;
	background: url(images/bullet2.jpg) no-repeat top right;
}

#footer {
	clear: both;
	width: 950px;
	background: #000407 url(images/footer-bg.jpg) no-repeat;
}

#footer-home {
	clear: both;
	width: 950px;
	background: #000407 url(images/footer-home-bg.jpg) no-repeat;
}

#utility {
	width: 730px;
	margin: 0 0 0 190px;
	font-size: 11px;
	color: #DDDDDD;
	text-align: center;
}

#utilinks {
	padding-top: 48px;
}

#utilinks ul {
	list-style-type: none;
	color: #D0E09B;
	text-align: center;
	font-size: 11px;
	margin-left: 10px;
}

#utilinks li {
	display: inline;
	margin: 0 8px;	
}

#utilinks a:link {
	color: #E6ACAD;
}

#utilinks a:visited {
	color: #E6ACAD;
}

#utilinks a:hover {
	color: #EEEEEE;
}

#utilinks a:active {
	color: #E6ACAD;
}

#utiltext {
	text-align: right;
	padding-right: 30px;
	font-size: 12px;
	color: #977B55;
	
}
