h1 {
	font-size: 200%;
	font-weight: bold;
	color: #005333;
	margin: 0 0 20px 0;
	text-align: center;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	color: #005333;
}

h3 {
	font-size: 115%;
	font-weight: bold;
	color: #005333;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	color: #005333;
	margin-bottom: 2px;
}


.tiny {
	font-size: 75%;
}


.smallNormal {
	font-size: 85%;
	color: #005333;
}

.smallNormalWhite {
	font-size: 85%;
	color: #fffffe;
}

input {
	font: small normal Arial, Helvetica, sans-serif;
	color: #005333;
	padding-left: 0.1em;
}

.leftSide {
	float: left;
}

.rightSide {
	float: right;
	width: 100px;
	text-align: center;
}

.brclear {
	clear: both;
}

.centredImage {
	text-align: center;
	padding: 10px 0;
}


#w3c {
	list-style: none;
	text-align: center;
}

#w3c li {
	margin-bottom: 10px;
}


.w3CImage {
	margin-bottom: 5px;
}

#rightCol a {
	color: #01804d;
}

#rightCol a:hover {
	color: #58f;
}

#map a {
	text-decoration: none;
}

#q {
	background: #bee4d5;
	color: #005332;
	margin-top: 5px;
}

#sa {
	cursor: pointer;
	color: #fff;
	background: #01a06d;
	border-left: 1px solid #7c7;
	border-top: 1px solid #7c7;
	border-right: 1px solid #005332;
	border-bottom: 1px solid #005332;
	padding: 2px;
	margin-top: 5px;
}


.caseStudyList {
	list-style: none;
}

.caseStudyList li {
	background: #fff url(../Images/rightArrowBullet.gif) no-repeat 0 50%;
	padding: 5px 0 5px 0;
/*	padding: 4px 5px 4px 25px; */
}

.caseStudyList li a {
	display: block;	/* gets correct spacing */
	color: #005232;
	text-decoration: none;
		/* padding here between items only, otherwise the arrow image is not part of the link */
	padding: 0 0 0 25px;
}

.caseStudyList li a:hover {
	color: #58f;
	text-decoration: none;
}

#tickList {
	list-style: url(../Images/tick.gif);
	margin-left: 30px;
	padding: 0;
}

#tickList li {
/*	background: #fff url(../Images/tick.gif) no-repeat left bottom; */
}


.quote {
	font-size: 85%;
	font-style: italic;
	margin-top: -0.8em;
	margin-left: 3.0em;
}

.emIndent {
	margin-left: 1.0em;
}

#customerCareList {
	padding: 20px 30px 20px 30px;
	background: #dff7ef;
	border: 1px solid #999;
	margin: 0 20px;
}

#customerCareList dd {
	padding: 0 10px 8px 0;
}

a {
	color: #01804d;
	text-decoration: underline;
}

a:hover {
	color: #58f;
}

.signature {
	border-bottom: 1px dashed #000033;
	padding-bottom: 1.5em;
}

.redStar {
	color: #d24;
	font-size: 115%;
}

.warning {
	color: #d24;
	margin-left: 4.0em;
	text-align: left;
}

.errorMsg {
	color: #d24;
	margin-left: 0.2em;
	font-size: 85%;
	font-weight: normal;
	text-align: left;
}

.messageBox {
	width: 20.0em;
	font: small normal Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0.1em 0.2em;
	margin-right: 2.2em;
}

