@charset "UTF-8";
/* CSS Document for Bio2Business by Matt.A from 3 Men & a Suit */

*{
	margin: 0;
	padding:0;
}

body{
	background-color:#ffffff;
	font-family:"Helvetica Neue", "Helvetica", "Ariel", sans-serif;
}

#page_wrap {
	width:100%;
	height:100%;
	background-color:#ffffff;
}

#page_container {
	width:950px;
	height:100%;
	margin:0px auto;
}

#header_wrapper {
	width:950px;
	height:100%;
}


/* Page Stylings --> */

/* header */
#header {
	height:95px;
	width:960px;
}

/* logo */
#header .logo {
	float:left;
	padding-top:15px;
}

/*top right navigation */
#header .main_nav {
	float:right;
	padding-top:35px;
	
}

#header .main_nav ul {
    float:right;
}

#header .main_nav li {
    float:left;
	display:block;
	list-style-type:none;
	padding:10px 10px 10px 10px
}

#header .main_nav a {
	text-decoration:none;
	font-family:"Helvetica Neue", "Helvetica", "Ariel", sans-serif;
	font-style:normal;
	color:#4d4d4d;
	font-size:12px;
	line-height:15px;
}

#header .main_nav .login {
	background-color:#094fa3;
	padding:5px 30px 5px 10px;
	color:#FFF;
	border:1px solid #094fa3;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:133px center;
}

/* second navigation (full page bar) */
#second_nav {
    border-top:2px solid #094fa3;
	width:950px;
	height:100%;
	font-family:"Helvetica Neue", "Helvetica", "Ariel", sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:10px;
	line-height:15px;
	color:#000;
	padding:0;
	float:left;
}

#second_nav ul#top_nav li {
	float:left;
	display:inline;
	padding:20px 18px;
}

#second_nav ul#top_nav li a {
	float:left;
	clear:both;
	font-size:14px;
	color:#000;
	text-decoration:none;
}

#second_nav ul#top_nav li span {
	float:left;
	clear:both;
	font-size:10px;
	text-transform:uppercase;
	color:#b2b2b2;
}

#second_nav ul#top_nav li.selected {
    background-color:#f5f6f8;
}


/* get in tough bar */
#touch {
	clear:both;
	background-color:#e3f0f7;
	width:950px;
	height:100%;
	text-align:center;
	padding-top:5px;
	padding-bottom:7px;
}

#touch .bold {
	font-family:"Helvetica Neue", "Helvetica", "Ariel", sans-serif;
	font-style:italic;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
	color:#060000;
}

#touch .thin {
	font-family:"Helvetica Neue", "Helvetica", "Ariel", sans-serif;
	font-style:normal;
	font-size:12px;
	line-height:15px;
	color:#4d4d4d;
}

#touch .thin a {
	text-decoration:underline;
	font-family:"Helvetica Neue", "Helvetica", "Ariel", sans-serif;
	font-style:normal;
	font-size:12px;
	line-height:15px;
	color:#4d4d4d;
}

/* Hero section */
#hero_wrapper {
	width:950px;
}

#hero_left {
	float:left;
	width:642px;
	height:100%;
}

#hero_right {
	float:right;
	width:308px;
}

#left_top {
	position: relative;
	height: 299px;
	}

.hero_text_wrap {
	font-family:"Helvetica Neue", "Helvetica", "Ariel", sans-serif;
	font-style:normal;
	line-height:20px;
	width:642px;
	height:299px;
	position: relative;
}

.hero_text {
	position: absolute;
	width:327px;
	height:264px;
	padding-left:15px;
	padding-top:35px;
	padding-right:300px;
	}
	
.hero_text_tint {
	position: absolute;
	background: #fff;
	background: url(../images/opacity.png);
	height: 299px;
	width: 360px;
	}

.hero_text_wrap .heading {
	color:#060000;
	font-size:18px;
	font-weight:bold;
}

.hero_text_wrap .body_big {
	color:#000102;
	font-size:14px;
}

.hero_text_wrap .body_small {
	color:#000102;
	font-size:11px;
}

.hero_text_wrap .gap {
	width:330px;
	height:6px;
}

/* Hero Navigation */
#left_bottom {
	width:642px;
	float:left;
}

#left_bottom ul li {
	float:left;
	font-size:18px;
	font-family:"Helvetica Neue", "Helvetica", "Ariel", sans-serif;
	font-style:normal;
	font-weight:bold;
	line-height:15px;
	color:#000000;
	list-style:none;
	border-right:1px solid #cccaca;
	position: relative;
}

