body {
	font-size: 13px;
	/*background-color: #e2e3e3;*/
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #636363;
	line-height: 130%;
	text-align: center;
	background: #e2e3e3 url(images/layout/bg01.jpg) no-repeat 50% 0;
	min-width:1000px;

	/*z-index: -2;
	background-image: url(images/layout/bg-fp.png);
	background-repeat: no-repeat;*/
}
/* This is the container for our page, centred, and aligning contents left */
div.maincontainer {
	position: relative;
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

div.banner {
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 225px;
}

div.body-main {
	position: relative;
	/*z-index: 100;*/
	margin: 0 auto;
	width: 950px;
	height: 650px;
	background-image: url(./images/layout/fp-body-penguin.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;

}
div.qualmarkdiv {
	z-index: 100;
	border: 1px solid white;
	position:absolute;
	top: -100;
	right: 20;
	width:150px;
	height: 225px;

}
div.body-main3 {
	position: relative;
	margin: 0 auto;
	width: 950px;
	background-image: url(./images/layout/fp-body-penguin2.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
div.body-left1 {
	position: absolute;
	margin: 0px;
	width: 200px;
	height: 400px;
		/*
	background-color: #FFFFFF;

	background-image: url(./images/layout/fp-body-penguin.jpg);
	background-repeat: no-repeat;
	*/
	left:0px;
	top:0px;
}
div.box-single {
	position: absolute;
	padding: 10px;
	margin: 10px;
	width: 700px;
	left:200px;
	top:10px;
	border: grey;
	border-width: 1px;
	border-style: dashed;
}
/* Used mainly for the payments pages, where we need some single boxes */
div.body-single {
	position: relative;
	z-index: 100;
	margin: 0 auto;
	width: 950px;
	background-image: url(./images/layout/fp-body-penguin2.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;

}
div.box-single-wide {
	position: absolute;
	padding: 10px;
	margin: 10px;
	width: 890px;
	left:10px;
	top:10px;
	border: grey;
	border-width: 1px;
	border-style: dashed;
}
div.menubar {
	position: relative;
	overflow: visible;
	margin: 0 auto;
	width: 950px;
	height: 50px;
	background-color: #2b8d1b;
	z-index: 101;
}

div.menubarcontainer {

	position: absolute;
	padding: 0px;
	margin: 0px;
	width: 700px;
	height: 50;
	left: 380px;
	top: 10px;
}

div.menubarhome {
	position: absolute;
	margin: 0 auto;
	width: 200px;
	height: 50px;
	background-color: #2b8d1b;
	left:0px;
	top:0px;
}

/* javascript menu */

#jmenu {	
	margin: 0;
	padding: 0;
}
	
#jmenu li {
	float: left;
	list-style: none;
	font: 12px  Arial, Tahoma;
}

#jmenu li a {	
	display: block;
	background: #2b8d1b;
	padding: 5px 12px;
	text-decoration: none;
	border-left: 1px solid white;
	text-align: center;
	width: 70px;
	color: #EAFFED;
	white-space: nowrap;
}

#jmenu li a:hover {
	background: #126b03;
}
		
#jmenu li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;

}
		
#jmenu li ul li {	
	float: none;
	display: inline;
}
		
#jmenu li ul li a {	
	width: auto;
	background: #1A4473;
		text-align: left;
}
		
#jmenu li ul li a:hover {
	background: #122e4e;
}


/* drop down menu CSS
.dropHolder {width:200px; float:left; height:1px; margin-left:10px;}

.dropdown-menu {
    width:200px;
    position:absolute;
    font-size:16px;
    color:#FFF;
    cursor:pointer;
    margin-left:25px;
    z-index:1000px;
}

.dropdown-menu a:link, .dropdown-menu a:visited {
    color:#FFF !important;
    display:block !important;
    text-decoration:none !important; 
    margin:0 !important;
}

.dropdown-menu a:hover {
    color:#FFF !important;
    text-decoration:underline !important;
}

.dropdown-menu .slide-down {
    background-color: #2b8d1b;
}

.menu-first {
    background-color: #2b8d1b;
    line-height:15px;
    padding:3px 30px 4px 12px;
}

.down-list {
    background-color: #2b8d1b;
    margin-left:1px;
	padding-bottom:5px;
}
.down-list li {
    padding:5px 5px 5px 15px;
    background-color: #2b8d1b;
}
.down-list .lastLI { background:#670100; padding-bottom:2px; }
*/


