@import url("/css/global.css");
@import url("/local/css/ahd_layout.css");
@import url("/local/css/typography.css");



body.mceContentBody {
    
    background: #000000;
}


#googlemap {
	height: 400px;
}

#comments {
	width: 620px;
}


.subMenu {
	width: 200px;
	border: 1px solid #999;
	float: right;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #CCC;
}



#accesslink a {
	font-family: Arial, Helvetica, sans-seri;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#accesslink {
	text-align: right;
}




.noaccessible {
display:block;
}
.accessible {
/* Hide contents off-left, so it will be read out but not seen*/ 
height: 1px !important ; left: 0px; overflow: hidden; position: absolute; left: -9999px; width: 1px;line-height:1px !important ;}



/*Hide Javascript Items - these can be reinstated in common.js */
.bodyStd #container li.printpage, .bodyStd #container li.emailafriend {/* hide certain elements that require javascript - overridden by Javascipt style write */
	display:none;
}

#pagetools  ul {
	font-size: 10px;
	float: right;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#pagetools  ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#pagetools  ul li a {
	display:block;
	padding-left:20px;
	background-repeat:no-repeat;
	background-position: 6px bottom;
	color: #666666;
	border:none;
	text-decoration:underline;
}


#pagetools  ul li a#emailpage {
	background-image:url(../local/images/pagetools/icon_email.gif);
}
#pagetools  ul li a#printpage {
	background-image:url(../local/images/pagetools/icon_print.gif);	
	display:none; /* overridden later by javascript */
}
#pagetools  ul li a#bookmarkpage {
	background-image:url(../local/images/pagetools/icon_bookmark.gif);
	display:none; /* overridden later by javascript */
}

#styleswitcher {
	float:right;
	width:48px;
	height:16px;
	background-image:url(/images/styleswitcher.gif);
	background-repeat:no-repeat;
}

#styleswitcher a {
	height:16px;
	width:16px;
	float: left;
	text-indent:-3000px;
}

