/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
	background-color: #E2E2E2;
	
	/*background-image: url(../images/overall_bg.gif);
	background-repeat: repeat-y;*/
}

a{
	color: #00547e;
	text-decoration: none;
}

a:link{
	color: #00547e;
	text-decoration: none;
}

a:visited{
	color: #00547e;
	text-decoration: none;
}

a:hover{
	color: #00547e;
	text-decoration: underline;
}

a:hover img{
  opacity: .60;
  filter: alpha(opacity=70); 
}

h1{
	font-size: 120%;
	margin: 0px;
	padding: 0px;
}

h2{
	font-size: 100%;
	color: #00547e;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h3{
	font-family: Arial, sans-serif;
	font-size: 120%;
	color: #095394;
	background-image: url(../images/boxtitlebg_brown.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D1B6;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 0px;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
}

h4{
	font-family: Helvetica, Arial;
	font-size: 110%;
	font-weight: normal;
	color: #00547e;
	margin: 0px;
	padding: 0px;
}

h5{
	font-family: Helvetica, Arial;
	font-size: 14pt;
	color: #00547e;
	background-image: url(../images/boxtitlebg_brown.jpg);
	text-align: left;
	vertical-align: middle;
	padding-bottom: 6px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D1B6;
	font-weight: bold;
	font-style: normal;
	background-position: bottom;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	height: 22px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


h6{
	font-family: Arial, sans-serif;
	font-size: 120%;
	color: #095394;
	background-image: url(../images/boxtitlebg_brown.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D1B6;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	text-align: left;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
}

form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}


label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

ul{
list-style:none;
}

li{
list-style:none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#container{
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	width: 980px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
}

#masthead{
	border-bottom: 1px solid #cccccc;
	width: 100%;
	padding: 0px;
	height: 130px;
	background-image: url(../images/topbanner2.jpg);
	background-position: bottom;
}

#navBar{
	float: left;
	width: 180px;
	margin: 0px;
	padding-top: 10px;
	background-color: #EEE7DB;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-image: url(../images/2006/leftcol_bg.jpg);
}

#internalnavBar{
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#headlines{
	float:right;
	width: 180px;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-right: 10px;
	background-color: #EEE7DB;
	background-image: url(../images/2006/rightcol_bg.jpg);
}

#content{
	float: left;
	width: 604px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}




/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #FFFFFF;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-image: url(../images/darkgreen_bg.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 80%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb1{
	font-size: 80%;
	height: 100px;
	width: 962px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;

}

#breadCrumb2{
	font-size: 80%;
	height: 110px;
	width: 964px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 18px;
	background-image: url(../images/topbanner_info.jpg);
}


#breadCrumb3{
	font-size: 80%;
	height: 110px;
	width: 962px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 18px;
	background-image:url(../images/topbanner_whaton.jpg)
}

/************** .feature styles ***************/

.feature{
	font-size: 80%;
	background-image: url(../images/contentindex_bg.jpg);
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 90px;
	padding-left: 10px;
	height: 246px;
}

.feature2{
	font-size: 80%;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	height: 200px;
}


.feature3{
	font-size: 80%;
	background-image: url(../images/whereisarundel.jpg);
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	height: 250px;
}

.feature4{
	font-size: 80%;
	padding-top: 120px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

.featurefestival{
	font-size: 80%;
	background-image: url(../images/fireworks_bg.jpg);
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 110px;
	padding-left: 10px;
	height: 230px;
}


.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 82%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

/************** .story styles *****************/

.story2{
	clear: both;
	font-size: 85%;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}

.story2 p{
	padding: 0px 0px 4px 0px;
}



/************** .location styles *****************/

.location{
	clear: both;
	font-size: 68%;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-weight: normal;
	background-image: url(../images/darkgreen_bg.jpg);
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.location a:link, a:visited {
	color: #006699;
	
}





/************** .Title styles *****************/

.titlegreen{
	clear: both;
	font-size: 68%;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-weight: normal;
	background-image: url(../images/darkgreen_bg.jpg);
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#featureleft {
	width: 220px;
	position: static;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#featureright {
	margin-right: 0px;
	margin-left: 245px;
	padding-top: 15px;
	width: 334px;
	float: none;
}

.featurecentre {
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	width: 582px;
}

#detailsleft {
	width: 320px;
	position: static;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#detailsright {
	margin-right: 0px;
	margin-left: 360px;
	padding-top: 15px;
	width: 216px;
	float: none;
}






.titleblue{
	clear: both;
	font-size: 68%;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-weight: normal;
	background-image: url(../images/darkblue_bg.jpg);
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}




/************** .Box styles *****************/

.boxtitle{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 100%;
	font-weight: bold;
}

.boxtitle p{
	padding: 0px 0px 10px 0px;
}

.imagewhiteborder {
	border: 1px solid #999999;
	padding: 3px;
	background-color: #FFFFFF;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #cccccc;

}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	border-bottom-color: #e0ddc9;
	word-spacing: 0em;
	list-style-image: url(../images/bullet.gif);
	list-style-position: inside;
	list-style-type: disc;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;

}

#sectionLinks a {
	display: block;
	padding: 2px 0px 1px 6px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #e0ddc9;
	color: #095394;

}

#sectionLinks a:hover{
	background-color: #F9F5EC;
	color: #095394;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0ddc9;
	text-decoration: none;


	
}



/*********** #internalLinks styles ***********/

#internalLinks{
	position: relative;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;
	list-style-type: none;
	list-style-image: none;
}

#internalLinks h3{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
	list-style-type: none;
}

#internalLinks a {
	display: block;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;
	color: #0066AA;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
	list-style-type: none;
}

#internalLinks a:hover{
	background-color: #FDFAF5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	list-style-type: none;
}




/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	list-style-type: circle;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	list-style-type: circle;
	list-style-image: url(../images/bullet.gif);
	list-style-position: inside;
}




/*********** .FORUMLinks styles ***********/

.forumLinks{
	position: relative;
	margin: 0px;
	font-size: 80%;
	list-style-type: circle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.forumLinks h3{
	padding: 10px 0px 2px 0px;
}

.forumLinks a:link,
.forumLinks a:visited {
	display: block;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	list-style-type: circle;
	list-style-image: url(../images/bullet.gif);
	list-style-position: inside;
}

/************** #advert styles **************/

#advert{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	font-size: 80%;
	height: 752px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


/************** #details page styles **************/


.detailshighlightbox {
	background-image: none;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 4px;
	width: 210px;
	background-color: #F5F5F5;
	margin-top: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 246px;

}



/************** green navigation code **************/

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: right;
	color: white;
	padding: 2px 6px;
	text-decoration: none;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
	background-image: url(../images/lightgreen_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	font: 11px Arial;
	width: 100%;
	list-style: none;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	background-image: url(../images/darkgreen_bg.jpg);
	
}





[if IE]>
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}


/* end of navigation code */


/* top banner adverts */

#topbannerads {
	margin-left: 100px;
	top:0px;
	width:auto;
	height:100px;
	z-index:1;
	float: right;
	clear: none;
	margin-top: 4px;
	display: block;
	margin-right: 6px;
}


.titlehead {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #00548F;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d0b5;
	font-weight: normal;
}

