﻿body {
	background-color: #000000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#container {
	background-color: #000000;
	width: 800px;
	border: 3px solid #C0C0C0;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
}
a:link, a:active {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

.centered {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: auto;
}

.bold {
	font-weight: bold;
}

ul {
	/*list-style: disc url("../images/bullet_lightning.gif") outside;*/
	margin: 0px;
	/*margin-left: 1em;*/
	padding: 0px;
	/*text-indent: -4px;*/
	list-style-type: none;
}

li {
	background-image: url("../images/bullet_lightning.gif");
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: .7em;
}

/*BO Header Elements*/
#header {
	background-color: #CCCCCC;
	height: 100px;
	width: 800px;
	color: #000000;
}
#headernav {
	background-color: #000000;
	height: 22px;
	width: 784px;
	border-top: 2px solid #142A16;
	border-bottom: 3px solid #142A16;
	padding-top: 3px;
	padding-right: 8px;
	padding-left: 8px;
	font-size: .9em;
	color: #D9DECB;
	border-color: #C0C0C0;
}
#headernav a:link, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#headernav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#headernav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#breadcrumb {
	width: 651px;
	float: left;
	vertical-align: bottom;
	padding-top: 2px;
}

#searchcont {
	height: 20px;
	width: 133px;
	float: left;
}

#searchbox {
	width: 97px;
	float: right;
	padding-left: 3px;
}

#search {
	width: 20px;
	border: 0px;
	cursor: pointer;
	float: right;
	padding-top: 1px;
	padding-left: 5px;
	color: #000000;
	font-size: .8em;
}
/*EO Header Elements*/

#container2 {
	height: 100%;
	width: 776px;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
}

/*BO Left Column Elements*/
#left {
	width: 200px;
	float: left;
	margin-right: 12px;
}

#phonecontainer, #leftnav {
	background-color: #CCCCCC;
	width: 176px;
	border: 1px solid #303520;
	padding: 12px;
	margin-bottom: 12px;
}
#specials, #hours, #location, #mail {
	background-color: #CCCCCC;
	width: 200px;
	border: 1px solid #303520;
	margin-bottom: 12px;
}
#specialsheader, #hoursheader, #locheader, #mailheader {
	background-color: #CCCCCC;
	height: auto;
	width: 188px;
	border-top: 2px solid #142A16;
	border-bottom: 3px solid #142A16;
	padding: 3px 6px 3px 6px;
	font-size: 0.9em;
	text-align: center;
	color: #000000;
	font-weight: bold;
}

#phone {
	width: 163px;
	margin-right: auto;
	margin-left: auto;
}

#leftnav {
	line-height: 1.5em;
}

.bullet {
	float: left;
	margin-top: 3px;
	margin-right: 3px;
}

#sub {
	margin: 0px;
	padding: 0px;
	padding-left: .4em;
}

#subsub {
	margin-left: 24px;
}

#hourscontent, #loccontent, #mailcontent {
	height: auto;
	width: 176px;
	padding: 12px;
}

#specialscontent {
padding: 0px;
width: 200px;
}

#loccontent {
	text-align: center;
}

table {
	width: auto;	
	border: 1px solid #51553C;
	margin-right: auto;
	margin-left: auto;
}

.hoursleftcol {
	text-align: right;
}

.hoursrightcol {
	text-align: left;
}

#email {
	width: 90%;
	padding-left: 3px;
	margin: 5px;
}

#submit {
	background-color: #CCCCCC;
	border: 1px solid #142A16;
	cursor: pointer;
	text-align: center;
	color: #000000;
}

#sslseal {
	height: 60px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
}
/*EO Left Column Elements*/

/*BO Right Column Elements*/

#right {
	background-color: #CCCCCC;
	width: 536px;
	border: 1px solid #303520;
	float: left;
	padding: 12px;
	margin-bottom: 12px;
	line-height: 1.5em;
}
hr {
	background-color: #CCCCCC;
	height: 2px;
	color: #142A16;
	margin-top: 12px;
	margin-bottom: 12px;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
}
/*EO Right Column Elements*/

/*BO Footer Elements*/
#footer {
	background-color: #CCCCCC;
	height: auto;
	width: 788px;
	border-top: 2px solid #142A16;
	border-bottom: 3px solid #142A16;
	padding: 3px 6px 3px 6px;
	font-size: .9em;
	text-align: center;
	color: #000000;
}
#footer a:link, a:active {
	color: #000000;
	text-decoration: underline;
}
#footer a:visited {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

#copy {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: .9em;
	text-align: center;
	color: #FFFFFF;
}
/*EO Footer Elements*/

/*That's All!*/

.centered {
	text-align: center;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	font-variant: normal;
}

.thumbcontainer {
		float: right;
		margin-top: 24px;
		margin-left: 12px;
		font-size: .8em;
		font-weight: bold;
		text-align: center;
		line-height: normal;
}

.thumbnail {
		border: 1px solid #303520;
		margin-bottom: 5px;
}

#right td {
	border: 1px solid #ACAF95;
	padding: 2px 5px 3px;
	margin: 0px;
	line-height: 1.2em;
}

#right table {
	border: 0px;
	padding: 0px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.righttablecolumn {
	width: 75px;
	text-align: right;
	vertical-align: top;
}

h2 {
	text-transform: uppercase;
}
.em {
	font-style: italic;
}.alignleft {
	text-align: left;
}

.indent p {
	!important
	border-left: 1em solid #303520;
	display: none;
	height: auto;
	width: auto;
	margin-left: 1em;
	padding-left: .5em;
	border-left-color: #C0C0C0;
}

