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

html {
	margin-bottom: 1px;
	min-height: 100%;
}

img, div, a, input, h2 { behavior: url('iepngfix.htc') }

/* RESET... EVERYTHING */

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}
body {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3a2d2d;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
strong {
	font-weight: bold;
}
small {
	font-size: 10px;
	line-height: 13px;
}
em {
	font-style:italic;
}
/* remember to define focus styles! */

:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

sup{
	font-size: 9px;
}

/* FORMATTING */

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	color: #ea6932;
	margin: 0;
}

h2{
	font-size: 16px;
	font-weight: bold;
	color: #6ca739;
	background-image: url('../images/icon_header.gif');
	background-repeat: no-repeat;
	padding-left: 45px;
	display: block;
	padding-top: 25px;
	margin-top: 15px;
}

h3{
	font-weight: bold;
	color: #0065a2;
	margin: 0px 0px -8px 0px;
}
h4{
	font-weight: bold;
	color: #EB6931;
	padding-top: 15px;
}
h5{
	font-size: 15px;
	font-weight: bold;
	color: #6ca739;
	padding-top: 25px;
}
h6{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #ea6932;
	padding: 0 5px;
}
p{
	line-height: 18px;
	margin: 12px 0px 12px 0px;
}

a {
	color: #4b6ca8;
	text-decoration: none;
}

a:hover{
	color: #eb6931;
}
.press a {
	color: #eb6931;
	text-decoration: none;
}

.press a:hover{
	color: #4b6ca8;
	text-decoration: none;
}
.news a {
	color: #6ca739;
	text-decoration: none;
}

.news a:hover{
	color: #eb6931;
	text-decoration: none;
}
big {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.right {
	float: right;
}
.right2 {
	float: right;
	margin: 5px 5px 0px 0px;
}
.left {
	float: left;
}
.left2 {
	float: left;
	margin: 10px 0 0px 10px;
}

.clear {
	clear: both;
}
.no-show {
	display: none;
}
.txt_inline {
	display: inline;
}

.txt_error{
	color: #990000;
	font-weight: bold;
}

input, textarea, select{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px solid #4b6ca8;
	margin: 4px 0px;
}

.form_label{
	width: 120px;
	display: inline-block;
}
.form_label2{
	font-style: italic;
	line-height: 2em;
}
.form_input{
	vertical-align: text-top;
}

.btn_submit{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 5px;
	border: 1px solid #4b6ca8;
	color: #4b6ca8;
	font-weight: bold;
	background-color: #EBEBEB;
}

/* CONTAINERS */

#wrapper{
	width: 850px;
	margin: 10px auto;
}

#header{
	/*height: 90px;*/
	margin-bottom: 5px;
}

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

#image-bar-home{
	height: 300px;
	background-color: #0094c7;
	/*background-image: url('../images/img_bar_home.jpg');*/
}

#image-bar{
	background-color: #0094c7;
	position: relative;
	height: 150px;
	background-repeat: no-repeat;
	background-position: top right;
}

.image-bar_about-us{
	background-image: url('../images/img_bar_about-us.jpg');
}
.image-bar_join-us{
	background-image: url('../images/img_bar_about-us.jpg');
}

.image-bar_services{
	background-image: url('../images/img_bar_services.jpg');
}

.image-bar_team, .image-bar_services_team{
	background-image: url('../images/img_bar_team.jpg');
}
.image-bar_partners{
	background-image: url('../images/image_bar_partners.jpg');
}

.image-bar_resources{
	background-image: url('../images/img_bar_resources.jpg');
}
.image-bar_press{
	background-image: url('../images/img_bar_news.jpg');
}

.image-bar_news{
	background-image: url('../images/img_bar_news.jpg');
}
.image-bar_for-investors{
	background-image: url('../images/img_bar_for-investors.jpg');
}

.image-bar_contact-us{
	background-image: url('../images/img_bar_contact-us.jpg');
}
.image-bar_levelsofcare{
	background-image: url('../images/img_bar_contact-us.jpg');
}

#footer{
	background-color: #eb6931;
	height: 45px;
	display: block;
}
#wrapper .homename {
	font-size: 80%;
	font-weight: bold;
	float: right;
}
#wrapper #footerhome {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #EB6931;
	text-align: center;
	clear: both;
	
	padding: 15px;
}
#wrapper #footerhome a {
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}

