/*
-----------------------------------------------
globally set everything to 0 
----------------------------------------------- */

	*, td, img { margin: 0; padding: 0; } 
	p { margin: 0 0 0 0; padding: 0 0 0 0; }
	form label { cursor: pointer; }
	fieldset { border: none; }
	input, select, textarea { font-size: 100%; }
	/*a, img, fieldset { outline: none; }*/


/* ------------------------------------------------ GLOBAL RULES */

body { 
	font: 100% georgia, "times new roman", times, serif;
	color: #333;
	}

#wrapper {
	width: 984px;
	margin: 0 auto;
	}

h1, h2, h3, dt {
	font: normal .773em/.935em verdana, sans-serif;	/*   12px/16px   */
	color: #c95211;
	text-transform: uppercase;
	}

h2, dt {
	padding: 4px 9px;
	}

#home p, li, #cntArea {
	font-size: .773em;	/*   12px/16px   */
	line-height: 1.33em;
	}

p, ul, ol {
	padding: 0 9px;
}

#content p, #content ol {
	padding-top: .5em;
	}

a:link, a:visited, a:hover, a:active {
    color: #0076ba;
	text-decoration: none;
	font-family: verdana, sans-serif;
	}

a:hover {
	text-decoration: underline;
	} 

a:active {
    color: #c95211;
	}

em, .prompt {
	text-transform: uppercase;
	font: normal .833em verdana, sans-serif;
	}

.error {
	color: #f00;
	}

.hide, .accessImage { /* .accessImage class is left-over from original site */
	display: none;
	}

.hiddenLabel{
	text-indent:-9000px;
	font-size:0px;
	width:0px;
	display:none;
}
/* ------------------------------------------------ top and bottom nav */
.nav {
	list-style-type: none;
	}
	
.nav li {
	float: left;
	height: 9px;
	padding: 0 7px;
	border-right: 1px solid #6b6b6b;
	}

.nav li.last {
	border-right: none;
	}

.nav li a {
	display: block;
	margin-top: 1px;
	font: normal .833em/.625em verdana, sans-serif;		/*   10px/10px   */
	text-transform: uppercase;
	padding-bottom: 5px;
	}

.nav a, .nav a:visited {
	color: #6b6b6b;
	}

/* ------------------------------------------------ SECTIONS */
#tagLine, #searchForm, #content, #footer {
	width: 100%;
	}
	
/* ------------------------------------------------ Header */
a#hcbsLogo{
	display: block;
	width: 163px;
	height: 28px;
	float: left;
	margin: 7px 0 1px 5px;
	text-indent: -99999px;
	background: #fff url(../img/hm_hcbs_logo.gif) no-repeat top left;
	}
	
ul#mainNav {
	float: left;
	margin: 22px 0 0 8px;
	}
	
a#myLibLink {
	display: block;
	width: 109px;
	height: 18px;
	float: right;
	margin: 17px 0 0 0;
	text-indent: -99999px;
	background: #fff url(../img/mylibrary/myLibrary_full.gif) no-repeat;
	}
	
h1#tagLine {
	clear: both;
	height: 94px;
	text-indent: -9999px;
	background: #fff url(../img/banner_home.jpg) no-repeat top right;
	}


/* ------------------------------------------------ Search Form */
form#glbSearhFrm {
	height: 23px;
	padding: 3px 0 4px 0;
	background-color: #f7f6f0;
	border: 1px solid #d3d2cb;
	margin-bottom: 4px;
	}

#home form#glbSearchFrm {
	width: 982px;
	}

#glbSearchFrm ul.ulHm li {
	background-image: url(../img/link_search.gif);
	}

#glbSearhFrm input {
	background: #fff;
	border: 1px solid #d2d2ca;
	text-transform: uppercase;
	color: #c95211;
	}

input#glbSearchBox {
	width: 117px;
	margin-left: 4px;
	padding: 3px 7px 2px 5px;
	font: normal .833em/.625em verdana, sans-serif;		/*   10px/10px   */	
	}

input#glbSearchGo {
	width: 22px;
	height: 17px;
	position: relative;
	top: -1px;
	left: 19px;
	padding: 0;
	font-size: .625em;
	cursor: pointer;	
	}

