@charset "utf-8";
html {
	height: 100%;
	margin: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 100%;
	margin: 0px;
	background-color: #FCFEFD;
	color: #252525;
	background-image: url(images/fade-out.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
}
a {
	color: #B00;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #F30;
}
strong{

}
h1{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 18px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 14px;
	color: #FFF;
	background-color: #666;
	line-height: 20px;
}

h4 {
	font-weight: bold;
	font-size: 15px;
	color: #6A5840;
}
h4 a{
	text-decoration: none;
	color: #666;
}
h4 a:hover{}
h5 {
	font-size: 11px;
	color: #666;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
h5 a {
	text-decoration: none;
	color: #C63;
	font-style: italic;
}
h6 {
}
h6 a {
	font-size: 18px;
	background-color: #FFF;
	width: 200px;
	padding: 10px;
	text-decoration: none;
}
a img {
	border:0;
}
#outer-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;

}
#wrapper {
	margin-left: 25px;
	margin-right: 25px;
	width: 770px;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;

}
#header {
	clear: both;
	width: 770px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 200px;
}
#header-text{
	float: right;
	width: 200px;
	text-align: center;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #68503C;
	font-size: 16px;
	margin-top: 10px;
}
#logo {
	float: left;
	padding: 0px;
	margin: 0px;
}
#menu {
	width: 100%;
	float: left;
	padding: 0px;
	margin-top: 7px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #C9CAD1;
	margin-bottom: 3px;
}
#nav, #nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#nav a,a.active {
	display: block;
	width: 110px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: #333;
	background-image: url(images/button.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.10em;
}
#nav a:hover {
	color: #FFF;
	background-color: #EFEFEF;
	background-image: url(images/button1.gif);
}
#nav a.active{
	background-color: #EDEDEF;
	color: #000;
}
#nav li {
	float: left;
	width: 110px;
}
#nav li:hover {
	background-position: 0 0;
}
#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	width: 118px;
	background-image: url(images/test.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 8px;
	margin: 0px;
}
#nav li ul li a {
	background-image: none;
	line-height: 15px;
	text-align: left;
	padding-left: 15px;
	color: #000;
	padding-bottom: 10px;
	padding-top: 5px;
	font-size: 12px;
	width: 95px;
}
#nav li ul li a:hover {
	background-image: none;
	color: #015AAE;
	background-color: #FFF;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#contentbox {
	clear: both;
	
}
#columnright {
	float: right;
	width: 545px;
	margin-top: 10px;
	margin-right: 15px;
}
#columnleft {
	width: 175px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 16px;
	color: #584927;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
#columnleft p{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CFCFCF;
	padding-bottom: 10px;
}
#columnleft a{
	text-decoration: none;
	color: #57422B;
}
#columnleft a:hover{
	color: #02738A;
}
#righttop {
	float: right;
	width: 700px;
}
#footer {
	font-size: 10px;
	color: #666;
	clear: both;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#footer a{
	color: #369;
}
.img1 {
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 10px;
}
.img2 {
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.img3 {
	z-index: 999;

}
.formshadow {
	background-image: url(images/formBackdrop.gif);
}
.smalltext {
	font-size: 10px;
	font-weight: normal;
	color: #666;
}
.spacer {
	clear: both;
	width: 900px;
	height: 15px;
	background-image: url(images/spacerbg.jpg);
}
.gallery {
	padding-left: 70px;
	padding-top: 12px;
}
.away {
	font-weight: bold;
	color: #C40017;
}
.pointer {
	cursor: pointer;
}

div#creditfooter {
	display: none;
}
p#blogfeeds {
	display: none;
}
.summariesfullwidth {
	margin-bottom: 15px;
}
.summariesleft {
	float: left;
	width: 275px;
}
.summariesright {
	float: right;
	width: 275px;
}
.rssicon {
	padding-top: 5px;
}
.spacer {
	clear: both;
	height: 1px;
	width: 100%;
}
.contactInfo {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
#bottomStripe{
	background-color: #818381;
	width: 100%;
	clear: both;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.minileft{
	float: right;
	height: 350px;
	width: 172px;
	background-image: url(images/formbg.jpg);
	background-repeat: no-repeat;
	padding-top: 55px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 30px;
}
.style10{
	color: #04A0C6;

}
.brands ul{
	margin: 0px;
	padding: 0px;
}
.brands ul li{
	color: #78652C;
	font-weight: bold;
	line-height: 35px;
	margin-right: 33px;
	font-size: 16px;
	display: inline;
	font-family: "Courier New", Courier, monospace;
}
.brands a{
	color: #0CC;
}
