@charset "utf-8";
/* CSS Document */

body {
text-align: center;/* for IE */
font-family:Arial, Helvetica, sans-serif;
} 
a{
	color:#1d5aa9;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
div.mainWrapper {
	margin-left: auto; /* for better browsers */
	margin-right: auto;
	width: 888px;
	
	text-align: left; /* so the content itself isn't centered within the div */
	padding:0em;
	
	color:#1d5aa9;
}
/* -------------- LOGOS ----------- */

div.logoWrapper{
width:838px;
height:60px;;
margin-bottom:10px;

}

div.logoImp{
float:left;
}

div.logoNhs{
float:right;
}

div.AHSC{
font-size:30px;
margin-bottom:10px;

}
div.clear{
float:none;
width:888px;
height:50px;
}

/* -------------- MAIN MENU ----------- */
ul{
 list-style: none;
padding:0;
margin:0;
text-indent:0px;

}

ul li.mainMenu{
 font-size:12px;
 font-weight:bold;
 color:#1d5aa9;
 display:inline;
 width:120px;
 margin-left:-1em;
 background-image:url(../images/menuBG.jpg);
 background-repeat:no-repeat;
 height:45px;
 border:none;
 float:left;
 padding:0.5em;
text-indent: 0px;
}
ul li.noMargin{
margin-left:0em;
}
ul li.mainMenu a{
	font-size:12px;
	font-weight:bold;

	width:120px;
	height:45px;

}

#topMenu ul li:hover{
background-image:url(../images/menuBG_o.jpg);
}

/* -------------- MAIN MENU ENDS----------- */


/*------------SLIDESHOW HP-----------------*/

div.blackPlane{
color:#FFFFFF;
width:250px;
height:311px;
float:left;
position:absolute;
margin-top:-1px;
z-index:500;
overflow:hidden;
}

div.blackImage{
float:left;
width:250px;
height:311px;
padding:0em;
margin:0em;
position:absolute;


}

div.dottedLineBlk{
float:left;
padding:8px;
width:229px;
height:1px;
margin-bottom:10px;
margin-top:80px;
position:absolute;
left:0px;
}

div.slideTextHead{
font-size:26px;
font-weight: normal;
height:80px;
width:240px;
left:0px;
position:absolute;
padding: 8px;
}

div.slideText{
font-size:12px;
position:absolute;
left:0px;
padding: 8px;
margin-top:95px;
}
div.slideShowHolder{
margin-top:65px;
}
#theSlides{
position:absolute;
margin-top:-1px;
overflow:hidden;
}

#theList{

width:841px;
height:311px;
position:absolute;
z-index:10;
margin-top:0px;
}

/*------------SLIDESHOW HP ENDS-----------------*/



/*------------BOTTOM MENU HP-----------------*/

#bottomColumnsWrapper{
margin-top:315px;
position:absolute;
float:left;
clear:both;
display:block;
width:840px;
}

div.botCol{
float:left;
margin-right:-5px;
padding-right:5px;
width:210px;
}

div.botColHead{
font-size:18px;
color:#1d5aa9;
width:210px;
height:31px;
padding:3px 0px 0px 8px;
}

div.botColHeadStart{
background-image:url(../images/BGyellowStart.jpg);
background-repeat:no-repeat;
}

div.botColHeadMid{
background-image:url(../images/bgYellowMid.jpg);
background-repeat:no-repeat;
}
.botColBody{
margin-top:-2px;
padding-top: 8px;
padding-left:0px;
height:200px;;
}

.botColBodyStart{
background:url(../images/blocksBlueBG.gif) repeat-y scroll;
}

.botColBodyMid{
background: url(../images/blocksBlueBGmid.gif) repeat-y scroll;
}

#bottomColumnsWrapper ul{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:10px;
width:190px;

}

#bottomColumnsWrapper ul li{
font-size:12px;
line-height:15px;
background:url(../images/bullet_common_links_bar.gif) no-repeat scroll 0 0.45em;
margin:0 0 0.2em;
padding:0 0 0 1.2em;
}

p.date{
font-size:10px;
margin-top:-1px;
color:#999999;
}

div.dottedLineBT{
background:url(../images/dottedLine.gif) repeat-x scroll;

height:1px;
position:relative;
top:32px;

}
/*------------BOTTOM MENU HP ENDS-----------------*/