#left_bottom ul li a {
	width:193px;
	height:43px;
	display: block;
	padding: 17px 10px 10px 10px;
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
}
#left_bottom ul li a:hover {background-color:#e3f0f7;}


#left_bottom ul li span {
	font-weight:bold;
	font-size:10px;
	padding-top: 3px;
	float:left;
	text-decoration:none;
	clear:both;
	color:#7f7e7e;
	text-transform:uppercase;
}

#left_bottom li.active {background-color:#e3f0f7;}
#left_bottom li.active img.arrow {z-index: 1;}

#left_bottom li img.arrow {
	position:absolute;
	top:-13px;
	left:82px;
	z-index: -1;
}
#left_bottom li:hover img.arrow {z-index: 1;}

#left_bottom li a {
	text-decoration:none;
	color:#000000;
}

/* CRO Tracker Section */
#right_top {
	width:299px;
	background-color:#FFF;
}

#cro_logo {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}

#cro_form_wrap label {
	font-weight:bold !important;
}

#cro_form_wrap {
	background-color:#eaeaea;
	width:285px;
	padding-top:12px;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:12px;
	color:#000000;
}

#cro_form input {
	border:2px solid #d7d5d5;
	padding:7px 10px 7px 10px;
	font-size:12px;
	font-family:"Helvetica Neue", "Helvetica", "Ariel", sans-serif;
	font-style:normal;
	font-weight:normal;
	line-height:20px;
	color:#4d4d4d;
	margin-top:2px;
	width:260px;
}

#cro_form label.name {
	margin-top:10px;
	margin-left:2px;
	float:left;
	font-family:"Helvetica Neue", "Helvetica", "Ariel", sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	line-height:20px;
}

#cro_form label.type {
	margin-left:2px;
	float:left;
	font-family:"Helvetica Neue", "Helvetica", "Ariel", sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	line-height:20px;
	margin-top:8px;
}

#cro_form select.name {
	margin-top:20px;
	float:right;
	margin-right:0px;
	font-family:"Helvetica Neue", "Helvetica", "Ariel", sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	line-height:20px;
	width:186px;
	height:25px;
	margin-top:4px;
	margin-left:2px;
}

#cro_form select.type {
	margin-top:20px;
	float:right;
	margin-right:0px;
	font-family:"Helvetica Neue", "Helvetica", "Ariel", sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	line-height:20px;
	width:186px;
	height:25px;
	margin-top:4px;
	margin-left:2px;

}

#cro_form .text {
	margin-top:20px;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:3px;
	font-family:"Helvetica Neue", "Helvetica", "Ariel", sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	line-height:18px;
	color:#818181;
}

#cro_form button {
	background-color:#d02228;
	border:1px solid #d02228;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:6px 8px 6px 8px;
	color:#ffffff;
	margin-top:8px;
	margin-bottom:5px;
	margin-left:2px;
}

#right_bottom {
	width:300px;
	font-family:"Helvetica Neue", "Helvetica", "Ariel", sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:bold;
	line-height:15px;
	color:#3d3d3d;
	margin-top:9px;
	margin-left:9px;
}

#right_bottom span.head {
	float:left;
	clear:both;
	margin:-4px 0 4px 0;
	font-size:12px;
}

#featured {
	width:300px;
	border-top:2px solid #d02228;
	border-bottom:2px solid #d02228;
	padding-bottom: 5px;
	float:left;
	clear:both;
}

#featured .member_image {
	width:50px;
	height:50px;
	margin-left:0px;
	margin-top:5px;
	background-color:#eaeaea;
	float:left;
}

#featured .member_info {
	font-family:"Helvetica Neue", "Helvetica", "Ariel", sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:bold;
	line-height:15px;
	color:#4d4d4d;
	float:left;
	margin-top:7px;
	margin-left:7px;
	text-transform:uppercase;
}

#featured .member_info .thin {
	font-weight:normal;
}

/* Main Content HERE!! */
#main_wrapper {
	float:left;
	clear:both;
	width:950px;
	margin:5px 35px 0 0;
}

/* Left Column */
#main_left {
	width:385px;
	height:100%;
	float:left;
	margin-top:30px;
}

#main_left .heading {
	font-family:"Helvetica Neue", "Helvetica", "Ariel", sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	line-height:20px;
	color:#060000;
}

#main_left .body_big {
	font-family:"Helvetica Neue", "Helvetica", "Ariel", sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	line-height:20px;
	color:#727272;
}

#main_left .add_small {
	padding-top:5px;
	float:left;
	padding-right:10px;
}

