body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
body {
	background-color: #FFFFFF;
	margin: 0;
	behavior: url(/csshover.htc); /* WinIE behavior call */
}
a:link {
	color: #ed1c24;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ed1c24;
}
a:hover {
	text-decoration: underline;
	color: #ed1c24;
}
a:active {
	text-decoration: none;
	color: #ed1c24;
}
.button {
	border: 1px solid #eeeee;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
	color: #ed1c24;
}
input {
	height: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	padding: 4px;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	background-image:url(/images/bk_page.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #231f20;
}

/* HOME STYLES */
#home_top {
	width: 960px;
	margin: 0 auto;
	background-image: url(/images/bk_home.jpg);
	background-repeat: no-repeat;
	background-position: top center; 
	background-color: #231f20;
}
#intro {
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	float: right;
	width: 475px;
	margin: 350px 50px 0 0;
}
#home_top h1, #home_top h2, #page_top h1, #page_top h2 {
	display: none;
	line-height: 0;
	padding: 0;
	margin: 0;
	height: 1px;
	width: 1px;
	float: left;
}
#intro h3 {
	font-size: 22px;
	margin-top: 0;
	padding-top: 0;
	line-height: 28px;
}
#blog_promo {
	color: #FFFFFF;
	padding: 45px 0 15px 45px;
}
#blog_promo h2 {
	display: block;
	line-height: 30px;
	width: auto;
	height: auto;
	margin: 5px auto;
	padding: 0;
}
#blog_promo .blog_date {
	color: #999;
}
#blog_promo p a:link, #blog_promo h2 a:link {
	color: #ed1c24;
	text-decoration: none;
}
#blog_promo p a:visited, #blog_promo h2 a:visited {
	text-decoration: none;
	color: #ed1c24;
}
#blog_promo p a:hover, #blog_promo h2 a:hover {
	text-decoration: underline;
	color: #ed1c24;
}
#blog_promo p a:active, #blog_promo h2 a:active {
	text-decoration: none;
	color: #ed1c24;
}
#twitter {
	color: #fff;
	background-color: #ed1c24;
	width: 231px;
	padding: 18px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	margin-top: 30px;
}

