/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777;	
	background-color: #FFF;
	margin: 0px 0px 20px 0px;
}
.normal,select,input,textarea,blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777;	
	background-color: #FFF;
	margin: 0px 0px 0px 0px;
}
a {
	font-size: 11px;
	color: #ea2c08;
}
TD {
	text-align: left;
}
h1 {
	font-size: 18px;
	color: #000;
	font-weight: 500;
	line-height:20px;
}
h2 {
	font-size: 12px;
	color: #555;
	margin: 0px 0px 10px 0px;
}
h3 {
	font-size: 14px;
	color: #000;
}
B,STRONG{
color: #000000
}

/* IDs */

#header {
	background-image: url(/images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	z-index:5;
}
#container {
	width: 810px;
	text-align: left;
	margin-left:10px;
}
#login {
	position: absolute;
	background-color: #000;
	margin-top: 10px;
	left: 50%;
	margin-left: 327px;
	border-right: 1px solid #808285;
	z-index:800;
}
#login a {
	color: #808285;
	text-decoration: none;
	font-size: 10px;
	padding-right:6px;
}
#content {
	line-height: 15px;
	padding: 0px 0px 0px 20px;
}
#top {
	border-bottom: 1px solid #808285;
}
#banner {
	float: right;
}
#inside #banner {
	padding-left: 30px;
}
#bottom {
	margin-top: 10px;
	clear: both;
}
#footer {
	width: 780px;
	clear: both;
	color: #a7a9ac;
	font-size: 9px;
	line-height: 12px;
	padding-top: 20px;
	padding-left:30px;

}
#footer a {
	color: #a7a9ac;
	font-size: 9px;
	text-decoration: none;
}

#RightCol{
float: right; border-left: 1px solid #808285;  width: 190px; padding:8px; padding-top: -20px; line-height:15px;margin-left:10px; margin-top:35px;
}

#RightCallout{
display: block; border-bottom: 1px solid #808285; padding-BOTTOM: 10PX; padding-top:10px;margin-left:10px;margin-top:-20px;margin-bottom:20px;
}


	
/* Classes */

.didYouKnow {
	background-repeat: no-repeat;
	width: 260px;
	height: 78px;
	padding: 30px 23px 0px 23px;
	color: #FFF;
	float: left;
	margin-right: 8px;
}

.didYouKnowText {
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
	color: #777676;
	font-size: 14px;
	margin-top: -26px;
	margin-bottom: 14px;
}

.didYouKnow a, .taxTip a{
	color: #FFF;
}
.taxTip {
	background-repeat: no-repeat;
	width: 260px;
	height: 78px;
	padding: 30px 23px 0px 23px;
	color: #FFF;
	float: left;
	margin-right: 8px;
}
.taxTip B  {
	color: #ffffff;
}
.taxTipText {
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
	color: #777676;
	font-size: 14px;
	margin-top: -26px;
	margin-bottom: 14px;
}
.crossSell {
	width: 141px;
	height: 88px;
	padding: 10px;
	margin-top:-12px;
	margin-left:-9px;
	color: #FFF;
	font-size: 10px;
	line-height: 12px;
	float: left;
}
.crossSell strong {
	display: block;
	font-size: 11px;
	color: #f02c00;
	padding-bottom: 3px;
}
.crossSell a {
	font-size: 10px;
	color: #f02c00;
}
.clear {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}