/* CSS Document */

* {
	margin: 0 ;
	padding: 0;
	}

html {
	height: 100%;
	}

body {
	background: #b2c7e6;
	margin: 1em ;
	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: #2e3192;
	text-decoration: underline;	
	}
	
a:hover,
a:active {
	color: #2e3192;
	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: #2e3192;
	font-weight: bold;
	text-transform: capitalize;
	}

h1 {
	font-size: 140%;
	color: #2e3192;
	border-bottom: #ed1c24 3px solid;
	padding-left: 0px;
	margin-bottom: 20px;
	
	}

h2 {
	font-size: 110%;
	padding-left: 30px;
	background: url(../img/shamrock.gif) no-repeat 0 0;
	}

h3 {
	font-size: 110%;
	color: #dae3f0;
	padding-left: 5px;
	}
				
h4 {
	font-size: 100%;
	}
	
h5 {
	font-size: 80%;
	}
img {
	border: none;
	float: right;
	}			
	
hr {

	border: 1px solid #ed1c24;
}

.break {
	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;
	line-height: 1.5em;
	}

* html #content {
	width: 590px;
	w\idth: 570px;
	}	
	
* html #customContent {
	width: 590px;
	w\idth: 570px;
	}	
/*LIQUID*/
/*converts to fluid layout. Please delete the above styles*/	
/*#page {
	margin: 0;
	min-width: 740px; /*for FF/Opera/Safari	
	max-width: 1200px;
	}

	
#content,
#customContent {
	width: 75%; 	
	margin-left: 190px;	
	}
	
*/

	
#container {
	float: left;
	background: #dae3f0 url(../img/content_bg.gif) repeat-y 0 0;
	border: 1px solid #8b8cbe;
	text-align: left;
	width: 100%;	
	}	
#abscontainer {
	float: left;
	background: #fff url(../img/content_bg.gif) repeat-y 0 0;
	border: 1px solid #8b8cbe;
	text-align: left;
	width: 100%;	
	}	
	
	
/*banner*/
#banner {
	float: left;
	background: #dae3f0 url(../img/banner.jpg) no-repeat 0 0;
	border-bottom: 6px solid #ed1c24;
	height: 100px;
	width:100%;
	}

#logo {
	float: left;
	background: url(../img/logo.gif) no-repeat 0 0;
	width: 108px;
	height: 80px;
	margin: 10px 0 0 10px;
	visibility: hidden;
	}

#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;
	visibility: hidden;
	}

#bannerImg span {
	display: none;
	}		
	

/*MENU STYLES*/

#menu {
	float: left;
	width: 20%;
	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: #2e3192 url(../img/nav_bg.gif) repeat-x 0 0;
	padding: 0.5em;
	border-bottom: 1px solid #2e3192;
	border-top: 1px solid #8b8cbe;
	color: #dae3f0;
	text-decoration: none;
	}

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


/*second level menu*/
#menu li li a:link, 
#menu li li a:visited {
	background: #8b8cbe;
	border-bottom: 1px solid #2e3192;
	border-top: 1px solid #dae3f0;	
	color:#000;
	}

#menu li li a:active, 
#menu li li a:hover {
	background: #dae3f0;	
	color:#000;
	}						

.trigger { /* for show text javascript */
	cursor: pointer; cursor: hand;
	}

.branch { /* for show text javascript */
	display: none;
	}


/*FOOTER STYLES*/

#footer {
	float: left;
	border-top: 6px solid #ed1c24;
	font-size: 80%;
	background: #dae3f0;
	width: 100%;
	padding: 10px 0 10px 0;
	color: #2e3192;
	}

#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 #2e3192;
	}

#footer a:link,
#footer a:visited {
	text-decoration: none;
	color: #2e3192;
	}			

#footer a:active,
#footer a:hover {
	text-decoration: underline;
	color: #2e3192;
	}	

/*CONTENT STYLES*/
	
#content img { /*default img styling*/
	float: none;
	margin: 0.75em;
	padding: 0.25em;
	border: 1px solid #999;
	}
	
#content img.staff { 
	float: right;
	margin: 0.75em;
	padding: 0.25em;
	border: 1px solid #999;
	}

#content ul {/* default list styling*/
	margin-left: 3px;
	padding-left: 3px;
	margin-bottom: 1em;
	list-style-image: url(../img/shamrock.gif);
	}
#content ul li{
	
	padding-left: 15px;
	padding-bottom: 10px;
}
#content ol {
	margin: 10px;
	padding: 5px;
	}

	
/***************************************************************************************/
/********************************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;
}
			
		

	

			

							