@charset "utf-8";
/* CSS Document */

body {
	margin-top: 20px;
	background:#fff url(images/bg.jpg) repeat-x top;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#000;
}

input, option, select, textarea {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	margin-bottom:12px;
	width:96%;
	padding-left:4px;
}

input.button {
	float:right;
	clear:both;
	width:101px;
}

a {
	color:#ed1c24;
	text-decoration:none;
	outline:none;
}

a img {
	border:0px;
}

a:hover {
	color:#ed1c24;
	text-decoration:underline;
}

p {
	line-height:16px;
}

#container {
	width:952px;
	margin:0 auto;
}

#container_inner {
	background:#fff;
	float:left;
	width:952px;
}

#header {
	height:111px;
	background:#fff url(images/header-right.png) no-repeat right;
	position:relative;
}

#logo {
	float:left;
	width:330px;
}

#menu {
	line-height:27px;
	height:27px;
	float:left;
	padding-top:84px;
}

#menu a {
	background:url(images/menu.png) no-repeat;
	width:94px;
	line-height:23px;
	padding-top:4px;
	text-align:center;
	text-transform:uppercase;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333333;
	text-decoration:none;
	display:block;
	float:left;
	margin-left:2px;
}

#menu a:hover, #menu a.active {
	background:url(images/menu-on.png) no-repeat;
	color:#fff;
}

#banner {
	width:924px;
	padding-left:14px;
	padding-right:14px;
	float:left;
	position:relative;
	background:url(images/banner.png) no-repeat 14px top;
	height:189px;
}

#banner #banner_button {
	position:absolute;
	left:482px;
	top:108px;
}

#content_header {
	background:#ececec url(images/content_header.png) no-repeat bottom;
	float:left;
	width:924px;
	margin-left:14px;
	padding-top:22px;
	height:22px;
}

#content_header2 {
	background:#ececec url(images/content_header2.png) no-repeat bottom;
	float:left;
	width:924px;
	margin-left:14px;
	padding-top:22px;
	height:22px;
}

#content_footer {
	background:#ececec url(images/content_footer.png) no-repeat top;
	float:left;
	width:924px;
	margin-left:14px;
	padding-bottom:22px;
	height:22px;
}

#content_footer2 {
	background:#ececec url(images/content_footer2.png) no-repeat top;
	float:left;
	width:924px;
	margin-left:14px;
	padding-bottom:22px;
	height:22px;
}

#content_inner {
	background:url(images/content_bg.png) repeat-y;
	float:left;
	width:924px;
	margin-left:14px;
}

#content_inner2 {
	background:url(images/content_bg2.png) repeat-y;
	float:left;
	width:924px;
	margin-left:14px;
}

#content_inner2 .left_col {
	width:586px;
	float:left;
	padding-left:29px;
}

#content_inner2 .left_col ul#features {
	margin:0;
	padding:0;
	list-style:none;
}

ul#features li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	line-height:20px;
	padding-bottom:16px;
	padding-top:2px;
	padding-left:39px;
	background:url(/images/bullet.png) no-repeat 2px top;
}

ul#features li.bigger {
	font-size:22px;
	color:#e31820;
}

ul#features li.last {
	padding-bottom:0;
}

ul#features li i {
	font-size:14px;
	color:#e31820;
}

#content_inner2 .right_col {
	width:279px;
	float:left;
}

#content_inner2 .right_col .split {
	height:16px;
	width:100%;
}

#left_col {
	width:264px;
	float:left;
	padding-left:29px;
}

.post_title {
	font-size:12px;
	color:#ed1c24;
}

.post_content {
	font-size:11px;
	line-height:16px;
}

.post_date {
	font-size:10px;
	color:#666;
}

#center_col {
	padding-left:44px;
	width:301px;
	float:left;
}

#right_col {
	width:212px;
	float:left;
	padding-left:45px;
}

#right_col .split {
	padding-bottom:12px;
}

h1 {
	margin:0;
	padding:0;
	font-size:22px;
	font-family:'Arial Narrow', Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:normal;
	text-transform:uppercase;
}

h1 b {
	color:#ed1c24;
	font-weight:normal;
}

li {
	color:#ed1c24;
}

#footer {
	background:#BA070F url(images/footer.png) repeat-x bottom;
	float:left;
	width:895px;
	margin-left:14px;
	color:#fff;
	text-align:right;
	padding-right:29px;
	padding-bottom:20px;
	position:relative;
}

#footer_links {
	text-align:left;
}

#footer_links .col1 {
	float:left;
	width:220px;
}

#footer_links .col2 {
	float:left;
	width:220px;
}

#footer_links .col3 {
	float:left;
	width:220px;
}

#footer_links .col4 {
	float:left;
	width:220px;
}

#footer a {
	color:#fff;
}

#footer .copy {
	position:absolute;
	right:29px;
	bottom:12px;
}

#footer .disclaimer {
	position:absolute;
	left:29px;
	bottom:12px;
}