/* Updated: November 9, 2008 */

html * { margin: 0; }

a img { border: 0; }

body {
	background-color: #999999;
	font: 76% Verdana, sans-serif;
	background-image: url(/images/layout/bg-repeat-horiz.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0;
	color: #000000;
}

td, th {

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

a {
	color: blue;
	text-decoration: none;
}

a:hover {

	text-decoration: underline;
}

p {
	
	margin-bottom: 10px;	
}

h1 {

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

h2 {

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

blockquote {
	
	margin-left: 20px;	
}

ul {
	
	margin-bottom: 5px;	
}

/* @group Layout */

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

}

.layout #container {
	width:  100%;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	background-image:url(/images/layout/bg-repeat.jpg);
	background-repeat: repeat-y;

}

.layout #headerfront {
	position: relative;
	width: 100%;
	padding: 0;
	height: 418px;
	
	background-image:url(/images/layout/bg-top.jpg);
	background-repeat: no-repeat;
}

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

.layout #header .logo, .layout #headerfront .logo {
	position: absolute;
	top: 7px;
	left: 71px;
	z-index: 1;
}

.layout #headerfront .person {
	position: absolute;
	top: 43px;
	left: 686px;
	z-index: 6;
}

.layout #headerfront .text {
	position: absolute;
	top: 95px;
	left: 80px;
	z-index: 2;
		
}

.layout #headerfront .menu {
	
	position: absolute;
	top: 374px;
	left: 50px;;
	z-index: 3;
}

.layout #header .menu {
	
	position: absolute;
	top: 165px;
	left: 50px;;
	z-index: 3;
}

.layout #footer {
	width: 100%;
	margin: 0;
	text-align: center;
	background-image: url(/images/layout/bg-bottom.jpg);
	background-repeat: no-repeat;
	height: 23px;
	
}

.layout #footer .section .text {
	
	font-weight: bold;
	font-size: 10px;
	color: #000;
	padding-top: 0.2em;
}

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

.layout #contentSection {

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

/* Three Column */

.layout #contentSection #leftThreeCol {

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

}

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

.layout #contentSection #rightThreeCol {

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

}

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

.layout #contentSection #mainThreeCol {

	width: 298px;
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;

}

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

/* Two Column */


.layout #contentSection #leftTwoCol {

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

}

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

.layout #contentSection #mainTwoCol {

	width: 599px;
	float: left;
	margin: 0;
	padding: 0;
	border-left: 1px solid #CCC;

}

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

/* One Column */

.layout #contentSection #mainOneCol {

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

}

.layout #contentSection #mainOneCol .section {

	padding: 10px 50px;
}

.layout .pageFooter {
	
	background-color: #999999;
	font-size: 10px;
	padding-bottom: 10px;
}


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

/* @end */



/* @group Forms */

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

.formTbl th {
	width: 33%;
}

.formTbl th {
	font-weight: bold;
	text-align: right;
	font-size: 10px;
}

.formTbl td {
	
	font-size: 10px;	
}

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

/* @end */

.messageStyle {
	margin-top: 0;
	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: #FF0000;
	text-decoration: none; 
	color: #FFF;
}

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



/* @end */

.testimonials .entry {
	
	margin-bottom: 20px;	
}

.testimonials .quote {
	
	font-style: italic;
	text-align: justify;
	padding-bottom: 5px;
}

.testimonials .sender {
	
	font-size: 12px;
	font-weight: bold;
}

.formError {
	
	font-weight: bold;
	font-size: 10px;
	color: #900;
}
