/* Updated: March 14, 2008 */

body {
	background-color: #D9E4AC;
	font: 76% Arial, Verdana, sans-serif;
	text-align: center;
	margin: 0;
	color: #000000;
}

td, th {

	padding: 0;
	vertical-align: top;
}

a img {

	border: 0;
}

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

a:hover {

	text-decoration: underline;
}

option {
	padding: 0px 2px;	
}

h1 {

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

h2 {

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

h1.styled, h2.styled, h3.styled, h3.leftstyled {

	font-size: 16px;
	color: #1B6AAC;
	margin-bottom: 20px;
	margin-top: 5px;
	border-bottom-style: dotted;
	border-bottom-width: 2px; 
	border-bottom-color: #1B6AAC;
	padding: 0px 0 10px 2px;
	margin-left: 0;
	
}

h1.styled {
	
	font-size: 18px;
}

h3.styled {

	font-size: 14px;
	
}

h3.leftstyled {
	
	font-size: 12px;
	margin: 4px 0px; 
	padding: 2px;	
}

/* @group Layout */

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

.layout #container {
	width:  900px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
}

.layout #header {
	width: 900px;
	height: 141px;
	padding: 0;
	background-color: #FFFFFF;
	background-image:url(/images/layout/headerbg.jpg);
}

.layout #header p {
	margin: 0;	
}

.layout #header th {
	text-align: left;
	background-color: #006DB5;
	vertical-align: middle;
	padding-left: 10px;
	margin: 0;
}

.layout #header h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	text-align: center;
	padding-top: 30px;
}

.layout #horizMenu {
	position: block;
	height: 33px;
	background: url(/images/layout/horizMenuBg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	width: 900px;
	background-color: #FFFFFF;
	text-align: center;
}

.layout #horizMenu p {
	margin: 0;
}

.layout #footer {
	width: 900px;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	text-align: center;
	background-color: #FFF;
	border-top: 2px dotted #9FBC30;

}

.layout #bgfooter {
	
	margin: 0 auto;
	width: 1000px;
	background-image:url(/images/bg_footer.gif);
	background-repeat: none;
	height: 30px;
}

.layout #footer a, .layout #footer a:visited {

	font-size: 1em;
	color: #9FBC30;
	text-decoration: none;
}

.layout #footer a:hover {

	color: #1B6AAC;
	text-decoration: none;
}

.layout #content {
	position: block;
	text-align: left;
	padding: 0;
	min-height: 500px;
}

/* The inner sidebars and layout */

.layout #contentSection #leftThreeCol, .layout #contentSection #rightThreeCol {

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

}

.layout #contentSection #mainThreeCol {

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

}

.layout #contentSection .section {

	padding: 5px;
}


.layout #contentSection #leftTwoCol {

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

}

.layout #contentSection #mainTwoCol {

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

}

/* One Column */

.layout #contentSection #mainOneCol {

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

}

.layout #contentSection #mainOneCol .section {

	padding: 10px 20px;
}

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

.seperator {

	height: 10px;
	font-size: 1px;
}

/* @end */

/* @group Forms */

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

.formTbl th {
	width: 33%;
}

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

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

.formTbl .error {

	display: block;
	font-weight: bold;
	color: #990000;
	font-size: 90%;
}

/* @end */

/* @group Table for Info */

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

.dataTbl th {
	width: 33%;
}

.dataTbl th.header {

	text-align: center;
}

.dataTbl th {
	font-weight: bold;
	text-align: right;
}

.dataTbl td {
	text-align: left;
}

.dataTbl label.dataLbl {
	font-weight: bold;
	line-height: 1.5;
}

/* @end */

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

/* @group Layout Table */

.layoutTbl {
	border: none;
}

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

.layoutTbl td.basicLeft, .layoutTbl td.basicRight {
	padding: 20px 10px;
	text-align: left;
	font-weight: normal;
}

.layoutTbl td.fixedLeft, .layoutTbl td.fixedRight {
	padding: 20px 10px;
	width: 200px;
	text-align: left;
	font-weight: normal;
}

.layoutTbl td.basicCenter {
	padding: 20px 10px;
	text-align: left;
	font-weight: normal;
}

.layoutTbl .vertMenu {

	margin-bottom: 10px;
}

.layoutTbl h1 {

	font-size: 18px;
}

.layoutTbl h2 {

	font-size: 16px;
}

/* @end */

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

.listTbl td.price {

	text-align: right;
}

.listTbl .smallinfo {

	font-size: 10px;
	color:#999999;
}

/* @end */

/* @group Info Box */

.infoBox {

	border: solid 1px #E9E9E9;
	padding: 0;
	margin: 0;
}

