* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
}
fieldset {
	border: none;
}
.clearer {
	clear: both;
}
.textCentre {
	text-align: center;
}
.textRight {
	text-align: right;
}
.floatLeft {
	float: left;
	margin: 0 20px 20px 0;
}
.floatRight {
	float: right;
	margin: 0 0 20px 20px;
}
h1 {
	font-size: 1.4em;
	color: #ee9c63;
	padding-bottom: 10px;
	font-weight: normal;
}
h2 {
	font-size: 1.2em;
	padding-bottom: 0.4em;
	font-weight: normal;
}
h3 {
	font-size: 1.1em;
	padding-bottom: 0.4em;
	font-weight: bold;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 15px;
}
table {
	border-collapse: collapse;
}
#outerContainer {
	font-size: 1.4em;
}
#innerContainer {
	text-align: left;
}
#headContent {
	position: relative;
}
#bodyContent ul {
	list-style-position: outside;
	padding: 0 0 1em 2em;
}
#bodyContent li {
	margin-bottom: 0.3em;
}
#footerContent {
	padding: 20px;
}
#footerContent ul {
	list-style: none;
}
#footerContent .contactList {
	text-align: center;	
}
#footerContent .contactList ul {
	display: inline;
	margin: 0 auto;
}
#footerContent .contactList li {
	display: inline;
	margin: 0 10px;
}
#footerContent .colItem {
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	/*display: inline-block;*/
	width: 100%;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
#tagLine {
	position: absolute;
	right: 10px;
	top: 37px;
	font-size: 1.3em;
	font-style: italic;
	overflow: auto;
	color: #F6AD6E;
}
#frmTable {
	padding-bottom: 10px;
}
#frmTable table {
	background: #F9F9F9;
	border: 1px solid #E1E1E1;
}
#frmTable th {
	font-weight: normal;
	text-align: left;
	background: #E1E1E1;
}
#frmTable th, #frmTable td {
	padding: 2px;
}
#frmTable input {
	padding: 2px;
} 
.map {
	padding-bottom: 10px;
}
.map a {
	display: block;
}
.smallprint {
	font-size: 0.8em;
}
.colContainer {
}
.colItem {
	width: 50%;
	float: left;
}
.col3Item {
	width: 33%;
	float: left;
}
.col4Item {
	width: 25%;
	float: left;
}
.logoList {
	list-style: none;
	padding: 0 0 15px !important;
}
.logoList li {
	float: left;
	margin-right: 18px;
}
.datatable {
	width: 100%;
	margin-bottom: 10px;
}
.datatable th, .datatable td {
	padding: 3px;
}
.datatable .topRow th {
	background-color: #868686;
	color: #fff;
	padding: 6px 3px;
}
.datatable .mainSection th, .datatable .mainSection td {
	padding-top: 10px;
}
.datatable .mainContent th {
	font-weight: normal;
}
.datatable .mainContent th, .datatable .mainContent td {
	border-bottom: 1px solid #D8D8D8;
}
.loginTable {
	border: 1px #868686 solid;
	margin-bottom: 10px;
}
.loginTable th {
	background-color: #868686 !important;
	color: #fff;
	padding: 6px;
}
.loginTable td {
	padding: 6px;
}
.loginTable input {
	padding: 3px;
}
.logoTable {
	width: 100%;
	margin-bottom: 10px;
}
.logoTable td {
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}
.imageTable {
	width: 240ps;
}
.imageTable td {
	padding: 2px 0 2px 2px;
}
.arrowTable {
	width: 100%;
	background: url(../images/arrow.gif) no-repeat center center;
}
.arrowTable td p {
	text-align: center;
}
.arrowTable td.left {
	padding-right: 10px;
	width: 358px;
}
.arrowTable td.right {
	padding-left: 10px;
	width: 358px;
}
.highlight {
	color: #ee9c63;	
}
.headerImage {
	margin-bottom: 20px; 	
}
.footerCaption {
}
