/* Basic elements
---------------------------------------------- */
body, p, span, div, table, h1, h2, h3, hr, ul, li, a{
	margin:0;
	padding:0;
}

body {
	margin:6px;
	padding: 0;	
	font-family: Arial, Helvetica, sans-serif;
	
}


body #main{

}


.puller{
	font-size:2px;
	height:2px;
	line-height:2px;
	margin:0;
	padding:0;
	clear:both;
	float:none;
}
p, ul, ol, dl {margin: 0 0 1em 0;}

ul, ol {padding-left: 3em;}
dt {font-weight: bold;}
hr {
	margin: 2em 0 3em 0;
	width: 80%;
	border: 0;
	height: 1px;
	color: #666;
	background-color: #666;
}
acronym, abbr {
	border-bottom: 1px dotted #333;
	cursor: help;
}





/* Box corners
---------------------------------------------- */
.corner-small {background: url(../img/bg-corner-small.gif) no-repeat bottom right;}
.corner-medium {background: url(../img/bg-corner-medium.gif) no-repeat bottom right;}
.corner-large {
	background: url(../img/bg-corner-medium.gif) no-repeat bottom right;
	margin-right:0.3em;
}


.corner-large ul{
	margin-left:130px!important;
	padding-right:10px;
	font-size:0.9em;
}
.corner-large p {
	margin-left:130px!important;
	padding-right:10px;
}
.corner-large h1 {
	margin-left:10px!important;
	padding-right:10px;
}
.corner-large h2 {
	margin-left:10px!important;*/
	padding-right:10px;
}
.content-col h2{


}

/* Miscellaneous classes
---------------------------------------------- */
.hide, .noscreen {display: none;}
.notop {margin-top: 0 !important;}
.clear {clear: both;}
.center {text-align: center;}
.right {
	float: right;
	margin: 15px 0 15px 15px;
}
.left {
	float: left;
	margin: 15px 15px 15px 0;
}
.not-bold {font-weight: normal;}

.right-key {
	float: right;
	margin: 10px 0 5px 5px;
}

.right-key2 {
	float: right;
	margin: 5px 0 5px 5px;
}

#content-header .img-float-left {
	float: left;
	/*margin-right: 5px;*/
}

.img-float-left {
	float: left;
	margin: 15px 15px 15px 0;
}
.img-float-right {
	float: right;
	margin: 15px 0 15px 15px;
}
.img-float-center {
	float: center;
	margin-left: 5px;
	margin-right: 5px;
}
#content-header h2 {color: #003399;}



/* Links
---------------------------------------------- */
a:link, a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #039;
	font-weight: bold;
}
a img {border: none;}

a.back {
	padding-left: 13px;
	background: url(../img/icon-small-blue-arrow-back.gif) no-repeat 0 3px;
}
a.archive {
	padding-left: 15px;
	background: transparent url(../img/icon-small-black-arrow.gif) no-repeat 0 3px;
	text-decoration: none !important;
}
a.archive:hover {text-decoration: underline !important;}
/* "Disable" non-flagged bold to avoid non-linked bold text */
bold, strong {font-weight: bold;}
bold.keep-bold, strong.keep-bold {font-weight: bold;}

/* Forms
---------------------------------------------- */
form {margin: 0; padding: 0;}
form .input {font-family: Arial, Helvetica, sans-serif;}
form textarea {font-size: 1em;}
form div.input {margin-bottom: 5px;}
form .full-width {width: 95%;}
form div .input {font-size: .9em;}
form div.button {text-align: right;}
form div .button {font-size: .9em;}
form fieldset {
	margin: .5em 0;
	border: solid 0 transparent;
	border-top: 1px solid #003399;
}
form legend {
	color: #003399;
	font-weight: bold;
}
#content form div.button {
	margin-left: 170px;
	text-align: left;
}
#content form div .button {font-size: 1em;}
#content form th .note {font-weight: normal;}
/* Being nice to IE 5.x/Win */
#content form td, #content form th {
	font-size: .8em;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 1em;
}



/* Header
---------------------------------------------- */
#header {
	margin-left:5px;
	margin-right:10px;
	margin-bottom:5px;
	margin-top:1px!important;
	height: 93px;
	
}
#header-logo {	
	background-image:url(../img/bloodSamp_heading2.jpg)!important;
	background-position:0 0;
	background-repeat:no-repeat;
	text-align:right;	
}

