/*---------------------------------------------------------
 * Immunetics.com
 *
 * @description About Section CSS
 *
 * @author  Craig Ruksznis [cr] <craigruk@imarc.net>
 *
 ----------------------------------------------------------*/


/* Introduction */
/*----------------------------------------------------------------------------*/

#introduction {
	width: 884px;
	float: left;
	padding: 0 0px 15px 25px;
}

#introduction.distributors {
	background: transparent url(images/left_column_bg.jpg) no-repeat right top;
}

/* 3 Column Setup */
/*----------------------------------------------------------------------------*/

 #news_events_column 
 {  width: 250px;
	float: left;
	padding: 15px 25px 35px 25px;
	position: relative;
	}



/* Left Side/Column */
/*----------------------------------------------------------------------------*/
#left_side {
	width: 400px;
	float: left;
	padding: 15px 25px 35px 25px;
	position: relative;
}

h2.about {
	border-bottom: 1px solid #bbb;
	margin: 10px 0 0 0;
	width:250px;
}

h2.contact {
	margin: 20px 0 10px 0;
}

h2.distributors {
	border-bottom: 1px solid #bbb;
}

h2.executive_team {
	border-bottom: 1px solid #bbb;
}

h3.executive_team {
	margin: 20px 0 -18px 0;
}

.h2.hint {
    margin:0px;
	float: right; 
	font-size: .8em; 
	line-height: 0.8em;
	height: 12px;
	text-align: right;
	position: absolute;
	top: 30px;
	right:0px;
	width:250px !important;
}

html>body .h2.hint {right:25px; width:250px;}


.two_column_callout.corporate_overview {
	margin-top: 27px;
}

.right_side_corporate_overview {
	width: 275px; 
	float: right; 
	margin: 0 0 0 30px;
}

.article {
	border-bottom: 1px solid #ddd;
	padding: 10px 0 10px 0;
	float: left;
	font-size: 1.0em;
	width: 100%;
}

.article .headline {
	color: #837e5d;
	font-size: 1.0em;
	line-height: 20px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	float: left;
}

.article .short_description {
	padding: 10px 0 0 0;
	clear:both;
	float: left;
	width: 100%;
}

.associated_content {
	padding: 10px 0 0 0px;
	clear:both;
	float: left;
	width: 100%;
}

.associated_content a {
	padding: 0 10px 0 20px;
	line-height: 25px;
	height: 25px;
	text-decoration: none;
	outline: none;
	display: block;
	float:left;
	width: auto;
	color: #837e5d;
}

#news_event_detail{
	width: 600px;
}

.return_link {
	background: url(images/arw_left.gif) no-repeat left 5px;
	clear:both;
	margin-top: 10px;
	padding: 0 0 0 12px;
	float: left;
	width:300px;
}

.dist_info {
	width: 375px;
	font-size: .9em;
	margin: 15px 0 0 0;
}

ul.directions {
	margin: 0 0 0 20px;
}

#contact_information {
	border: 0; 
	width: 550px; 
	margin: 15px 0 5px 0;
}

#contact_information #phone {
	width: 177px;
}

#contact_information #fax {
	width: 170px;
}

#contact_information #ph_number, 
#contact_information #fax_number,
#contact_information #mailing_address {
	vertical-align: top; 
	padding: 6px 0 0 22px;
}

#distributors {
	border: 0; 
	width: 430px; 
	float: right; 
	margin: 10px 0 5px 0;
}

#distributors #phone,
#distributors #fax {
	width: 125px;
}

#distributors #ph_number,
#distributors #fax_number {
	vertical-align: top; 
	padding: 4px 0 15px 22px;
}

#distributors #address {
	vertical-align: top; 
	padding: 4px 0 0 22px;
}


/* Right Side/Column */
/*----------------------------------------------------------------------------*/

#right_side {
	width: 400px;
	float: left;
	padding: 15px 25px 35px 25px;
	position: relative;
}

.information .support_article {
	border-bottom: 1px solid #bdccae;
}

.information .support_article a {
	color: #837e5d;
	font-size: 1.0em;
}

.information .support_article a.link {
	padding-left: 25px;
	line-height: 25px;
	height: 25px;
	display: block;
	text-decoration: none;
	width: 227px;
	outline: none;
}

.information .support_article .short_description {
	font-size: 1.0em;
	padding: 0 0 5px 0px;
	width: 252px;
}

/* Contact Form */
/*------------------------------------*/

.admin_form {
	width: 100%;
	clear: both;
}

fieldset {
	display: block;
	margin-bottom: 16px;
	border: none;
}

fieldset .field_name {
	margin-top: 10px;
}

fieldset .field_name.first {
	margin-top: 0px;
}

.admin_form table {
	clear: both;
	width: 100%;
}

.admin_form input, .admin_form textarea, .admin_form select {
	padding: 2px;
}

.admin_form input {
	width: 215px;
}

.admin_form textarea {
	width: 240px;
}

.admin_form .form_button {
	width: auto;
	margin: 0 15px 5px 0;
	display: block;
	float: right;
}

.admin_form .checkbox {
    width: auto;
    margin: 0px;
    padding: 0px;
}
