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

/**********************************************General**********************************************************/

body{
	margin:0;
	padding:0;
	background-image:url(/wwwroot/images/layout/body-background.jpg);
	behavior: url("/wwwroot/css/csshover.htc");

}
body,td
{
	color:#333333;
	font-family:Verdana, Verdana, Geneva, sans-serif;
	font-size:12px;
}

#full-area{
	margin:0 auto;
	padding:0;
	width:1000px;
	height:auto;
	position:relative;
	background-color:white;
}

img{
	border:none;
}
a
{
	color: #202e69;
	text-decoration: none;
}
a:hover 
{
	text-decoration: underline;
}

/************************** Search box *****************************/


form#search-form
{
	margin: 0px;
	padding: 0px;
	float: left;
	border: 1px solid #959595;
	margin-bottom: 10px;
}

form#search-form  #search
{
	height: 22px;
	font-size: 0px;
	width: 19px;
	float: left;
}

form#search-form  .search-box
{
	height: 19px;
	border: none;
	border-top: 1px solid #959595;
	width: 180px;
	float: left;
	
	font-family: Arial;
	font-size: 12px;
	color: #999999;
} 


/************************************************Header************************************************/

#header{
	margin:0 auto;
	padding:0 0 0 0;
	width:910px;
	height:170px;
	position:relative;
	z-index: 10;
}

#header-red-bar{
	margin:0;
	padding:0;
	width:440px;
	height:25px;
	float:right;
	background-color:#d80000;
	text-align:center;
	position:relative;
	color:#ffffff;
	font-family:Verdana, Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
}

#header-red-bar a:link, #header-red-bar a:visited, #header-red-bar a:active{
	color:#ffffff;
	font-family:Verdana, Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#header-red-bar a:hover{
	text-decoration:underline;
}

#right-red-bar01{
	margin:0;
	padding:0;
	width:18px;
	height:25px;
	float:right;
}

#left-red-bar01{
	margin:0;
	padding:0;
	width:18px;
	height:25px;
	float:left;
}

#red-bar-float{
	float:left;
}

#address{
	margin:0 0 0 0;
	padding:0px 4px 0 0;
	width:225px;
	text-align:right;
	float:right;
	clear:both;
}

#address p{
	margin:0;
	padding:5px 0 0 0;
	color:#202e69;
	font-family:Verdana, Verdana, Geneva, sans-serif;
	font-size:12px;
	clear:both;
	float:right;
}

.bold{
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:14px;
}

#logo{
	margin:0;
	padding:0;
	width:446px;
	height:86px;
	position:absolute;
	top:14px;
	left:5px;
	background-image:url(/wwwroot/images/layout/logo.gif);
	display:block;
	text-decoration: none;
	clear:both;
}


/**********************************************Navigation*********************************************/

#nav{
	margin:0px 0 0 0;
	padding:0 0 0 4px;
	color:#202e69;
	font-size:14px;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6, serif;
	font-weight:bold;
	width:910px;
	height:47px;
	position:relative;
	float:left;
}

#nav li{
	margin:0 5.5px 0 0;
	list-style:none;
	background-image:url(/wwwroot/images/layout/tab.gif);
	background-repeat:no-repeat;
	text-align:center;
	line-height:16px;
	float:left;
	padding:0px 10px 0 10px;
	width:88px;
	height:44px;
	position: relative;
}

#nav ul{
	margin:0;
	padding:0;
}

#nav a:link, #nav a:visited, #nav a:active{
	text-decoration:none;
	color:#202e69;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6, serif;
	font-weight:bold;
	font-size:14px;
}

#nav a:hover {
	text-decoration:underline;
	color:#202e69;
}

#red-nav-bar{
	margin:0;
	padding:0;
	width:902px;
	height:3px;
	background-color:#cc0000;
	clear:both;
	font-size:0px;
}

#nav ul li a 
{
	display: block;
	width: 88px;
	padding-top: 5px;
}

#nav ul li span
{
	display: block;
}

/*---------------------- Sub Nav ------------------------------*/
#nav ul li ul
{
	display: none;
	list-style:none;
	width: 150px;
	position: absolute;
	top: 35px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 12px;
}

#nav ul li ul li
{
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	background: none;
	text-align: left;
	float: none;	
}