/* Breadcrumbs
---------------------------------------------- */
#breadcrumbs {
	clear: both;
	font-size: .8em;
	height:1%;
	margin-left:5px;
}

/* hack taken out to fix breadcrum 
html>body #breadcrumbs {margin: 0 10px;}*/



#breadcrumbs a:hover {color: #333;}
#breadcrumbs .current {color: #660066; font-weight: bold;}

/* Left sidebar
---------------------------------------------- */
#side-left #nav-sub {
	height: 143px;
	margin-bottom: 10px;
	padding: 8px 0 20px 0;
	background-color: #660066;
/*	width:199px;*/
	width:98%;
	color: #fff;
	font-size: 0.8em;
/*	voice-family: "\"}\"";
	voice-family: inherit;*/
	height: 117px;
}
html>body #side-left #nav-sub {
	min-height: 117px;
	height: auto;
}
#side-left #nav-sub ul {
	margin: 0;
	padding: 0;
	padding-left:10px;
	list-style: none;
}
#side-left #nav-sub li {margin-bottom: .3em;}
#side-left #nav-sub a {
display: block;
/*	width: 85%;*/
	padding-left: 15px;
	color: #fff;
	background-color: transparent;
	background-image: url(../img/icon-left-nav-blueA.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
}
.active{
	text-decoration:underline!important;
}
#side-left #nav-sub a:hover, #side-left #nav-sub a.current {text-decoration: underline;}
#side-left #nav-sub ul ul {
	padding-left: 15px;
	font-size: .85em;
}
#side-left #nav-sub ul ul li {margin-bottom: .1em; }
#side-left .banner {
	margin-bottom: 6px;
	padding-bottom: 8px;
	/*width:199px;*/
	width:98%;
	background-color: #f4f4f4;
}

.banner {
	font-size:0.9em!important;
}
#side-left .banner .heading {
	height: 53px;
	background-color: #d8d8d8;
}
#side-left .banner .heading  {
	float: left;
	width: 53px;
	margin-right: 5px;
}


.image {
	float: left;
	width: 53px;
	margin-right: 5px;
}


#side-left .banner h2 {
	margin: 0!important;
	padding: 4px 8px 0 0!important;
font-size:0.9em;
}

#side-left .banner h2 a {
	display: block; 
	font-size:1.1em!important;
	margin: 0;
	padding: 3px 8px 0 0;
}
#side-left .banner h2 a {display: block;}

#side-left .banner p a {font-weight: normal; font-size: 1.2em;}
#side-left .banner form {margin: 5px;}
#side-left .banner form label {font-size: .8em;}

/* Content
---------------------------------------------- */
#content, .content-col {}
#content p a, #content li a, .content-col p a {text-decoration: underline;}
#content h1, #content-header h1,  #content h2, #content h3, #content h4, #content h5, #content h6, #content .intro {color: #660066;}
.content-col h2, #content-col h2 {color: #003399;}
.docContentBody{
	font-size:0.82em;
	margin-right:0.4em;
}
.show-only {
	position: relative;
	color: #fff;
	font-size: .7em;
	font-weight: normal;
	text-decoration: underline;
}
.show-only:hover {text-decoration: underline;}

#content h1 {
	margin: 0 0 10px 0;
	font-size: 1.6em;
}
#content h2 {
	
	font-size: 1.4em;
	margin-bottom: 5px;
}
#content h2.bottom-margin {margin-bottom: .8em;}
#content h3 {
	margin: 0;
	margin-bottom: 5px;
	font-size: 1.2em;
}
#content h4 {
	margin: 0;
	margin-bottom: 5px;
	font-size: 1em;
}
.docContentBody p{
	padding-bottom:4px;
	padding-top:4px;
	padding-right:6px;
}



/* Content header
---------------------------------------------- */
#content-header {
	background-color: #660066;
	font-size: 1.2em;
	/* This line-height is needed to fix the IE "Peekaboo" bug
	http://www.positioniseverything.net/explorer/peekaboo.html */
	line-height: 130%;
	
}
#content-header h1 {
	color: #fff;
	padding-top:20px;
	padding-bottom:20px;
	font-size: 1.1em;
}
#content-header #image-main {
	float: left;
	width: 140px;
	margin-right: 5px;
}
#content-header .image-expanding {
	float: left;
	width: 24%;
	height: 140px;
	margin-right: 20px;
}
/*#content-header #image-main-events {background: url(../img/pic-events.jpg) no-repeat 0 0;}*/
#content-header #image-main-events {background: url(../img/events_headerpic.jpg) no-repeat 0 0;}
#content-header #image-main-events-detail {background: url(../img/highlighted_event_headerpic.jpg) no-repeat 0 0;}
#content-header #image-main-infoportal {background: url(../img/pic-infoportal.jpg) no-repeat 0 0;}

