﻿@charset "utf-8";
/* CSS Document */

body {
	margin-left:auto;
	margin-right:auto;
}

.sitewrapper {
	width:956px;
	margin-left:auto;
	margin-right:auto;
}

.header {
	height:100px;
}


.navigation {
	height:47px;
}


.content {
	background-image:url(../images/contentBg.gif);
	background-repeat:repeat-y;
}

.contentInner {
	padding-left:30px;
	padding-right:30px;
	padding-top:40px;
	padding-bottom:10px;
}

.footerBottom {
	height:64px;
}



/* noMarg can be added as a class to text to eliminate the gap underneath it, handy for sub-headings*/
.noMarg {
	margin: 0px;
}




/* HR line - good for breakign up sections on text/info on a page*/
hr {
	border-top: 1px dashed #0f8d9c;
	border-bottom:1px solid #00A851;
	height: 2px;
	margin: 10px 0px 10px 0px;
	text-align: left;
	border-right: 0 none;
	border-left: 0 none;
}





/* Spacers can be used for spacing between elements on page, can change heights as required */
.spacerA {height: 30px;}
.spacerB {height: 20px;}
.spacerC {height: 10px;}
.spacerD {height: 200px;}
.spacerE {height: 290px;}
.spacerF {height: 200px;}


/* image floats */

.imageRight {float:right; padding:0px 0px 0px 10px;}

.imageLeft{float:left; padding:0px 10px 0px 0px;}

/* Links */

a:link
{	font-size: 100%;
	color:#000000;
	text-decoration: underline;
}



a:active
{	font-size: 100%;
	color:#000000;
	text-decoration: underline;
}



a:visited
{	font-size: 100%;
	color:#000000;
	text-decoration: underline;
}



a:hover
{
	font-size: 100%;
	color:#000000;
	text-decoration: none;
}



/* H tags */



h1
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 120%;
	color:#0f8d9c;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}



h2 {	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	font-size: 110%;
	color:#000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}



h3 {
	padding: 0px;
	margin: 0px;
	font-size: 90%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

p {margin:0px 0px 18px 0px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:80%; color:#000000; line-height:20px;}

/* Bullets */

ul
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:80%;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	list-style-type: none;
}


li
{
	padding-left: 20px;
	background-position: 10px 6px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
}daer,