a#advSearch {
	position: relative;
	top: -1px;
	left: 30px;
	text-transform: uppercase;
	font: normal .625em verdana, sans-serif;		/*   10px/10px   */	
	}

/* ------------------------------------------------ Content */
#content {
	float: left;
	}

/* list items on the homepage */
ul.ulHm {
	list-style: none;
	margin-top: 2px;
	}

ul.ulHm li {
	padding: 1px 0 1px 10px;
	margin: 0;
	background: transparent url(../img/link_whiteBG.gif) no-repeat left 5px;
	text-transform: uppercase;
	color: #0076ba;
	font-family: verdana, sans-serif;
	font-size: .625em;
	}
	
/* ---------------------------------------------- col 1: browse & e-clips */
#col1 {
	width: 138px;
	float: left;
	margin-right: 14px;
	}

#col1 h2 {
	padding-left: 11px;
	}
	
ul#browseList {
	list-style-type: none;
	text-transform: uppercase;
	padding: 0;
	margin: 2px 0 9px 0;
	}

#browseList li {
	width: 138px;
	height: 19px;
	background-color: #f0f0f0;
	margin-bottom: 2px;
	}
	
#browseList li a, #browseList li a:visited {
	display: block;
	width: 100%;
	padding-left: 11px;
	}
	
.inner a.fctNotSel, .inner a.fctNotSel:visited { /* fctNotSel is from old design */
	display: block;
	width: 100%;
	padding-left: 11px;
	background-color: #f0f0f0;
	}
	
#browseList li a:active {
	color: #c95211;
	}

#browseList li a:hover {
	text-decoration: underline;
	}
	

#browseInstruc {
	margin-top: -4px;
	padding-right: 7px;
	}

#botLineImg {
	margin: 5px 0 3px 0;
	}

#eclips {
	background-color: #f8fdee;
	padding-bottom: .833em;
	border-top: 1px solid #cdcbcb;
	border-bottom: 1px solid #cdcbcb;
	}

#eclips ul {
	padding-right: 0;
	}

#eclips ul.ulHm li {
	background-image: url(../img/link_home_eClips.gif);
	}

#eclips ul.ulHm li a img {
	border: none;
	}

#social_bm {
	background-color: #f8fdee;
	padding-bottom: .833em;
	border-top: 1px solid #cdcbcb;
	border-bottom: 1px solid #cdcbcb;
	}

#social_bm ul {
	padding-right: 0;
	}

#social_bm ul.ulHm li {
	background-image: none;
	padding-left: 0;
	}

#social_bm ul.ulHm li a.linkedin {
background: transparent url(../img/widget01.gif) 0px -400px no-repeat;
cursor:pointer;
display:block !important;
height:16px !important;
line-height:16px !important;
padding-left:20px !important;
}

#social_bm ul.ulHm li a.delicious {
background:transparent url(../img/widget01.gif) 0 -176px no-repeat;
cursor:pointer;
display:block !important;
height:16px !important;
line-height:16px !important;
padding-left:20px !important;
}

#social_bm ul.ulHm li a.digg {
background:transparent url(../img/widget01.gif) 0 -192px no-repeat;
cursor:pointer;
display:block !important;
height:16px !important;
line-height:16px !important;
padding-left:20px !important;
}
	
/* ---------------------------------------------- col 2: intro, new & noteable, top 5 */
#col2 {
	width: 526px;
	float: left;
	margin-right: 8px;
	}
	
p#intro {
	font-size: 1em;
	color: #c95211;
	margin-top: -1px;
	margin-bottom: 13px;
	padding-top: 0;
	}
	
#col2 dl {
	float: left;
	}

dl#newNtbl {
	width: 348px;
	float: left;
	margin-right: 8px;
	}

dl#newNtbl ul.ulHm li {
	background-image: url(../img/link_home_newNtbl.gif);
	}

dl#newNtbl dt, dl#newNtbl ul {
	border-bottom: 1px solid #d1e6d1;
	}

dl#newNtbl ul { padding-bottom: 8px; }	

