/* CSS Document */

*{
	margin:0px;
	padding:0px;
	
}

/* add this too! */
html,body {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
/* just the one! */

body {
	background-image: url(../images/dropshadow.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #808080;
}

.container {
	width:775px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;	
	background-image: url(../images/bg_2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	display: block;
	background-color: #616161;
	position: relative;
}

#topstrip {
	width:775px;
	height:23px;
	background-image: url(../images/topstrip1.jpg);
	background-repeat: repeat-x;	
}

.logo
{
	display: block;
	float: left;
}

#banner1image {
	width: 775px;
	height:165px;
	background-image: url(../images/banner1.jpg);
	display: block;
	float: left;
}

#banner2image {
	width:775px;
	height:165px;
	background-image: url(../images/banner2.jpg);
	display: block;
	float: left;
}
#banner3image {
	/*width:775px;
	height:165px;
	background-image: url(../images/banner3.jpg);
	display: block;
	float: left;
	*/
	
	position: relative;

}

.mainblock {
	background-repeat: repeat-y;
	display: block;
	/*background-color: #FF6600;*/
	background-attachment: fixed;
	background-position: left top;
	background-image: url(../images/bg1.jpg);
	float: left;
}	

.mainblock2 {
	display: block;
}	


.nav{
	position: absolute;
	top: -40px;
}

.leftcolumn {
	width:154px;
	display: block;
	float: left;
	height: 100%;
	position: relative;
	padding-bottom: 100px;
	}

.centercolumn {
	width:465px;
	display: block;
	float: left;
	
}

.rightcolumn {
	width:155px;
	display: block;
	float: left;
	background-color: #318857;
	}

.clearfloat {
	clear: both;
	display: block;
}



.h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	top: 15px;
	left: 155px;
}


a.navtexthead:link {
	color: #ffffff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 4px;
	text-decoration: none;
	font-weight: bold;
	
	}

a.navtexthead:visited {
	color: #ffffff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-top: 4px;
	padding-left: 10px;
	text-decoration: none;
	padding-bottom: 4px;
	font-weight: bold;
	}

a.navtexthead:hover {
	color: #5A3108;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-weight: bold;
}

a.navtexthead:active {
	color: #ffffff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
}
/*-----------------------*/
a.navtextsub {
	color: #F1E44D;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 17px;
	text-decoration: none;
	font-weight: bold;
}

a.navtextsub:visited {
	color: #F1E44D;
	text-decoration: none;
	
	}

a.navtextsub:hover {
	color: #5A3108;
}

a.navtextsub:active {
	color: #F1E44D;
	text-decoration: none;
}a.Selnavtextsub {
	color: #5A3108;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 17px;
	text-decoration: none;
	font-weight: bold;
}

a.Selnavtextsub:visited {
	color: #5A3108;
	text-decoration: none;
	
	}

a.nSelnavtextsub:hover {
	color: #F1E44D;
}

a.Selnavtextsub:active {
	color: #5A3108;
	text-decoration: none;
}
	.date {
	position:absolute;
	width:150px;
	height:15px;
	left: 734px;
	top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	display: block;
	text-align: right;
}

.textonly{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-left: 10px;
	display: block;
	padding-top: 6px;
}
a.navtextright:link {
	color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ffffff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding-top: 3px;
	padding-left: 20px;
	padding-bottom: 3px;
	text-decoration: none;
	background-color: #C5E8EB;
	font-weight: bold;
	}

a.navtextright:visited {
	color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ffffff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding-top: 3px;
	padding-left: 20px;
	text-decoration: none;
	padding-bottom: 3px;
	background-color: #C5E8EB;
	
	}

a.navtextright:hover {
	color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ffffff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-color: #FFFfff;
	font-weight: bold;
}

a.navtextright:active {
	color: #003366;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ffffff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	text-decoration: none;
	background-color: #C5E8EB;
	font-weight: bold;
}

.menubox {
	background-color: #C5E8EB;
	display: block;
	width: 150px;
	margin-left: 16px;
	margin-top: 19px;
	border: 1px solid #A6A8AB;
}



.searchbox {
	background-color: #E7F4F5;
	display: block;
	width: 150px;
	vertical-align: top;
	padding-bottom: 4px;
	padding-top: 4px;
			}
	
	
.linkbox {
	background-color: #E7F4F5;
	display: block;
	width: 140px;
	margin-left: 16px;
	margin-top: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #003366;
	border: 1px solid #A6A8AB;
	text-align: center;	
}

