* {
	margin:0;
	padding:0
}
/* mac hide \*/
html, body {
	/* height:100%;*/
	width:100%;
}
/* end hide */

/*Clear Fix +++++++++++++++++++++++++++++++++++++++++++++++*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*General layout +++++++++++++++++++++++++++++++++++++++++++++++*/

/* positioning styles */
img {border:0; margin:0; padding:0;}
body {margin: 0px; padding: 0px;text-align: center;background-color:#fff;font-family:Arial, Verdana, helvetica;}
form {padding:1px 0 0 0; margin:0 0 0 0;}
ul {padding:0; margin:0; }
li {padding:0; margin:0;}
td {padding:0; margin:0;}
tr {padding:0; margin:0;}

/* part 1 of 2 centering hack */
a {
	margin:0;
	color: #79B448;
	 outline: none;
}
a:hover {
	margin:0;
	color: #7D858A;
	 outline: none;
}

small {
	color: #7D858A;
	font-size: 0.85em;
}

#centre {
	text-align:left;
	width: 600px;
	padding-top: 0px;
} 
html>body #centre {width: 601px; /* ie5win fudge ends */}
               
 #header {
	background-image: url(graphics/logo_background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 110px;
	width: 600px;
}

#UserGuideTop {
	float:left;
	margin:0px 0px 0 10px;
	padding: 0px;
}

#UserGuideWrap {
	POSITION: relative;
	z-index: 5;
	float: left;
}

#UserGuide {
	POSITION: absolute;
	LEFT: 297px;
	TOP: 91px;
	width: 167px;
	height: 40px;
}

 #NavigationWrap {
	padding:0;
	height: 56px;
	width: 600px;
}

#MainNavigation  {
	background-color: #A8ADB1;
	float:left;
	width:600px;
	height: 35px;
	background-image: url(graphics/MainNavigation_bg.jpg);
	background-repeat: repeat-x;
  }

#MainNavigation ul {
	margin:0;
	padding: 0px;
	list-style:none;
  }
  
#MainNavigation li {
	float:left;
	margin:0;
	padding:0 0 0 9px;
	list-style: url(none) none;
	border-top: none;
	border-bottom: none;
	border-left: none;
  }
  
#MainNavigation a {
	float:left;
	display:block;
	padding:15px 9px 5px 0px;
	text-decoration:none;
	font-weight:bold;
	color:#D5D7D9;
	font-size: 75%;
  }

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#MainNavigation a {float:none;}
/* End IE5-Mac hack */
#MainNavigation li:hover {
	background:url("graphics/navigation/UserGuideLeft_over.jpg") no-repeat left top;
  }
#MainNavigation a:hover {
	background:url("graphics/navigation/UserGuideRight_over.jpg") no-repeat right top;
	color:#666666;
  }
#MainNavigation #current {
  background:url("graphics/navigation/UserGuideLeft_on.jpg") no-repeat left top;
  }
#MainNavigation  #current a {
	background:url("graphics/navigation/UserGuideRight_on.jpg") no-repeat right top;
	color:#FFFFFF;
	padding-bottom:5px;
	font-weight: bold;
  }


#SubNavigationWrap {
	POSITION: relative;
	z-index: 5;
	float: left;
}

#SubNavigation {
	POSITION: absolute;
	LEFT: -601px;
	TOP: 35px;
	width: 601px;
	height: 23px;
	visibility: visible;
	background-color: #7D858A;
	z-index: 5;
}


/*#SubNavigation {
	background-color: #7D858A;
	float:left;
	width:600px;
	height: 23px;
}
*/
#SubNavigation ul {
	margin:0;
	padding: 0px;
	list-style:none;
  }
  
#SubNavigation li {
	float:left;
	margin:0 0 0px 10px;
	padding:0 0 5;
	list-style: url(none) none;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right-style: none;
  }
  
#SubNavigation a {
	float:left;
	display:block;
	padding:4px 0px 5px;
	text-decoration:none;
	font-weight:normal;
	color:#666666;
	font-size: 71%;
	margin-right: 15px;
  }

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#SubNavigation a {float:none;}
/* End IE5-Mac hack */
#SubNavigation a:hover {
	color:#FFFFFF;
	border-bottom: 5px solid #CC0033;
  }
#SubNavigation #current {
	border-bottom: 5px solid #7BC240;
	color: #FFFFFF;
  }
