﻿/* Main Page Styles */
body {
	background-color: white;
	color: #231f20;
	font-family: Verdana, Geneva, sans-serif;
}
table {
	border-collapse: collapse;
}
a {
	color: #932211;
	text-decoration: underline;
}
a:active, a:hover {
	color: #af9357;
	text-decoration: none;
}
a.anchor {
	color: inherit;
	text-decoration: none;
}
a.anchor:hover {
	color: inherit;
	text-decoration: none;
}
a.anchor:active {
	color: inherit;
	text-decoration: none;
}
h1 {
	color: black;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: 3px;
	line-height: 23px;
}
h2 {
	color: black;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 21px;
}
h3 {
	color: black;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 19px;
}
hr {
	border: 1px #eeeeee solid;
}
td.leftcol {
	border-right: 1px #eeeeee solid;
	width: 250px;
	vertical-align: top;
	text-align: left;
}
td.header {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	vertical-align: bottom;
}
p.terms {
	font-size: x-small;
	text-align: left;
}
p.mediaheader {
	font-size: larger;
	font-weight: bold;
	font-variant: small-caps;
}
hr.media {
	border: 1px #eeeeee solid;
	width: 75%;
}
div.leftcol {
	width: 95%;
	margin-left: 24px;
	margin-top: 24px;
}
#main {
	width: 990px;
	background-color: white;
	margin: 20px auto;
	border: 0px white solid;
	border-collapse: collapse;
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 1px;
	padding: 0;
}
#maincopy {
	padding: 15px;
	text-align: left;
	vertical-align: top;
}
.tabletech {
	text-align: right;
	color: #CC6600;
	vertical-align: top;
}
a.bottom {
	color:#4e4821;
	text-decoration: underline;
}
a.bottom:hover {
	color: maroon;
	text-decoration: underline;
}
a.bottom:active {
	color: maroon;
	text-decoration: underline;
}
/* Left Navigation */
a.leftcol {
	color: #231f20;
	text-decoration: none;
	border-bottom: thin #231f20 dotted;
	font-size: 13px;
	line-height: 24px;
	font-variant: small-caps;
	letter-spacing: normal;
}
a.leftcol:hover {
	color: #932211;
	text-decoration: none;
	border-bottom: thin black solid;
	line-height: 24px;
}
a.leftcol:active {
	color: #932211;
	text-decoration: none;
	border-bottom: thin black solid;
	line-height: 24px;
}
/* Main Navigation */
#navcell {
	background-color: white;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #231f20;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
}
a.navcell {
	color: #231f20;
	text-decoration: none;
	font-size: 10px;
	letter-spacing: normal;
}
a.navcell:active, a.navcell:hover {
	color: #932211;
	text-decoration: underline;
}
/* Utilities */
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.textindent {
	margin-left: 40px;
}
.textblockquote {
	margin-left: 40px;
	margin-right: 40px;
}
.underline {
	text-decoration: underline;
}
.noborder {
	border: 0px transparent none;
}
div.bottomnav {
	width: auto;
	background-color: white;
	padding: 3px;
}
.facebook {
	float: right;
	width: 300px;
	height: 558px;
	color: #231f20;
	margin-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
	border-left: 1px #eeeeee solid;
}
/* DWT Main Navigation */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
a.button {
	background-color: white;
    color: #231f20;
    display: block;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: bold;
    text-align: center;
    margin: 1px;
    padding-right: 0px; /* sliding doors padding */
    padding-top: 7px;
    text-decoration: none;
    border: 1px white solid;
    position: relative;
    float: left;
    height: 33px;
    width: 121px;
}
a.button:active, a.button:hover {
    background-position: bottom right;
    color: #932211;
    background-color: #fefefe;
    text-decoration: underline;
    border: 1px white inset;
    position: relative;
    float: left;
    outline: none; /* hide dotted outline in Firefox */
}
/*End DWT Main Navigation */
/*AnyLink Drop-Down Horizontal Nav CSS */
.hanylinkcss {
	position: absolute;
	visibility: hidden;
	font-family: inherit;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	line-height: 22px;
	z-index: 10;
	background-color: #eeeeee;
	width: 154px;
	text-align: left;
	opacity: .95;
	filter: alpha(opacity=95);
	-moz-opacity: .95;
}
.hanylinkcss a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px #932211 solid;
	padding: 1px 0px;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: normal;
	text-indent: 5px;
	color: black;
}
.hanylinkcss a:active {
	/*hover background color*/
	color: #932211;
	text-decoration: underline;
}
.hanylinkcss a:hover {
	/*hover background color*/
	color: #932211;
	text-decoration: underline;
}
/*End AnyLink Drop-Down Horizontal Nav CSS */