#wrapper #copyhome{
	font-size: 12px;
	color: #EB6931;
	margin: 6px 0px;
}
#wrapper #copyhome a{
	font-size: 12px;
	color: #EB6931;
}
#footer .content{
	padding: 15px 0px 0px 20px;
}

#footer .content p{
	font-size: 12px;
	color: #FFFFFF;
	margin: 6px 0px;
}

#footer a {
	color: #F4B093;
	text-decoration: none;
}

#footer a:hover{
	color: #FFFFFF;
}

#main{
	margin: 0px auto;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-top: 1px solid #dedede;

}

.headline{
	padding: 20px 10px 3px 10px;
}

.columns{
	background-image: url('../images/columns_bg.gif');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding: 0px 0px 0px 0px;
}
.widecolumn {
	background-image: url('../images/cols_bg.gif');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding: 0px 20px;	
}
.home .columns {
	background-image: url('../images/cols_bg.gif');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding: 0px 0px 0px 0px;	
}

.home #column_left{
	width: 520px;
	float: left;
	
}

.home #column_left .content, #column_left .content{
	padding: 20px;
}

#column_right .content{
	padding: 10px 20px 20px 20px;
}

.home #column_right{
	width: 276px;
	float: right;
	
}

.home #column_right .content{
	padding: 20px 10px 20px 20px;
	color: #6ca838;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	background-image: url(../images/cols_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#wrapper #main .columns #column_right .content li {
	list-style-position: outside;
	list-style-type: disc;
}


#column_left{
	float: left;
	width: 195px;
}
#column_left p {
	padding: 2px 5px;
}
#column_left .content h4{
	text-transform: uppercase;
	font-size: 11px;
	color: #848484;
	font-weight: bold;
}

#column_left .sidenav ul{
	margin-top: 10px;
}

#column_left .sidenav ul li{
	list-style-type: none;
	background-image: url('../images/bullet_arrow_blue.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
	margin: 7px 0px 7px -38px;
	font-size: 14px;
}
#column_left .sidenav .activetab{
	color: #eb6931;
	background-image: url('../images/bullet_arrow_orange.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
	margin: 8px 0px 8px 2px;
	font-size: 16px;
}
#column_left .testimonial{
	background-image: url('../images/testimonial_bg.gif');
	background-repeat: no-repeat;
	padding: 20px 10px 20px 20px;
	color: #6ca838;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}
#column_left .joinus {
	color: #0094C7;
	padding: 6px;
}
#column_left .joinus a {
	color: #EB6931;
	text-decoration: underline;
}
.network {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0065a2;
}
.network h4{
	text-transform: uppercase;
	color: #848484;
	font-weight: bold;
}
.network a{
	color: #848484;
	font-weight: bold;
	padding-bottom: 3px;
}
.network a:hover {
	color: #555;
	font-weight: bold;
	padding-bottom: 3px;
}
.name{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
#column_right{
	float: right;
	width: 625px;
}


.img_main{
	margin: 10px 0px 10px 20px;
}

.img_bio{
	margin: 0px 0px 10px 20px;
}
.img_partner{
	float: right;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
}

/* IMAGE BAR TEXT */

.txt_home{
	width: 293px;
	height: 301px;
	display: block;
	background-image: url('../images/txt_home.gif');
	background-repeat: no-repeat;
	background-position: 34px 50px;
}

.txt_about-us, .txt_join-us, .txt_services, .txt_virtual-age, .txt_team, .txt_services_team, .txt_partners, .txt_resources, .txt_news, .txt_press, .txt_press-releases, .txt_for-investors, .txt_levelsofcare, .txt_contact-us {
	width: 293px;
	height: 150px;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;	
}

.txt_about-us, .txt_join-us {
	background-image: url('../images/txt_about-us.gif');
}

.txt_services, .txt_virtual-age{
	background-image: url('../images/txt_services.gif');
}

.txt_team, .txt_services_team{
	background-image: url('../images/txt_team.gif');
}
.txt_partners{
	background-image: url('../images/txt_partners.gif');	
}

