/*
Benefit Logic V2
Author: Noah Mormino
Company: Clear Sky Designs
Date: 4/22/2010
*/

#big_wrap {
	background:#fff;
	background-image:url(../images/v2/body_bg.png);
	background-repeat:repeat-x;
	overflow:hidden;
	padding-bottom:10px;
}

html {
	overflow-y:scroll;
	background-color:#f2f2f2;
}

body {
	padding:0px;
	margin:0px;
	
	font-family: Lucida Grande, Arial, Verdana Sans-serif;
	color:#3c3c3c;
	font-size:12px;
	background-color:#f2f2f2;
}

h1, h2, h3{
	color:#333333;
	text-decoration:none;
	margin:0px;
	padding:0px;
}




h2 {
	font-size:22px;
}

h3 {
	font-size:15px;
}

a:hover, a:active {
	text-decoration:underline; 
	color:#03C
}

a img {
	border:0px;
}
#container {
	width:940px;
	margin:auto;
	padding:0px 10px;
}

.health_reform_bg {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
	padding-top: 15px;}


#cb_title {
	background-color:#507b9f;
	background-image:url(../images/v2/cb_title.png);
	background-repeat:repeat-x;
	font-size:15px;
	color:white;
	padding:4px;
	font-weight:normal;
}

#header {
	background-image:url(../images/v2/header.jpg);
	margin-left:-10px;
	width:960px;
	background-repeat:no-repeat;
	height:111px;
}

#logo {
	width:100px;
	height:88px;
	float:left;
	margin-top:12px;
	margin-left:10px;
	display:inline;
}

#menu {
	height:36px;
	margin-bottom:20px;
}

#banners {
	width:940px;
	height:207px;
	margin-bottom:20px;
}

/* Different section types */
.section_a, .section_b {
	border:1px solid #ccc;
	padding:10px;
	position:relative;
}
.section_b {
	border-top:0px;
	background-color:#f2f2f2;
	background-image:url(../images/v2/gradient.png);
	background-repeat:repeat-x;
}

.right_b {
	border-top:1px solid #ccc;
	padding:10px;
	position:relative;
	background-color:#f2f2f2;
	background-image:url(../images/v2/gradient.png);
	background-repeat:repeat-x;
}

.tag {
	font-size:13px;
	font-style:oblique;
	margin-bottom:10px;
}

/* actual sections */
#hp_top {
	border-collapse:collapse;
	font-size:13px;
	width:100%;
	margin-bottom:20px;
	border:0;
}

.hp_cell {
	width:208px;
	padding:5px;
	margin-right:20px;
	border:1px solid #ccc;
	height:170px;
	float:left;
}

.hp_cell_input
{
	border:1px solid #ccc;
	padding:3px;
	width:90px;
}

.hp_cell h3 {
	text-align:center;
	padding:5px;
}
.hp_cell_last {
	margin-right:0px;
}

#section_left_wrapper{ /* this is to give us the correct height when matching the left and right segments*/
	float:left;
	width:580px;
}

.section_left {
	width:580px;
}

ul
{
	margin:0px;
	padding:0px;
	margin-left:25px;
}

li
{
	padding:0px;
	margin:0px;
}
.left_image {
float:left;
}
.section_left_content {
	width:320px;
	float:right;
	display:inline;
	font-size:11px;
}

.section_right {
	width:340px;
	border:1px solid #ccc;
	background-color:#f2f2f2;
}

.discount_programs {
	width:158px;
	float:left;
	display:inline;
	font-weight:bold;
	font-size:14px;
}

#social_network {
	font-weight:bold;
	font-size:14px;
	text-align:center;
}

#social_content {
	padding-top:5px;
}

#social_content img{
	margin-left:10px;
	float:right;
	display:inline;
}

#social_text
{
	float:left;
	display:inline;
	width:170px;
	text-align:right;
	line-height:1.4em;
	font-size:12px;
}

.discount_programs_content {
	width:400px;
	float:right;
	display:inline;
}

.discount_programs_content table {
	width:100%;
}

#team_bold {
	font-size:15px;
	font-weight:bold;
	text-align:center;
	padding:20px 0px;
	line-height:1.7em;
}

#team_content {
	line-height:1.6em;
	font-size:12px;
	margin-bottom:20px;
}

#team_contact {
	line-height:1.7em;
	font-size:13px;
	margin-bottom:20px;
	text-align:center;
}

.clear {
	clear:both;
}

#footer {
	background-color:#f2f2f2;
	border-top:1px solid #ccc;
	padding-top:10px;
	color:#555;
	font-size:10px;
	padding-bottom:30px;
	overflow:hidden;
}

#footer_content {
	margin:auto;
	width:960px;
}

#footer_content .left {
	float:left;
	width:40%;
}

#footer_content .right {
	float:right;
	text-align:right;
	width:40%;
}

#recent_posts {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#recent_posts li{
	list-style-type:none;
	margin:0px;
	padding:3px 10px;
}