@import url("/css/global.css");
@import url("/local/css/styles.css");


body {
	font-family: Tahoma, sans-serif;
	font-size: 90%;
	color: #595959;
}

h3 {
	font-size: 100%;
}

h2 {
	font-size: 130%;
}

h1 {
	font-size: 160%;
}

#container #content {
	background-image: url(../local/images/Standard/body.png);
	margin: 0px;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 60px;
	background-repeat: no-repeat;
}
#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;
}
