/* CSS Document */

* {
	margin: 0 ;
	padding: 0;
		margin-top:0;
	}

html {
	height: 100%;
	}

body {
	background: #831517;
	margin: 1em;
	margin-top: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 */
	}
	
/*text styles*/

a:link,
a:visited {
	color: #999;
	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, h5, h6 {
	font: Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
	}

h1 {
	font-size: 150%;
	}

h2 {
	font-size: 130%;
	}

h3 {
	font-size: 110%;
	}

		
img {
	border: none;
	}			

.spacer {
	clear: both;
}
				
/*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*/	
#page {
	margin: 0;
	width: 760px; /*for FF/Opera/Safari	*/
	ma//x-width: 1200px;
	background: url(../img/watermark.gif);
	
	}

	
#content,
#customContent {
	width: 600px;
	padding-left: 1px;	
	float: left;
	vertical-align:top;	
	background: url(../img/watermark.gif);
	}


	
#container {
	float: left;
	background: url(../img/content_bg.gif) repeat-y -21px 0;
	border: 1px solid #FFF;
	text-align: left;
	width: 100%;	
	}	
	
	
/*banner*/
#banner {
	float: left;
	height: 120px;
	width:100%;
	background: url(../img/watermark.gif);
	}

#logo {
	float: left;
	background: url(../img/logo.gif) no-repeat 0 0;
	width: 281px;
	height: 100px;
	margin: 0 0 10px 0;
	}

#logo span {
	display: none;
	}

#bannerImg { /*optional style to include banner image/animation.*/
	float: right;
	background: #000 url(../img/banner.jpg) no-repeat;
	width: 450px;
	height: 80px;
	margin: 10px 10px 10px 0;
	}

#bannerImg span {
	display: none;
	}		
	

/*MENU STYLES*/

#menu {
	float: left;
	width: 159px;
	list-style: none;
	vertical-align:top;
	}

#menu li { /*all lists*/
	width: 159px;
	float: left;
	}
	
* html #menu li {
	width: 159px;
	}	

	
/*first level menu*/
#menu li a:link,
#menu li a:visited { 
	display: block;
	background: #3B3B3B url(../img/nav_bg.gif) repeat-x 0 0;
	padding: 0.5em;
	border-bottom: 1px solid #000;
	border-top: 1px solid #999;
	color: #FFF;
	text-decoration: none;
	}

#menu li a:active,
#menu li a:hover {
	background: #202020 url(../img/nav_rollover.gif) repeat-x 0 0;
	}


/*second level menu*/
#menu li li a:link, 
#menu li li a:visited {
	background: #333;
	border-bottom: 1px solid #000;
	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;
	text-align:right;
	}


/*FOOTER STYLES*/

#footer {
	float: left;
	border-top: 1px solid #FFF;
	font-size: 80%;
	background: #CCC;
	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: center;
	marg//in: 0.75em;
	padd//ing: 0.25em;
	bord//er: 1px solid #999;
	}

#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*/
	width: 100%;
	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;
}
			
		span.NextPrevButton {

 display: block;

 width: 70px;

 height: 14px;

}



	

			

							