@charset "utf-8";
body {
	margin-top: 0px;
	text-align: center;
	vertical-align: top;
	background-image: url(images/tread.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #202020;
}
#header {
	width: 950px;
	margin: 0px;
	height: 130px;
	float: left;
	background-color: #FFF;
	background-image: url(images/header_tire.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#header h1 {
	font-size: 130%;
	color: #FFF;
	font-weight: bold;
	font-style: normal;
	margin-left: 460px;
}
#header h2 {
	font-size: 130%;
	color: #FFF;
	font-weight: bold;
	font-style: normal;
	margin-top: 50px;
	margin-left: 475px;
}
#nav {
	width: 950px;
	height: 20px;
	float: left;
	padding: 10px 0px 5px 0px;
	background-color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align:center;
	background-image: url(images/redgradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#nav a {
	padding: 10px;
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
#nav a:hover {
	padding: 10px;
	color: #CCC;
	text-decoration: none;
	font-weight:bold;
}
#main {
	float: left;
	width: 950px;
	margin: 0px;
	background-color:#EEE;
	clear: both;
	background-image: url(images/bkgradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#mainHome {
	float: left;
	width: 950px;
	margin: 0px;
	background-color:#EEE;
	clear: both;
	background-image: url(images/bkgradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#mainHome .flash {
	float: left;
	width: 510px;
}
#mainHome .text {
	float: right;
	width: 400px;
	font-size: 120%;
	color: #424242;
	font-weight: bold;
	padding: 20px;
}
#sideContent {
	width: 284px;
	height: 100%;
	float: left;
	margin: 20px;
	color: #000;
	font-size: 115%;
	display: inline;
}
#sideContent a {
	color: #9D0000;
	font-weight: bold;
	text-decoration: none;
}
#sideContent a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
#sideContent .intro {
	font-size: 120%;
	color: #202020;
	font-weight: bold;
}
#sideContent h2 {
	text-align: right;
	font-size: 90%;
	color: #505050;
	font-weight: bolder;
}
#sideContent h3 {
	font-size: 120%;
	color: #9D0000;
	font-weight: bolder;
}
#mainContent {
	width: 625px;
	float: left;
	background-color: #F8F8F8;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C0C0C0;
}
#mainContent a {
	color: #777;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}
#mainContent a:hover {
	color: #505050;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}
#mainContent p {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#mainContent h1 {
	padding-top: 5px;
	font-size: 110%;
	color: #303030;
	padding-left: 20px;
	font-weight: bold;
}
#mainContent img {
	padding: 10px;
}
#gallery {
	width: 625px;
	float: left;
	background-color: #303030;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C0C0C0;
	color: #FFF;
	text-align: left;
}
#gallery2 {
	background-color: #303030;
	margin: 0px;
}
.title {
	padding-top: 15px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.article_image {
	float: right;
	width: 280px;
	padding-left: 5px;
}
.caption {
	font-size: 80%;
	color: #303030;
	margin: 0px;
}
.article_nav {
	padding: 10px;
}
.article_nav a {
	color: #9D0000;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}
.article_nav a:hover {
	color: #CC0000;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}	
#footer {
	width: 950px;
	height: 135px;
	clear: both;
	background-image: url(images/footergradient.jpg);
	background-color: #666;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
}
#footer .copy {
	font-size: 9px;
	color: #FFF;
	text-align: right;
	margin-top: 118px;
	margin-right: 5px;
}
#footer .hours {
	float: left;
	display: inline;
	width: 310px;
	height: 120px;
	font-size: 140%;
	font-weight: bold;
	margin: 5px 10px 5px 10px;
	background-image: url(images/1972.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer img {
	float: right;
	padding: 0px 0px 0px 10px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.right img {
	margin: 5px 0px 5px 10px;
}
.left img {
	margin: 5px 10px 5px 0px;
}
.indent {
	margin: 20px;
}
form {
	clear: both;
	margin: 0px;
}
.txt_error{
	color: #990000;
	font-weight: bold;
}
input, textarea, select{
	padding: 2px;
	border: 1px solid #C0C0C0;
	margin: 4px 0px;
}

.form_label{
	color: #505050;
	display: list-item;
	list-style-type: none;
}
fieldset {
	border: 1px solid #C0C0C0;
	padding: 0px 10px 10px 10px;
}
legend {
	font-size: 14px;
	color: #555;
	font-weight: bold;
	padding-bottom: 5px;
}
.form_input{
	vertical-align: text-top;
}

.btn_submit{
	padding: 4px 5px;
	background-color: #EEE;
	color: #777;
	font-weight: bold;
}
iframe {
	margin-bottom: 20px;
}
center a {
	color: #777;
	font-weight: bold;
	text-decoration: none;
}
center a:hover {
	color: #505050;
	font-weight: bold;
	text-decoration: none;
}
.clear {
	clear: both;
}
#container #main #gallery table tr th p a {
	color: #FFF;
	text-decoration: underline;
}
