/* CSS Document */
/*
CSS handcrafted by Northern Soul & DD Ramone code and style copyright © electro-osho 2008
Re-use with this header intact only
-----------------------------------------------------------------------------------------------------------------------------
Electro-Osho
*/
body {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0%;
}
p{
	font-size: 95%;
	font-family: Arial, Helvetica, sans-serif;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 125%;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #817354;
	font-size: 110%;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	color: #817354;
	font-size: 95%;
}
a img {
	border: none;
}
#Body{
	width: 800px;
	margin: auto;
}
#cBody{
	width: 800px;
	margin: auto;
}
#cHead{
	width: 800px;
	height: auto;
}
#cConsole{
	width: 800px;
	height: auto;
	border-bottom: 1px solid #FCC300;
}
#contentBlock{
	width: 100%;
	height: auto;
}
#menu{
	width: 150px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	float: left;
	padding: 3px;
}

#content{
	width: 620px;
	float: right;
}
#Foot{
	width: 800px;
	height: auto;
	text-align:center;
}
#cFoot{
	width: 800px;
	height: auto;
	border-top: 1px solid #FCC300;
	border-bottom: 1px solid #CCCCCC;
}
/*Lists as sexy menus*/
#menu ul li{
	margin-left: 1px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	/*
	border-bottom-color: #FFE075;
	
	list-style-position: inside;
	list-style-image: url(media/imgs/circled_low.png);
	*/
	background-image: url(media/imgs/circled_low.png);
	background-repeat: no-repeat;
	background-position: left center;
	
}
#menu ul li a:link{
	font-size: 80%;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}
#menu ul li a:visited{
	font-size: 80%;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}
#menu ul li a:hover{
	font-size: 80%;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
#menu ul li:hover{
	/*background-color: #FFE075;
	list-style-position: inside;
	list-style-image: url(media/imgs/circled_high.png);	
	*/
	background-image: url(media/imgs/circled_high.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.towerMenu{
	width: auto;
	text-align: left;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.towerMenuBoxed{
	background-color:#ECF2F2;
	width: auto;
	text-align: left;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.towerMenuImg{
	background-color:#FFFFFF;
	width: auto;
	text-align: left;
	padding: 0px;
	margin-top: 3px;
	list-style-type: none;
}
.towerMenuImg li{
	margin-top: 7px;
}
#hTitle{
	width: 600px;
	height: 145px;
	float: right;
}
#hMenu{
	width: 200px;
	height: auto;
	float: left;
}
#hMenu ul li{
	font-size: 85%;
	list-style-type: none;
	padding: 3px;
	height: auto;
}
#hMenu a:link, #hMenu a:visited{
	font-size: 85%;
	font-weight: bold;
	color: #817354;
	text-decoration: none;
}
#hMenu a:hover{
	font-size: 85%;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
#fMenu{
	width: auto;
	height: auto;
}
#fMenu ul li{
	list-style-type: none;
	display: inline;
	padding: 3px;
	height: auto;
}
#fMenu a:link, #menu a:visited{
	color: #003366;
	text-decoration: none;
}
#fMenu a:hover{
	color: #66CC33;
	text-decoration: none;
}
.strap{
	font-size: 85%;
	font-weight: bold;
	color: #999999;
}
.channel-head{
	font-size: 90%;
}
/*directory stylings*/
#dir-present{
	width: 95%;
}
#dir-present td{
	vertical-align: top;
}
.dir-wideCol{
	width: 45%;
	border-left: 1px solid #CCCCCC;
	padding-left: 5px;
}
.dir-slimCol{
	background-image:url(http://ahasc.org.uk/imgs/right_arrow.gif);
	width: 25%;
	background-repeat: no-repeat;
	background-position: left top;
}
.page-list-title{
	font-size: 90%;
	color: #666666;
}
.page-list{
	width: auto;
	text-align: left;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
/*Want to hide text behind an image for  possible display? Use this:*/
.hideImgTxt{
	display: none;
}