/* CSS Document */


.body{
	font-family:Arial, Helvetica, sans-serif;
	background-color:inherit; 
	color: #000000;
	padding: 0px 0px 7px 13px;
	font-size: 0.75em;
	line-height: 1.5;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color:#164613;
	background-color: inherit;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	background-color: inherit;
	color: #164613;
	margin: 0px;
	padding: 0px;
	line-height: 1.3;
	font-weight: bold;
}

/* MAIN LINKS */
a:link{
	color: #666666;
	background-color:inherit;
	font-weight: bold;
	text-decoration: underline;
}

a:hover{
	color: #164613;
	background-color:inherit;
	text-decoration: underline;
}	
a:visited{
	color: #164613;
	background-color:inherit;
	font-weight: bold;
	text-decoration: underline;
	
}

/* BLUE H1 LINKS */
.blueh1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color:#3989c7;
	background-color: inherit;
}

.blueh1 a{
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.45;
	color: #666666;
	background-color: #ffffff;
	
}

.blueh1 a:hover{
	color: #3989c7;
	background-color: #ffffff;
	text-decoration: underline;
}

.blueh1 a:visited{
	color: #3989c7;
	background-color: #ffffff;
	text-decoration: underline;
}


/*POSITION DIVS*/
#banner{
	margin:0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	width: 100%;
	background-color: #164613;
	color:inherit;
	}
	
#statement{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.85em;
	color: #FFFFFF;
	background-color: inherit;
	position: absolute;
	top: 57px;
	left: 360px;
}	

#leftcontent {
	float: left;
	width:15%;
	margin-top:21px;
	}	
       

#centercontent {
	float: left;
	width: 61%;
	margin-top: 10px;
		margin-left: 15px;
	}

#rightcontent {
	font-family: arial, helvetica, sans-serif;
	width:20%;
	float: right;
	margin-top: 21px;

}	

#adcontent {
	font-family: arial, helvetica, sans-serif;
	width:20%;
	float: right;
	margin-top: 21px;

}	

/* RIGHTNAVIGATION BAR */
#rightcontent a {
	color:#333333;
	text-decoration:none;
	font-weight:normal;
	font-size: 0.75em;
	line-height: 1.45;
	background-color: #bfcbe2;
	display: block;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 13px;
	padding-left: 7px;
	border-bottom-width: 1.5px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

#rightcontent a:hover{
	text-decoration: underline;
	
}
/*AD CONTENT*/

#adcontent a {
    color: #ffffff;
   	background-color: inherit;
	text-decoration: none;

}

#adcontent a:hover{
  color: #ffffff;
 	background-color: inherit;
	text-decoration: none;
	
}

#adcontent a:visited{
  color: #ffffff;
	background-color: inherit;
	text-decoration: none;
	
}
	
	
	
/*TOP NAVIGATION BAR */
 #navcontainer
 {
	position: absolute;
	top: 105px;
	padding: 0;
	height: 21px;
	width: 100%;
	right: 9px;
 }

 #navcontainer ul
 {
 border: 0;
 margin: 0;
 padding-bottom: 0;
 list-style-type: none;
 text-align: center;
 white-space : nowrap;
 }

 #navcontainer ul li
 {
 display: inline;
 text-align: center;
 padding: 0;
 margin: 0;
 }

 #navcontainer ul li a
 {
 float: right;
 border-left: 1px solid #ffffff;
 padding: 5px 9px 5px 9px;
 color: #ffffff;
 background-color: inherit;
 text-decoration: none;
 display: block;
 text-align: center;
 font-family: arial, helvetica, sans-serif;
 font-weight: bold;
 font-size: 0.7em;
 }

 #navcontainer ul li a:hover
 {
 color: #cccccc;
 background-color: #164613;
 }

 

/* LEFT NAV*/
#leftnav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1px;
}

#leftnav a
{
	border-bottom-width: 1.5px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	padding-bottom: 10px;
	display: block;
	padding-top: 10px;
	margin-left: 3px;
	margin-right: 7px;
	line-height: 1.25;
	text-decoration: none;
	color: #666666;
	background-color:inherit;

}

