/*  colours to find and replace

#1351FF primary h1 and links
#FFC801 borders


#666666 h1-h6
#DDDDDD input background
#689FFF a:visited


*/

/*___________________________________ PAGE STRUCTURE */
* {
	margin : 0;
	padding : 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
body{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	background-image:url("gfx/jigsaw-bg.gif"); background-repeat: no-repeat;
background-position: top right;
}
#pageholder{
	text-align:center;
	

}

/*page *{text-align: left;}
.page{

background-image: url(gfx/logo.gif);
background-repeat: no-repeat;
background-position: bottom left;

	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
*/
.pwfull{
	text-align: left;
	margin-left: auto;
	margin-right: auto;

}
.pwfixed{
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	/*background-image:url("gfx/pagebg.gif"); background-repeat: no-repeat;*/
}/*MAIN BODY OF 3 COLUMNS */

#c200{
	float: left;
	width: 200px;
}
#c400{
	float: left;
	width: 400px;

}
#c400 p{
	text-align: justify;
}
#c600{
	float: left;
	width: 600px;
	text-align: justify;
}

#c400 p a{padding-left:10px; background-image:url("gfx/linkbg.gif"); background-repeat: no-repeat;}
#c400 p a:hover{padding-left:10px; background-image:url("gfx/linkbgr.gif"); background-repeat: no-repeat;}
#c200r{
	float: right;
	width: 200px;
}
#foot{
	font-size: 11px;
}
#foot a{
	padding:10px;
}
.page, #c1, #c2, #c3, #foot, #mainnav{/*Draw keylines around main divs*/
	/*border:1px solid #FFC801;*/
}
/*___________________________________ PAGE STRUCTURE */

/*___________________________________ GENERIC STYLES */

h1{	font-size: 20px;}
h2{	font-size: 18px;}
h3{	font-size: 16px;}
h4{	font-size: 14px;}
h5{	font-size: 11px; font-weight: normal; font-style: normal;}
h1,h2,h3,h4,h5,h6{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 10px;
}
input, select, textarea{
	font-size: 12px;
	color:black;
	background-color: #DDDDDD;
}
a:link{
	color: #1351FF;
	text-decoration: none;
}
a:visited{
	color: #689FFF;
	text-decoration: none;
}
a:hover{
	color: #1351FF;
	text-decoration: underline;
}
a:active{}
form {display: inline;}
ol{}
ul{}
li{
margin-left:25px;
margin-bottom:10px;
}
td{
	font-size : 12px;
	vertical-align: top;
}
hr{
	height:0px; 
    border:0px; 
    border-top:1px solid #FFC801;
}
p{
	padding: 10px;
}
em{
	font-weight: bold;
	font-style: normal;
}
i{
	color: #333333;
}
/*___________________________________ GENERIC STYLES */

/*___________________________________ MENUS */

.menuheader{font-size: 12px;}
.hmenu{}
.hmenu ul{padding-bottom:10px;}
.hmenu li{
	margin:0px;
	padding-left:7px;
	padding-right:7px;
	list-style : none;
	display : inline;
}
.vmenu{
}
.vmenu ul{}
.vmenu li {
	margin:10px;
	list-style : none;
}

#mainnav{}
#mainnav ul{}
#mainnav li{}
#mainnav a{
	color: #1351FF;
	text-decoration: none;
}
.sitemapmenu{
	float:left;
}
.sitemapmenu li{
	margin:8px;
	padding-bottom:5px;
	list-style : none;
}
.sitemapmenu a:visited{}
.sitemapmenu a:hover{text-decoration: none;}
.minimenu{
	float:right;
	padding-right: 20px;
}
.minimenu li{
	margin-left:5px;
	list-style : none;
	display : inline;
}
/*___________________________________ MENUS */

/*___________________________________ WIDTHS */
.wmax{width: 100%;}
.w40{width: 40px;}
.w80{width: 80px;}
.w120{width: 120px;}
.w200{width: 200px;}
.w300{width: 300px;}
/*___________________________________ WIDTHS */

/*___________________________________ BUTTONS */
.button, .wmaxbutton, .w80button, .w120button, .w200button, .w300button{
	height:22px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #1351FF;
	background-image: url(gfx/butbg.gif); background-repeat:no-repeat;
	/*
	font-weight: bold; */
	cursor: pointer;
}
.wmaxbutton{width: 100%;}
.w80button{width: 80px;}
.w120button{width: 120px;}
.w200button{width: 200px;}
.w300button{width: 300px;}
/*___________________________________ BUTTONS */

/*___________________________________ CUSTOM IDS */
#searchbox{

}
#saveaspdfbox{}
#loginform, #contactform{
	padding: 10px;

	border:1px solid #DDDDDD;
	margin: 10px;
}
#loginform td{
	text-align:right;
}
#usermessage{
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	font-weight: bold;
	font-size: 14px;
}

/*___________________________________ CUSTOM IDS */

/*___________________________________ CUSTOM CLASSES */

.border {border: 1px solid #FFC801;}
.borderb {border: 1px solid #CCCCCC;}
.bordera {border: 1px solid #CCCCCC; background-color: #DDDDDD;}
.bigtext{font-size : 20px;}
.inline{display: inline;}
.block{display: block;}
.floatright{float: right;}
.floatleft{float: left;}
.clear{clear:both;}
.textright{text-align: right;}
.textcenter{text-align: center;}
.textleft{text-align: left;}
.paddedform{padding:10px;}
.yel{
	background-color: #FFC801;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

.paddedcells td{
	padding: 3px;
	color: #474747;
}
.script {
	font-family: monospace;
	font-size: 14px;
	color: red;
}
.mono{
	font-size: 12px;
	font-family: monospace;
	color:black;
	background-color: #DDDDDD;
}
.nodots li{
	margin-left:10px;
/*	list-style-type: disc;
	list-style : disk;*/
	list-style : none;
}
#tools{

margin: 10px;
}
/*___________________________________ CUSTOM CLASSES */
/*font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align : center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;*/

/*#tools{
	background-color: #eeeeee;
	height: 30px;
	width: 100%;
	height: 200px;
	background-image:url("gfx/chilterns.jpg");
	background-repeat:no-repeat;
	width: 200px;
	display : inline;
	background-color: #666666;
	position: absolute;
	margin-left: 640px;*/

	/*background-color: #EEEEEE;
	position: relative;
	border-right:1px solid #FFC801;
	border-right:1px solid #FFC801;
	display : inline
	width: 620px;
	width: 100%;;
	float: left;*/


	/*background-image: url(gfx/butbg.gif); background-repeat:no-repeat; 
	padding: 3px;
	height:20px;
    border-bottom:1px solid #FFC801;
	background-color: #333333;
	background-color: #DDDDDD;
	padding : 4px 0px;*/

	/*	
	margin-left: 10px;
	font-weight: bold;*/
	/*color: #DC241F;
	background-color: #333333;*/

	/*
	color: #DC241F;
	text-decoration: none;
	background-color: White;*/
	/*border-right:1px solid #FFC801;*/