/* Lake District Now 
** Light Blue  #89b6f9
** Pale Yellow #F0FEC7
** Dark Green  #628f13
** Black 
** White 
**


*/

/* Redefined tags */

html {
	/* fix for Opera, Mozilla, Firefox, Safari browsers so that vert scroll bar always appear */
	height: 100%;
	margin-bottom: 1px;  
}

body {
	font-size: 0.8em;
	font-family: verdana, arial, sans;
	background: #89b6f9;
	text-align:center;
}

a, a:visited{
	color: #000000;
	text-decoration: underline;
}

a:hover, a:active{
	color: #000000;
	text-decoration: none;
	border-right: #FF9900;
	border-bottom: #FF9900;
	border-left: #FF9900;
    background: #89b6f9;
}

h1 {
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: large;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
	color: #003300;
	font-size: medium;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
	color: #003300;
	font-size: small;
}

/* new classes */

.headPrint {
	visibility: hidden;
	display: none;
}

.noCSS {
	visibility: hidden;
	display: none;
}

.twoColFrm {
	width: 100%;
}

.twoColFrmTitle {
	width: 25%;
	text-align: right;
	background-color: #FFA163;
	vertical-align: top;
}

.twoColFrmField {
	width: 75%;
	background-color: #FFE8DB;
	border: 0px;
}

.showHide {
	text-decoration: none;
	padding: 5px 14px;
	margin: 0px;
	border: none;
	background-color: #CCCC99;
}

.shadedBox {
	text-decoration: none;
	padding: 5px 14px;
	margin: 0px;
	border: none;
	background-color: #CCCC99;
}

.warning {
	color: #FF0000;
	font-weight: bold;
}

.tableHeaders {
	color: #FFFFFF;
	font-weight: bold;
}

.smallerText {
	font-size: 0.8em;	
}

.newsTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #003300;
	font-size: 1.1em;
	padding-bottom: 0px;
	border-bottom:  0px;
	font-weight: bold;
}

.newsReference {
	font-size: 0.8em;
	border-top: 0px;
	margin-top: 0px;
	color: #666666;
}

.newsBody {
	font-size: 0.8em;	
}

.greenBold {
	color: #006600; 
	font-weight: bold; 
}



/* Layout */

#container {
	position: relative;
	width: 960px;
	top: 5px;
	background-color: #F0FEC7; /* pale yellow */
	border: thick solid #628f13; /* dark green */
	margin-top: 0px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}

#linkcontainer {
	position: relative;
	width: 200px;
	top: 0px;
	background-color: #F0FEC7; /* pale yellow */
	border: thick solid #628f13; /* dark green */
	margin-top: 0px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}

#banner {
	position: relative;
	background-image:  url(../images/banner.jpg);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-bottom: 119px;
	text-align:center;
	width:960px;
    height:16px;
}

#linkbanner {
	position: relative;
	background-image:  url(../images/linkbanner.jpg);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-bottom: 35px;
	text-align:center;
	width:200px;
    height:16px;
}

#topmenu{
	position: relative;
	background: #628f13; /* dark green */
	width: 960px;
	padding:0px;
	clear:both;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-bottom: 20px;
}

#topmenu ul{
	margin:0;
	padding:0;
}

#topmenu ul li{
	display: inline;
}

#topmenu ul li a, 
#topmenu ul li a:visited{
	float:left;
	color: #FFFFFF; /* white */
	font-weight:bold;
	text-decoration: none;
	padding: 5px 14px 5px 14px;
	border-right: 1px solid #FFFFFF; /* white */
	background: #628f13; /* dark green */
}

#topmenu ul li a:hover, 
#topmenu ul li a:active{
	background: #89b6f9; /* light blue */
	color: #000000; /* black */
}

#content {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align:left;
}

#content ul li{
	list-style-type: none;
	margin: 10px;
}


#footer{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#footer ul{	
	list-style-type: none;
	margin-left: 5px;  /*fixes left hand position in IE6, but no affect foxfire */
	padding-left: 20px; /* fixes left hand position in foxfire, but no affect IE6! */
}
#footer ul li{
	float:left;
	display: inline;
}
#footer li a{
	padding-left: 5px;
	padding-right: 5px;
}
#footprint{
	visibility: hidden;
	display: none;
}

/*.twoBox{
	position: relative;
	color: #ffffff;
	background-color: #ffffff;
	float: left;
	width: 350px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 0.8em;
	min-height: 130px;
	margin-right: 3px;
	margin-bottom: 7px;
	voice-family: inherit;
	height: 130px;
}
*/

.c3Left {
	width:300px;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	float:left;
	}
	
.c3Middle {
	width:290px;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	float:left;
	}
	
.c3Right {
	width:290px;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	float:left;
	}
	
.c3DoubleWidth {
	width:600px;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:0px;
	float:left;
	}
	


.c3Below {
	clear:left;
	width:100%;
	}
	
.box {
	background: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	padding-bottom:10px;
	margin-bottom:20px;
	}
	
.boxWelcome {
	height: 300px; 
	/* min-height does not work in IE6 - so if too much text or text size increased it can break the design - sort out later */
	background: #FFFFFF;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	margin-bottom:20px;
	}	
	

.box h2 {
	background: url(../images/newhomepageboxedtitle.jpg);
	/*background: #628f13;*/
	font-size: 1.0em;
	/*font-weight:bold;*/
	color: #FFFFFF; 
	padding:6px;
	margin-top:0px;
	}
	
.boxWelcome h2 {
	background: url(../images/newhomepageboxedtitle.jpg);
	font-size: 1.2em;
	color: #FFFF55;
	padding:6px;
	margin-top:0px;
	}			
	
.box p {
	padding-left:7px;
	padding-right:7px;
	}
	
.boxWelcome p {
	padding-right:7px;
	}			
	
img.floatLeft { 
    float: left;
	padding-right:7px; 
}

.webcamCropping {
	width: 278px; 
	height: 270px;
	margin: 5px;
    overflow: hidden;
	background-image: url(http://www.dedicam.co.uk/fullsize.jpg);
	background-repeat:no-repeat;
	background-position: -45px -20px;

}
		
		