/* Text color 
--------------------------------------------*/
.txtblue { color: #00aedb; }
.txtgreen { color: #007f7b;}
.txtorange { color: #f26532;}

/* Structure
--------------------------------------------*/
.right {
	float: right;
	margin: 0 0 8px 8px;
}

.left {
	float: left;
	margin: 0 12px 8px 0;
}

#col-2 a.btn_blue {
	background: #00aedb;
	color: #fff;
	font: 11px Geneva, sans-serif;
	font-weight: bold;
	padding: 7px 12px;
	margin: 5px 0 20px 0;
	float: left;
 	text-transform: uppercase;
}

#col-2 a.btn_blue:hover { 
	background: #f26532;
	text-decoration: none;
	}


/* Subpage
--------------------------------------------*/
#sub-image {
	margin-bottom: 35px;
}

/* Column 1
--------------------------------------------*/
#col-1 {
	float: left;
	width: 250px;
	margin: 0 80px 30px 0;
}
/* Subnav
-----------------*/
#sub-nav ul {
	margin-top: 38px;
}

#sub-nav li {
	list-style-type: none;
	border-bottom: 1px dotted #b2b2b2;
	padding: 8px 0 8px 6px;
}
#sub-nav li.sub-first {
	border-top: 1px dotted #b2b2b2;
}
#sub-nav li a {
	padding-left: 18px;
}
#sub-nav li a:hover, #sub-nav li a.sub-current {
	color: #f26532;
	text-decoration: none;
	background: url(/images/sub-link-hover.gif) no-repeat 0% 60%;
}
.sub-content {
	margin-top: 40px;
}

.sub-content a { color: #00aedb;}

.sub-content p {
	margin-top: 25px;
	font-style: italic;
	border-top: 1px solid #dae0e4;
	border-bottom: 1px solid #dae0e4;
	padding: 10px 0;
}

a.plus {
	display: block;
	color: #00aedb;
	font-size: 11px;
	background: url(/images/plus.gif) no-repeat 0% 25%;
	padding-left: 20px;
	margin: 8px 0 30px 8px;
}

/* Column 2
--------------------------------------------*/
#col-2 {
	float: left;
	width: 605px;
	margin: -6px 0 50px;
}

#col-2 a { color: #00aedb;}

#col-2 ul {
	padding-left: 20px;
	width: 525px;
	margin-bottom: 20px;
}

#col-2 ul li {
	line-height: 1.6;
}

#col-2 ul li ul { 
	width: 505px;
	margin-bottom: 0;
}

#col-2 h3 {
	font: normal 14px Geneva, sans-serif;
	color: #007f7b;
}

#col-2 h4 {
	font: bold 10px Geneva, sans-serif;
	text-transform: uppercase;
}

.bio_pic {
	float: left;
	margin: 5px 15px 15px 0;
}

.network_partners {
	float: left;
	margin-bottom: 15px;
}

.network_logo {
	width: 190px;
	float: left;

}

.network_desc {
	width: 400px;
	float: left;
}

/* Contact 
----------------------------------------*/
#contact .sub-content p {
	border-top: none;
	border-bottom: none;
	font-style: normal;
}

.contactfield { margin-bottom: 10px;}
.required label { font-weight: bold;}

#contact_form label
	{
	display: block;
	}
        
#contact_form input, #contact_form textarea
	{
	font: 1em/1.2 geneva, arial, sans-serif; 
	color: #333;   
	}
	
#contact_form input
	{
	margin: 0;
	padding: 2px 2px;
	border: 1px solid #e5e5e5;
	width: 400px;
	background: #fff;
	}

#contact_form input.btn_submit {
	background: #00aedb;
	color: #fff;
	font: 11px Geneva, sans-serif;
	font-weight: bold;
	padding: 7px 12px;
	margin: 5px 0 20px 0;
	float: left;
 	text-transform: uppercase;
	display: block; 
	width: 100px;
}


#contact_form input#send
	{
	display: block;
	margin: 13px 0 0 0;
	padding: 0;
	border: 0;
	cursor: pointer;
	width: 57px;
	height: 22px;
	}
#contact_form textarea
	{
	padding: 1px 2px;
	border: 1px solid #e5e5e5;
	width: 400px;  
	height: 200px;
	overflow: auto;
	background: #fff;  
	}

/* Validation Styles 
-----------------------*/
#contact_form .error { 
	background: url(/images/ico_form_error.gif) 9px 4px no-repeat;
	color: #e31836; 
	font: 1em geneva, verdana, sans-serif;
	padding: 3px 3px 3px 5px;
	display: block;
	width: 392px;
}	

#contact_form input.success { 
	background-color: #007f7b; 
	background-image: url(/images/ico_form_confirm.gif);
	background-position: 385px center;
	background-repeat: no-repeat;
	color: #fff; 
	border: 1px solid #007f7b; 
}


/* News
-----------------------*/
.news_box {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: #b2b2b2;
}

#media_info {
	background: url(/images/uploads/ico_info.gif) 0 14px no-repeat;
	padding-left: 24px;
}

#news h3 {
	font-size: 140%;
	margin-bottom: 6px;
}

.moreinfo { display: block;}

.byline { 
	display: block;
	font-size: 100%; 
	margin-bottom: 6px;
}

.news_photo {
	width: 295px;
	margin-top: 5px;
}

.news_caption {
	font-size: 95%;
	padding: 5px;
}


/* Search & Error
-------------------------------*/
.resultRowTwobdrnone, .resultRowOne, .resultRowTwo {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.resultRowOne, .resultRowTwo {
	border-bottom: 1px solid #dae0e4;
}

#search #col-2, #error #col-2 {
	width: 850px;
	margin-left: 60px;
}

#search h2, #error h2 {
	margin-top: 30px;
}

#result_count {
	margin: 15px 0;
}