@CHARSET "UTF-8";
/*temp*/
#searchsort #sortby_field label {
	clear: both;
	}
	
/* org admin form - relocate */
#orgadminsearchsort #keywords_field input {
	float: left;
	width: 300px;
	}
	
#orgadminsearchsort #name_field, #orgadminsearchsort #primary_contacts_field {
	width: auto;
	}
	
	#orgadminsearchsort #name_field label {
		width: 55px;
		text-align: left;
		}
		
	#orgadminsearchsort #primary_contacts_field label {
		width: 120px;
		text-align: left;
		}
		
	#orgadminsearchsort #type_field .radio_container {
		width: auto;
		}
		
	#orgadminsearchsort #is_featured_field .radio_container {
		padding-top: 0;
		}
		
/* dashboard org widget */
#widget_orgs .company {
	width: 100%;
	float: left;
	text-decoration: none;
	}
	
	#widget_orgs .pic {
		float: left;
		width: 50px;
		}
		
	#widget_orgs .company_info {
		float: right;
		width: 110px;
		}
			
		#widget_orgs .company_info .name {
			font-size: 1.3em;
			color: #0079BD;
			font-weight: bold;
			display: block;
			}
	
		#widget_orgs .company_info .location {
			font-size: 1.1em;
			color: #505B66;
			display: block;
			float: none;
			line-height: normal;
			}
			
		#widget_orgs .company_info .links {
			text-transform: capitalize;
			margin-top: 6px;
			display: block;
			}
/* end */

/*** ORG NEWS - MAIN ORG PAGE ***/
.news {
	}
	
	.news_list {
		float: left;
		}
	
	.news hr {
		border-bottom: 1px #9AA2A6 solid;
		}
	
	.news .news_single {
		padding: 20px 0;
		float: left;
		width: 470px;
		}
		
	.news .news_single_info {
		}
		
		.news .news_single_info span.news_single_info_title {
			font-size: 1.3em;
			display: block;
			margin-bottom: 5px;
			}
			
			.news .news_single_info span.news_single_info_title a {
				color: #0079BD;
				text-decoration: underline;
				text-transform: capitalize;
				}
				
				.news .news_single_info span.news_single_info_title a:hover {
					color: #505B66;
					}
					
		.news .news_single_info span.news_single_info_date {
			color: #9AA2A6;
			margin-bottom: 5px;
			display: block;
			}
			
		.news .news_single_info p.news_single_info_news {
			margin: 0;
			font-size: 1.2em;
			}
/*** ORG NEWS - MAIN ORG PAGE ***/

/*** ORG INFO - ORG ROOT PROFILE ***/
.org_info {
    word-wrap: break-word;
}
	
	.org_info .infoBox2_middle {
		padding: 10px 19px 0 19px;
		width: 160px;
		}
	
	.org_info p {
		margin-bottom: 1em;
		}
		
		.org_info .label {
			color: #4D4D4D;
			text-transform: capitalize;
			}
			
			.org_info .address .label {
				display: block;
				margin-bottom: 3px;
				}
				
				.org_info .address .item {
					display: block;
					}
			
		.org_info .item {
			clear: both;
			color: #1072BB;
			}
/*** END ORG INFO - ORG ROOT PROFILE ***/

/*** COMPANY CONTACT - ORG ROOT PROFILE ***/
.org_contact .contact {
	width: 180px;
	float: left;
	text-decoration: none;
	padding: 7px 0;
	}
	
	.org_contact .contact .pic {
		float: left;
		width: 50px;
		}
		
	.org_contact .contact .contact_info {
		float: right;
		width: 120px;
		}
			
		.org_contact .contact .name {
			font-size: 1.3em;
			color: #0079BD;
			font-weight: bold;
			display: block;
			}
	
		.org_contact .contact .title {
			font-size: 1.1em;
			color: #505B66;
			display: block;
			float: none;
			line-height: normal;
			}
			
		.org_contact .contact .links {
			text-transform: capitalize;
			margin-top: 6px;
			display: block;
			}
/*** END COMPANY CONTACT - ORG ROOT PROFILE ***/
			
			
			
			
			
			
			
			
			
