@charset "utf-8";
/* CSS Document */

body  {
	background-color: #d8e3c4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#MainContainer {
	position:relative;
	width: 1018px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	height: 750px;
	z-index:1;
}
#navigation {
	position:absolute;
	top: 0px;
	background-color:#d8e3c4;
	padding: 5px;
	left: 0px;
	width: 130px;
	font: tahoma;
	font-weight:bold;
	font-size:12px;
	color: #719726;
	z-index:10000;
	}
	
.Intexttitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	padding-top:0px;
	margin-bottom:5px;
	color:#719726;
	}

/*******************************************************************************

 MAIN TAGS REDEFINED

 *******************************************************************************/
 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:17px
	margin-bottom: 5px;
	margin-top: 0px;
	color:#000000;
	text-align:left;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-bottom: 5px;
	margin-top: 0px;
	color:#719726;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom: 5px;
	margin-top: 0px;
	color:#FF0000;
	text-align:left;
	text-transform:capitalize;
}

 h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom: 5px;
	margin-top: 0px;
	color:#000000;
	text-align:center;
	font-weight:normal;
}
h4 {
	font-family:Tahoma;
	font-size:11px;
	margin-bottom: 13px;
	margin-top: 0px;
	color:#719726;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
}
h5 {
	font-family:Tahoma;
	font-size:10px;
	margin-bottom: 5px;
	margin-top: 0px;
	color:#719726;
	text-align:left;
	font-weight:bold;
	text-transform:capitalize;
	}
	
li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	list-style-image:url(menu%20buttons/bullet%20small.jpg);
	margin-bottom:15px;
	}
	
.tablehead {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	}
	
.tablebody {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	}
/************************************************************/

/* HEADER*/ 

/************************************************************/

#headerBar {
	position:absolute;
	width:933px;
	z-index:2;
	top: 0px;
	left: 0px;
	
}

#buttons {
	position:absolute;
	width:1020px;
	height:28px;
	z-index:3;
	left: 0px;
	top: 132px;
	margin-left:0px;
}

.buttonBar li
{
	margin: 0;
	padding: 6px;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	float: left;
	list-style-image:none;
}
.buttonBar ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: 6px;
	width: 1012px;
	top: -3px;
	height: 28px;
}

#navigation a {
	font-family:Tahoma;
	font-size:10px;
	line-height:20px;
	color:#719726;
	text-align:left;
	font-weight:bold;
	text-transform:capitalize;
	text-decoration:none;
}

#navigation a:hover {
	font-family:Tahoma;
	font-size:10px;
	line-height:20px;
	background:#FFFFFF;
	text-align:left;
	font-weight:bold;
	text-transform:capitalize;
	text-decoration:none;
	padding:3px;
}

#navigation a:focus {
	font-family:Tahoma;
	font-size:10px;
	line-height:20px;
	background:#FFFFFF;
	text-align:left;
	font-weight:bold;
	text-transform:capitalize;
	text-decoration:none;
	padding:3px;
}
/************************************************************/

/*MAIN CONTENT - CENTRE*/ 

/************************************************************/

#MainContent1 {
	position:absolute;
	width:1018px;
	height:555px;
	z-index:1021;
	left: 0px;
	top: 173px;
} 


#MainContent2 {
	width:844px;
	top:109px;
	left:301px;
	position:absolute;
	height: 535px;
} 

#TextOneCol {
	position:absolute;
	width:720px;
	left: 11px;
	height: 530px;
}

#RightOneCol {
	position:absolute;
	width: 250px;
	left: 755px;
	text-align:center;
	background-color:#d8e3c4;
	height: 530px;
	padding-top:5px;
}

#RightOneCol p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px
	margin-bottom: 5px;
	margin-top: 0px;
	color:#719726;
	text-align:center;
}

#TextTwoCol {
	position:absolute;
	width:575px;
	left: 155px;
	height: 530px;
	top: 0px;
}

#TextTwoColRight {
	position:absolute;
	width:842px;
	left: 155px;
	height: 530px;
	top: 0px;
}

#RightTwoCol {
	position:absolute;
	width: 250px;
	left: 594px;
	text-align:center;
	background-color:#d8e3c4;
	height: 530px;
	top: -1px;
}

#RightTwoCol p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px
	margin-bottom: 5px;
	margin-top: 0px;
	color:#719726;
	text-align:center;
}

#apptable p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0px;
	}
/************************************************************/

/*FOOTER*/ 

/************************************************************/

#Footer {
	width:1018px;
	background-color:#A3CF4D;
	text-align:center;
	font-size:10px;
	position:absolute;
	top: 726px;
	left:0px;
	height:24px;
}
.links li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	list-style-image:none;
}
.links ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: 250px;
	top: 6px;
}

#Footer a {
	margin: 2px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	}
#Footer a:hover {
	margin: 2px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.footerList { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
}


/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

#searchbox {
	text-align: center;
	margin:auto;
}
