/*
Title:					LMR - Page Template
Description:		LMR - Meta Description String
Keywords:			LMR, Meta, Keywords

CSS:					dotUK - North East (Stockton on Tees - Cleveland) based Web Design
						www.dotuk.net / enquiries@dotuk.net
*/

body {
    direction: ltr;
    background-color: #FFFFFF;
    margin: 0px;
	padding: 0px;
    color: #000000;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    font-size: 1.0em;
}

.bgHeaderNav{
	background-color: transparent;
	background-image: url("./images/bgHeaderNav.png");
	background-repeat: repeat-x;
	background-position: top left;
	border-bottom: 1px solid transparent;
	padding-left: 5px;
	padding-right: 5px;
	height: 24px;
	font-size: 0.8em;
	font-weight: normal;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
}

.bgHeaderNav a:link{
    background-color: transparent;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
}
.bgHeaderNav a:visited{
    background-color: transparent;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
}
.bgHeaderNav a:hover{
    background-color: transparent;
    font-weight: bold;
    text-decoration: underline;
    color: #ffffff;
}
.bgHeaderNav a:active{
    background-color: transparent;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
}

.bgHeader{
	background-color: transparent;
	background-image: url("./images/bgHeader.png");
	background-repeat: repeat-x;
	background-position: top left;
	height: 115px;
	font-size: 1.0em;
	font-weight: normal;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}

