
html, body {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	/* Background colour of site */
	background-color: #006599;
	
}

h1 {
	color: #FF0000;
	font-size: 22px;
	text-align: center;
}
h2 {
	color: #212C7B;
	font-size: 18px;
}
h3 {
	color: #333333;
	font-size: 16px;
}
ul li, ol li {
	margin-bottom: 10px;
}

ul li {
	list-style-type: none;
	background-image: url(/images/standard/bullets/clean/01.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}

ul.ticks li {
	list-style-type: none;
	background-image: url(../images/standard/bullets/ticks/1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

ul.grade li {
	list-style-type: none;
	background-image: url(/images/a+bullet_large.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

ol.graphical li {
	background-repeat:no-repeat;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:5px;
	padding-left:40px;
}

ol.graphical li.one {
	background-image:url(/images/standard/numbers/1.gif);
}
ol.graphical li.two {
	background-image:url(/images/standard/numbers/2.gif);
}
ol.graphical li.three {
	background-image:url(/images/standard/numbers/3.gif);
}
ol.graphical li.four {
	background-image:url(/images/standard/numbers/4.gif);
}
ol.graphical li.five {
	background-image:url(/images/standard/numbers/5.gif);
}
ol.graphical li.six {
	background-image:url(/images/standard/numbers/6.gif);
}
ol.graphical li.seven {
	background-image:url(/images/standard/numbers/7.gif);
}
ol.graphical li.eight {
	background-image:url(/images/standard/numbers/8.gif);
}
ol.graphical li.nine {
	background-image:url(/images/standard/numbers/9.gif);
}


#page {
	/* Width of site */
	width: 700px;
	margin: 0px auto;
	background-color: #ffffff;
}

#header {
	margin: 0px;
	padding: 0px;
}

#body {
	margin: margin: 0px;
	padding: 10px 40px;

}
#footer {
	text-align: center;
	font-size: 10px;
	background-color: #eeeeee;
	padding: 10px;
	border-top: 1px solid #cccccc;
}
#footer, #footer a {
	color: #666666;
}
#footer a.link {
	text-decoration: none;
}


.johnsonbox {
	width: 80%;
	margin: 20px auto;
	padding: 5px 20px;
	background-color: #FFFF99;
	border: 2px solid #333333;
}

.johnsonbox.blue {
	background-color:#EEEEEE;
	border:2px dashed #006599;
}

.guarantee {
	width: 80%;
	margin: -113px auto 20px;
	padding: 5px 20px;
	background-color: #FFFF99;
	border: 2px solid #333333;
}
.guaratee_image {
	background-image: url(/images/standard/guarantee/guarantee_17.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	height: 163px;
	position: relative;
	right: 0px;
	top: 0px;
	width: 100%;
	z-index: 10;
}
.guaratee_spacer {
	float: right;
	width: 105px; 
	height: 105px;
}

.testimonial {
	width: 80%;
	margin: 20px auto;
	padding: 5px 20px;
	background-color: #E2EAF3;
	border: 2px solid #333333;
}

.highlight {
	background-color: #FFFF00;
}
img{border:none;}
img[align="left"]{
	margin-right: 20px;
}

img[align="right"]{
	margin-left: 10px;
}
.downloadbox {
	margin:0 auto 10px;
	position:relative;
	width:569px;
}
.downloadbox h3 {
	color:#3C3C3C;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding-top:10px;
}
.downloadbox .download-button {
	bottom:0;
	display:block;
	margin-bottom:10px;
	margin-right:10px;
	position:absolute;
	right:0;
}
.downloadbox .downloadbox-top {
	background:url("images/download/download-box-top.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:10px;
}
.downloadbox .downloadbox-inner {
	background:url("images/download/download-box-inner.png") repeat-y scroll 0 0 transparent;
	display:block;
	min-height:85px;
	padding:0 5px;
}
.downloadbox .downloadbox-bottom {
	background:url("images/download/download-box-bottom.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:11px;
}
.downloadbox.pdf .download-image {
	background:url("images/download/pdf-icon.gif") no-repeat scroll 0 0 transparent;
}
.downloadbox.mp3 .download-image {
	background:url("images/download/audio-icon.png") no-repeat scroll 0 0 transparent;
}
.downloadbox.video .download-image {
	background:url("images/download/video-icon.png") no-repeat scroll 0 0 transparent;
}
.downloadbox .download-image {
	background:url("images/download/download-icon.png") no-repeat scroll 0 0 transparent;
	float:left;
	height:85px;
	margin:0;
	width:83px;
}
.downloadbox .mp3-player {
	bottom:10px;
	left:90px;
	position:absolute;
}
.downloadbox .video-player {
	padding:10px 0 40px;
}
.downloadbox .download-button a {
	background:url("images/download/btn-download.gif") no-repeat scroll 0 0 transparent;
	color:#FFFFFF;
	display:block;
	height:26px;
	line-height:26px;
	padding-bottom:0;
	padding-left:30px;
	padding-top:0;
	text-decoration:none;
	width:85px;
}
.downloadbox .download-button a:hover {
	background-position:0 -26px;
}

