* {
	padding:0;
	margin:0;
}

body {
    margin:0;
    padding:0;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#363636;
    text-align: center;
    background:#fff;
}

img {
    border:0;
}

h1 {
	font-size:24px;
	color:#2788d6;
	font-weight:normal;
	margin:0px 0 15px 0;
}

h2 {
	font-size:24px;
	color:#2788d6;
	font-weight:normal;
	margin:0px 0 5px 0;
}


h3 {
	font-size:20px;
	color:#2788d6;
	font-weight:normal;
	margin:0px 0 5px 0;
}

p {
	margin:0 0 15px 0;
	padding:0;
	text-align:left;
	color:#363636;
	line-height:16px;
}

p strong {
	color:#1e4c7a;
	font-weight:bold;
}

a {
	color:#0C4887;
	text-decoration:underline;	
}

a:hover {
	text-decoration:none;
}

.clear {
    clear: both;
}

.left {
	float:left;
}

.right {
	float:right;
}


.wrapper {
    width:950px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    background:url(images/header_right.jpg) no-repeat right top;
}

.header {
	width:950px;
	height:120px;
	
}

.logo {
	padding:30px 0 0 0;
}

.top_navi {
	width:950px;
	height:44px;
	position:relative;
	background:url(images/top_navi_bg.png) no-repeat left bottom;
}

.top_navi ul {
	list-style:none;
	padding-left:25px;
}

.top_navi ul li {
	position:relative;
	float:left;
	line-height:44px;
	white-space:nowrap;
}

.top_navi ul li a {
	display:block;
	padding:0 12px 0 12px;
	float:left;
	color:#FFF;
	font-size:18px;
	text-decoration:none;
}

.top_navi ul li.active {
	background:url(images/top_navi_left_bg.gif) no-repeat;
}

.top_navi ul li.active a {
	background:url(images/top_navi_right_bg.gif) no-repeat right top;
}

.top_navi ul li ul {
	list-style:none;
	position:absolute;
	top:44px;
	left:0;
	background:#a30929;
	border-right:1px #71051c solid;
	border-bottom:1px #71051c solid;
	padding:0 10px 0 10px;
	display:none;
}

.top_navi ul li ul li {
    line-height:28px;
}

.top_navi ul li.active ul {
	display:block;
}

.top_navi ul li.active ul li {
	display:block;
	float:none;
	background:none;
	line-height:28px;
	background:url(images/top_navi_li_bg.gif) repeat-x;
	text-indent:12px;
}

.top_navi ul li.active ul li a {
	display:block;
	float:none;
	padding:0;
	background:none;
	font-size:12px;
	background:url(images/top_navi_a_bg.gif) no-repeat;
}

.top_navi ul li.active ul li a:hover {
	text-decoration:underline;
}

.top_navi ul li.active ul li.last {
	background:none;
}


.content {
	width:950px;
	margin-top:30px;
}

.content_left {
	float:left;
	width:650px;
}

.content_left_inner {
	width:622px;
}

.content_right {
	float:left;
	width:300px;
}

.teaser {
	width:622px;
	height:314px;
	background:url(images/teaser_bg.jpg) no-repeat;
	margin-bottom:20px;
}

.teaser_padding {
	padding:12px 0 0 22px;
}

.teaser_title {
	width:400px;
	float:left;
	font-size:26px;
	color:#FFF;
	padding-bottom:32px;
	padding-top:10px;
}

.teaser_bonus {
	float:left;
	color:#FFF;
	font-size:26px;
	width:175px;
	text-align:center;
}

.teaser_checks {
	padding-bottom:35px;
}

.teaser_checks ul {
	list-style:none;
}

.teaser_checks li {
	color:#16508d;
	font-size:17px;
	line-height:32px;
	text-indent:45px;
	background:url(images/teaser_checks_li_bg.gif) no-repeat;
}

.teaser_action {
	height:60px;
}

.teaser_action_info {
	float:left;
	margin-right:31px; 
	color:#363636;
	line-height:18px;
}

.teaser_action_input {
	float:left;
	margin-right:20px; 
}

.teaser_action_input div {
	width:90px;
	height:40px;
	background:url(images/teaser_input_bg.png) no-repeat;
}

.teaser_action_input input {
	padding:11px 0 0 10px;
	width:70px;	
	font-size:16px;
	color:#686767;
	background:transparent;
	border:none;
}

.teaser_action_submit {
	float:left;
}

.content_box {
	width:622px;
	background:url(images/content_box_mid.png) repeat-y;
	margin-bottom:20px;
}

.content_box_head {
	width:622px;
	background:url(images/content_box_head.png) no-repeat;
}

.content_box_foot {
	width:622px;
	background:url(images/content_box_foot.png) no-repeat left bottom;
}

.content_box_padding {
	padding:10px;
}


.content_box_logos {
	width:100%;
}

.content_box_logos td {
	text-align:center;
}


.teaser_right_content {
	width:300px;
	background:url(images/teaser_right_content_mid.png) repeat-y;
	margin-bottom:20px;
}

.teaser_right_content_head {
	width:300px;
	background:url(images/teaser_right_content_head.png) no-repeat;
}

.teaser_right_content_foot {
	width:300px;
	background:url(images/teaser_right_content_foot.png) no-repeat left bottom;
}

.teaser_right_content_padding {
	padding:15px;
}

.teaser_right_title {
	font-size:13px;
	font-weight:bold;
	color:#2688d6;
	padding-bottom:12px;
}

.teaser_right_text {
	color:#393939;
}

.teaser_right_text a {
	font-weight:bold;
	color:#0c4887;
}




.footer {
	margin:25px 0 25px 0;
	border-top:1px #9f9f9f solid;
	padding:10px 0 0 0;
	width:950px;
}

.footer_left {
	float:left;
	width:475px;
	color:#8b8b8b;
}

.footer_right {
	float:left;
	width:475px;
	text-align:right;
}

.footer_right a {
	color:#8b8b8b;
}







#comments-list ol {
	list-style:none;
}

.avatar {
	margin-right:10px;
}

#comments h3 {
	clear:both;
	padding-top:15px;
}

#comments h4 {
	clear:both;
	font-size:12px;
	font-weight:bold;
	padding-top:15px;
}

#comments .comment-meta {
	margin:2px 0 2px 0;
	color:#666;
	font-size:11px;
}

#comments .comment-meta a {
	font-size:11px;
}

#commentform input {
	margin:5px 0 5px 0;
}

#commentform label {
	margin:0 5px 5px 5px;
}

.post ul {
	margin-left:25px;
	color:#1d1d1d;
}

.post ol {
	margin-left:25px;
	color:#1d1d1d;
}

