@charset "utf-8";
body  {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}

.center {
	text-align: center;
}

.top {
	vertical-align: middle;
}



.jsl #container {
	width: 70em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 5px;
	padding-bottom: 5px;
} 
.jsl #header {
	background-color: #333333;
	background-image: url(images/jsfd-logo.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 90px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
} 
.jsl #footer {
	background-color: #A8ADB3;
	background-image: url(images/bottom_footer.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 80px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.jsl #headerGreyBar {
	background-color: #FFFFFF;
	background-image: url(images/greybar.gif);
	background-repeat: no-repeat;
	background-position: 130px;
	height: 7px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.jsl #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}

.jsl #jsMenu {
	text-align: center;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
} 
.jsl    #jsMenu    a:link {
	color: #000099;
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.jsl  #jsMenu  a:hover {
	color: #FF0000;
	font-size: 8pt;
	text-decoration: underline;
}
.jsl  #jsMenu  a:visited {
	color: #A7A0FF;
	font-size: 8pt;
	text-decoration: inherit;
}


.jsl #sidebar1 {
	float: left;
	width: 12em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	background-color: #E6E6E6;
	line-height: 1.25;
}
.jsl #sidebar1 h4 {
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
	font-size: 9pt;
	font-weight: bold;
}
.jsl   #sidebar1   p 
     {
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
	font-size: 8pt;
	line-height: 1.25;
}

.jsl #mainContent {
	margin: 0 1.5em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	text-align: justify;
	line-height: 1.5;
} 
.jsl #mainContent h1 {
	font-size: 16pt;

}
.jsl #mainContent h4 {
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
	font-size: 13pt;
	font-weight: bold;
}
.jsl #mainContentLinks {
	font-size: 8pt;
	font-weight: bold;
}
.jsl #moto {
	margin-top: 0px;
	margin-right: 120px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 5px;
	background-color: #E6E6E6;
	line-height: 1.35;
}
.jsl  #footer-old {
	color: #FFFFFF;
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	padding: 10px;
	line-height: 1.5;
} 
.jsl #footer a:link {
	font-size: 7pt;
	color: #CCCCCC;
}
.jsl #footer a:hover {
	color: #FF0000;
}

.jsl #footer a:visited {
	color: #A7A0FF;
}




.jsl #jsFooter {
	border-right-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
}
.jsl #itemList {
	color: #000000;
	list-style-position: inside;
	list-style-type: square;
	font-weight: 400;
}

.jsl     #phoneIcon   {
	width: 40px;
	height: 37px;
	vertical-align: middle;
	padding-right: 5px;

}
.jsl  #emailIcon {
	width: 40px;
	height: 28px;
	vertical-align: middle;
	padding-right: 5px;
}
.jsl #faxIcon {
	width: 40px;
	height: 31px;
	vertical-align: middle;
	padding-right: 5px;
}
.jsl #formIcon {
	width: 50px;
	height: 36px;
	vertical-align: middle;
	padding-right: 5px;
}



.jsl #aboutImage {
	width: 61px;
	height: 52px;
	float: left;
	padding-right: 25px;
}
.jsl  #shieldIcon {
	width: 10px;
	height: 9px;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
}
.jsl #newsIcon {
	width: 60px;
	height: 48px;
	vertical-align: top;
}
.jsl #arrowIcon {
	width: 17px;
	height: 17px;
	vertical-align: middle;
}

.jsl   #contactPostcode  a {
	font-size: 10pt;
}
.jsl ol {
	list-style-type: square;
	list-style-position: outside;
}



/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top: 8px;
	margin-right: 3px;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.blueText {
	color: #000099;
}
.greyText {
	color: #666666;
}

.lightblueText {
	color: #0099FF;
}
.blackText {
	color: #000000;
}
.16pts {
	font-size: 16pt;
}

.14pts {
	font-size: 14pt;
}

.12pts {
	font-size: 12pt;
}

.10pts {
	font-size: 10pt;
}


.9pts {
	font-size: 9pt;

}
.8pts {
	font-size: 8pt;
}
.6pts {
	font-size: 6pt;
}

.bold {
	font-weight: bold;
}
.jsl #mainContent2 {
	text-align: justify;
	line-height: 1.5;
	margin-top: 0;
	margin-right: 0.5em;
	margin-bottom: 0;
	margin-left: 0.5em;
}
.jsl #Mainsubtitle {
	font-size: 14pt;
	font-weight: bold;
}

