* {margin: 0; padding: 0;}

body{
	background-color: #f1f1f1;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #205752;
	behavior: url(/inc/csshover.htc);
	padding-top: 1em;
}

p.at-your-service{
	text-align:right;
	color:#ffffff;
	font-size: 28px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: 600;
	padding: 0px 100px 0px 0px;
	margin: 0px;
}


p{
	line-height: 1.5em;
	font-size: .9em;
	margin-bottom: 8px;
	color: #575757;

}


ul.txt li{line-height: 1.5em;
	font-size: .8em;
	margin-bottom: 8px;
	margin-left: 2em;
	
}

blockquote{
	line-height: 143%;
	font-size: .8em;
	margin-bottom: 8px;
	margin-left: 2em;
}

p.address{
	text-align: center;
	
}
	
p.intro {
	color: #4C9493;
	margin-bottom: 10px;
	line-height: 1.5em;
	padding: 10px 2px 6px 40px;
	}
	
h1{font-family: arial, helvetica, sans-serif;
text-transform: uppercase;
	color: #205752;
	font-size: .9em;
	font-weight: 600;
	margin-bottom: 1em;
}
h2{font-family: Georgia, "Times New Roman", Times, serif;
	color: #4C9493;
	font-size: .9em;
	font-weight: 600;
	margin-top: 1.5em;
}

h3{font-family: Georgia, "Times New Roman", Times, serif;
	color: #4C9493;
	font-size: 1em;
	font-weight: 500;
	margin: 1em 1em .3em 0em;;
	border-bottom: 1px dashed #575757;
	width: 50%;
	
}

h4{font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;	
	color: Green;
	font-size: .9em;
	
}

h5{font-family: Arial, Helvetica, sans-serif;
	color: Green;
	font-size: .8em;
	font-weight: 600;
	
}

ul.bull-green li{
background: url(/images/bull-green.gif) no-repeat 0% 50%;
padding-left: 18px;
margin-left: 1em;
font-size: .8em;
line-height: 1.5em;
list-style: none;
}

div.wrapper {
	width: 760px; 
	background-color: #FFFFFF; 
	border: 1px solid #cccccc; 
	padding: 10px; 
	margin: auto;
	color: 
}


/* Navigation menu starts here */
div#topNav{
	width: 745px;
	/*padding-left: 5px;
	padding-right: 5px;*/
	clear: both;
}	


/*THIS IS DUPLICATED ON THE PHP HEADER TO ALLOW FOR IE - THIS ONE LOOKS AFTER FIREFOX*/
div#topNav li{
	float: left;	
	list-style-type: none;		
	position: relative;
	width: 94px;
	height: 43px;
	background-image: url(/images/but.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding: 12 0 0 33px;
	font-size: 16px;
	

}
div#topNav li li{
	height: 28px;
	padding: 6 2 15 6px;	
	line-height: 110%;
	vertical-align: middle;
	
}
		
div#topNav ul li:hover{
	background-image: url(/images/but1.jpg);
	background-repeat: no-repeat;
	color: #205752;
	border: none;
}	

div#topNav li li:hover{
	background-color: #92C8CA;
	background-image: none;
	color:205752;
	border: none;
}

div#topNav li ul{
	position : absolute;
	width : 128px;
	visibility : hidden;
	/*border : 1px solid #bbbbbb;*/
	top : 43px;
	padding : 0px;
	margin : 0px;
	left : 0px;
	background-color: #61ACA8;
}
/*ACTIVE ACTIVE MAIN DROP DOWN*/		
div#topNav li ul li{
	border-bottom: 1px solid #ffffff;
	clear: both;
	width: 188px;
	text-align: left;
	margin-left: 0px;;
	background-color: #61ACA8;
	background-image: none;
	COLOR: white;
	padding: 4px 0px 0px 7px;
	
}			


div#topNav ul li:hover ul, div#topNav ul li ul:hover{	
	visibility: visible;
}

/*ACTIVE ACTIVE - MAIN BUTTON BAR*/	

/* stops color of anchor turning black when mouse is on 5px padding space in ie */


/*button text*/
div#topNav ul li a:link, div#topNav ul li a:VISITED{
	color: #93A070;
	font-size: .8em;
	font-weight: 600;
	text-decoration: none;
	display: block;
	width: 100%;
	border: none;
}

div#topNav ul li a:hover,{
	color: #205752;
	font-size: .8em;
	font-weight: 600;
	text-decoration: none;
	display: block;
	width: 100%;
}

/*drop down links*/
div#topNav ul ul li a:link, div#topNav li a:VISITED{
	color: white;
	font-size: .8em;
	font-weight: 500;
	text-decoration: none;
	display: block;
	width: 100%;
}


div#topNav li li  a:hover{
	color: #205752;
	font-weight: 400;
	text-decoration: none;
	display:block;
	width: 100%;
	border: none;
}

div#topNav li li  a:link{
	color: #white;
	font-weight: 400;
	text-decoration: none;
	display:block;
	width: 100%;
}

div#topNav li li a:visited{
	color: white;
	font-weight: 400;
	text-decoration: none;
	display:block;
	width: 100%;
}


div#topNav li li:hover a{
	color: white;
	font-weight: 400;
	text-decoration: none;
	display:block;
	width: 100%;
}








	
	
	/******************** horizental menu level 3 (Nested dropdowns) ***************************************/ 
div#topNav li ul li ul{
	margin-left: 162px; 		/* for it to appear to the left of parent */
	margin-top: -25px;			/* for it to inline with parent's top edge */
	visibility: hidden;			/* Hide it untill mouse scrolls over parent */
	display: none;
	width: 162px;
}







	div#topNav ul li:hover ul, div#topNav ul li ul:hover{	
		visibility: visible;
		}
	

	



a{
	text-decoration: underline;
	font-weight: normal;
	color:#246058;
}
a:link { color: #246058;
}
a:visited {color: #9E9E9E; 
}
a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}				
a.image:hover{ 	border-bottom: 0;}



div#sitemap ul{
padding-bottom: 15px;

}

div#sitemap ul li{
	background-image: url(/images/bull-green.gif);
	background-position: 0% 7px;
	background-repeat:no-repeat;
	padding-left: 1em;
	margin-top: 0px;
	margin-bottom:0px;
	padding-top: 0px;
	padding-bottom:0px;
	list-style: none;
	font-size: .9em;
	}

div#sitemap ul li ul li{
	background-image: none;
	border-bottom: 1px dotted #cccccc;
	border-left: 1px dotted #D95E00;
	width: 375px;
	padding-left: 50px;
	margin-left: -.5px;
	font-size: .9em;}

div#sitemap ul li ul li ul li{
	border-bottom: 1px dotted #cccccc;
	border-left: 1px dotted #D95E00;
	padding-left: 50px;
	margin-left: 12px;
	width: 275px;
	font-size: .9em;}









