@charset "utf-8";
html {
	height: 100%;
	margin: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 100%;
	margin: 0px;
	background-color: #E3DDAD;
	color: #252525;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
a {
	color: #008000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
strong{
	color: #4E382C;
}
strong a{
	color: #557D31;
}
strong a:hover{
	color: #64AD43;
}
h2 {
	font-size: 17px;
	color: #5B512D;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 14px;
	color: #7B7520;
}
h3 a{
	font-size: 17px;
	color: #AB333A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	}
h3 a:hover{
	color: #666;
	text-decoration: underline;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-weight: bold;
	background-color: #73AC4D;
	text-align: center;
	line-height: 20px;
}
h4 a{
	color: #999;
}
h4 a:hover{
}
h5 {
	font-size: 14px;
	margin-bottom: -10px;
}
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;
}
#top-header{
	height: 34px;
	width: 810px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/topper.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#outer-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 810px;
	background-image: url(images/bg-shadow.png);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
	margin-bottom: 0px;

}
#wrapper {
	margin-left: 25px;
	margin-right: 25px;
	width: 760px;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;

}
#header {
	clear: both;
	width: 760px;
	height: 259px;
	background-color: #F3EFD6;
	margin: 0px;
	padding: 0px;
}
#logo {
	float: left;
	padding: 0px;
	width: 204px;
	height: 93px;
	margin: 0px;
}
#logo a{
	
	display: block;
}
#logo a:hover{
	background-color: #F9F5F0;
}
#adminlinks{
	float: right;
	margin-right: 60px;
	height: 35px;
	font-size: 11px;
	color: #CCC;
}
#adminlinks a{
	color: #B1912C;
}
#menu {
	width: 550px;
	float: right;
	padding: 0px;
	margin-top: 33px;
	margin-left: 0px;
	margin-right: 0px;
}
#nav, #nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav a {
	display: block;
	width: 110px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	color: #231E22;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#nav a:hover {
	color: #000;
	background-color: #FFF;
}
#nav li {
	float: left;
}
#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: #666;
	padding-bottom: 10px;
	padding-top: 5px;
	font-size: 12px;
	width: 95px;
}
#nav li ul li a:hover {
	color: #000;
	background-color: #F3EDE0;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#contentbox {
	clear: both;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#columnright {
	float: right;
	width: 172px;
	text-align: center;
	height: 400px;
}
.sideLinks {
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
}

#columnleft {
	width: 500px;
	float: left;
}
#righttop {
	float: right;
	width: 700px;
}
#footer {
	font-size: 10px;
	color: #666;
	clear: both;
	background-image: url(images/footer-image.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 810px;
	height: 98px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer a{
	color: #A99656;
}
.footerRight {
	float: right;
	width: 300px;
	text-align: right;
	margin-top: 20px;
	margin-right: 60px;
	margin-bottom: 10px;
}
.footerleft {
	float: left;
	width: 300px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 60px;
}
.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: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.img3 {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.formshadow {
	background-image: url(images/formBackdrop.gif);
}
.smalltext {
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.spacer {
	clear: both;
	width: 690px;
	height: 1px;
}
.gallery {
	padding-left: 70px;
	padding-top: 12px;
}
.away {
	font-weight: bold;
	color: #8B5F36;
	font-style: italic;
}
.pointer {
	cursor: pointer;
}

div#creditfooter {
	display: none;
}
p#blogfeeds {
	display: none;
}
.summariesfullwidth {
	margin-bottom: 15px;
}
.summariesleft {
	float: left;
	width: 245px;
}
.summariesleft ul{
	padding-left: 20px;
}
.summariesright {
	float: right;
	width: 245px;
}
.summariesright ul{
	padding-left: 20px;
}
.rssicon {
	padding-top: 5px;
}
.highlighter {
	background-color: #FFFFA4;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	padding: 5px;
	position: fixed;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.formbox{
	width: 172px;
	background-image: url(images/formbg.jpg);
	background-repeat: no-repeat;
	padding-top: 65px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 30px;
	float: right;
	height: 323px;
}
.icons{
	float: left;
}
.JustifiedLeft {
	float: left;
}
#contentbox2 {
	clear: both;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}

#columnleft2 {
	width: 575px;
	float: left;
}
.formbox2{
	width: 100%;
	
	padding-top: 65px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 30px;
	float: right;
	height: 323px;
}.brandedlink {
	font-weight: bold;
	color: #10AAC5;
}
.boxy li{
	list-style-type: none;
}
.bottom{
	clear: both;
	width: 100%;
}
.frameup{
	margin-left: 0px;
}
.redbold {
	font-weight: bold;
	color: #C60000;
}
.product{
	float: left;
	width: 154px;
	margin: 0px;
	border: 1px solid #999;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 225px;
}
.product p{
	font-size: 11px;
}
.product-wide{
	float: left;
	width: 238px;
	margin: 0px;
	border: 1px solid #999;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 225px;
}
.product-wide p{
	font-size: 11px;
}
.retailLink{
	clear: both;
}
.retailLink a{
	font-weight: bold;
	text-decoration: none;
	color: #835523;
	background-image: url(images/retail-shopping.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 74px;
	float: right;
	padding-left: 55px;
	padding-top: 11px;
}
.retailLink a:hover{
	color: #64AD43;
	text-decoration: underline;
	background-image: url(images/retail-shopping-over.jpg);
}
.cleared{
	clear: both;
}
.bluebg{
	background-color: #144363;
}