#leftnav a:hover {
	display: block;
	text-decoration: underline;
	color: #164613;
	background-color: inherit;
	font-weight: bold;
}

#leftnav1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1px;
}

#leftnav1 a
{
	border-bottom-width: 1.5px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	padding-bottom: 10px;
	display: block;
	padding-top: 10px;
	margin-left: 3px;
	margin-right: 7px;
	line-height: 1.25;
	text-decoration: none;
	color: #666666;
	background-color:inherit;

}

#leftnav1 a:hover {
	display: block;
	text-decoration: underline;
	color: #643c91;
	background-color: inherit;
	font-weight: bold;
}


/* PURPLE LEFT NAV*/
#pleftnav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1px;
}


#pleftnav a
{
	border-bottom-width: 1.5px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	padding-bottom: 10px;
	display: block;
	padding-top: 10px;
	margin-left: 3px;
	margin-right: 7px;
	line-height: 1.25;
	text-decoration: none;
	color: #666666;
	background-color:inherit;

}

#pleftnav a:hover {
	display: block;
	text-decoration: underline;
	color: #643c91;
	background-color: inherit;
	font-weight: bold;
}

/* BLUE LEFT NAV */
#bleftnav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1px;
}

#bleftnav a
{
	border-bottom-width: 1.5px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	padding-bottom: 10px;
	display: block;
	padding-top: 10px;
	margin-left: 3px;
	margin-right: 7px;
	line-height: 1.25;
	text-decoration: none;
	color: #666666;
	background-color:inherit;

}

#bleftnav a:hover {
	display: block;
	text-decoration: underline;
	color: #3989c7;
	background-color: inherit;
	font-weight: bold;
}




#bleftnav1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1px;
}

#bleftnav1 a
{
	border-bottom-width: 1.5px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	padding-bottom: 10px;
	display: block;
	padding-top: 10px;
	margin-left: 3px;
	margin-right: 7px;
	line-height: 1.25;
	text-decoration: none;
	color: #666666;
	background-color:inherit;

}

#bleftnav1 a:hover {
	display: block;
	text-decoration: underline;
	color: #3989c7;
	background-color: inherit;
	font-weight: bold;
}

#gleftnav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1px;
}

#gleftnav a
{
	border-bottom-width: 1.5px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	padding-bottom: 10px;
	display: block;
	padding-top: 10px;
	margin-left: 3px;
	margin-right: 7px;
	line-height: 1.25;
	text-decoration: none;
	color: #666666;
	background-color:inherit;

}

#gleftnav a:hover {
	display: block;
	text-decoration: underline;
	color: #164613;
	background-color: inherit;
	font-weight: bold;
}

#active a
{
    font-family: Arial, Helvetica, sans-serif;
    border-bottom-width: 1.5px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	padding-bottom: 10px;
    display: block;
    font-size: 0.7em;
	font-weight: bold;
	padding-top: 10px;
	margin-left: 3px;
	margin-right: 7px;
	line-height: 1.25;
	background-color: inherit;
	color: #643c91;
}

#active1 a
{
    font-family: Arial, Helvetica, sans-serif;
    border-bottom-width: 1.5px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	padding-bottom: 10px;
    display: block;
    font-size: 0.7em;
	font-weight: bold;
	padding-top: 10px;
	margin-left: 3px;
	margin-right: 7px;
	line-height: 1.25;
	background-color: inherit;
	color: #164613;
}

#bactive a
{
    font-family: Arial, Helvetica, sans-serif;
    border-bottom-width: 1.5px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	padding-bottom: 10px;
    display: block;
    font-size: 0.7em;
	font-weight: bold;
	padding-top: 10px;
	margin-left: 3px;
	margin-right: 7px;
	line-height: 1.25;
	background-color: inherit;
	color: #3989c7;
}

