@charset "utf-8";
/* CSS Document */

body {
	font: 14px Verdana, Arial, Helvetica, sans-serif normal;
	background:#EFE7D6 top left repeat-x url(../images/main-background.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */


}
a:link, a:visited, a:active  {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: underline;
}
a img{
	border:none;border-width:0px;
}


#container {
	width: 972px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: top center no-repeat url(../images/content-dropshadow2.png);
	margin:0px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/*height:100px;*/
	height:auto;
	clear:both;
}
#header-top {
	background: transparent top center no-repeat url(../images/header-dropshadow.png);
	height:18px;
	position:relative;
	width:972px;
	left:0px;
	margin:0px;
	float:left;
	top:-18px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

h2 {
	color:#932c47;
	border-bottom:2px solid #932c47;
	margin-right:10px;
	padding-top:20px;
	
}

.logo {
background: transparent center repeat-y;
background-image:url(../images/content-dropshadow.png);
height:78px;
width:auto;
margin:50px 10px 0px;

}

.logo-hospital {
	background:url(../images/logo.gif) no-repeat left center;
	width:269px;
	height:73px;
	float:left;
	position:relative;
	top:40px;
	left:30px;
	z-index:100;

}

.corner {
	position:relative;
	height:125px;
	width:210px;
	float:right;
	/*top:-40px;*/
	right:11px;
	background:url(../images/hospital.png) no-repeat bottom;
	z-index:50; 
}

.nav-bar {
	margin:0px 11px;
	padding:10px 15px 0px 3px;
	background:url(../images/nav-bkgrd.png) repeat-x bottom;
	height:50px;
	width:932px;
	z-index:10;
	text-align:left;
	font:14px Verdana, Geneva, sans-serif;
	font-variant:small-caps;
	letter-spacing:1px;
	font-family: Verdana, Geneva, sans-serif;

}

.nav-bar-on {
	margin:0px;
	padding:8px 15px 0px;
	background:url(../images/nav-bkgrd-on.png) repeat-x top #003568;
	height:39px;
	text-align:left;
	font:14px Verdana, Geneva, sans-serif;
	font-variant:small-caps;
	letter-spacing:1px;
	float:left;
	color:#FFF;
	/*width:auto;*/
	position:relative;
	top:-30px;
	left:75px;
z-index:2000;

}

.nav-bar a:link, a:visited, a:active {color:#000; text-decoration:none; padding:0 2px;}
.nav-bar a:hover{color:#000; text-decoration:underline;}

.nav-bar-on a:link, a:visited, a:active {color:#fff; text-decoration:none; padding:0 2px;}
.nav-bar-on a:hover{color:#fff; text-decoration:underline;}


#mainContent {
	padding:0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	
	background:url(../images/content-dropshadow.png) center repeat-y;
	margin:auto;
	z-index:3;

}
#mainContent-body {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0px 11px;
	border:0px solid #FFF;
	background-color:#cdc6b8;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

	background: transparent url(../images/footer-dropshadow.jpg) top center no-repeat;

}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.cellar {
	text-align:center;
	font-variant:small-caps;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:0px;
	font-size:12px;
}
.cellar a:link, .cellar a:visited, .cellar a:active {color:#000; text-decoration:none;}
.cellar a:hover{color:#000; text-decoration:underline;}

.contact {font-size:11px; font-variant:normal; font-family:Verdana, Geneva, sans-serif;}
.contact a:link, .contact a:visited, .contact a:active {color:#932c47; text-decoration:none;}
.contact a:hover{color:#932c47; text-decoration:underline;}

#right-sidebar {
	width:736px; 
	float:right; 
	position:relative;
	margin:0px;
	padding:0px;
	border-left:3px solid #cdc6b8;
	background-color:#FFF;

}
#left-sidebar {
	width:209px; 
	float:left; 
	position:relative;
	margin:0px;
	padding:0px;
	/*border-right:3px solid #cdc6b8;*/
	background:url(../images/news-background.jpg) #ffffff repeat-x bottom;
	
}

#section-header {
	background-color:#7d93b1;
	height:235px;
	width:auto;
	margin:0px;
	padding:0px;
	background:url(../images/body-top.gif) no-repeat center top;
}
#body-copy {
	padding:0px 10px 80px 10px;
	background:url(../images/body-bottom.gif) center bottom no-repeat;
}

#body-copy a:link, #body-copy a:visited, #body-copy a:active  {
	text-decoration: none;
	color:#932c47;
}
#body-copy a:hover {
	text-decoration: underline;
}
p {
	font-size:12px;
	line-height:16px;
}
#leadership {
	font-size:9px;
	padding:10px 0 0 10px;
	background:url(../images/news-background.jpg) #ffffff repeat-x bottom;
	background:url(../images/news-background.jpg) #ffffff repeat-x bottom; 
	margin:auto; 
	height:500px; 
	clear:both;
	position:relative; 
	top:-20px; 
	width:202px;

}
li {
	font-size:12px;
	line-height:16px;
	padding-bottom:5px;
}