#email_signup, #email_signup2 {
	color: #fff;
	background-color: #ed1c24;
	width: 231px;
	padding: 10px;
	text-align: right;
	display: none;
	margin-left: 30px;
	font-size: 12px;
	position: absolute;
	border: 1px solid #000;
}
#email_signup2 {
	width: 342px;
	margin: -15px 0 0 0;
	border: none;
	padding: 0 10px;
}
/* RED BAR */
.red_bar {
	background-image:url(/images/hdr_be_different_value.gif);
	background-repeat: no-repeat;
	background-color: #ed1c24;
	width: 858px;
	margin: 0 auto 30px auto;
	padding: 50px 60px 30px 60px;
	clear: both;
	border: 1px solid #000;
	background-position: left top;
}
.white_box {
	background-color: #FFFFFF;
	padding: 18px 50px 18px 18px;
	width: 184px;
}
.promo {
	border: 2px solid #000;
	width: 180px;
}
.promo h5 {
	background-image: url(/images/check_it_out.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
	margin: 0 -50px 0 -18px;
	padding: 0;
	color: transparent;
	height: 28px;
	font-size: .1em;
}
.gears {
	background-image: url(/images/icon_gears.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.wrench {
	background-image: url(/images/icon_wrench.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.question_mark {
	background-image: url(/images/icon_question_mark.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.gears:hover {
	background-image: url(/images/icon_gears_over.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.wrench:hover {
	background-image: url(/images/icon_wrench_over.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.question_mark:hover {
	background-image: url(/images/icon_question_mark_over.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.white_box h4 {
	margin-top: 0;
	padding-top: 0;
}

/* NAV STYLES */
#nav {
	float: left;
	width: 300px;
	margin-top: 540px;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	background-color: #58585a;
	line-height: 27px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	width: 217px;
	padding-left: 50px;
}
#nav ul li:hover {
	background-color: #ed1c24;
	width: 241px;
}
#nav ul li.selected {
	background-color: #ed1c24;
	width: 242px;
}
#nav a:link {
	color: #FFF;
	text-decoration: none;
}
#nav a:hover {
	color: #FFF;
	text-decoration: none;
}
#nav a:visited {
	color: #FFF;
	text-decoration: none;
}
#nav a:active {
	color: #FFF;
	text-decoration: none;
}
#page #nav {
	margin-top: 20px;
}

/* INTERIOR PAGE STYLES */
#page_top {
	background-image: url(/images/bk_page_top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
	width: 980px;
	height: 201px;
	float: none;
	margin: 0 auto;
}
#page {
	width: 960px;
	margin: 0 auto;
	background-color: #231f20;
}
#content {
	width: 563px;
	margin: 20px 22px 30px;
	float: right;
	background-color: #FFF; 
	padding: 15px 26px 20px;
	line-height: 18px;
}
#content h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 24px;
	margin-top: 0;
	padding-top: 0;  
	border-bottom: 1px solid #ed1c24;
	padding-bottom: 4px;
}
#content img {
	border: 1px solid #231f20;
	margin: 0 0 10px 10px;
	padding: 15px;
	float: right;
}
/* FOOTER STYLES */
#footer {
	background-image: url(/images/bk_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: #231f20;
	clear: both;
	width: 840px;
	padding: 0 60px 30px;
	margin: 0 auto;
	color: #FFF;
	font-size: 12px;
	line-height: normal;
}
#footer table {
	width: 860px;
	margin: 0 auto;
}
#footer td {
	padding: 0 20px;
	border-right: 1px solid #ed1c24;
	color: #FFF;
	font-size: 12px;
	line-height: normal;
}
#footer h5 {
	margin-top: 0;
	padding-top: 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
}
#footer ul {
	padding-left: 0;
	margin-left: 0;
}
.square_bullets li {
	background-image:url(/images/marker_white_square.gif);
	background-repeat:no-repeat;
	background-position: 0 5px;
	list-style-type: none;
	text-transform: uppercase;
	line-height: 18px;
	padding-left:15px;
	margin-left: 0;
}

/* QUIZ STYLES */
.quiz td {
	border-bottom: 1px solid #eeeeee;
}
#results {
	margin: 0 auto;
}
#results td img {
	border: none;
	float: none;
	padding: 0;
	margin: 0;
}

/* BLOG STYLES */
.blog_post {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}
.blog_post h2 {
	margin-top: 0;
	padding-top: 0;
}
.blog_date {
	font-size: 12px;
	color: #58585A;
	margin: 20px 0 12px 0;
	text-transform: uppercase;
}
.blog_info {
	font-size: 12px;
	color: #58585A;
	padding-bottom: 10px;
	margin-bottom: 0;
	text-align: right;
}
#blog_comment_table td {
	padding: 9px 3px;
}
#blog_comment_table p {
	margin: 0;
	padding: 0;
}
.red_bullets {
	padding-left: 0;
	margin-left: 20px;
}
.red_bullets li {
	list-style-image: url(/images/marker_red_square.gif);
	line-height: 18px;
}
#blog_navigation {
	color: #FFFFFF;
	padding: 45px;
}
#blog_navigation a:link {
	color: #ed1c24;
	text-decoration: none;
}
#blog_navigation a:visited {
	text-decoration: none;
	color: #ed1c24;
}
#blog_navigation a:hover {
	text-decoration: underline;
	color: #ed1c24;
}
#blog_navigation a:active {
	text-decoration: none;
	color: #ed1c24;
}

#sharethisbuttons {
	text-align: right;
}
#sharethisbuttons img {
	border: none;
	margin: 4px;
	padding: 0;
	float: none;
}
/* --- clearfix styles --- */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