#rehab a
{
    text-decoration: none;
    color: #ffffff;
   	background-color: inherit;
    }

/* LEFT NAV IMAGE FLOAT*/
.floatleft
{
	float: left;
	padding-right: 5px;
	
}

/* CENTRE IMAGE FLOAT*/
.imagefloat
{
	float: left;
	padding-right: 15px;
	
}

 /* BREADCRUMB*/
 #breadcrumb
 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	margin-top: 11px;
}

/*CENTRE APPEARANCE*/	
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.45;
	color: #164613;
	display: block;
	background-color: #f3f2f2;
	padding-top: 13px;
	padding-left: 7px;
	padding-bottom: 13px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #999999;
	margin-top: 5px;
	margin-bottom: 13px;
	padding-right: 7px;
}

.mainp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.45;
	color: #643c91;
	display: block;
	background-color: #f3f2f2;
	padding-top: 13px;
	padding-left: 7px;
	padding-bottom: 13px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #999999;
	margin-top: 5px;
	margin-bottom: 13px;
	padding-right: 7px;
}

.mainp a{
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.45;
	color: #666666;
	background-color: #f3f2f2;
	
}

.mainp a:hover{
	color: #643c91;
	background-color: #f3f2f2;
	text-decoration: underline;
}

.mainp a:visited{
	color: #643c91;
	background-color: #f3f2f2;
	text-decoration: underline;
}

.mainb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.45;
	color: #3989c7;
	display: block;
	background-color: #f3f2f2;
	padding-top: 13px;
	padding-left: 7px;
	padding-bottom: 13px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #999999;
	margin-top: 5px;
	margin-bottom: 13px;
	padding-right: 7px;
}

.mainb a{
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.45;
	color: #666666;
	background-color: #f3f2f2;
	
}

.mainb a:hover{
	color: #3989c7;
	background-color: #f3f2f2;
	text-decoration: underline;
}

.mainb a:visited{
	color: #3989c7;
	background-color: #f3f2f2;
	text-decoration: underline;
}

.main5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.45;
	color: #164613;
	display: block;
	background-color: #fff;
	padding-top: 9px;
	padding-bottom: 13px;
	margin-top: 5px;
	padding-right: 7px;
}

.main1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.45;
	color: #3989c7;
	display: block;
	background-color: #f3f2f2;
	padding-top: 13px;
	padding-left: 7px;
	padding-bottom: 13px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #999999;
	margin-top: 5px;
	margin-bottom: 13px;
	padding-right: 7px;
	margin-left: 52px;
}


.main6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.45;
	color: #164613;
	display: block;
	background-color: #fff;
	padding-top: 7px;
	margin-top: 5px;
	margin-bottom: 350px;
	padding-right: 7px;
}
	

.box {
	float:left;
	width: 41%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.6;
	color: #164613;
	display: block;
	background-color: #f3f2f2;
	padding-top: 13px;
	padding-left: 15px;
	padding-bottom: 13px;
	margin-top: 5px;
	margin-bottom: 13px;
	padding-right: 7px;
	margin-left: -2px;
	border: solid #ffffff 2px;
}

.box a {
    text-decoration: none;
    }

.box2 {
	float:left;
	width: 41%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.6;
	color: #164613;
	display: block;
	background-color: #f3f2f2;
	padding-top: 13px;
	padding-left: 15px;
	padding-bottom: 13px;
	margin-top: 5px;
	margin-bottom: 13px;
	padding-right: 7px;
	margin-left: 30px;
	border: solid #ffffff 2px;
}

.box2 a{
    text-decoration: none;
    }

.box3 {
	float:left;
	width: 25%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.6;
	color: #164613;
	display: block;
	background-color: #f3f2f2;
	padding-top: 13px;
	padding-left: 15px;
	padding-bottom: 13px;
	margin-top: 5px;
	margin-bottom: 13px;
	padding-right: 7px;
	margin-left: -2px;
	border: solid #ffffff 2px;
}

.box3 a {
    text-decoration: none;
    }