dl#newNtbl dt { background-color: #edf5ed; }
dl#newNtbl dd { background-color: #f8fbf8; }

/* to get padding on the last element. class is set in the php */
dl#newNtbl li#viewOther {
	margin-top: 7px;
	padding-bottom: 6px;	
	}
	
dl#top5 {
	width: 170px;
	font-family: verdana, sans-serif;
	}

dl#top5 ul li {
	background-image: url(../img/link_home_top5.gif);
	}

dl#top5 ol {
	color: #c95211;
	list-style-position: inside;
	padding: 0;
	}

dl#top5 li {
	padding: 6px 11px;
	}

dl#top5 li span {
	color: #333;
	margin-left: -4px;
	text-transform: uppercase;
	font-size: .833em;
	}

dl#top5 li a {
	display: block;
	font-size: .833em;
	}
	
dl#top5 dt, dl#top5 li {
	border-bottom: 1px solid #cbcbcb;
	}
	
dl#top5 dt { background-color: #eaeaea; }
dl#top5 dd { background-color: #f6f6f6; }

/* to get padding on the last element */
dl#top5 li#lastElt {
	padding-bottom: 15px;
	}

/* ---------------------------------------------- col 3: highlight & theme pages */
#col3 {
	width: 170px;
	float: left;
	margin-right: 8px;
	margin-top: 4px;
	}

#col3 dd {
	padding-bottom: .833em;
	}

dl#highlight {
	border: 1px solid #efe8dc;
	margin-bottom: 13px;
	}

dl#highlight ul.ulHm li {
	background-image: url(../img/link_home_highlight.gif);
	}


dl#highlight dt { background-color: #f8e9cc; border-bottom: 1px solid #efe8dc; }
dl#highlight dd { background-color: #faf4ee; }

dl#themePgs {
	border: 1px solid #ebeef1;
	}

dl#themePgs ul.ulHm li {
	background-image: url(../img/link_home_theme.gif);
	}

dl#themePgs dt { background-color: #e8eff5;  border-bottom: 1px solid #ebeef1; }
dl#themePgs dd { background-color: #f6fafe; }

#col3 ul {
	border-bottom: none;
	}

/* ---------------------------------------------- col 4: skyscraper addveritser */
#col4 {
	width: 120px;
	float: left;
	margin-right: -30px; /* for ie 6 */
	margin-top: 4px;
	padding: 0;
	color: #fff;
	}

#col4 ul {
	padding: 0;
	}

#col4 a, #col4 a:visited {
	text-decoration: none;
	}

#col4 a img {
	border: none !important;
	margin-bottom: 11px;
	}

/* ------------------------------------------------ Secondary Nav */
#secNav {
	width: 100%;
	padding-bottom: 15px;
	}


/* ------------------------------------------------ Footer */
#footer {
	clear: both;
	float: left;
	margin-top: 20px;
	background: #fff url(../img/ornament.gif) repeat-x top;
	padding-bottom: 10px;	
	}

#footer p {
	font-size: .625em;
	}

#secNav {		/* understanding this site | about us | user feedback | site map */
	position: relative;
	top: 13px;
	left: 162px;
	margin: 0 0 24px 0;
	}

#funderLogos {
	font-size: .833em;
	list-style-type: none;
	margin-top: 16px;
	margin-bottom: 33px;
	}
	

#funderLogos li {
	display: inline;
	padding-right: 40px; 
	}

#funderLogosMI li {
	display: inline;
	padding-right: 20px;
	}

#funderLogos li.txt {
	padding-right: 0;
	}

#funderLogos li.txt a {
	float: left;
	margin: 0 0 0 0;
	}

p#contrib {
	line-height: .625em;
	margin-bottom: 2px;
	font-family: verdana, sans-serif;
	}







div#ccms
{
    font-size    :  0.8em; 
    padding      : 0; 
    margin       : 0; 
    padding-top  : 3px; 
    padding-left : 30px; 
    color        : #9ACFFF;
}


#cpPrint
{
    display: none;
}

#filters{
	/*IE6 only*/
	_width:170px;
	_overflow:hidden;
}