/*
div.menubarlink1 {
	position: absolute;
	margin: 0 auto;
	width: 100px;
	height: 25px;
	background-color: #2b8d1b;
	left:575px;
	top:3px;
}
div.menubarlink2 {
	position: absolute;
	margin: 0 auto;
	width: 100px;
	height: 25px;
	background-color: #2b8d1b;
	left:650px;
	top:3px;
}
div.menubarlink3 {
	position: absolute;
	margin: 0 auto;
	width: 100px;
	height: 25px;
	background-color: #2b8d1b;
	left:575px;
	top:25px;
}
div.menubarlink4 {
	position: absolute;
	margin: 0 auto;
	width: 100px;
	height: 25px;
	background-color: #2b8d1b;
	left:650px;
	top:25px;
}
div.menubarlink5 {
	position: absolute;
	margin: 0 auto;
	width: 60px;
	height: 32px;
	background-color: #2b8d1b;
	left:495px;
	top:4px;
	padding: 5px;
	border: white;
	border-width: 1px;
	border-style: dashed;
	text-align: left;
}
*/

a:link {
	text-decoration: none;
	color: #1E90FF;
}

a:active {
	text-decoration: none;
	color: #1E90FF;
}

a:visited {
	text-decoration: none;
	color: #1E90FF;
}

a:hover {
	text-decoration: underline;
	color: #1E90FF;
}
a.menu:link {
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #2b8d1b;
	color: #FFFFFF;
	text-decoration: none;
	position: absolute;
	top: 5px;
}
a.menu:active {
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #2b8d1b;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:visited {
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #2b8d1b;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover {
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #00eb1c;
	color: #FFFFFF;
	text-decoration: none;
}
img.bordered {
	float: left;
	border:1px solid black;
	margin:0px 0px 5px 5px;
}

img.floatright {
	float: right;
	border:1px solid black;
	margin:0px 0px 10px 10px;
}

img.noborder {
	border-style: none;
}

img.centred {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#mainbox1 {
	position: absolute;
	float: left;
	top: 10px;
	left: 320px;
	width: 190px;
	height: 200px;
	border: grey;
	border-width: 1px;
	border-style: dashed;
	background-color: white;
}
#mainbox2 {
	position: absolute;
	float: left;
	top: 10px;
	left: 530px;
	width: 190px;
	height: 200px;
	border: grey;
	border-width: 1px;
	border-style: dashed;
	background-color: white;
}
#mainbox3 {
	position: absolute;
	float: left;
	top: 10px;
	left: 740px;
	width: 190px;
	height: 200px;
	border: grey;
	border-width: 1px;
	border-style: dashed;	
}
p.heading {
	font-weight: bold;
	text-decoration: underline;
}
p.fp-box-text {
	margin: 3px;
	color: #434343;
	text-decoration: none;
}

p.fp-more {
	color: #1E90FF;
	margin: 3px;
	line-height: 80%;
}
div.fpagetext {
	position: absolute;
	margin: 0 auto;
	left: 520px;
	top: 230px;
	width: 400px;
	height: 300px;
}
div.indentedtext {
	margin: 20px;
}
div.latestnews {
	position: absolute;
	margin: 10;
	left: 50px;
	top: 600px;
	width: 800px;
	height: 150px;
	border: grey;
	border-width: 1px;
	border-style: dashed;
	background-color: white;

}
div.videoinsert {
	position: absolute;
	margin: 0 auto;
	left: 80px;
	top: 250px;
	width: 400px;
	/*height: 200px;*/
}
em.bolder {
	color: #555555;
	font-weight: bold;
}
div.titletext {
	font-size: 24px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #23771b;
	font-weight: bold;
}
div.subtitletext {
	font-size: 18px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #555555;
	font-weight: bold;
	margin: 20px;
	line-height: 130%;
}
div.leftcolumntext {
	font-size: 11px;
	margin: 20px;
}
div.footer {
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 50px;
	/* z-index: -1; */
	background-color: #2b8d1b;
	background-image: url(./images/layout/footer-bar.png);
	background-repeat: no-repeat;
}
strong {
	color: #000000;	
}
h1 {
	font-size: 16px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #23771b;
	font-weight: bold;
}
/* form stuff */
 label {
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 5px;
	display: block
}
 input {
	color: #006400;
	background: #CCCCCC;
	border: 1px solid #006400;
}
select{
	color: #006400;
	background: #CCCCCC;
	border: 1px solid #006400;
}
textarea {
	color: #006400;
	background: #CCCCCC;
	border: 1px solid #006400;
}
 legend {
color: #006400;
}