#left-sidebar-list {
	background:url(../images/nav-bkgrd-down.png) repeat-x top center #7d93b1;
	width:99%; 
	margin:auto; 
	padding:15px 0px; 
	border-left:#FFF 3px solid;
	border-right:#FFF 3px solid;
	border-bottom:#FFF 3px solid; 
	position:relative; top:-20px;
}
#left-sidebar-list-sub {
	background-color:#afafb2; 
	width:95%; 
	margin:2px auto;
	padding-left:5px;
}
#left-sidebar-list-sub a:link, #left-sidebar-list-sub a:visited, #left-sidebar-list-sub a:active {color:#000; text-decoration:none;}
#left-sidebar-list-sub a:hover{
	color:#000;
	text-decoration:underline;
}

#left-sidebar-list-sub2 {
	background-color:#003568; 
	width:90%; 
	margin:2px auto; 
	padding-left: 15px;
}
#left-sidebar-list-sub2 a:link, #left-sidebar-list-sub2 a:visited, #left-sidebar-list-sub2 a:active {color:#FFF; text-decoration:none;}
#eft-sidebar-list-sub2 a:hover{color:#FFF; text-decoration:underline;}

#left-sidebar-logo {
	background-color:#FFF; 
	margin:auto; 
	text-align:center; 
	clear:both;
	position:relative; 
	top:-20px; 
	width:99%; 
	border-left:#FFF 3px solid;
	border-right:#FFF 3px solid;
	border-bottom:#FFF 3px solid;
}



.skybox {
	background:url(../images/skybox-bkgd.gif) repeat-x center top #932c47; 
	height:135px; 
	text-align:center;
	padding-top:10px;
}
.skybox img {
	padding:0 12px;
	border:0px;
}
.poster {
	border-left:#932c47 5px solid; 
	border-right:#932c47 5px solid;
	border-bottom:#932c47 5px solid;
	height:283px;
}
.mycontrolboxclass {
	POSITION: absolute; TOP: 250px; RIGHT: 10px
}
.left-nav {
	background:url(../images/nav-bkgrd-down.png) repeat-x top center #7d93b1; 
	width:99%; 
	margin:0px auto 10px; 
	padding:15px 0px; 
	border-left:#FFF 3px solid;
	border-right:#FFF 3px solid;
	border-bottom:#FFF 3px solid; 
	/*position:relative; 
	top:-30px;*/
	clear:both;
}
.left-nav-main {
	background-color:#afafb2; 
	width:95%; 
	margin:2px auto;
	padding-left:5px;
	color:#000;
}

.left-nav-main a:link, .left-nav-main a:visited, .left-nav-main a:active {color:#000000; text-decoration:none;}
.left-nav-main a:hover{color:#000000; text-decoration:underline;}

.left-nav-sub {
	background-color:#003568; 
	width:90%; 
	margin:2px auto; 
	padding-left:15px;
	color:#FFF;
}
.left-nav-sub a:link, .left-nav-sub a:visited, .left-nav-sub a:active{color:#ffffff; text-decoration:none;}
.left-nav-sub a:hover{color:#ffffff; text-decoration:underline;}
.video {width:350px; float:right; text-align:center; clear:both; z-index:200;}