#nav ul li ul li a
{
	background-color: #f1f2f3;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

#nav ul li:hover ul
{
	display: block;
}

#nav ul li:hover ul ul
{
	display: none;
}

/*---------------------- Sub Sub Nav ------------------------------*/

#nav ul li ul li ul{
	list-style-type:none;
	width: 150px;
	position: absolute;
	top: 0px;
	left: 175px;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
}

#nav ul li ul li ul li{
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	background: none;
	text-align: left;
	float: none;
}

#nav ul li ul li ul li a{
	background-color: #f1f2f3;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

#nav ul li:hover ul li:hover ul{
	display: block;
}
/***********************************************Content***********************************************/
#content{
	margin:0 auto;
	padding:16px 0 0 0;
	width:910px;
	height:auto;
	background-color:white;
	position:relative;
}

#flash-content{
	margin:0;
	padding:0px 3px 0 0;
	float:right;
}

#left-top-content{
	margin:0;
	padding:0 0 0 0;
	
}

#left-top-content h1{
	margin:0;
	padding:0;
	color:#202e69;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6, serif;
	font-size:20px;
}

#left-top-content p{
	margin:0;
	padding:0;
	color:#333333;
	font-family:Verdana, Verdana, Geneva, sans-serif;
	font-size:12px;
	width:270px;
}

#onsite-nurse{
	margin:32px 0px 0 0;
	padding:0px 0px 0 0px;
	width:272px;
	height:103px;
	background-image:url(/wwwroot/images/layout/grey-red-back01.gif);
	background-repeat:no-repeat;
	position:relative;
}

#onsite-nurse-photo{
	margin:0;
	padding:0;
	width:82px;
	height:82px;
	position:absolute;
	top:.7em;
	right:.4em;
}

#onsite-nurse h2{
	margin:0;
	padding:15px 0 0 6px;
	color:#000000;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6, serif;
	font-size:16px;
	width:170px;
}

#learn-more{
	margin:0;
	padding:0px 0px 0 0px;
	color:#ffffff;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6, serif;
	font-size:12px;
	font-weight:bold;
	position:absolute;
	bottom:1.8em;
	left:8.35em;
}

#learn-more a{
	color:#ffffff;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6, serif;
	font-weight:bold;
	text-decoration:none;
}

#learn-more a:hover{
	text-decoration:underline;
}

#learn-more ul{
	list-style-type: none;
	margin:0 0 0 0px;
	padding:0;
}

.learn-more{
	background: url(/wwwroot/images/layout/white-arrow.gif) no-repeat 0px center;
	padding-left: 12px;
}

/********************************************************right bottom content***********************************/

#right-bottom-content{
	clear:both;
}

.box{
	margin:3px 3px 15px 0;
	padding:0px 0px 0 0px;
	width:218px;
	height:203px;
	background-image:url(/wwwroot/images/layout/online-tools.gif);
	background-repeat:no-repeat;
	position:relative;
	float:right;
}

#online-tools-photo{
	margin:0;
	padding:0;
	width:143px;
	height:99px;
	position:absolute;
	top:1.5em;
	right:3.3em;
}

.box ul{
	margin:0;
	padding:0px 0px 0 0px;
	position:absolute;
	bottom:2em;
	left:1.3em;
	list-style-type:none;
}

.box a:link, .box a:visited, .box a:active{
	color:#333333;
	text-decoration:none;
}

.box a:hover{
	text-decoration:underline;
}

.box li{
	background: url(/wwwroot/images/layout/black-arrow.gif) no-repeat 0px center;
	padding-left: 12px;
}

.box a.view-all{
	background: url(/wwwroot/images/layout/blue-arrow.gif) no-repeat 0px center;
	padding-left: 12px;
	position:absolute;
	bottom:.5em;
	left:5em;
	color:#202e69;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6, serif;;
}

/******************************************************middle bottom content****************************************/

#middle-bottom-content{
	margin:3px 9px 0 0;
	padding:0px 0px 0 0px;
	width:218px;
	height:203px;
	background-image:url(/wwwroot/images/layout/about-blmh.gif);
	background-repeat:no-repeat;
	position:relative;
	float:right;
}