.bgMain{
	background-color: transparent;
	background-image: url("./images/bg.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	border-left: solid 80px transparent;
	border-right: solid 80px transparent;
	font-size: 1.0em;
	font-weight: normal;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}
/*IE 6 Won't to transparent borders so use hack below to set cyan and render cyan as transparent*/
*html .bgMain{
	/*border-color: cyan;
	filter: chroma(color=cyan);*/
	/* Sods law, the filter seems to create jaggy onfts in IE!*/
	border: 0px solid white;
	margin-left: 20px;
	border-right: 20px solid white;
}
.contentMain{
    background-color: transparent;
    color: #000000;
    font-size: 0.7em;
    font-weight: normal;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    text-align: left;
    border-bottom: solid 20px white;
}

.contentMain p{
	margin-left: 10px;
	margin-right: 5px;
}

.bgLeftNav{
	width: 200px;
	background-color: transparent;
	font-size: 1.0em;
	font-weight: normal;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	border-bottom: 1px solid white;
}

.tabLightTopLeft{
	width: 10px;
	height: 30px;
	background-color: transparent;
	background-image: url("./images/tabLightTopLeft.png");
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 0.1em;
	font-weight: normal;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #ffffff;
	text-align: right;
	border-bottom: 1px solid transparent;
}
.tabLightTop{
	height: 30px;
	background-color: transparent;
	background-image: url("./images/tabLightTop.png");
	background-repeat: repeat-x;
	background-position: top left;
	font-size: 0.8em;
	font-weight: bold;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
	border-bottom: 1px solid transparent;
}
.tabLightTopRight{
	width: 10px;
	height: 30px;
	background-color: transparent;
	background-image: url("./images/tabLightTopRight.png");
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 0.1em;
	font-weight: normal;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
	border-bottom: 1px solid transparent;
}
.tabLightMain{
	background-color: #d5ed8b;
	font-size: 0.7em;
	font-weight: normal;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tabLightMain ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.tabLightMain li{
	/* Done Like this as can't position an image bullet properly and always aligned wrong :-( */
	background-image: url("./images/bulletGreenArrow.png");
	background-repeat: no-repeat;
	background-position: 0.5em;
	padding-left: 2.5em;
	line-height: 18px;
}
.tabLightMain a:link{
    background-color: transparent;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
.tabLightMain a:visited{
    background-color: transparent;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
.tabLightMain a:hover{
    background-color: transparent;
    font-weight: bold;
    text-decoration: underline;
    color: #000000;
}
.tabLightMain a:active{
    background-color: transparent;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}


.tabDarkTopLeft{
	width: 10px;
	height: 25px;
	background-color: #d5ed8b;
	background-image: url("./images/tabDarkTopLeft.png");
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 0.1em;
	font-weight: normal;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #ffffff;
	text-align: right;
	border-bottom: 1px solid #d5ed8b;
}
.tabDarkTop{
	height: 25px;
	background-color: #d5ed8b;
	background-image: url("./images/tabDarkTop.png");
	background-repeat: repeat-x;
	background-position: top left;
	font-size: 0.8em;
	font-weight: bold;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
	border-bottom: 1px solid #d5ed8b;
}
.tabDarkTopRight{
	width: 40px;
	height: 25px;
	background-color: #d5ed8b;
	background-image: url("./images/tabDarkTopRight.png");
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 0.1em;
	font-weight: normal;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
	border-bottom: 1px solid #d5ed8b;
}
.tabDarkMain{
	background-color: #447f04;
	font-size: 0.7em;
	font-weight: normal;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 5px solid #ffffff;
}
.tabDarkMain ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.tabDarkMain li{
	/* Done Like this as can't position an image bullet properly and always aligned wrong :-( */
	padding-left: 1.5em;
	line-height: 18px;
}
.tabDarkMain a:link{
    background-color: transparent;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
}
.tabDarkMain a:visited{
    background-color: transparent;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
}
.tabDarkMain a:hover{
    background-color: transparent;
    font-weight: normal;
    text-decoration: underline;
    color: #ffffff;
}
.tabDarkMain a:active{
    background-color: transparent;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
}


.navLeftMain{
	height: 100%;
	background-color: #e6f4b9;
	font-size: 0.7em;
	font-weight: normal;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
	border-bottom: 1px solid transparent;/
}


.tabVLightTopLeft{
	width: 10px;
	height: 30px;
	background-color: transparent;
	background-image: url("./images/tabVLightTopLeft.png");
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 0.1em;
	font-weight: normal;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #ffffff;
	text-align: right;
	padding-left: 5px;
	border-bottom: 1px solid transparent;
}
.tabVLightTop{
	height: 30px;
	background-color: transparent;
	background-image: url("./images/tabVLightTop.png");
	background-repeat: repeat-x;
	background-position: top left;
	font-size: 1.0em;
	font-weight: bold;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
	border-bottom: 1px solid transparent;
}
.tabVLightTopRight{
	width: 10px;
	height: 30px;
	background-color: transparent;
	background-image: url("./images/tabVLightTopRight.png");
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 0.1em;
	font-weight: normal;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
	border-bottom: 1px solid transparent;
}



.bgFooter{
	background-color: transparent;
	background-image: url("./images/bgFooter.png");
	background-repeat: repeat-x;
	background-position: top left;
	height: 121px;
	font-size: 0.9em;
	font-weight: normal;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}
.navFooter{
    background-color: transparent;
    color: #ffffff;
    font-size: 0.6em;
    font-weight: normal;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    text-align: left;
    padding-left: 20px;
}
.navFooter a:link{
    background-color: transparent;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
}
.navFooter a:visited{
    background-color: transparent;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
}
.navFooter a:active{
    background-color: transparent;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
}
.navFooter a:hover{
    background-color: transparent;
    font-weight: normal;
    color: #ffffff;
    text-decoration: underline;
}
.navFooter ul{
    list-style: none;
    padding: 2px;
}


h1{
    color: #000000;
    font-size: 1.4em;
    font-weight: bold;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    text-align: right;
}

h2{
    background-color: transparent;
    color: #4e8d03;
    font-size: 1.2em;
    font-weight: bold;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    text-align: left;
    margin-top: 2px;
    margin-bottom: 2px;
}
h4{
    background-color: transparent;
    color: #ffffff;
    font-size: 1.0em;
    font-weight: bold;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    text-align: left;
}

.txtSmallItalic{
    background-color: transparent;
    color: #ffffff;
    font-size: 0.8em;
    line-height: 15px;
    font-weight: normal;
    font-style: italic;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    text-align: left;
}

a:link{
    background-color: transparent;
    font-weight: normal;
    text-decoration: none;
    color: #4e8d03;
}
a:visited{
    background-color: transparent;
    font-weight: normal;
    text-decoration: none;
    color: #4e8d03;
}
a:hover{
    background-color: transparent;
    font-weight: normal;
    text-decoration: underline;
    color: #000000;
}
a:active{
    background-color: transparent;
    font-weight: normal;
    text-decoration: none;
    color: #4e8d03;
}

input{
    color: #666666;
    font-size: 0.9em;
    font-weight: normal;
    font-family: Trebuchet MS, Helvetica, sans-serif;
}
textarea{
    color: #666666;
    font-size: 0.9em;
    font-weight: normal;
    font-family: Trebuchet MS, Helvetica, sans-serif;
}

select{
    color: #4e8d03;
    font-size: 0.9em;
    font-weight: normal;
    font-family: Trebuchet MS, Helvetica, sans-serif;
}

b{
	color: #4e8d03;
	font-weight: bolder;
}

#listbutton{
border:1px solid #4B4B4B;
background-color:#F3F3F3;
width:50px;
height:12px;
font: normal 11px Arial;
text-align:center;
cursor:pointer;cursor:hand;
}

.expandhighlight, .expandhighlight a{
color:red;
}