@charset "utf-8";
/* CSS Document */

html
{
	height:100%;
}

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg2.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#e9f8ff;
	font-family:Tahoma;
	font-size:11px;
	letter-spacing:1px;
	color:#666666;
	text-align:left;
	line-height:20px;
	height:100%;
}

a
{
	text-decoration:none;
	color:#002472;
}

a:Hover
{
	text-decoration: underline;
	color:#6395da;
}

.leftTdHdr
{
	background-image:url(images/topbg-left.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:114px;
}


.riteTdHdr
{
	background-image:url(images/topbg-rite.jpg);
	background-position:top rite;
	background-repeat:no-repeat;
	width:114px;
}

.btn1

{
	background-image:url(images/btn-hm1.jpg);
	width:65px;
	height:46px;
	cursor:pointer;
}



.btn1:Hover
{
	background-image:url(images/btn-hm1a.jpg);
	width:65px;
	height:46px;
	cursor:pointer;
}

.btn2

{
	background-image:url(images/btn-boutTrust1.jpg);
	width:113px;
	height:46px;
	cursor:pointer;
}


/*
.btn2:Hover
{
	background-image:url(images/btn-boutTrust1a.jpg);
	width:113px;
	height:46px;
	cursor:pointer;
}
*/

.btn3

{
	background-image:url(images/btn-projects1.jpg);
	width:88px;
	height:46px;
	cursor:pointer;
}



.btn3:Hover
{
	background-image:url(images/btn-projects1a.jpg);
	width:88px;
	height:46px;
	cursor:pointer;
}


.btn4

{
	background-image:url(images/btn-donations1.jpg);
	width:103px;
	height:46px;
	cursor:pointer;
}



.btn4:Hover
{
	background-image:url(images/btn-donations1a.jpg);
	width:103px;
	height:46px;
	cursor:pointer;
}


.btn5

{
	background-image:url(images/btn-news1.jpg);
	width:60px;
	height:46px;
	cursor:pointer;
}



.btn5:Hover
{
	background-image:url(images/btn-news1a.jpg);
	width:60px;
	height:46px;
	cursor:pointer;
}

.btn6

{
	background-image:url(images/btn-jobs1.jpg);
	width:56px;
	height:46px;
	cursor:pointer;
}



.btn6:Hover
{
	background-image:url(images/btn-jobs1a.jpg);
	width:56px;
	height:46px;
	cursor:pointer;
}


.btn7

{
	background-image:url(images/btn-facility1.jpg);
	width:81px;
	height:46px;
	cursor:pointer;
}



.btn7:Hover
{
	background-image:url(images/btn-facility1a.jpg);
	width:81px;
	height:46px;
	cursor:pointer;
}

.btn8

{
	background-image:url(images/btn-patientCare1.jpg);
	width:117px;
	height:46px;
	cursor:pointer;
}



.btn8:Hover
{
	background-image:url(images/btn-patientCare1a.jpg);
	width:117px;
	height:46px;
	cursor:pointer;
}


.btn9

{
	background-image:url(images/btn-contact1.jpg);
	width:85px;
	height:46px;
	cursor:pointer;
}



.btn9:Hover
{
	background-image:url(images/btn-contact1a.jpg);
	width:85px;
	height:46px;
	cursor:pointer;
}

.blockBrdr
{
	border:solid 1px #bdbdbd;
	background-image:url(images/bg-block.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#f2f2f2;
	height:269px;
	width:218px;
}

.blockBrdr TD
{
	padding:10px;
}

.blockHdr
{
	font-family:Arial Black;
	color:#cc0000;
	text-transform:uppercase;
	font-size:14px;
	text-align:right;
}

.newsBlock
{
	background-image:url(images/bg-news-block.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:244px;
	height:180px;
	border:solid 1px #bddffc;
}

.dateStyle
{
	font-family:Tahoma;
	text-transform:uppercase;
	color:#0077eb;
	font-weight:bold;
}

.galleryBox
{
	border:solid 1px #b1d8fb;
	background-color:#f4f9fe;
	width:244px;
	height:270px;
}

.picBlock
{
	border:solid 1px #999999;
	background-color:#ffffff;
	width:220px;
	height:152px;
}

.picBlock TD
{
	padding:5px;
}




/* Drop Down Menu Style Starts Here */


#dropmenudiv{
position:absolute;
letter-spacing:1px;
border:1px solid #DDDDDD;
border-bottom-width: 0;
font:normal 11px Tahoma;
line-height:22px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
letter-spacing:1px;
border-bottom: 1px solid #557799;
padding: 1px 0;
padding-left:5px;
text-decoration: none;
font-weight: normal;
background-color:#04266d;
color:#FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-image:url(images/menu-bgHover.jpg);
background-repeat:repeat-x;
color:#FFFFFF;
letter-spacing:1px;
}


/* Drop Down Menu Style Ends Here */