.txt_resources{
	background-image: url('../images/txt_resources.gif');
}

.txt_news, .txt_press, .txt_press-releases{
	background-image: url('../images/txt_news.gif');
}

.txt_for-investors{
	background-image: url('../images/txt_for-investors.gif');
}

.txt_contact-us{
	background-image: url('../images/txt_contact-us.gif');	
}
.txt_levelsofcare{
	background-image: url('../images/txt_levelsofcare.gif');
}


/* NAVIGATION */

#nav {
	width: 700px;
	margin: 0px;
	float: right;
}

#nav ul {
	
	float: right;
	margin-top: 78px;
	padding: 0;
	list-style: none;
	
}
#nav .special ul {
	margin-top: -28px;
}
#nav ul li {
	float: left;
	height: 12px;
	margin: 0px 0px 0px 12px;
	padding: 0px 0px;
	text-align: right;
}


#nav ul li a {
	height: 12px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0;
}

#nav ul li a:hover, #nav ul li.nav_selected a{
	font-size: 12px;
	background-position: 0px -12px;
}

.nav_home a{
	width: 40px;
	background-image: url('../images/nav_home.gif');
}

.nav_about-us a{
	width: 70px;
	background-image: url('../images/nav_about-us.gif');
}

.nav_services a{
	width: 66px;
	background-image: url('../images/nav_services.gif');
}

.nav_team a{
	width: 38px;
	background-image: url('../images/nav_team.gif');
}
.nav_partners a{
	width: 68px;
	background-image: url('../images/nav_partners.gif');
}
.nav_resources a{
	width: 78px;
	background-image: url('../images/nav_resources2.gif');
}
.nav_events a{
	width: 53px;
	background-image: url('../images/nav_events.gif');
}
.nav_news a{
	width: 38px;
	background-image: url('../images/nav_news.gif');
}
.nav_for-investors a{
	width: 106px;
	background-image: url('../images/nav_for-investors.gif');
}
.nav_contact-us a{
	width: 84px;
	background-image: url('../images/nav_contact-us.gif');
}
.nav_join-us a{
	width: 55px;
	background-image: url('../images/nav_join-us.gif');
}
.nav_press a{
	width: 42px;
	background-image: url('../images/nav_press.gif');
}
.nav_community a{
	width: 84px;
	background-image: url('../images/nav_community.gif');
}
.nav_assessment a{
	width: 80px;
	background-image: url('../images/nav_assessment.gif');
}

/*MISC */
.orangtxt {
	color: #EB6931;
}
.orangtxt a {
	color: #EB6931;
}
.events dl{
	padding-bottom: 15px;
	border-bottom: 1px solid #D5D5D5;
}
.events dt{
	color: #6ca838;
	font-weight: bold;
	margin-top: 7px;
	font-size: 1.2em;
}
.events dd{
	text-indent: 35px;
	font-size: 1.2em;
}
.arrow {
	background-image: url(../images/bullet_arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	padding-right: 10px;
	font-size: 11px;
	}
/* FORM */
fieldset {
	border: 1px solid #D5D5D5;
	padding: 15px;
	margin-bottom: 20px;
}
legend {
	color: #0065a2;
	font-weight: bold;
	margin: 10px 5px;
	font-size: 1.1em;
	white-space: normal;	
}
input {
	margin: 0 .5em 0 0;
}
input.radio, input.checkbox{
	border: 0;
}
/* TABLE */
.levels table {
	border: 1px solid #d5d5d5;
}
.levels td, .levels th {
	padding: 7px;
	border: 1px solid #d5d5d5;
	vertical-align: top;
}
.levels th[scope=title] {
	background-color: #0094c7;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-transform: uppercase;
	text-align: left;	
}
.levels th[scope=column] {
	background-color: #6ca739;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: center;	
}
.levels th[scope=row] {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}
.levels .check {
	background-image: url(../images/check.gif);
	background-repeat: no-repeat;
	background-position: center;	
}
.levels .level1 {
	background-color: #5ED7FF;
}
.levels .level2 {
	background-color: #0DA5FF;
}
.levels .level3 {
	background-color: #FFA54A;
}
.levels .level4 {
	background-color: #8CC758;
}