/* =======================================================================================================================
	STYLES TO OVERRIDE AND EXTEND THE STYLES IN THE GLOBAL CSS FILE FOR THE
	PARTNERS AT HEART WEBSITE
======================================================================================================================= */

h1, h2 {
	font-family: "Ultimate-demibold", verdana, arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	margin: 0;
	padding: 0;
}


h1 {
	height: 29px;
	line-height: 29px;
	padding-left: 7px;
	background: rgb(110,89,110) url(/images/headingbar_bg.gif) repeat-x left top;
	color: white; 
}




#topBar { /*IE needs this; otherwise there's a gap*/
	display: block;
	height: 11px;
	line-height: 11px;
	padding: 0;
	margin: 0;
}


/* Main logo header */

#logoMain {
	margin: 0 0 0 2px;
	background-color: #b4b4b4;
	position: relative;
	background: url(/images/logo_bg.gif) repeat-x left top;
}

#logoMain img {
	float: left;
	border-style: none;
}


#logoTop a {
	display: block;
}

#logoTop img {
	border-style: none;
}



#siteTools {
	position: absolute; left: 566px;
	height: 59px;
	width: 206px;
	background-color: #acacac;
	
	font-family: "Ultimate-medium", verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
}


#siteTools ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 5px;
	right: 0;
}

#siteTools li {
	display: inline;
	margin-right: 8px;
}

#siteTools li a {
	color: white;
	font-weight: normal;
}




/* Menu */

#menuWrapper {
	padding-top: 0; /*pad #menu instead*/
	padding-left: 1px; /*to reveal rounded left edge of menu*/
	background: url(/images/navleft_bg.gif) no-repeat left top;
}

#menu {
	padding-top: 18px; /*padding from #menuWrapper*/
	padding-left: 15px; /*26 (from design) - 1 (padding-left of #menuWrapper) - 8 (padding-left of #menu li.top_level a)*/
	margin: 0;
	background: #545454 url(/images/nav_bg.gif) repeat-x left top;
	width: auto; /*override setting in global.css*/
}

#menu li.top_level {
	background: url(/images/navsep.gif) no-repeat right center;
}

#menu li.top_level a { /*overrides #menu li a*/
	font-family: "Ultimate-demibold", verdana, arial, helvetica, sans-serif;
	letter-spacing: 0.5px;
	font-size: 10px;
	padding-left: 8px;
	padding-right: 11px; /*3 extra pixels (for navsep.gif)*/
	font-weight: bold;
}


#menu li.top_level ul a {
	font-family: "Ultimate-medium", verdana, arial, helvetica, sans-serif;
	letter-spacing: 0;
	font-size: 9px;
	color: white;
	font-weight: normal;
}

#menu li.top_level a:hover {
	text-decoration: underline;
	}


#menu li.off ul,
#menu li.on ul {
	border-top: 1px solid rgb(83,83,83);
	background-color: white;
	padding-top: 1px;
}

#menu li ul li {
	background-color: rgb(122,129,132);
}

#menu li.on ul a, 
#menu li.off ul a {
	background: url(/images/navarrow.gif) no-repeat 10px 50%;
	border-bottom: 1px solid silver;
	padding: 8px 0 8px 22px;
	width: 175px;
}

#menu li.off ul a:hover,
#menu li.on ul a:hover {
	padding: 8px 0 8px 22px;
	width: 175px;
	background: rgb(122,129,132) url(/images/navarrow.gif) no-repeat 10px 50%;
}


/* footer */

#position10 {
	background-color: #f5f5f5;
	color: #b4b4b4;
}

#position10 .content {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin-left: 3px;
	padding-top: 5px;
	height: 70px;
	width: 773px;
	position: relative;
}


#copyright {
	padding-left: 7px;
	color: #575757;
}

#credit {
	position: absolute;
	width: 300px; /*large enough so that the text won't wrap*/
	text-align: right;
	right: 0;
}

#credit a {
	color: #9c1f2f;
	text-decoration: underline;
}