/* CSS Document */

* {
	margin: 0 ;
	padding: 0;
	}

html {
	height: 100%;
	}

body {
	background: #FF; /* #075A16*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	margin: 1em;
	}

* html body {
	font-size: x-small; /* IE 5+ Browsers */
	f\ont-size: small; /* All IE Browsers */
	}
	
/*text styles*/

a:link,
a:visited {
	color: #CCC266;
	text-decoration: underline;	
	}
	
a:hover,
a:active {
	color: #666;
	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;
	color: #0B5918;
	}

h1 {
	font-size: 150%;
	}

h2 {
	font-size: 130%;
	}

h3 {
	font-size: 110%;
	}
				
img {
	border: none;
	}			
	
				
/*LAYOUT STYLES*/


/*FIXED WIDTH
#page {	
	width: 780px;
	margin: 0 auto;
	}

#content,
#customContent { /* use customContent for ABS/IS/Doc Manager/Home Page
	float: right;
	width: 570px;
	padding: 10px;
	}

* html #content {
	width: 590px;
	w\idth: 570px;
	}	
*/	

/*LIQUID*/
/*converts to fluid layout. Please delete the above styles*/	

#wrap { margin: 0; width: 99.6%; }
#page { float: left; width: 100%; border: 1px solid #DED87A; }
	
#content,
#customContent {
	margin-left: 195px;
	wid//th: 79%; 
	padding: 1em 1em;	
	}

	
#container {
	float: left;
	background: #FFF url(../img/content_bg.gif) repeat-y 0 0;
	text-align: left;
	width: 100%;	
	}	
	
	
/*banner*/
#banner {
	float: left;
	background: #FFF url(../img/banner_bg.gif) top right no-repeat;
	border-bottom: 1px solid #DED87A;
	height: 100px;
	width:100%;
	}

#logo {
	float: left;
	background: url(../img/logo.gif) no-repeat 0 0;
	width: 329px;
	height: 61px;
	margin: 20px 0 0 10px;
	}

#logo span {
	display: none;
	}

#bannerImg { /*optional style to include banner image/animation.*/
	float: right;
	background: #000 url(../img/banner.jpg) no-repeat;
	width: 600px;
	height: 80px;
	margin: 10px 10px 0 0;
	}

#bannerImg span {
	display: none;
	}		
	

/*MENU STYLES*/

#menu {
	float: left;
	width: 195px;
	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: #315909 url(../img/nav_bg.gif) repeat-x 0 0;
	padding: 0.5em;
	border-bottom: 1px solid #2C4C0B;
	border-top: 1px solid #779C52;
	color: #FFF;
	text-decoration: none;
	}

#menu li a:active,
#menu li a:hover {
	background: #C9C25D url(../img/nav_rollover.gif) repeat-x 0 0;
	}


/*second level menu*/
#menu li li a:link, 
#menu li li a:visited {
	background: #A6A6A6;
	border-bottom: 1px solid #666;
	border-top: 1px solid #999;	
	color:#FFF;
	}

#menu li li a:active, 
#menu li li a:hover {
	background: #CCC;	
	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 #DED87A;
	font-size: 80%;
	background: #918D50;
	width: 100%;
	padding: 10px 0 10px 0;
	}

#footer > li:first-child {
	margin-left: 5px; /*moves the first li 5px to the right*/
	}

* html ul#footer {
	width: 99.9%;/*for IE5*/
	padding-left: 1%;/*for IE5*/
	w\idth:99%;/*for other IE*/
	p\adding-left:5px;/*for other IE*/
	} 
	
	
#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 img { /*default img styling*/
	float: right;
	margin: 0.75em;
	padding: 0.25em;
	border: 1px solid #999;
	}

body#home img {
	float: none;
	margin: 0 auto;
	border: none;
	}	

#content ul {/* default list styling*/
	list-style-type:square;
	margin-left: 3px;
	padding-left: 3px;
	margin-bottom: 1em;
	}

	
	
/***************************************************************************************/
/********************************ADDITIONAL STYLES**************************************/
/***************************************************************************************/


/*contact details*/
	
dl#contact { /*styles used within the integrated search forms*/
	margin-bottom: 1em;
	}

dl#contact dt {
	float: left;
	width: 100px;
	padding: 2px 0;
	}

dl#contact dd {
	margin-left: 110px;
	padding: 2px 0;
	}	

/*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;
}
	
body#home a#reiq:link,
body#home a#reiq:visited {
	float: left;
	background: url(../img/reiq.gif) no-repeat;
	display: block;
	height: 79px;
	width: 78px;
	text-indent: -9999px;
	margin-left: 25px;
	margin-top: 40px;
	}			
		
body#home a#reiq:hover,
 body#home a#reiq:active {
	}

 #menu li.extra a 	{
 	display: none;
	visibility: hidden;
	}
	
body#home #menu li.extra a {
	border: none;
	display: block;
	visibility:visible;
	}	
body#home #content {
	text-align: center;
	}
body#home #content img {
	margin: 0 auto;
	}	

	

			

							