.box4 {
	float:left;
	width: 25%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.6;
	color: #164613;
	display: block;
	background-color: #f3f2f2;
	padding-top: 13px;
	padding-left: 15px;
	padding-bottom: 13px;
	margin-top: 5px;
	margin-bottom: 13px;
	padding-right: 7px;
	margin-left: 20px;
	border: solid #ffffff 2px;
}

.box4 a{
    text-decoration: none;
    }

.box5 {
	float:left;
	width: 25%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.6;
	color: #164613;
	display: block;
	background-color: #f3f2f2;
	padding-top: 13px;
	padding-left: 15px;
	padding-bottom: 13px;
	margin-top: 5px;
	margin-bottom: 13px;
	padding-right: 7px;
	margin-left: 20px;
	border: solid #ffffff 2px;
}

.box5 a{
    text-decoration: none;
    }


.main4 {
	float:left;
	clear:both;
	width: 97%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.45;
	color: #164613;
	display: block;
	background-color: #f3f2f2;
	padding-top: 13px;
	padding-left: 7px;
	padding-bottom: 13px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #999999;
	margin-top: 5px;
	margin-bottom: 13px;
	padding-right: 7px;
}

.grey {
font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #164613;
	background-color: #f3f2f2;
	display: block;
	margin-top: -15px;
	padding-left: 7px;
	padding-bottom: 15px;
	margin-bottom: 13px;
	line-height: 1.45;
	padding-right: 7px;
}

.grey2 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #164613;
	background-color: #f3f2f2;
	display: block;
	margin-top: 5px;
	padding-left: 7px;
	padding-bottom: 15px;
	margin-bottom: 13px;
	line-height: 1.45;
	padding-right: 7px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #999999;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #164613;
	display: block;
	background-color: #f3f2f2;
	padding-left: 7px;
	padding-bottom: 13px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #999999;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 13px;
	line-height: 1.45;
}

.list2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #164613;
	display: block;
	background-color: #f3f2f2;
	padding-left: 0px;
/*	padding-left: -27px; */
	padding-bottom: 13px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #999999;
	font-weight: normal;
	margin-top: 5px;
	padding-right: 5px;
	margin-bottom: 13px;
	line-height: 1.45;
}

/*\*/
.list2 {
padding-left:21px;
padding-top:15px;
}
/* */

ul {
    margin: 0 0 0 -27px;
}
/*\*/
ul {
    margin-left: 0px;
    }
/* */    
    
.num {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #643c91;
	display: block;
	background-color: #fff;
	font-weight: bold;
	padding-right: 5px;
	line-height: 1.3;
}

.num2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #643c91;
	display: block;
	background-color: #fff;
	padding-left: 15px;
	font-weight: bold;
	margin-top: -18px;
 	padding-right: 5px;
	line-height: 1.3;
}

.bull {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #164613;
	display: block;
	background-color: #f3f2f2;
	padding-left: 15px;
	padding-bottom: 13px;
	font-weight: normal;
	margin-top: -42px;
	margin-bottom: 13px;
	padding-right: 5px;
	line-height: 1.45;
}

.bull2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #164613;
	display: block;
	background-color: #f3f2f2;
	padding-left: 7px;
	padding-bottom: 13px;
	font-weight: bold;
	margin-top: -42px;
	padding-right: 5px;
	margin-bottom: 13px;
	line-height: 1.45;
}


.bluelist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #3989c7;
	display: block;
	background-color: #f3f2f2;
	padding-left: 7px;
	padding-bottom: 13px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #999999;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 13px;
	line-height: 1.45;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #3989c7;
	background-color: #f3f2f2;
	display: block;
	margin-top: -15px;
	padding-left: 7px;
	padding-bottom: 15px;
	margin-bottom: 13px;
	line-height: 1.45;
	padding-right: 7px;
}

.blue a{
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.45;
	color: #666666;
	background-color: #f3f2f2;
	
}

.blue a:hover{
	color: #3989c7;
	background-color: #f3f2f2;
	text-decoration: underline;
}

