/* CSS Document */

/*** Color Palette

lt blue		#B7E5F9
med blue	#598DA4
dk blue		#5FA7C6
lt green	#aed487
med green	#7e9851
dk green	#666633
orange		#E5BC4C


**************************/
 
/***************************
remove defaults
****************************/

html, 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, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

:focus {
	outline: 0;
}
td {
	border-collapse:collapse;
	vertical-align:top;
}
.clear {
	clear:both;
}

/*** LAYOUT ***/
body {
	background-image:url(../images/background_slice.gif);
	background-repeat:repeat-x;
	background-color:#2e79b3;
	font-family:'Lucida Grande', Lucida, Verdana, Arial, Helvetica, sans-serif;
}
#mainwrapper {
	background-color:#f0f0f0;
	margin-top:25px;
	width:900px;
	height:auto;
	padding:10px 0;
}
#subwrapper {
	background-color:#FFFFFF;
	margin:0px 10px;
}
#header {
	width:880px;
	height:143px;
	background-image:url(../images/banners/immunobio_header.jpg);
	background-repeat:no-repeat;
}
#navigation {
	margin-top:16px;
	padding-left:40px;
	text-align:left;
	height:24px;
	border-bottom:1px solid #dcdcdc;
}
#contentwrapper {
	width:100%;
	clear:both;
	margin-top:10px;
	padding-bottom:40px;
	text-align:left;
	
}
#breadcrumbs {
	font-size:9px;
	color:#999;
	padding-left:12px;
	padding-bottom:10px;
}
.leftcolumn {
	border-right:1px solid #dcdcdc;
}
.rightcolumn {
	border-left:1px solid #dcdcdc;
}
.contentArea {
}
#footer {
	clear:both;
	width:880px;
	height:62px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	word-spacing:8px;
}
#base {
	clear:both;
	font-size:10px;
	color:#333;
	background-image:url(../images/baseshadow.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding:20px;
	text-align:center;
	height:40px;
}


/*** CONTENT ***/

h1 {
	color:#aed487;
	font-weight:normal;
	font-size:20px;
	margin:5px 30px 10px 30px;
}
h2 {
	font-size:14px;
	color:#FFF;
	background-image:url(../images/bluegradient.gif);
	background-repeat:repeat-x;
	padding:4px 16px;
}
h3 {
	color:#5FA7C6;
	font-size:14px;
	margin:10px 30px 5px 30px;
}
.bullets {
	margin-left:30px;
	margin-top:12px;
}
.bullets li {
	font-weight:bold;
	font-size:11px;
	padding:3px 0px;
	list-style-image:url(../images/bullet.gif);
	text-align:left;
	color:#333;
}
#contentwrapper p {
	color:#666;
}
.contentArea h2 {
	margin:20px 30px 5px 30px;
}
.contentArea p {
	margin:0px 30px 10px 30px;
	font-size:13px;
	line-height:20px;
}
.leftcolumn p, .rightcolumn p {
	margin:8px 16px;
	font-size:11px;
	line-height:14px;
}

#footer p {
	color:#ccc;
	font-size:11px;
	position:relative;
	top:30px;
}

label {
	color: #333;
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-weight:bold;
	padding-top:4px;
}

/*** LINKS ***/

a:link {
	text-decoration:none;
	color:#598DA4;
}
a:visited {
	text-decoration:none;
	color:#598DA4;
}
a:hover {
	text-decoration:none;
	color:#aed487;
}

/*** LEFT NAVIGATION ***/

#leftnav a {
	display:block;
	padding:6px 12px;
}
#leftnav li {
	list-style:none;
}
#leftnav li a {
	font-size:14px;
	color:#FFF;
	background-color:#aed487;
	background-image:url(../images/greengradient.gif);
	background-repeat:repeat-x;
	text-transform:uppercase;
}
#leftnav li li a {
	color:#598DA4;
	font-size:12px;
	background-image:none;
	background-color: #dcdcdc;
	border-bottom:1px solid #f0f0f0;
	text-transform:none;
}
#leftnav li li a:hover {
	color: #7e9851;
	background-color: #f0f0f0;
	border-bottom:1px solid #dcdcdc;
}
.onpage {
	font-weight:bold;
	font-style:italic;
}




/*** FOOTER ***/

#footer a:link {
	text-decoration:none;
	color:#FFFFFF;
	word-spacing:normal;
}
#footer a:visited {
	text-decoration:none;
	color:#FFFFFF;
	word-spacing:normal;
}
#footer a:hover {
	text-decoration:none;
	color:#333;
	word-spacing:normal;
}