.infoBox h1 {
	margin: 0;
	padding: 3px 3px 3px 10px;
	background-color: #E9E9E9;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}

.infoBox .info {

	padding: 5px 3px;
	text-align: left;
}

/* @end */

/* @group General List */

ul.generalList {

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

ul.generalList li {

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


}

ul.generalList .desc {

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

/* @end */

/* @group General List */

.miniMenu {

	margin-bottom: 10px;
}

.miniMenu ul {

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

.miniMenu ul li {

	display: inline;
	padding: 0.2em 0.4em;
	font-size: 0.9em;


}

.miniMenu ul a {

	font-weight: bold;
	padding: 0.2em 0.4em;
	background-color: #CCC;
	border: 1px solid #666666;
	text-decoration: none;
	color: #000;
}

.miniMenu ul a:hover {
	font-weight: bold;
	padding: 0.2em 0.4em;
	border: 1px solid #666666;
	background-color: #999999;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}


ul.adminMenu {

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

ul.adminMenu li {

	display: block;
	padding: 0.2em 0.8em;
	font-size: 0.9em;
	width: 190px;


}

ul.adminMenu a {

	font-weight: bold;
	display: block;
	padding: 0.2em 0.4em;
	background-color: #CCC;
	border: 1px solid #666666;
	text-decoration: none;
	color: #000;
}

ul.adminMenu a:hover {
	font-weight: bold;
	padding: 0.2em 0.8em;
	border: 1px solid #666666;
	background-color: #999999;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

.box {
	margin: 0 0 20px 0;
	padding: 0px;
	width: 200px;
	border: #006DB5 solid 2px;
}

.box .topleft {
	position: relative;
	left: -2px;
	top: -2px;
	float: left;
	margin: 0px;
	
}

.box .topright {
	position: relative;
	right: -2px;
	top: -2px;
	float: right;
	margin: 0px;

}

.box .bottomleft {
	position: relative;
	left: -2px;
	bottom: -2px;
	float: left;
	margin: 0px;
	
}

.box .bottomright {
	
	position: relative;
	right: -2px;
	bottom: -2px;
	float: right;
	margin: 0px;

}

.box .boxcontainer {

	clear:both;
	margin: 0;
	padding: 0;
}

.box .boxcontent {

	padding: 0 10px;
}

.box_bg_blue {
	background: url(/images/box_blue/bg.png) repeat-x 0 -2px;	
}

.boxdivider {

	margin: 0 0 10px 0;
	border-bottom-style: dotted;
	border-bottom-width: 2px;

}

.boxdivider .boxcontent {

	padding:  0 10px 0 10px;
}

.boxdivider .boxcontent h2.styled {

	font-size: 16px;
	color: #1B6AAC;
	margin-bottom: 20px;
	margin-top: 5px;
	border-bottom-style: dotted;
	border-bottom-width: 2px; 
	border-bottom-color: #1B6AAC;
	padding: 0px 0 10px 2px;
}

/* @end */

ul.mainMenu {

	margin: 3px 10px 3px 5px;
	padding: 0px;
	list-style: none;

}

/* Table when blue curved bg is behind. */

.listTblwBG {
	border: none;
	border-collapse: collapse;
}

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

.listTblwBG th {
	
	text-align: center;
	background-color: none;
	font-weight: bold;
	font-size: 0.9em;
	
} 

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

.listTblwBG tr:hover {

	background-color: none;
}

.listTblwBG tr.headerRow:hover {

	background-color: none;
}

.listTblwBG td.price {

	text-align: right;
}

.listTblwBG .smallinfo {

	font-size: 10px;
	color:#999999;
}

.listTblwBG .subheading {

	font-size: 12px;
	font-weight: bold;
	width: 190px;
	padding: 3px 10px 3px 3px;
	text-align: right;
	float: left;
}

.listTblwBG .moreContent {

	padding: 3px;
	width: 390px;
	float: left;
}

.listTblwBG .moreInfo {

	border: none;
	padding: 3px;
}	

.divider {

	border-bottom: #1B6AAC dotted 2px;

}

.gridTbl {

	border-collapse: collapse;
}

.gridTbl th, .gridTbl td {

	padding: 3px;
}

.gridTbl td, .gridTbl th.heading {

	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
}

.gridTbl th.heading {

	text-align: center;
	font-weight: bold;
	background-color: #CCCCCC;
}

.gridTbl td {

	text-align: center;
}

.gridTbl th.col {

	text-align: left;
	font-weight: bold;
}

.gridTbl tr {

	border-bottom: #CCCCCC 1px solid;
}

.infoToggle {

	padding: 3px;
	font-size: 11px; font-weight: bold;
}

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: #1B6AAC;
	font-size: 10px;
	border: 1px solid #1B6AAC;
	font-weight: bold;
	background-color: #D9E4AC;
	
}

ul.horizNav li a:hover {

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

