/* Updated: November 9, 2008 */

html * { margin: 0; }

a img { border: 0; }

body {
	background-color: #e7e6ec;
	font: 12px Arial, Verdana, sans-serif;
	text-align: center;
	margin: 0;
	color: #000000;
}

td, th {

	padding: 0px;
	vertical-align: top;
}

h1 {

	font-size: 16px;
	color: #000;
	margin-bottom: 20px;
	margin-top: 20px;
}

h2 {

	font-size: 14px;
	color: #000;
	margin-bottom: 20px;
	margin-top: 20px;
}

/* @group Layout */

.layout #outerContainer {
	width: 1010px;
	text-align: center;
	margin: 0 auto;
	padding: 0px;

}

.layout #container {
	width:  100%;
	text-align: left;
	margin: 0 auto;
	padding: 0;

}

.layout #header {
	position: relative;
	width: 100%;
	padding: 0;
	height: 110px;
	background-image: url(/images/layout/header.png);
	background-repeat: no-repeat;
}

.layout #header .home {
	position: absolute;
	top: 0;
	left: 0;
	height: 152px;
	width: 242px;
	z-index: 5;
}

.layout #header .home:hover {
	cursor: pointer;
}

.layout #header #becomeGreatButton {
	
	position: absolute;
	top: 0;
	left: 847px;
	height: 47px;
	width: 155px;
}

.layout #header #becomeGreatButton:hover {

	cursor: pointer;
}

.layout #footer {
	position: relative;
	width: 100%;
	margin: 0;
	padding-bottom: 20px;
	text-align: center;
	font-size: 11px;
}

.layout #content {
	width: 100%;
	text-align: left;
	padding: 0;
}

.layout #contentSection {

	width: 100%;
	margin: 0;
	padding: 20px 0 0 0;
	
}

/* Three Column */

.layout #contentSection #leftThreeCol {

	width: 214px;
	float: left;
	margin: 0;
	padding: 0;

}

.layout #contentSection #leftThreeCol .section {
	
	padding: 10px;
	
}

.layout #contentSection #rightThreeCol {

	width: 214px;
	float: left;
	margin: 0;
	padding: 0;

}

.layout #contentSection #rightThreeCol .section {
	
	padding: 10px;
	
}

.layout #contentSection #mainThreeCol {

	width: 472px;
	float: left;
	margin: 0;
	padding: 0;

}

.layout #contentSection #mainThreeCol .section {
	
	padding: 10px;
	
}

/* Two Column */


.layout #contentSection #leftTwoCol {

	width: 710px;
	float: left;
	margin: 0;
	padding: 0;

}

.layout #contentSection #leftTwoCol .section {
	
	padding: 0px 0 10px 0px;
	
}

.layout #contentSection #mainTwoCol {

	width: 290px;
	float: left;
	margin: 0;
	padding: 0;

}

.layout #contentSection #mainTwoCol .section {
	
	padding: 0px 0px 10px 22px;
	
}

/* One Column */

.layout #contentSection #mainOneCol {

	width: 100%;
	float: left;
	margin: 0;
	padding: 0;

}

.layout #contentSection #mainOneCol .section {

	padding: 10px;
}


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#centreMain {
	position: relative;
	width: 710px;
	min-height: 200px;
	background-color: #FFF;
	overflow: visible;
	border: thin solid #575467;
	padding: 0;
	margin: 0;
}

#centreMain .titleImg {
	
	position: absolute;
	top: 16px;
}

.rightSection {
	
	position: relative;
	width: 258px;
	background-color: #FFF;
	margin-bottom: 20px;
	border: thin solid #575467;
	
}

.rightSection .titleImg {
	position: absolute;
	top: 10px;
	left: -10px;
}

.rightSection > div {
	
	margin-left: 10px;
	margin-right: 10px;	
	margin-bottom: 10px;
	padding: 5px;	
}

/* @end */



/* @group Forms */

.formTbl th, .formTbl td {
	padding: 3px 3px;
}

.formTbl th {
	width: 20%;
}

.formTbl th {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}

.formTbl label.formLbl {
	font-weight: bold;
	line-height: 1.5;
}

.formTbl textarea {
	
	font-size: 12px;
	padding: 5px;
	width: 300px;
}

/* @end */

.messageStyle {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	background-color: #f5feba;
	border: 1px solid #fdd16b;
}

/* @group List Table */

.listTbl {
	border: solid 1px #666666;
	border-collapse: collapse;
}

.listTbl td, .listTbl th {
	
	padding: 3px;
	vertical-align: top;
}

.listTbl th {
	
	text-align: center;
	background-color: #ccc;
	font-weight: bold;
	font-size: 0.9em;
	
} 

.listTbl td {
	
	border-bottom: solid 1px #666666;
}

.listTbl tr:hover {

	background-color: #FFFFCC;
}

/* @end */


/* @group General List */

ul.generalList {

	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.generalList li {

	padding: 0.2em 2em;
	font-size: 1.1em;


}

ul.generalList .desc {

	font-size: 14px;
	font-colour: #000000;
	padding-left: 10px;
}

ul.horizNav {

	margin: 0;
	padding: 0 0 20px 0;
	list-style-type: none;
}

ul.horizNav li {

	display: inline;
	padding: 0.2em 0.1em;
	font-size: 1.1em;
	


}

ul.horizNav li a {

	padding: 0.2em 1em;
	color: #900;
	font-size: 10px;
	border: 1px solid #333;
	font-weight: bold;
	
}

ul.horizNav li a:hover {

	background-color: #E9E9E9;
	text-decoration: none;
	
}

.paginate {
	
	margin: 5px;	
}

.paginate a.paginateSelected, .paginate a.paginateLink {
	
	padding: 0.2em 0.4em;
}

.paginate a.paginateLink:hover {
	
	background-color: #531373;
	text-decoration: none; 
	color: #FFF;
}

.paginate a.paginateSelected {
	
	background-color: #531373;
	text-decoration: none; 
	color: #FFF;
	font-weight: bold;
}

.filter {
	
	margin: 0;
	padding: 0 0 5px 0;
	list-style-type: none;
	width: 690px;
}

ul.filter li {
	
	display: inline-block;	
	padding: 0.2em 1em;
	
}

.filter label {
	
	display: inline-block;	
	padding: 0.5em 1em;
	color: #261b53;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	
	
}

.hideRow {
	
	display: none;	
}

/* @end */