#about-blmh-photo{
	margin:0;
	padding:0;
	width:189px;
	height:99px;
	position:absolute;
	top:1.5em;
	right:1.25em;
}

#about-blmh-links{
	margin:0;
	padding:0px 0px 0 0px;
	color:#333333;
	font-family:Verdana, Verdana, Geneva, sans-serif;
	font-size:12px;
	position:absolute;
	bottom:.8em;
	left:1.3em;
}

#about-blmh-links a:link, #about-blmh-links a:visited, #about-blmh-links a:active{
	color:#333333;
	font-family:Verdana, Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
}

#about-blmh-links a:hover{
	text-decoration:underline;
}

#about-blmh-links ul{
	list-style-type: none;
	margin:0 0 0 0px;
	padding:0;
}

.about-blmh-links{
	background: url(/wwwroot/images/layout/black-arrow.jpg) no-repeat 0px center;
	padding-left: 12px;
}

.view-about{
	background: url(/wwwroot/images/layout/blue-arrow.jpg) no-repeat 45px center;
	padding-left: 57px;
}

/***********************************************************left bottom content********************************/

#left-bottom-content{
	margin:3px 9px 0 0;
	padding:0px 0px 0 0px;
	width:218px;
	height:203px;
	background-image:url(/wwwroot/images/layout/hospital-services.gif);
	background-repeat:no-repeat;
	position:relative;
	float:right;
}

#hospital-services-photo{
	margin:0;
	padding:0;
	width:208px;
	height:99px;
	position:absolute;
	top:1.5em;
	right:.4em;
}

#hospital-services-links{
	margin:0;
	padding:0px 0px 0 0px;
	color:#333333;
	font-family:Verdana, Verdana, Geneva, sans-serif;
	font-size:12px;
	position:absolute;
	bottom:.8em;
	left:1.3em;
}

#hospital-services-links a:link, #hospital-services-links a:visited, #hospital-services-links a:active{
	color:#333333;
	font-family:Verdana, Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
}

#hospital-services-links a:hover{
	text-decoration:underline;
}

#hospital-services-links ul{
	list-style-type: none;
	margin:0 0 0 0px;
	padding:0;
}

.hospital-services-links{
	background: url(/wwwroot/images/layout/black-arrow.jpg) no-repeat 0px center;
	padding-left: 12px;
}

.view-services{
	background: url(/wwwroot/images/layout/blue-arrow.jpg) no-repeat 45px center;
	padding-left: 57px;
}

/*********************************************************left left bottom content********************************/

#left-left-bottom-content{
	margin:3px 12px 0 0;
	padding:0px 0px 0 0px;
	width:218px;
	height:203px;
	position:relative;
	display:inline;
	float:right;
}

#e-card{
	margin:0px 0px 0 0;
	padding:0px 0px 0 0px;
	width:220px;
	height:97px;
	background-image:url(/wwwroot/images/layout/grey-red-back02.gif);
	background-repeat:no-repeat;
	position:relative;
}

#e-card-photo{
	margin:0;
	padding:0;
	width:82px;
	height:82px;
	position:absolute;
	top:.45em;
	right:.6em;
}

#e-card h2{
	margin:0;
	padding:15px 0 0 6px;
	color:#000000;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6, serif;
	font-size:16px;
	width:117px;
}

#get-started{
	margin:0;
	padding:0px 0px 0 0px;
	color:#ffffff;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6, serif;
	font-size:12px;
	font-weight:bold;
	position:absolute;
	bottom:1.6em;
	left:3.6em;
}

#get-started a{
	color:#ffffff;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6, serif;

	font-weight:bold;
	text-decoration:none;
}

#get-started a:hover{
	text-decoration:underline;
}

#get-started ul{
	list-style-type: none;
	margin:0 0 0 0px;
	padding:0;
}

.get-started{
	background: url(/wwwroot/images/layout/white-arrow.gif) no-repeat 0px center;
	padding-left: 12px;
}

#career{
	margin:9px 0px 0 0;
	padding:0px 0px 0 0px;
	width:220px;
	height:97px;
	background-image:url(/wwwroot/images/layout/grey-red-back02.gif);
	background-repeat:no-repeat;
	position:relative;
}

#career-photo{
	margin:0;
	padding:0;
	width:82px;
	height:82px;
	position:absolute;
	top:.55em;
	right:.6em;
}

