@import url("/css/global.css");
/*@import url("/local/css/styles.css");*/

#slideshowText {
	background-color: #000;
	width: 470px;;
}

body {
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 80%;
	color:#362144;
}

h3, h4 {
	font-size: 100%;
}

h2 {
	font-size: 130%;
}

h1 {
	font-size: 140%;
	color: #639;
}

a:link, a:visited {
	color: #909;
	text-decoration: none;	
}
a:focus, a:hover {
	text-decoration:underline;
}


#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;
}


/*	Social links	*/
.socialLink
{
	padding: 0;
	margin: 0;
	display: block;
	float: right;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-align: left;
}

#linkTwitter
{
	background-image: url(/local/images/icons/icon-twitter.png);
}

#linkFacebook
{
	background-image: url(/local/images/icons/icon-facebook.png);
	margin-right: 3px;
}


/*Twitter feed	*/
ul.tweet_list li
{
	list-style: none;
}
