/* Maryland General Hospital 2007 */
body{
	margin: 0px;
}

body p{
	font-family: verdana, arial, times;
	font-size: 11px;
	color: #555555;
}

body p.normal{
	font-family: verdana, arial, times;
	font-size: 11px;
	font-weight: normal;
	color: #555555;
}
body li{
	font-family: verdana, arial, times;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
}



body h5{
	font-family: verdana, arial, times;
	color: #555555;
	padding: 0px 25px 0px 25px;
	margin-right: 25px;
	margin-bottom: -5px;
}	

a{
	font-family: verdana, arial, times;
	font-size: 11px;
	color: #00476b;
	text-decoration: underline;
}
/* First container */
#containerMain{
	width: 100%;
	width: auto;
	height: 100%;
	right: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	min-width: 985px;
	background-color: #abc0cb;
}

/* Second container holds everything but the footer*/
#container{
	background-color: #abc0cb;
    width: 945px;
	position: relative; 
    margin-left: auto;
    margin-right: auto;
    text-align: left;
	min-height: 600px;
	height: 635px;
	height: auto;
}

#header{
	position: absolute;
	width: 945px;
	height: 141px;
	top: 5px;
	z-index: 2;
}

/* Div includes the table with search text and button */
#search{
	position: absolute;
	height: 25px;
	left: 730px;
	top: 5px;
	z-index: 3;
}

#search p{
	font-family: verdana, arial, times;
	color: #00476b;
	font-weight: bold;
	font-size: 12px;
	text-transform: capitalize;
}

/* Navigation buttons */
#menu{
	position: absolute;
	width: 623px;
	height: 62px;
	top: 42px;
	left: 323px;
	z-index: 3;
}

/* Holds the left side img */
#left{
	position: relative;
	float: left;
	width: 357px;
	height: 579px;
	margin-bottom: 20px;
	top: 17px;
	left: 37px;
	z-index: 1;
}

/* Photos sit on top of the left div, not inside it */
#circle_photos{
	position: absolute;
	width: 115px;
	height: 388px;
	top: 140px;
	left: 57px;
	z-index: 2;
}

#content{
	position: relative;
	float: right;
	background-image: url(../images/content_bar.jpg);
	background-repeat: repeat-y;
	width: 607px;
	margin-top: -500px;
	/*margin-top: 103px;*/
	/*left: 280px;*/
	left: -30px;
	z-index: 1;
}

#content p{
	padding: 0px 5px 0px 25px;
	margin-right: 25px;
}

.content_bottom{
	background-image: url(../images/content_bottom_bar.jpg);
	height: 13px;
	width: 609px;
	clear: both;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

#breadcrumbs{
	position: absolute;
	top: 115px; 
	z-index: 4;
	left: 335px
}

#breadcrumbs a{
	font-weight: bold;
	color: #00476b;
}

/* Photo inside content */
.contentImg{
	float: right;
	clear: both;
	padding: 10px 25px 10px 10px;
}

/* Applies to photos on Nurse Profiles page */
.nurseImg{
	float: left;
	padding: 10px 10px 10px 25px;
}

.nurseName{
	clear: left; 
	padding-top: 15px;
}

/* Headlining title img*/
.title{
	padding: 0px 0px 10px 25px;
}

#video{
	position: absolute;
	width: 83px;
	height: 78px;
	right: -10px;
	bottom: 8px;
	z-index: 2;
}

#footer{
	position: relative;
	background-repeat: repeat-x;
	background-image: url(../images/bg_bar.jpg);
	margin-top: -6px;
	margin-bottom: -5px;
	min-width: 945px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width: 975px;
	height: 168px;
	bottom: -1px;
	z-index: 1;
}

/*bg for footer div. makes up for min-width in IE6*/
#footer_container{
	position: relative;
	background-repeat: repeat-x;
	background-image: url(../images/bg_bar.jpg);
	margin-top: -6px;
	margin-bottom: -5px;
	width: 100%;
	min-width: 985px;
	clear: both;
	height: 168px;
	bottom: -1px;
	z-index: 1;
}

#footer p{
	text-align: center;
}

/* Bottom corner on level 1 pages, not on homepage */
#level_bottom{
	position: absolute;
	clear: both;
	bottom: 10px;
	width: 196px;
	height: 119px;
	left: 80%;
	/*left: 749px;*/
	padding: 0px;
	border: none;
}