#SubNavigation #current a {
	color:#FFFFFF;
	font-weight: bold;
  }


div .footer {
	width:601px;
	height:28px;
	float:left;
	background-image: url(graphics/centre_band.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

div .footer ul {
	margin:0;
	padding: 0px 0px 0px 50px;
	list-style:none;
  }
  
div .footer li {
	float:left;
	padding:5px;
	list-style: url(none) none;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right-style: none;
	height: 20px;
	width: 20px;
  }
  
div .footer li a {
	float:left;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#54852C;
	font-size: 55%;
	border: 1px solid #7D858A;
	background: #71AA42;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
  }

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
div .footer  li a {float:none;}
/* End IE5-Mac hack */
div .footer li:hover {
	
  }
div .footer li a:hover {
	color:#000000;
	border: 1px solid #7D858A;
	background: #AED58E;
  }
div .footer #current {
	color:#FFFFFF;
	font-weight: bold;
	border: 1px solid #53585B;
	background: #5E8D36;
  }

div .footer h3 {
color:#fff; 
padding:8px 0px 0px 50px; 
/*background:#2375FE;*/
text-align: left;
font-size:65%;
font-weight:normal;
}

 #BodyWrap {
	width: 600px;
	/*border-right: 1px solid #7CC341;
	border-left: 1px solid #7CC341;*/
}


div .infoPane {
	width:150px;
	height:350px;
	float:left;
}

div .infoPaneLine {
	width:149px;
	height:350px;
	float:left;
	border-left: 1px solid #D9DbDD;
}

div .infoPane a:link {text-decoration: none;}
div .infoPane a:visited {text-decoration: none;}
div .infoPane a:hover {color: #000;} 

div .infoPane:hover,
div .infoPaneLine:hover,
div .infoPaneDBL:hover,
div .infoPaneDBLLine:hover,
div .infoPaneTPL:hover,
div .infoPaneTPLLine:hover,
div .infoPaneFULL:hover {
	background-color:#EAEBEC;
}

div .infoPaneDBL {
	width:300px;
	height:350px;
	float:left;
	padding: 0px;
}

div .infoPaneDBLLine {
	width:299px;
	height:350px;
	float:left;
	padding: 0px;
	border-left: 1px solid #D9DbDD;
}

div .infoPaneTPL {
	width:200px;
	height:350px;
	float:left;
	padding: 0px;
}

div .infoPaneTPLLine {
	width:199px;
	height:350px;
	float:left;
	padding: 0px;
	border-left: 1px solid #D9DbDD;
}

div .infoPaneFULL{
	width:600px;
	height:350px;
	float:left;
	padding: 0px;
}


div .infoPaneDBL h1 a {text-decoration: none;}
div .infoPaneDBL a {text-decoration: none;}
div .iconImage {
	height: 125px;
	width: 115px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

div .blueBar {width: 100%; background:#80BB4F url(graphics/centre_band.jpg) no-repeat; height:30px;}
div .blueBarDBL {width: 100%; background:#85C054 url(graphics/centre_band.jpg) no-repeat; height:30px;}
div .blueBarTPL {width: 100%; background:#85C054 url(graphics/centre_band.jpg) no-repeat; height:30px;}
div .blueBarFULL {width: 100%; background:#85C054 url(graphics/centre_band.jpg) no-repeat; height:30px;}

div .blueBar  h1, div .blueBarDBL  h1, div .blueBarTPL h1,  div .blueBarFULL h1 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 100%;
	margin: 0px;
	padding: 0px 0px 5px 5px;
	line-height: 30px;
	font-weight: normal;
}

p {font-size: 70%; color: #404040; padding: 5px;margin:0; line-height: 135%;}
h1 {font-size: 100%; padding: 0; margin: 10px 3px 7px 3px; color:#303030;}
h2 {
	padding:5px 5px 0 3px;
	margin:0px;
	font-size: 85%;
	color:#383838;
	font-weight: normal;
}
h3 {padding:0px 5px 0 3px; margin:0px; font-size: 90%; color:#505050;}

#ArrowWrap {
	POSITION: relative;
	z-index: 5;
	float: left;
}

#ArrowLeft {
	POSITION: absolute;
	LEFT: 13px;
	TOP: 0px;
	width: 22px;
	height: 25px;
}

#ArrowRight{
	POSITION: absolute;
	LEFT: 567px;
	TOP: 0px;
	width: 22px;
	height: 25px;
}

