
html, body, form {
	margin: 0px;
	padding: 0px;
}
html>body {
	font-size: 16px;
}
body {
	font-size: 100%;
	text-align: center;
	margin: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #000000;
	color: #000000;
}
#centreContainer {
	text-align: left;
	width: 884px;
	margin: 0px auto;
	position: relative;
}
.hidden {
	position: absolute;
	top: -1000px;
	left: -1000px;
	font-size: 1px;
}
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0px;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
li.clearfix {
	display: list-item;
}
/* End hide from IE-mac */



/* Element Styling */
h1, h2, p {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 1em;
	margin-bottom: 10px;
}
#contentPane h2 {
	margin-bottom: 5px;
}
p {
	font-size: 0.7em;
	margin-bottom: 8px;
	line-height: 1.45em;
}
li {
	font-size: 0.7em;
	margin-bottom: 8px;
	line-height: 1.45em;
}



/* Header */
#header {
	position: relative;
	height: 194px;
	background: url(../images/header.gif) #000000 no-repeat 0px 0px;
}
#tagLine {
	font-weight: bold;
	font-size: 1em;
	line-height: 43px;	
	width: 658px;
	height: 43px;
	padding-left: 25px;
}
#banner {
	width: 683px;
	height: 144px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	/* background: url(../images/topbanner/banner.jpg) no-repeat 0px 0px; */
}


/* Navigation */
#navigation, 
#navigation li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation {
	margin-bottom: 25px;
}
#navigation li,
#navigation a {
	float: left;
}
#navigationHome a {
	width: 63px;
	height: 31px;
	background: url(../images/navHomeOff.gif) no-repeat 0px 0px;
}
#navigationHome.selected a {
	background-image: url(../images/navHomeOn.gif);
}
#navigationContact a {
	width: 61px;
	height: 31px;
	background: url(../images/navContactOff.gif) no-repeat 0px 0px;
}
#navigationContact.selected a {
	background-image: url(../images/navContactOn.gif);
}
#navigationSound a {
	width: 63px;
	height: 31px;
	background: url(../images/navSoundOff.gif) no-repeat 0px 0px;
}
#navigationSound.selected a {
	background-image: url(../images/navSoundOn.gif);
}



/* Rounded Corners */
.cornerWhite {
	position: absolute;
	background: url(../images/cornerWhite.gif) #FFFACC no-repeat 0px 0px;
	width: 10px;
	height: 10px;
	overflow: hidden;
}
.cornerYellow {
	position: absolute;
	background: url(../images/cornerYellow.gif) #FFE600 no-repeat 0px 0px;
	width: 15px;
	height: 15px;
	overflow: hidden;
}
#sideBarContentFooterIntersection {
	position: absolute;
	background: url(../images/cornerYellowWhiteBL.gif) transparent no-repeat 0px 0px;
	width: 15px;
	height: 15px;
	overflow: hidden;
	left: 239px;
	top: -15px;
}
.hasRoundedCorners {
	position: relative;
}
.cornerWhiteTopLeft			{	background-position: 0px 0px;		top: 0px;		left: 0px;		}
.cornerWhiteTopRight		{	background-position: -10px 0px;		top: 0px;		right: 0px;		}
.cornerWhiteBottomLeft		{	background-position: 0px -10px;		bottom: 0px;	left: 0px;		}
.cornerWhiteBottomRight		{	background-position: -10px -10px;	bottom: 0px;	right: 0px;		}
.cornerYellowTopLeft		{	background-position: 0px 0px;		top: 0px;		left: 0px;		}
.cornerYellowTopRight		{	background-position: -15px 0px;		top: 0px;		right: 0px;		}
.cornerYellowBottomLeft		{	background-position: 0px -15px;		bottom: 0px;	left: 0px;		}
.cornerYellowBottomRight	{	background-position: -15px -15px;	bottom: 0px;	right: 0px;		}


#sidePane {
	width: 192px;
	min-height: 421px; /* was 451, now taken 22px off for twitter logo and 8px of spacing below and added as a bottom padding */
	background-color: #FFE600;
	margin-top: 8px;
	padding: 20px 22px 30px 25px;
}
#contentPane {
	width: 572px;
	height: 438px;
	background-color: #FFFACC;
	position: absolute;
	left: 248px;
	top: 202px;
	padding: 25px 32px 0px 32px;
	overflow: hidden;
}
#contentPaneScrollingArea {
	padding-right: 50px;
	margin: 5px 0px;
	height: 300px;
	overflow: auto;
}
.bodyclass_contact #contentPaneScrollingArea {
	height: 400px;
}
#contentPane .border {
	display: block;
	height: 1px;
	background-color: #000000;
	overflow: hidden;
	width: 500px;
}
#logoHolder img {
	margin-left: 20px;
}
#footer {
	min-height: 43px;
	background-color: #FFE600;
	padding: 0px 45px 0px 25px;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footerTwitter {
	position: absolute;
	top: -30px;
	left: 100px;
}
#footerTwitter img {
	border: none;
}
#footerCopyright {
	float: left;
	width: 200px;
	margin: 12px 55px 0px 0px;
}
#footerServices {
	font-size: 1em;
	font-weight: bold;
	float: left;
	margin: 10px 0px 0px 0px;
	width: 440px;
	font-style: italic;
}
#footerDesign {
	float: right;
	margin: 12px 0px 0px 0px;
	width: 110px;
	text-align: right;
}



/* Form Styling */
.formRow,
.radioRow {
	margin-bottom: 10px;
}
.formRow label,
.radioRow span.label {
	float: left;
	width: 165px;
	margin: 3px 5px 0px 0px;
	text-align: right;
	font-size: 0.7em;
}
.formRow input,
.formRow select {
	float: left;
}
.formRow input,
.formRow select,
.formRow textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.7em;
}
.formRow input,
.formRow textarea {
		width: 320px;
}
.formRow textarea {
	height: 100px;
}
.radioRow label {
	margin-right: 25px;
	font-size: 0.7em;
	vertical-align: top;
}
.radioRow input {
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.buttonRow {
	width: 490px;
	text-align: right;
}
.mandatory {
	color: #FF0000;
	font-size: 1.5em;
	font-weight: bold;
	vertical-align: top;
}