.blue a:visited{
	color: #3989c7;
	background-color: #f3f2f2;
	text-decoration: underline;
}

.quizlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #3989c7;
	display: block;
	background-color: #f3f2f2;
	padding-left: 7px;
	padding-bottom: 3px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #999999;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 13px;
	line-height: 1.5;
	padding-top: 2px;
}

.quizlistindent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #3989c7;
	display: block;
	background-color: #f3f2f2;
	padding-left: 7px;
	padding-bottom: 0px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 13px;
	line-height: 1.2;
	padding-top: 9px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #999999;
}



/*FOOTER APPEARANCE*/	
#footer {
	clear: both;
	width: 100%;
	height: 20px;
	margin-top: 5px;
	background-color:#164613;
	color:inherit;
}
	
#footlinks{
	color:#ffffff;
	background-color:inherit;
	text-align: center;
	}	

#footlinks a {
	font-family:arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.5em;
	color:#ffffff;
	background-color:inherit;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
}

#footlinks a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.5em;
	color:#ffffff;
	background-color:inherit;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: underline;
}
/*ADDISON DESIGN APPEARANCE*/	
#addison {
	clear: both;
	float: left;
	width: 100%;
    font-family: arial, helvetica, sans-serif;
    color: #000000;
    background-color:inherit;
    font-size: 0.7em;
    margin-top: 5px;
}

#addison a {
	font-family:arial, helvetica, sans-serif;
	font-size: 0.7em;
	text-decoration: none;
}

#addison a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-decoration: underline;
}

/*IMAGE MAP*/	

#map1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.45;
	color: #164613;
	font-weight: bold;
	display: block;
	background-color: #fff;
	position: absolute;
	top: 350px;
	left: 50%;
	visibility:hidden;

} 

#map2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.45;
	font-weight: bold;
	color: #164613;
	display: block;
	background-color: #ffffff;
	visibility:hidden;
	position: absolute;
	top: 350px;
	left: 50%;

} 

#map3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.45;
	color: #164613;
	font-weight: bold;
	display: block;
	background-color: #ffffff;
	position: absolute;
	top: 350px;
	left: 50%;
	visibility:hidden;

} 

#map4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.45;
	font-weight: bold;
	color: #164613;
	display: block;
	background-color: #ffffff;
	visibility:hidden;
	position: absolute;
	top: 350px;
	left: 50%;

} 

#map5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.45;
	color: #164613;
	font-weight: bold;
	display: block;
	background-color: #ffffff;
	position: absolute;
	top: 350px;
	left: 50%;
	visibility:hidden;

} 

#map6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.45;
	font-weight: bold;
	color: #164613;
	display: block;
	background-color: #ffffff;
	visibility:hidden;
	position: absolute;
	top: 350px;
	left: 50%;

} 
#map7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.45;
	color: #164613;
	font-weight: bold;
	display: block;
	background-color: #ffffff;
	position: absolute;
	top: 350px;
	left: 50%;
	visibility:hidden;

} 

#map8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.45;
	font-weight: bold;
	color: #164613;
	display: block;
	background-color: #ffffff;
	visibility:hidden;
	position: absolute;
	top: 350px;
	left: 50%;

} 
#map9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.45;
	color: #164613;
	font-weight: bold;
	display: block;
	background-color: #ffffff;
	position: absolute;
	top: 350px;
	left: 50%;
	visibility:hidden;

} 

/*jobs banner*/

#blueban {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	background-color: #3989c7;
	color:inherit;
	border-bottom-width: 25px;
	border-bottom-style: solid;
	border-bottom-color: #164613; 
	}
	
.line {
	margin:5px 0px 9px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	display: block;
	float:left;
	color:inherit;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #999999; 
	}
	
#job {
	position: absolute;
	left: 360px;
	top: 250px;
	display: block;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.45;
	color: #fff;
		}

.tel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.5;
	font-weight: bold;
	color: #88a187;
	background-color:inherit;
}

