/*---------------------------------------------------------
 * Immunetics.com
 *
 * @description CSS within id content, so anything between
 *              the header and the footer
 *
 * @author  Craig Ruksznis [cr] <craigruk@imarc.net>
 *
 ----------------------------------------------------------*/

/* Standardized errors */
.error {
	font-size: 1.0em;
	line-height: 1.1;
	color: #9f4923;
}

.required {
	color: #9f4923;
}

.error li {
	margin-left: 15px;
}

/* Interior - outer div surrounding the interior of the page content */
/*----------------------------------------------------------------------------*/
#interior {
	background: #FFFFFF url('images/interior_bg.jpg') repeat-y top left;
	float: left;
	margin-top: 18px;
	width: 910px;
	font-size: 0.95em;
}

#interior_bottom {
	background: url('images/interior_bottom_bg.jpg') no-repeat top left;
	height: 3px;
	width: 910px;
	float:left;
}

#two_column_interior {
	background: #FFFFFF url('images/two_column_interior_bg.jpg') repeat-y top left;
	float: left;
	margin-top: 22px;
	width: 910px;
	font-size: 0.95em;
}

#two_column_interior_bottom {
	background: url('images/two_column_interior_bottom_bg.jpg') no-repeat top left;
	height: 3px;
	width: 910px;
	float:left;
}

.expandables_header {	
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 0 0 0;
	height: 22px;
	line-height: 22px;
	padding: 0;
}

.closed_tab {
	text-decoration: none;
	background: transparent url('images/product_closed_tab.jpg') no-repeat left 3px;
	padding: 0 0 0 19px;
}
.expandables_header a, .expandables_header a:link, 
.expandables_header a:visited, .expandables_header a:active {
	color: #998e66;
}


/* Bread Crumb */
/*----------------------------------------------------------------------------*/
#bread_crumb {
	background: #8495a7 url('images/bread_crumb_top_bg.jpg') no-repeat top left;
	float: left;
	margin: 0;
	width: 910px;
	padding-left: 8px;
	height: 35px;
	color: #dce3e9;
}



html>body #bread_crumb{width: 902px;}

#bread_crumb a, 
#bread_crumb a:link, 
#bread_crumb a:active, 
#bread_crumb a:visited, 
#bread_crumb a:hover {
	color: #dce3e9;
	font-size: 1.0em;
	line-height: 35px;
	height: 35px;
	margin: 0 7px 0 7px;
}

#bread_crumb a:hover {
	color: #FFFFFF;
}


/* Left Column */
/*----------------------------------------------------------------------------*/
#interior #left_column {
	width: 850px;
}

#two_column_interior #left_column {
	background: transparent url('images/left_column_bg.jpg') no-repeat right top;
	width: 600px;
	font-size:1.1em;
}


html>body #two_column_interior #left_column {
	width: 550px;
}


#left_column {
	float: left;
	padding: 0 25px 35px 25px;
}

#left_column ul.textual_list {
	margin: 0 0 0 25px;
}

#left_column .two_column_callout {
	background: #fff url('images/two_callout.gif') no-repeat;
	font: normal 1.3em/1.24em Arial, Helvetica, sans-serif;
	color:#fff;
	padding: 17px 25px 13px 25px;
	width: 550px;
	height: 100px;
	margin: 10px 0 15px 0;
}

html>body #left_column .two_column_callout {width:500px; height:70px;}


#left_column .two_column_callout a{
	color:#FFFFCC;
}

#left_column p.cap_headfoot {
	border: 0px;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	padding: 15px 0 20px 0;
	margin: 5px 0 10px 0;
}

#left_column p.cap_foot {
	border: 0px;
	border-bottom: 1px solid #888;
	padding: 0 0 20px 0;
	margin: 5px 0 15px 0;
}

#left_column p.cap_head {
	border: 0px;
	border-top: 1px solid #888;
	padding: 15px 0 0 0;
	margin: 10px 0 5px 0;
}

#left_column .highlight {
	color: #45746f;
	font-size: 1em;
	line-height: 1.5em;
}

#left_column ul {
	padding: 5px 0 11px 0;
}

#left_column li {
	padding: 0;
	margin: 0 0 10px 5px;
	line-height: 1.2em;
}

.side_icon {
	vertical-align: -3px;
	margin: 0 5px 0 0;
}


/* Right Column */
/*----------------------------------------------------------------------------*/
#right_column {
	float: left;
	width: 285px;
	margin: 1px 0px 0 0px;
	padding: 0;
}

#right_column .header {
	background: #7d9c6c url('images/bg_darkbio.gif') repeat-y top left;
	width: 287px;
	margin: 1px 0 0 0;
	padding: 12px 0 15px 14px;
	font-size: 1em;
	font-weight: normal;
	color: #eef5dd;
	line-height: 18px;
	float: left;
}


html>body #right_column .header {width: 272px;}


#right_column .information {

	margin: 5px 0 5px 0;
	padding: 7px 11px 20px 12px;
	font-size: 0.9em;
	color: #606458;
	float: left;
	line-height: 15px;
}

#right_column .information li {
	margin: 0 10px 0 15px;
}
