/* CSS Document */

* {
	margin: 0 ;
	padding: 0;
	}

html {
	height: 100%;
	}

body {
	background: #000;
	margin: 1em 0 1em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	text-align: center; /*align container in the center for IE5 */
	}

* html body {
	font-size: x-small; /* IE 5+ Browsers */
	f\ont-size: small; /* All IE Browsers */
	}

.break {
	clear: both;
	}
	
/*text styles*/

a:link,
a:visited {
	color: #006633;
	text-decoration: underline;	
	}

a:active,
a:hover {
	color: #999;
	text-decoration: underline;
	}
		
p {
	margin-bottom: 1em;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
h1, h2, h3, h4, h5, h6 {
	font: Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
	}

h1 {
	font-size: 150%;
	color: #006633;
	}

h2 {
	font-size: 130%;
	color: #006633;
	}

h3 {
	font-size: 110%;
	}
				
img {
	border: none;
	}			
	
				
/*LAYOUT STYLES*/

#page {
	margin: 2em auto;	
	width: 780px;
	}
	
#container {
	float: left;
	background: #FFF url(../img/content_bg.gif) repeat-y 0 0;
	border: 1px solid #FFF;
	text-align: left;
	width: 780px;
	}

* html #container {
	vertical-align: text-top;
	}	
	
/*banner*/
#banner {
	width: 780px;
	background: #009548 url(../img/banner.jpg) no-repeat top right;
	border-bottom: 1px solid #FFF;
	height: 100px;
	}

#logo {
	float: left;
	background: url(../img/logo.gif) no-repeat 0 0;
	width: 108px;
	height: 80px;
	margin: 10px 0 0 10px;
	}

#logo span {
	display: none;
	}

#bannerImg { /*optional style to include banner image*/
	float: right;
	background: url(../img/banner.jpg) no-repeat;
	width: 628px;
	height: 153px;
	margin: 31px 0 0 0;
	}

#bannerImg span {
	display: none;
	}		
	

/*MENU STYLES*/

#menu {
	float: left;
	width: 180px;
	list-style: none;
	}

#menu li { /*all lists*/
	width: 180px;
	float: left;
	}
	
* html #menu li {
	width: 170px;
	w\idth: 180px;
	}	

	
/*first level menu*/
#menu li a:link,
#menu li a:visited { 
	display: block;
	background: #057137 url(../img/nav_bg.gif) repeat-x 0 0;
	padding: 0.5em;
	border-bottom: 1px solid #0E4F2C;
	border-top: 1px solid #38AB6E;
	color: #FFF;
	text-decoration: none;
	}

#menu li a:active,
#menu li a:hover {
	background: #043C1D url(../img/nav_rollover.gif) repeat-x 0 0;
	}


/*second level menu*/
#menu li li a:link, 
#menu li li a:visited {
	background: #055C2C;
	border-bottom: 1px solid #057338;
	border-top: 1px solid #4BBD80;	
	color:#FFF;
	}

#menu li li a:active, 
#menu li li a:hover {
	background: #009548;	
	color:#FFF;
	}						

.trigger { /* for show text javascript */
	cursor: pointer; cursor: hand;
	}

.branch { /* for show text javascript */
	display: none;
	}


/*FOOTER STYLES*/

#footer {
	float: left;
	border-top: 1px solid #FFF;
	font-size: 80%;
	background: #C1191F;
	width: 760px;
	padding: 10px;
	}

* html #footer {
	width: 780px;
	w\idth: 760px;
	}	

#footer li {
	float: left;
	margin-right: 0.5em;
	padding-right: 0.5em;
	border-right: 1px solid #FFF;
	}

#footer a:link,
#footer a:visited {
	text-decoration: none;
	color: #FFF;
	}			

#footer a:active,
#footer a:hover {
	text-decoration: underline;
	color: #FFF;
	}	


/*CONTENT STYLES*/

#content,
#customContent { /* use customContent to remove img styling*/
	float: right;
	width: 570px;
	padding: 10px;
	}

* html #content {
	width: 590px;
	w\idth: 570px;
	}	
	
#content img { /*default img styling*/
	float: right;
	margin: 0.75em;
	padding: 0.25em;
	border: 1px solid #97DBB7;
	clear: right;
	}

#content ul {/* default list styling*/
	list-style-type:square;
	margin-left: 3px;
	padding-left: 3px;
	margin-bottom: 1em;
	}

	
	
/***************************************************************************************/
/********************************ADDITIONAL STYLES**************************************/
/***************************************************************************************/


/*contact details*/
	
dl { /*styles used within the integrated search forms*/
	width: 270px;
	margin-bottom: 1em;
	}

dl#headOffice {
	float: left;
	}

dl#secondaryOffice {
	float: right;
	}	

dl dt {
	float: left;
	width: 60px;
	padding: 2px 0;
	}

dl dd {
	margin-left: 70px;
	padding: 2px 0;
	width: 170px
	}

dl dd a {
	font-size: 80%;
	}		

/*PDF buttons*/
	
.downloadPdf a:link, 
.downloadPdf a:visited {
	background: url(../img/ico_pdf.gif) no-repeat;
	display: block;
	height: 32px;
	padding-left: 40px;
	width: 120px; s
}

.getAcrobat a:link, 
.getAcrobat a:visited {
	background: url(../img/ico_acrobat.gif) no-repeat 0 10px;
	border-top: 1px solid #999;
	color: #333333; 
	display: block;
	font-size: 9px; 
	height: 51px;
	line-height: 12px; 
	padding: 12px 0px 0px 98px; 
	text-decoration: none;
	width: 220px; 
}

.downloadPdf a:hover { 
	color:#999999;
}

	
/*doc manager pages*/

.staffProfiles,
.testimonials {
	float: left;
	width: 100%;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em 0;
	border-bottom: 1px solid #CCC;
	}

.staffProfiles img {
	float: left;
	margin: 0 0.75em 0.5em 0 ;
	padding: 0.25em;
	border: 1px solid #97DBB7;
	}

.staffProfiles p {
	float: left;
	width: 400px;
	}
.testimonials p {
	margin: 0 0 0.5em 0;
	}
		
.staffProfiles .employee {
	display: block;
	font-size: 120%;
	font-weight: bold;
	}

.staffProfiles .position,
.testimonials .position {
	display: block;
	font-size: 90%;
	margin-bottom: 0.5em;
	}

.testimonials .position {
	font-style: italic;
	}	

.staffProfiles .contact,
.testimonials .contact {
	display: block;
	margin-bottom: 0.5em;
	}

.testimonials .contact {
	margin: 0.5em 0 0 0;
	font-weight: bold;
	}			

img.dm { /*default doc manager img styling*/
	float: right;
	margin: 0.75em;
	padding: 0.25em;
	border: 1px solid #97DBB7;
	}
			
p.about {
	float: left;
	margin: 0 0 1em 0;
	}		

	

			

							