#content-header p {
	font-size: 0.9em;
	line-height: 110%;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 0;
}
#content-header .pic-credit {
	font-size: .65em;
	color: #666;
}

td#content-header p {font-size: .8em;}
/* Home page bits */
.home #content-header {
	background-color: #f4f4f4;
	/*padding: 8px;*/
}
.home #content-header h1 {padding-top: 0;}
.home #content-header #image-main {width: 126px;}
/* Search results bits */
#content-header.search-header {
	margin-bottom: 1em;
	padding: 0 20px 20px 20px;
	background-color: #99acd6;
	color: #fff;
}
#content-header.search-header h2 {
	margin: 0 0 .1em 0;
	color: #fff;
	font-weight: normal;
	font-size: 1em;
}
#content-header.search-header div .input {
	width: 140px;
	font-size: 0.7em;
}
.search-header{
	padding-top:10px!important;
}


/* Right sidebar
---------------------------------------------- */
#side-right {
	padding-bottom: 26px;
	background-color: #c299c3;
	color: #fff;
	font-size: .7em;
}
/*#side-right div.box {
	padding: 8px 5px;
	background-color: #99acd6;
	border: #99acd6 solid 1px;
}*/
#side-right div.box h2 {
	margin: 0 0 .3em 0;
	color: #660066;
	font-size: 1.2em;
}
#side-right div.box h1 {
	color: #660066;
}
#side-right #search 
{
	padding: 8px 5px;
	background-color: c299c3;
	border-bottom: 10px solid #fff;
}
#side-right #search h2 {
font-size: 1.4em;
}

#side-right #resources
{
	padding: 8px 5px;
	border-top-color: #99acd6;
	border-right-color: #99acd6;
	border-bottom-color: #99acd6;
	border-left-color: #99acd6;
}
#side-right #resources h2 {margin-bottom: .7em;
}
#sid-right #resources h3 {
	margin: 0;
	color: #039;
	font-size: .85em;
}
#side-right #resources ul {
	margin: 0 0 .5em 0;
	padding: 0;
	list-style: none;
	font-size: 1em;
	line-height: 130%;
}
#side-right #resources ul li {
	z-index: 100;
}
#side-right #resources ul li a {
	padding-left: 13px;
	color: #fff;
	background-color: transparent;
	background-image: url(../img/rightArrows.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#side-right #resources ul li a:hover {color: #039;}
#side-right #resources ul li ul {
	padding-left: 1em;
	font-size: 1em;
}


#side-right #resources #submit-links a, .submit-links a {
	display: block;
	padding: 0 0 0 13px;
}

/* images */
.img-left img{
	float:left;
	padding-left:!important;
	margin-left:0!important;
}
/* Footer
---------------------------------------------- */
#page-top-link a {font-size: .7em;}
.page-top-link-search {padding-left: 50px;}
#footer {
	clear: both;
	padding: 10px;
	background-color: #dfcce0;
	text-align: center;
	font-size: .7em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
#footer ul {
	margin: 0 0 .5em 0;
	padding: 0;
	list-style: none;
}
#footer li {
	display: inline;
	padding: 0 .3em 0 .4em;
	border-left: 1px solid #999;
}
#footer li.first {
	padding-left: 0;
	border-left: none;
}

#resources h1{
	font-size:1.4em!important;
	margin-top:10px;
}
#resources h2{
	font-size:1.2em!important;
	padding-top:6px;
}


#side-left .banner {
	margin-bottom: 10px;
	padding-bottom: 8px;
	background-color: #f4f4f4;
	background:blackimportant;
}

#side-left .image a img {
	float:left;
	margin:0;	
}
#side-left .smailbannerHeading{
	background-color:#D8D8D8;
	float:left;
	width:100%;

}
#side-left .banner h2 a {
	/*float:left; 
	font-size:0.2em;*/
}


#side-left .banner p {
	/*margin: 5px;*/
	clear: both;
	font-size: .8em;
	margin:5px!important;
}
#side-left .banner p a {font-weight: normal;}

banner a{
font-size:0.9em!important;
}