.linkheading{
	color: #003366;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}

/*map styles*/
.outercontainer .map {
	position: relative;
	height: 400px;
	width: 460px;
	left: 30px;
	background-image: url(../images/map.jpg);
}
.outercontainer .instructions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	position: relative;
	left: 30px;
	display: block;
	width: 460px;
}
.outercontainer .symbols {
	position:absolute;
	height:28px;
	left: 0px;
	top: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.outercontainer .map .mapnames a {
	font: 1em Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/red_dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	background-attachment: scroll;
	position: absolute;
	display: block;
	padding-left: 14px;
	height: 20px;
	left: 124px;
	top: 48px;
}
h2 {
	color: #5A3008;
	font-size: 1.4em;
}
.outercontainer .map .mapnames a:hover {
	text-decoration: underline;
}
.outercontainer .map .mapnames .minehead {
	position: absolute;
	left: 37px;
	top: 181px;
}
.outercontainer .map .mapnames .taunton {
	position: absolute;
	left: 117px;
	top: 223px;
}
.outercontainer .map .mapnames .holdenhurst {
	position: absolute;
	left: 335px;
	top: 299px;
}
.outercontainer .map .mapnames .salisbury {
	position: absolute;
	left: 346px;
	top: 214px;
}
.outercontainer .map .mapnames .trowbridge {
	position: absolute;
	left: 278px;
	top: 140px;
}
.outercontainer .map .mapnames .chard {
	position: absolute;
	left: 146px;
	top: 252px;
}
.outercontainer .map .mapnames .poole {
	position: absolute;
	left: 358px;
	top: 336px;
	width: 37px;
}
.outercontainer .map .mapnames .avonmouth {
	position: absolute;
	left: 219px;
	top: 68px;
}

.outercontainer .map .mapnames .malmesbury {
	position: absolute;
	left: 285px;
	top: 78px;
}


.outercontainer .map .mapnames .glastonbury {
	position: absolute;
	left: 159px;
	top: 163px;
}
.outercontainer .map .mapnames .yeovil {
	position: absolute;
	left: 213px;
	top: 266px;
}

.outercontainer .map .mapnames .sharpness {
	position: absolute;
	left: 235px;
	top: 39px;
}


.outercontainer {
	background-color: #FFFFFF;
	display: block;
	470px;
	margin-right: auto;
	margin-left: auto;
}
/*
table {
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 5px;
	padding: 5px;
	display: block;
}
*/			
/*additional styles - no green column*/

		
.centercolumn_wide {
	width:596px;
	display: block;
	float: left;
	font-size: 0.7em;
	color: #000000;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 100px;
	
	}

.mainblock2 {
	background-repeat: repeat-y;
	display: block;
	background-attachment: fixed;
	background-position: left top;
	background-image: url(../images/bg_2.jpg);
	float: left;
}



.textonlylink {
	float: left;
	margin-top: 5px;
	margin-left: 9px;
	color: #535353;
}
.textonlybar a {
	text-decoration: none;
	color: #535353;
}
.textonlybar a:hover {
	text-decoration: underline;
	color: #535353;
}
.textonlybar {
	width:775px;
	height:23px;
	background-image: url(../images/topstrip1.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #535353;
	
	
}
.textbardate {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	padding: 0px;
}


.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size : 1.4em;
	font-weight: bold;
	color: #5A3108;
	margin-top: 3px;
	margin-bottom: 10px;
}
img.pagepic{
	border: 1px solid Black;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
img.staffpic{
	border: 1px solid Black;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-top: 3px;
	
}
/* pagelink is for the links within the page content */
a.pagelink {
	color:Blue;
	text-decoration: underline;
	font-family : Tahoma, Arial, Verdana;
	font-weight : normal;
}
a.pagelink:link {
	color:Blue;
}
a.pagelink:visited {
	color:Blue;
}
a.pagelink:active {
	color:#003399;
}
a.pagelink:hover {
	padding:0em 0em 0em 0em;
	MARGIN:0em;
	color: Black;
	background-color: #E9EEF1;
	text-decoration: none;
}
.logolink{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 76px;
	width: 127px;
	background-color: transparent;
	background-image: url(../images/logo_03.gif);
	visibility: visible;
	background-repeat: no-repeat;
}
.logolink a
{
display:block;
width:100%;
height:100%;
}
form {
	margin-bottom : 0px;
}

.bullets {
	list-style-type: circle;
	padding-left: 5px;
	padding-top: 0px;
	vertical-align: top;
	width: 95%;
	height: auto;
	list-style-position: outside;
}
/* search box formatting */
input.searchbox {
	font-family : Helvetica, Arial, Verdana, sans-serif;
	font-size : 9pt margin-bottom: 0px;
}

.subhead {
	color : #5A3108;
	font-family : Tahoma, Arial, Verdana;
	font-size : 1em;
	font-style: normal;
	font-weight: bold;
}
.subsubhead {
	color : #5A3108;
	font-family : Tahoma, Arial, Verdana;
	font-weight: bold;
}

.tabledataoutline {
	margin: 0px;
	padding: 1px;
	border: 1px solid #5A3008;
}
.tabledatacoltitle {
	color: #ffffff;
	background-color: #096438;
}
.tabledatarowodd {
	color: #5A3008;
	background-color: #f1e44d;

}

.tabledataroweven {
	color: #ffffff;
	background-color: #9a918a;
}

.TableTxt {
	padding-left: 3px;
	text-align: left;

}
.tabletitle {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #666666;
	height: 20px;
}
.homepageartbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: 555555;
	width: 444px;
	display: block;
	padding: 10px 5px 0px;
}

img.picLarge {
	width: 142px;
	height:142px;
	
}


a.homepageartlink {
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	padding-left: 5px;
	font-weight: bold;
	padding-right: 5px;
}
a.homepageartlink:none {
	color: #000066;
	text-decoration: none;
}
a.homepageartlink:visited {
	color: #000066;

}
a.homepageartlink:active {
	color: #000066;

}
a.homepageartlink:hover {
	color: #000066;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.homepagearttable {
	margin: 4px 4px 10px 0px;
}
.homepageartheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #9A918A;
	color: #573005;
	font-weight: bold;
	padding: 8px 8px 8px 6px;
	margin-top: 10px;
	margin-right: 10px;
	background-color: #CCCCCC;	
}

