/*####################
# navMember.css 
# created 0507 by SLY
# updated 080428 moved site-specific colors to site stylesheet.css
####################*/

/* footer */
#ghFoot {position:relative;margin:0;padding:0;width:775px;text-align:center;}
	#ghFoot ul{margin:.5em;}
	#ghFoot li{display:inline; margin-Left:.5em; margin-right:.5em; list-style-type:none; font-size:10px;}
	#ghFootLogo{position:absolute;top:1.5em;left:30px;}

/* ### stdLeftNav is the DIV containing the left nav on the template page ### */
#stdLeftNav{margin:0;font-size:10px;}
	#stdLeftNav a{text-decoration:none;}
	#stdLeftNav li{padding:.25em 5px .25em 0;}
	#stdLeftNav ul{margin:0;padding:0;list-style-type:none;}

/* ### mainNav is the DIV containing the nav, a bordered box with shaded background ### */
#mainNav{margin-left:10px;
	padding:0 0 5px 0;
	width:168px;
	border-width:1px;
	border-style:solid;
	font-weight:bold;}
	/* ### the nav title ### */
	#mainNav h3{margin:0;
		padding:5px 3px;
		width:162px;
		font-family:verdana, arial, helvetica, san-serif;
		font-size:10px;
		font-weight:bold;}
	/* ### the nav subset titles ### */
	#mainNav h4{margin:0;
		padding:3px;
		width:162px;
		font-size:10px;
		font-weight:bold;}
	#mainNav li{margin-left:12px;}
	#mainNav li img{margin-left:-12px;}
	/* ### set the width & padding of some h4 subset titles to tweak line break ###
	#mainNav #navManage-h4{width:100px;padding-right:65px;}*/
	#mainNav #navResearch-h4{padding-top:10px;padding-bottom:10px;}

/* ### proxyReturn is the DIV containing the RETURN TO YOUR ACCOUNT link, a bordered box with shaded background ### */
#proxyReturn{margin:10px 0 0 10px;
	padding:0 5px 2px 10px;
	width:153px;
	font-weight:bold;
	border-width:1px;
	border-style:solid;
}

#subLinks{position:relative;
	top:2px;
	margin:0;
	padding:0;
	font-weight:normal;}
	#subLinks li{margin:0;padding:.25em 5px .25em 0;}

/* ### links to other GH sites (public only) ### */
#siteLinks{margin:10px;font-size:10px;}
	#siteLinks a{font-weight:bold;
		text-transform:uppercase;
		text-decoration:underline;}
	#siteLinks a:link,#siteLinks a:visited,#siteLinks a:hover,#siteLinks a:active{color:#339999;}
	#siteLinks ul{margin:0;padding:0;list-style-type:none;}
	#siteLinks li{padding:.25em 5px .5em 15px;
		background-image: url(/images/homepages/leftnav-arrow.gif);
		background-repeat: no-repeat;
		background-position:0 .5em;}
		#siteLinks li p{margin:0 0 5px 0;font-size:10px}

/* ### search box (public only) ### */
#ghNavPubSearch{margin:10px 0 10px 10px;}
#search-go{vertical-align:middle;}