/* CSS Document */


body {
margin:0;
padding:0;
height:100%;
background-color:#FFFF00;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}


html,* html #wrap {
height:100%;
}

#wrap {
	min-height:100%;
	position:relative;
	width:800px;
	background-color:#fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
}

#inner-wrap { /*holds the nav and main contents*/
	position:relative;
	width: 800px;
}

#inner-wrap:after {
content:" ";
display:block;
clear:both;
}

* html #inner-wrap {
height:1px;
}

#topmap { /*this is the bar at the top to hold the sitemap link can be hidden if required*/
	height:34px;
	text-align:left;
	background-image: url(graphics/slice.jpg);
	background-repeat: repeat-x;
	padding-right: 30px;
	padding-left: 6px;
	padding-top: 6px;
}
#topmap a{
	color:#0001FA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;

}

#header {
	height:150px;
	margin-bottom:6px; /*use this to add header image*/
	background-color:#FFFFFF;
	background-image: url(graphics/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#heademailadd{
	position: absolute;
	width: 220px;
	height: 29px;
	left: 56px;
	top: 76px;
}
#headtelno{
	position: relative;
	left: 620px;
	top: -40px;
	width: 180px;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0001FA;
}
#headaddress{
	position: absolute;
	left: 477px;
	width: 176px;
	top: 32px;
	height: 132px;
}
#navigation {
	width:138px;
	float:left;
	position: relative;
	top: 67px;
}

#content {
width:800px;
position:relative;
background-color:#FFFFFF;
}

#footer {
	position:relative;
	bottom:0px;
	left:0px; /*this is for internet 'stupid' explorer*/
	height:32px;
	width:800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
	padding: 0px;
	background-image: url(graphics/slice.jpg);
	background-repeat: repeat-x;
}
#footer ul{
	list-style: none;
	display: inline;
	padding: 0px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	margin: 0px;
	left: 20%;
}
#footer li{
	display: inline;
	list-style: none;
	
}
#footer li a{
	display: block;
	list-style: none;
	float: left;
	padding-right: 20px;
	padding-left: 18px;
	font-size: 14px;
	color: #FF0000;
	background-image: url(graphics/slice.jpg);
	background-repeat: repeat-x;
	position: relative;
	height: 24px;
	padding-top: 8px;
}
#footer li a:hover {
	color: #FFFF00;
	text-decoration: none;
	background-image: url(graphics/slice_ro.jpg);
	background-repeat: repeat-x;
	height: 24px;
}
/* Typeography */
div {
}

a {
text-decoration:none;
color:#0000FF;
}
a: hover {
	color:#0000FF;
	text-decoration: underline;
}
.redheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.bluehighlight{
	color: #0000FF;
	font-weight: bold;
}
#passes{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: relative;
	text-align: right;
}
/* end of Typeography 
 
 start of main side navigation*/

 
#links {
	margin-left:1px;
	height: 30px;
}

#links ul {
	list-style:none;
	margin:0;
	padding:0;
	display: inline;
	float: left;
	width: 500px;
	position: relative;
}

#links li {
	list-style:none;
	display: inline;
	position: relative;
}

#links li a {
	height:40px;
	padding-top:4px;
	text-decoration:none;
	list-style:none;
	margin-bottom:2px;
	display: block;
	float: left;
	position: relative;
	padding-right: 6px;
	padding-left: 7px;
	
/*background:url(graphics/nav_bg.gif) left top repeat-x;*/ /*Here is the normal state image*/
}

#links li a:link,#links li a:visited {
	color:#FF0000;
	display:block;
	padding-left:5px;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#links li a:hover,#links li a:active {
	color:#FFFF00;
	text-decoration:none;
	background-image: url(graphics/slice_ro.jpg);
	background-repeat: repeat-x;
/*background:url(graphics/nav_bg_over.gif) left top repeat-x;*/ /*Here is the over state image*/
}

/*end of navigation*/
#main_text{
	float: left;
	width: 780px;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#news{
	position: relative;
	height: 25px;
	width: 800px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	background-image: url(graphics/newsbar.jpg);
	background-repeat: no-repeat;
	top: 2px;
}
#ContentMid {
	position: relative;
	clear: both;
	overflow: visible;
	right: 0px;
	float: left;
	top: 2px;
	width: 800px;
	min-height: 300px;
}
#specialises {
	background-image: url(graphics/Specialises.jpg);
	position: relative;
	height: 304px;
	width: 299px;
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	clear: both;
	float: left;/*ash fix*/
}
#specialisesPos {
	position: relative;
	top: 40px;
	font-size: 14px;
	left: 10px;
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	width: 270px;
}

#adholderMain {
	position: relative;
	height: 304px;
	width: 598px;
	right: 0px;
	float:left; /*ash fix*/
}
#SidePane {
position: relative;
width:200px;
left:0px;
float:left;/*ash fix*/
}
#flashPane {
position: relative;
width:598px;/*ash fix*/
float:left;/*ash fix*/
}
#hours {
	background-image: url(graphics/map.gif);
	position: relative;
	height: 304px;
	width: 299px;
	float: right;
	display: block;
	background-repeat: no-repeat;
	}
#times{}
#timedis{
	top: 180px;
	position: relative;
}
#AvaliPos {
	position: relative;
	top: 3px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #0000FF;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	width: 250px;
	left: 30px;
	height: 295px;
}
#times{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}
#timedis{
	top: 214px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}
#corplinks{
	float: left;
	width: 800px;
	position: relative;
	top: 2px;
	padding-bottom: 10px;
}
#newsholder{
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	left: 10px;
	top: 10px;
	float: left;
	padding-bottom: 15px;
}
#headline{
	font-weight: bold;
	font-size: 16px;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
	width: 400px;
	text-align: left;
}
#datestamp{
	width: 200px;
	float: left;
	font-size: 14px;
	top: 30px;
}
#newsstory{
	width: 500px;
	font-size: 14px;
	float: right;
	position: relative;
}
#newlabel{
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: blink;
	position: absolute;
	left: 230px;
	top: 30px;
	font-family: Arial, Helvetica, sans-serif;
}
#testholder{
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	left: 10px;
	top: 10px;
	float: left;
	padding-bottom: 15px;
}
#testline{
	font-weight: bold;
	font-size: 16px;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
	width: 400px;
	text-align: left;
}
#testdate{
	width: 200px;
	float: left;
	font-size: 14px;
	top: 30px;
}
#teststory{
	width: 500px;
	font-size: 14px;
	float: right;
	position: relative;
}
#latestlabel{
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: blink;
	position: absolute;
	left: 230px;
	top: 41px;
	font-family: Arial, Helvetica, sans-serif;
}