#main_left .body_small {
	font-family:"Helvetica Neue", "Helvetica", "Ariel", sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	line-height:20px;
	color:#727272;
	padding-right:3px;
}

#main_left .gap {
	width:385px;
	height:10px;
}

/* Middle Column */
#main_middle {
	width:418px;
	float:left;
}

#main_middle #news_tabs {
	width:418px;
	margin-top: 20px;
	margin-left: 20px;
}

#main_middle #news_tabs ul {
	list-style: none;
	position: relative;
	z-index: 1;
	}

#main_middle #news_tabs ul li {
	font-size:10px;
	font-family:"Helvetica Neue", "Helvetica", "Ariel", sans-serif;
	font-style:normal;
	font-weight:bold;
	line-height:15px;
	color:#7f7e7e;
	position: relative;
	float: left;
}

#main_middle #news_tabs li a {
	display: block;
	height: 25px;
	text-decoration:none;
	color:#000000;
	padding: 15px 15px 0 15px;
	border:solid 1px #B5B5B5;
	margin-left: -1px;
	border-bottom: 1px solid #094FA3;
}
#main_middle #news_tabs li a:hover {color: #7F7E7E;}

#main_middle #news_tabs li.active a {
	border:solid 1px #094FA3;
	border-bottom: 1px solid #fff;
	}

.news_tab_container {
	position: relative;
	top: -1px;
	clear: both;
	border-top: 1px solid #094FA3;
	width: 380px;
	}

#main_middle #news_tabs li.selected {
	border:solid 1px #094fa3;
	border-bottom:none;
	padding:15px;
}

#main_middle #news_tabs li.style {
	border:none;
	border-bottom:solid 1px #094fa3;
	padding-right:45px;
}

.news_tab_content {padding-top: 0px;}

#main_middle .news_1 {
	width:320px;
	height:100%;
	margin-left:20px;
}

#main_middle .news_1 .news_item {
	width:310px;
	height:100%;
	font-family:"Helvetica Neue", "Helvetica", "Ariel", sans-serif;
	font-style:normal;
	padding: 2px 0 7px;
	line-height:20px;
	border-bottom: 1px dashed #ccc;
}

#main_middle .news_1 .news_item .heading {
	font-weight:bold;
	font-size:12px;
	color:#000400;
}

#main_middle .news_1 .news_item .body_text{
	font-weight:normal;
	font-size:12px;
	color:#727272;
}

#main_middle .news_1 .news_item .link a {
	font-weight:normal;
	font-size:11px;
	color:#094fa3;
	text-decoration:underline;
}

#main_middle .news_1 .news_item .gap {
	width:310px;
	height:0px;
}

/* Right Column */
#main_right {
	width:147px;
	height:100%;
	float:left;
	margin-top:20px;
}

/* Footer */
#footer_wrapper {
	float:left;
	clear:both;
	width:950px;
	height:100%;
	border-top:1px solid #094fa3;
	padding-top:15px;
	font-size:11px;
	font-family:"Helvetica Neue", "Helvetica", "Ariel", sans-serif;
	font-style:normal;
	font-weight:normal;
	line-height:20px;
	color:#4d4d4d;
	margin:5px 0 30px 0;
}

#footer_wrapper #footer_left {
	width:400px;
	height:100%;
	float:left;
}

#footer_wrapper #footer_left li {
	display:inline;
}

#footer_wrapper #footer_left li a {
	text-decoration:underline;
	color:#4d4d4d;
	padding-top:5px;
	padding-right:15px;
}

#footer_wrapper #footer_right {
	width:500px;
	height:100%;
	float:right;
	text-align:right;
	padding-top:0px;
}


#rsvErrors {
	color: #ff0000;
	font-size: 12px;
	position: relative;
	top: -15px;
	}
	
#cro_form input.errorField {border-color: #ff0000;}	

a:focus {outline: none;}
a {color: #000;}

.top_pos {z-index: 2;}

#left_top .tab_content {position: relative;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    } /* add the class to divs which contain only floated elements */

span.name-select div.selector {
	margin:5px 0 0 0 !important;
}

/* Modifications after 3Men */

.hero_text_notint {
	position: absolute;
	height: 299px;
	width: 360px;
	}

.hero_textwhite {
	position: absolute;
	width:292px;
	height:264px;
	padding-left:15px;
	padding-top:35px;
	padding-right:300px;
	}

.hero_text_wrap .headingwht {
	color:#fff;
	font-size:18px;
	font-weight:bold;
}

.hero_text_wrap .body_bigwht {
	color:#fff;
	font-size:14px;
}

.hero_text_wrap .body_smallwht {
	color:#fff;
	font-size:11px;
}

