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


body { background-image:url(../images/bg.png); background-repeat:repeat-x; background-color:#F9F4E8; margin-top:0; font-size:12px; font-family:Arial, Helvetica, sans-serif; }

#Container { width:100% }

#header { width:861px; height:188px; background-image:url(../images/header.png); background-repeat:no-repeat; }

.logo { float:left; width:290px; margin-top:5px; margin-left:25px; }

.rotate { padding-top:0px; margin-left:10px; width:310px; float:left }

.headerbuttons { width:210px; height:145px; margin-top:10px; float:right; margin-right:15px; }

#contentTop { width:861px; height:27px; background-image:url(../images/contentTop.png); background-repeat:no-repeat; }

#content { width:861px; background-image:url(../images/contentRepeat.png); background-repeat:repeat-y; padding-bottom:10px; }

.contentRight { float:right; width:555px; margin-right:35px; padding:10px; padding-top:0; text-align:left }

.contentLeft { float:left: width:225px;  }

#title { width:100%; }

h1  { margin:0; font-size:22px;  }

h2 { margin:0;  }

h4 { font-size:16px; border-bottom:3px solid #000; width:170px; margin:0;  }

.hospital { float:right; padding:10px; padding-right:0; padding-top:0 }

#footer { width:861px; height:74px; background-image:url(../images/footer.png); background-repeat:no-repeat; }

.hear { width:400px; color:#538771; font-weight:bold; margin-top:15px;  }

.news { float:left; clear:left; margin-left:40px; margin-top:-200px; background-color:#fff; width:184px; height:235px; padding:3px; border:3px solid #153D2C; font-size:12px; text-align:left; }

.news p { margin-left:-45px; padding-top:200px; font-weight:bold; font-family:Arial, Helvetica, sans-serif }

.news p a{ text-decoration:none; color:#000; }

.news p a:hover{ text-decoration:none; color:#06F; }

.languages { margin-top:10px; }

.officeloc { width:200px; float:left; text-align:left; color:#fff; font-weight:bold; margin-left:35px; margin-top:12px }

.numhour { width:300px; float:right; text-align:right; color:#fff; font-weight:bold; margin-right:35px; margin-top:12px }

.subImage { float:left; clear:left; margin-left:70px; margin-top:-200px; }

/*-------------NAVIGATION---------------*/

#nav {
	margin-left:0px; margin: 0;	padding: 0; list-style: none; width: 190px; /* Width of Menu Items */ font: bold 11px arial; background-color:#538771; }

#nav .menu {
	position: relative;
	background-image:url(../images/navBG.png);
	background-repeat:repeat-x;
	background-position:top;
	height:25px
	}
	
.menu #nav {
	position:absolute;
	left: 190px; /* Set 1px less than menu width */
	width:210px;
	top: 0;
	display: none;
	z-index:900;
	}

/* Styles for Menu Items */
#nav .menu a {
	display: block;
	text-decoration: none;
	color: #fff;
/*	background: #fff;  IE6 Bug */
	padding:5px;
	height:25px;
	}


#nav .menu a:hover { color: #fff; background-image:url(../images/navBGover.png); 
	background-repeat:repeat-x;  } /* Hover Styles */
	
.menu #nav .menu a:hover { color: #fff; background-image:none; background-color:#759587; } /* Hover Styles */	

.menu #nav .menu { border:1px solid #000; background-image:none;  }
		
.menu #nav .menu a { padding: 5px; margin:0px; position:relative; z-index:500; height:15px;  } /* Sub Menu Styles */
		
.menu:hover #nav, .menu.over #nav { display: block; } /* The magic */

.noLink {
	background-image:url(../images/navBG.png);
	background-repeat:repeat-x;
	display: block; 
	width: 190px; 
	height:25px;
	
} 