#career h2{
	margin:0;
	padding:12px 0 0 6px;
	color:#000000;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6, serif;
	font-size:16px;
	width:117px;
}

#find-job{
	margin:0;
	padding:0px 0px 0 0px;
	color:#ffffff;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6, serif;
	font-size:12px;
	font-weight:bold;
	position:absolute;
	bottom:1.5em;
	left:4.5em;
}

#find-job a{
	color:#ffffff;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6, serif;

	font-weight:bold;
	text-decoration:none;
}

#find-job a:hover{
	text-decoration:underline;
}

#find-job ul{
	list-style-type: none;
	margin:0 0 0 0px;
	padding:0;
}

.find-job{
	background: url(/wwwroot/images/layout/white-arrow.gif) no-repeat 0px center;
	padding-left: 12px;
}

/*************************************************************sub-pages*************************************/

.ps-right-content{
	margin:0 0 15px 0;
	padding:0 0 0 15px;
	width:669px;
	border-left: #76859b 1px solid;	
	float:right;
}

.ps-right-content img{
	margin:0;
	padding:0;
	float:right;
}

.ps-right-content h1{
	margin:0 0 10px 0;
	padding:0 0 0 0px;
	color:#202e69;
	font-family:Verdana, Verdana, Geneva, sans-serif;
	font-size:20px;
}

.ps-right-content h2, .ps-right-content h3
{
	padding:0;
}

.ps-right-content p{
	margin:0;
	padding:0 0 5px 0px;
	color:#333333;
	font-family:Verdana, Verdana, Geneva, sans-serif;
	font-size:12px;
}

.ps-links{
	margin:0 -1px 15px 0;
	padding:0 0 15px 0;
	width:219px;
	_width: 215px;
	float: right;
	display: inline; 
	
	border-right: #76859b 1px solid;
}

.ps-links h1{
	margin:0;
	padding:0;
	color:#cc0000;
	font-family:Verdana, Verdana, Geneva, sans-serif;
	font-size:20px;
}

.ps-links ul{
	margin:0;
	padding:10px 0px 0 18px;
	list-style-type:none;
}

.ps-links a:link, .ps-links a:visited, .ps-links a:active{
	color:#333333;
	text-decoration:none;
}

.ps-links a:hover{
	text-decoration:underline;
}

.ps-links  ul li{
	background: url(/wwwroot/images/layout/black-arrow.gif) no-repeat 0px 5px;
	padding-left: 12px;
	padding-bottom:3px;
}

.ps-links  ul li ul
{
	padding-top: 3px;
}
/**********************************************footer**********************************************************/

#footer{
	margin:0 auto 0 auto;
	padding:0px 0 0 0;
	width:901px;
	height:120px;
	clear:both;
	position:relative;
}

#inner-footer{
	margin:0 auto 0 auto;
	padding:0px 0 0 0;
	border-bottom: #cc0000 3px solid;
	border-top: #cc0000 3px solid;
	width:901px;
	
	clear:both;
	position:relative;
}

#footer-links{
	margin:0 auto 0px auto;
	padding:9px 0 0px 0;
	text-align:center;
	width:795px;
	color:#486190;
	font-family:Verdana, Verdana, Geneva, sans-serif;
	font-size:11px;
		line-height:17px;
}

#footer-links a:link, #footer-links a:visited, #footer-links a:active{
	color:#486190;
	font-family:Verdana, Verdana, Geneva, sans-serif;
	font-size:11px;
	text-decoration:none;
}

#footer-links a:hover{
	text-decoration:underline;
}

#icons{
	margin:0;
	padding:0;
	width:45px;
	height:20px;
	position:absolute;
	top:30%;
	right:0em;
}

#facebook{
	margin:0;
	padding:0;
	width:20px;
	height:20px;
}

#youtube{
	margin:0;
	padding:0;
	width:20px;
	height:20px;
}

#copyright{
	margin:0 auto 0px auto;
	padding:0px 0 0px 0;
	text-align:center;
	width:420px;
	color:#486190;
	font-family:Verdana, Verdana, Geneva, sans-serif;
	font-size:11px;
}

#copyright p{
	margin:0 0 0 0;
	padding:10px 0 0px 0;
	line-height:17px;
}