ul{
padding: 0;
margin: 0.7em;
}


li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 10px;		
	}
      
	 
br{
	line-height: 0.8em;
}

.smallitl{
	font-size: 0.9em;
	font-style: italic;
}
.greenline{
	background-repeat: repeat-y;
	background-color: #096438;
}
.tabledataoutline2 {
	margin: 0px;
	padding: 1px;
	border: 2px solid #096438;
}

.bottom {
	background-color:#FFFFFF;
	width: 775px;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 97px;
}
.bottomstrip {
	padding: 5px;
	background-color: #5A3108;
	display: block;
	position: relative;
	height: 15px;
}
.footer {
	color: #FFFFFF;
	font-size: 0.7em;
	position: absolute;
	right: 22px;
}

.terms {
	text-align: center;
	font-size: 0.7em;
	background-color: #FFFFFF;
	padding-top: 4px;
}
.terms a {
	color: #003366;
	text-decoration: none;
}

.terms p {
	margin: 5px 0px 8px;
	padding: 0px;
	height: auto;
}
.terms .divider {
	color: #003366;
	font-weight: bold;
	margin-right: 5px;
}
.terms a:hover {
	color: #0000FF;
	text-decoration: underline;
}

.printlink:link {
	color: #5A3108;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding-bottom: 20px;
	margin-bottom:10px;
	text-decoration: underline;
	font-weight: bold;
	}

a.printlink:hover {
	text-decoration: underline;
	color: #666666;
}


/*printer friendly styles*/

@media print
{
p.test {font-family:times,serif; font-size:10px}

body {
    background-image: none;
	background-position: center;
	background-color: #FFFFFF;
}

.container {
	width:900px;
	background-image: none;
	position: relative;
}

#topstrip {
	width:775px;
	height:23px;
	background-image: none;
	background-repeat: repeat-x;	
}

.logo
{
	display: none;
}

#banner1image {
	background-image: none;
}

#banner2image {
	background-image: none);
	
}

.bottomstrip {
	background-color: #ffffff;
}

.mainblock {
	background-image: none;
}	

.rightcolumn {
	background-color: #ffffff;
	}
	
#banner3image img {
	display: none;
}

.nav { 
    display:none;
}

.textonlylink {
    display:none;
}

.h1{
	font-size: 19pt;
	top: -20px;
	color: #000000;
}

.subsubhead {
	color : #000000;
	font-family : Tahoma, Arial, Verdana;
	font-weight: bold;
}

.tabledataroweven {
	color: #333333;
	background-color: #9a918a;
}
.greenline{
	 display:none;
}

.pagepic{
	 display:none;
}

}