/* Updated: November 9, 2008 */

body {
	background-color: #333333;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	margin: 0;
}

td, th {

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

a {
	color: #FF6600;
	text-decoration: none;
}

a:hover {

	color: #FF6600;
	text-decoration: none;
}

/* @group Layout */

.layout #outerContainer {
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	background-image: url(/images/shadow-bg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;


}

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

}

.layout #header {
	width: 100%;
	padding: 0;
	height: 171px;
	background-image: url(/images/header-bg.png);
	background-repeat: repeat-x;
}

.layout #footer {
	position: relative;
	width: 100%;
	margin: 0;
	background-color: #B4B2B2;
	border-top: solid 1px #908E8E;
	height: 90px;
	color: #FFF;
	font-size: 10px;
}

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

.layout #contentSection {

	background-color: #FFFFFF;
	width: 100%;
	margin: 0;
	padding: 0;
	
}

/* Three Column */

.layout #contentSection #leftThreeCol {

	width: 220px;
	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;
	
}

/* Three Column Custom */


.layout #contentSection #leftThreeColCust {

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

}

.layout #contentSection #leftThreeColCust .section {
	
	padding: 20px 0 0 30px;
	
}

.layout #contentSection #containerThreeColCust {
	
	width: 750px;
	float: left;
	margin: 0;
	padding: 0;
}

.layout #contentSection #centerThreeColCust {

	position: relative;
	width: 750px;
	float: right;
	margin: 0;
	padding: 0;
	height: 323px;
	background-image: url(/images/center-bg.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;

}

.layout #contentSection #centerThreeColCust .centreImage {
	
	position: absolute;
	top: 16px;
	left: 16px;
	
}

.layout #contentSection #centerThreeColCust .centreTitle {
	
	position: absolute;
	top: 36px;
	left: 430px;
	
}

.layout #contentSection #centerThreeColCust .centreSubtitle {
	
	position: absolute;
	top: 186px;
	left: 455px;
	width: 260px;
	font-family: "Century Gothic", Verdana;
	font-size: 13px;
	
}

.layout #contentSection #centerThreeColCust .centre-nav {

	position: absolute;
	left: 455px;
	top: 273px;
	
}

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

.layout #contentSection #rightThreeColCust {

	width: 296px;
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	background-color: #E0DFDF;

}

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

.layout #contentSection #mainThreeColCust {

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

	

}

.layout #contentSection #mainThreeColCust .section {
	
	margin: 10px 0 0 0;
	border-left: dotted #B4B2B2 thin;
	padding: 10px;
}

/* Two Column */


.layout #contentSection #leftTwoCol {

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

}

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

.layout #contentSection #mainTwoCol {

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

}

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

/* 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;
}

/* @end */



/* @group Forms */

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

.formTbl th {
	width: 33%;
}

.formTbl th {
	font-weight: normal;
	text-align: left;
}

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

.formTbl input[type=text] {
	
	width: 286px;	
}

/* @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: #ffe5b6;
	text-decoration: none; 
	color: #000;
}

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

/* @end */