/*CSS Document*/
body
{
	margin: 0;
	padding: 0px;
	color: #000000;
	font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #f5f5f5;
}

#container 
{
	background:  #FFFFFF;
	border: 1px solid #666;
	width:980px;
	margin: 5px auto;
}


				
#header-title {
	border-bottom:#CCCCCC dashed 1px;
	height: 49px;
}

#header-title h1
{
	color: #663300;
	padding: 7px 8px ;
	margin: 0 0 0 60px;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-align:left;
	font-size: 160%;
	
}

#header-title h1 span.county
{
	color: #CCC;
	font-size: 80%;
	
}				


/*Header styles*/
#header
{
	height: 150px;
	width: 100%;
	color: #000000;
}

#header-family {
	margin: 0;
	padding: 0;
	height: 124px;
}

/*Main content*/
#content
{
	padding: 0px 0px 10px;
	margin: 0 auto;
}
#maincontent {
	margin: 0px 210px 0px 0px;
	padding: 10px;
	border-right: 1px dashed #CCCCCC;
}

#col-content {
 padding: 0 10px;
 margin: 0 10px;
}

/*left column*/

#left {
	width: 190px;
	float: left;
	clear:both;
	margin: 10px 0px 0px;
	padding:5px;
}

#left .box {
	padding: 0px 10px 0px 30px;
	margin: 0px 5px;
}	

/*right column*/
#right {
	width: 185px;
	float:right;
	padding:5px;
	margin:0;
	height: auto;
}

#right h1, #left h1 
{
	font-size: 120%;
	text-align: center;
	font-weight: normal;
	color: #663300;
	margin:0;
	padding:1px;
}

#right h2, #left h2 
{
	font-size: 100%;
	text-align: center;
	font-weight: bold;
	color: #996600;
	margin:0;
	padding:1px;
}

#right h3, #left h3 
{
	font-size: 80%;
	text-align: center;
	color: #666666;
	margin:0;
	padding:5px 0 0 0;
}

#right p, #left p 
{
	font-size: 80%;
	font-weight: normal;
	color: #996600;
}

/*Centre column*/

#centre {
	margin: 0px 200px 0px 200px;
	padding: 10px 5px 5px 10px;
	border-right: 1px dashed #CCC;
	border-left: 1px dashed #CCC;
}


/*Footer Styles*/
#footer
{
	margin: 0 auto;
	padding: 0px;
	font-size: 95%;
	text-align: center;
}
#footer p
{
	padding: 5px;
	margin-top: 0px;
	font-variant: small-caps;
	color: #666666;
	font-size: 90%;
}



/* Text Styles*/

h1
{
	font-size: 150%;
	text-align: center;
	font-weight: normal;
	margin-top: 15px;
	padding: 5px;
	color: #666;
	margin-bottom: 0px;
}
h2
{
	font-size: 130%;
	text-align: center;
	font-weight: normal;
	color: #960;

}

h3
{
	font-size: 100%;
	text-align: left;
	color: #666;
}
p
{
	font-size: 90%;
	color: #000000;
}

.boldetext
{
	font-weight: bold;
}
.smalltextcentre {
	font-size: 80%;
	text-align: center;
}
.smalltext {
	font-size: 70%;
}


.italictext
{
	font-style: italic;
}
.redtext {
	color: #FF0000;
	font-weight: bold;
}


.centretext
{
	text-align: center;
}

/*Image styles*/

div.imgholdercentre img
{
	border: 1px solid #999;
	margin: 0px 5px 5px;
	padding: 5px;
	background:#ebebeb;
}


div.imgholderight img
{

    border: 1px solid #999;
	margin: 0px 5px 5px 15px;
	padding: 5px;
	float: right;
	background:#ebebeb;
}

div.imgnoborderight img
{
	margin: 0px 5px 5px 15px;
	padding: 5px;
	float: right;
}



div.imgholderleft img
{
	border: 1px solid #999;
	margin: 0px 10px 5px 5px;
	padding: 5px;
	float: left;
	background:#ebebeb;
}

div.imgnoborderleft img
{
	margin: 0px 10px 5px 5px;
	padding: 5px;
	float: left;
}
div.top-logo img {
	margin: 0 20px 0 10px;
	padding: 2px;
	float: left;
}


/*List styles*/
ul
{
	list-style-type: square;
	padding: 10px;
	margin:10px 0px 5px 30px;
	font-size: 90%;
}


/*defines the link styles*/
a
{
	color: #666;
	background-color: inherit;
	text-decoration: none;
}
a:link
{
	color: #666;
	background-color: inherit;
}
a:visited
{
	color: #CC9966;
	background-color: inherit;
}
a:hover
{
	color: #CC6633;
	background-color: inherit;
	text-decoration: underline;
}
a:active
{
	color: #666;
	background-color: inherit;
}


.clear
{
	clear: both;
}

/*Page box right */

.pageboxrightblock{
border: 1px solid #CCC;
margin: 10px 20px 10px 10px;
width: 40%;
float:right;
}

.pageboxrightblock .innerdiv{
	background: #F7F7F7 url(../images/logos/brcorner.gif) no-repeat right bottom;
	color: #900;
	padding: 1px 4px 15px 15px;
}

.pageboxrightblock .innerdiv p{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

/* List styles*/

ul.arrow {
	list-style-image: url(../images/logos/arrow2.gif);
	color: #330000;
	font-size: 80%;
	margin-left: 20px;
}

.arrow li {
	padding-top: 2px;
	margin: 0px;
}


.link-menus ul {
	list-style: none;
	margin:0;
} 

.link-menus ul li {
	margin:0;
	padding:1px 0 0 0;
}

.link-menus ul li a:link, 
.link-menus ul li a:visited, 
.link-menus ul li a:active {
	padding:0 0 0 5px;
	color: #666666;
	border-left: solid 7px #cccccc;
	list-style: none;
	margin: 0;
	text-decoration: none;
	}
	
.link-menus ul li a:hover{
	padding:0 0 0 5px;
	color: #666666;
	border-left: solid 7px #000;
	font-weight: normal;
	list-style: none;
	margin: 0;
	text-decoration: underline;
	}
 
  
