@charset "ISO-8859-1";

/*CSS Reset HTML 5*/
@import url("html5reset.css");

/*Google Web Font LATO*/
/*@import url(http://fonts.googleapis.com/css?family=Titillium+Web:700italic,300,400,400italic,700);*/
@import url('http://fonts.googleapis.com/css?family=Lato') format ('embedded-opentype'),
url('http://fonts.googleapis.com/css?family=Lato') format ('Lato'),
url('http://fonts.googleapis.com/css?family=Lato') format ('truetype'),
url('http://fonts.googleapis.com/css?family=Lato') format ('svg');



/*-----------------------------------------------------------------------------
    Base Items
-----------------------------------------------------------------------------*/
html {
	 overflow-y: scroll;
	
}
body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: .875em;
	line-height: 1.7;
	color: #333333;
	/*background: #ecf1f9 url(./images/bkg_main.jpg) repeat-x;*/
	
	/*page background*/
	background: #e6e6e7;
	
	display: block;
	margin:0px;
}
h1 {	
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 1.6em;
	line-height: 1.2em;
	/*color: #00639E;*/
	color: #7987aa;
	
	margin: 0 0 8px 0;
	
}


h2  {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 1.6em;
	line-height: 1.2em;
	/*color: #00639E;*/
	color: #7987aa;
	
	margin: 0 0 8px 0;
}	
h3 {
	font-size: 1.3em;
	line-height: 1.0em;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #818388;
	/*color: #a2a4a9;*/
	margin: 14px 0 14px 0;
}
nav {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	/*font-size: 1.2em;*/
	font-size: 1.2em;
	color: #004065;
	margin-bottom: 6px;
	
}

.rightnav  {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.4em;
	/*color: #00639E;*/
	color: #333333;
	
	margin: 0 0 8px 0;
}	


h5 {
	font-size: .95em;
}

p, ul, li {

	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin-bottom: 17px;
}

ul  {
	margin:0 0 17px 15px;
	padding:0px;
}
li {
	margin:0px;
	padding:2px;
}
a {
	color: #1c3e95; 
	/*text-decoration: none;*/
}
a:hover {
	color: #956c1c;
}
strong {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
italic, em {
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-weight: 400;
}
div {
	display: block;
}


/* ----------------------------------------------------------------------------
    Clear floats
-----------------------------------------------------------------------------*/
.clear_all {
	clear: both;
}
/* ----------------------------------------------------------------------------
    Text Color
-----------------------------------------------------------------------------*/
.colorWhite {
	color: #fff;
}
.colorRED {
	color: red;
}
.colorNS-Blue {
	color: #0069b5;
}
/* ----------------------------------------------------------------------------
    Main Structural Elements
-----------------------------------------------------------------------------*/

#outer_wrap {

	background: url(./images/bkg_outerwrap.png) repeat-y;
	margin: 0px auto;
	width: 980px;
}

/* ----------------------------------------------------------------------------
    Header Elements
-----------------------------------------------------------------------------*/

header{
	/*background: url(./images/bkg_header.jpg) no-repeat;*/
	margin: 0px 10px;
	background: #1c3e95;
	height: 107px;
	width: 960px;	
}
header #logo {
	width:292px;
	height: 69px;
	margin: 10px 0px 0px 20px;
	float:left;
	position:absolute;
}

header #logo2 {
	width:292px;
	height: 69px;
	margin: 10px 0px 0px 290px;
	float:left;
	position:absolute;
}

header #righttext {
	width:260px;
	height: 70px;
	margin: 20px 0px 0px 670px;
	float:right;
	position:absolute;
	font-size: 19px;

}

nav {
	float:left;
	margin: 98px 30px 0 260px;
	position:absolute;
	z-index:200;
}
/*-------------NAV--------------*/

#nav {
	margin: 0;
	line-height: 100%;
	/*background: #302f2f url(./images/bkg_nav_grad.jpg) repeat-x;*/
	background: #8a8a8a;
	border-radius: 6px;
	border: solid 1px #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .8);
	
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	list-style: none;
	/*border: solid 1px #333;*/
	border-right: solid 1px #ccc;

}
#nav li:last-child {
	border:none;
	
}


/* main level link */
#nav a {
	padding:8px 20px;
	font-size: .9em;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
	display: block;
}
#nav a:hover {
	color: #fff;
}

/* main level link hover */
#nav li:hover > a {
/*	background: #6f6f6f url(./images/bkg_nav_grad_hover.jpg) repeat-x;*/
	background: #333333;
	color: #fff;
	
	
}


/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #333;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#form_box   {
	background: #036 !important;
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;
font-size:.85em;
	margin: 0;
	padding: 0;
	width: 175px;
	position: absolute;
	top: 30px;
	left: 0;
	background: #fff;
	border: solid 2px #333;

	z-index:500;

	-webkit-border-radius: 6px;
	-moz-border-radius:6px;
	border-radius: 6px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .5);
	box-shadow: 0 1px 3px rgba(0,0,0, .5);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
	border:none;
}
#nav ul li > a {
	padding: 6px;
}
#nav ul li > a:hover {
	background: #333;
	color: #fff;
}
#nav ul a {
	font-weight: normal;
	
}

/* rounded corners of first and last link */
/*#nav li:first-child { For top level li item First child
border-radius: 10px 0 0px 10px;
	-webkit-border-radius: 10px 0 0px 10px;
	-moz-border-radius: 10px 0 0px 10px;
}
#nav li:last-child { For top level li item Last child
	border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
}*/

#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;

	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;

	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}

/*Body Active State change, remember to put class name in body tag for each page and also id name in a tag of menu li*/	
body#home a#homenav,
body#labor a#labornav,
body#media a#medianav,
body#about a#aboutnav,
body#qual a#qualnav
{
	/*background: #1273ba url(./images/bkg_nav_grad_current.jpg) repeat-x;*/
background: #6f6f6f;
	color: #fff;

}
body#home a#homenav {/*Adds rounded corners to top left corner*/
	/*rounded corners*/
	border-radius: 6px 0 0px 6px;
	-webkit-border-radius: 6px 0 0px 6px;
	-moz-border-radius: 6px 0 0px 6px;
}

a#homenav {/*Adds rounded corners to top left corner*/
	/*rounded corners*/
	border-radius: 6px 0px 0px 6px;
	-webkit-border-radius: 6px 0 0px 6px;
	-moz-border-radius: 6px 0 0px 6px;
}
a#aboutnav{/*Adds rounded corners to top left corner*/
	/*rounded corners*/
	border-radius: 0px 6px 6px 0px;
	-webkit-border-radius: 0px 6px 6px 0px;
	-moz-border-radius: 0px 6px 6px 0px;
}



a#aboutnav:hover {
	/*rounded corners*/
	border-radius: 0px 6px 6px 0px;
	-webkit-border-radius: 0px 6px 6px 0px;
	-moz-border-radius: 0px 6px 6px 0px;
}
/* ----------------------------------------------------------------------------
    Main Body
-----------------------------------------------------------------------------*/
#mainbody {
	background: url(./images/shadow_oval2.png) no-repeat center top;
	margin: 0px 10px;
	padding: 50px 35px 35px 35px;
}
#mainbody .leftcol_home {
	width: 560px;
	float: left;
}
#mainbody .rightcol_home {
	width: 290px;
	float: right;
}
#mainbody .leftcol {
	width: 600px;
	float: left;
}
#mainbody .rightcol {
	width: 250px;
	float: right;
}

/* ----------------------------------------------------------------------------
   Home Specific Items
-----------------------------------------------------------------------------*/
#welcome_box {
	float:left;
	width: 287px;
	margin: 0 0 30px;
	color: #FFF;
	background: #365e79 url(./images/img_hospital.jpg) no-repeat right;
	padding: 20px 253px 20px 20px;
	/*rounded corners*/
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*Box Shadow*/
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .5);
	box-shadow: 0 1px 3px rgba(0,0,0, .5);
}
#message_box {
	float:right;
	width: 290px;
	margin: 0 0 30px 0;
	
}

#latestnews_box { /*Called Recent news*/
	float:left;
	width: 220px;
	padding:20px;
	margin-bottom: 14px;
	/*rounded corners*/
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #D6E2EE;	
}
#latestnews_box ul{
	list-style:none;
	margin-left:0px;
}
#latestnews_box li{
	margin: 4px 0;
	border-bottom: 1px solid #91B3CC;
	padding-bottom: 5px;
	}


	
	
	
	
	
	
	
	
	
#employeeform_box {
	margin: 0 0 30px;
	width: 98%;

	padding: 20px;
	color: #333;
	float:left;
	background: #e6e6e7 /*url(./images/bkg_formbox.jpg) repeat-x*/;
	/*rounded corners*/
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*Box Shadow*/
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .5);
	box-shadow: 0 1px 3px rgba(0,0,0, .5);
	
}

#latest_box {
float:left;
	width: 560px;
	background: url(./images/bkg_home_latestbox.jpg) no-repeat;
	padding: 20px 0 0 0;
		margin: 0 0 30px;	


}
#latest_box .box1,
#latest_box .box2,
#latest_box .box3 {
	width: 170px;
	float:left;
	line-height:1.35em;
}
#latest_box .box1,
#latest_box .box2 {
	margin-right:25px;
}
#latest_box .box1 h3,
#latest_box .box2 h3,
#latest_box .box3 h3 {
	color: #333;
	border-bottom: solid 1px #39C;
	padding-bottom:5px;
}
#latest_box .box2 ul,
#latest_box .box3 ui {
	margin-left:19px;	
}
#latest_box .box2 li,
#latest_box .box3 li {
	list-style: url(./images/icon_document_12px.png);
	margin-bottom: 7px;
		
}
.date {
	color:#90BDDE;
	font-style:italic;
}
.rttext
{
	color:#ffffff;
	
}
/* ----------------------------------------------------------------------------
   Form on Home Page
-----------------------------------------------------------------------------*/
label {
	font-weight: 400;

}
textarea.textarea_comments{
	width:500px;
	background: #CCC;
	border:#999;
		padding:6px;
	/*rounded corners*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}
input.textbox_230{
	width:500px;
	height:15px;
	padding:6px;
	background: #CCC;
	border:#999;
	/*rounded corners*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}
input.submit {
	background-color:#333;
	color:#fff;
	padding:6px;
	margin-top:0px;
	cursor: pointer;
	/*rounded corners*/
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
/* ----------------------------------------------------------------------------
   Footer
-----------------------------------------------------------------------------*/
footer {
	margin: 0px auto 40px;
	width:960px;
	font-size: 0.8em;
	color: #ccc;
}
footer .inner_wrap {
	height: 70px;
	padding:15px 20px 10px;
	background: #1c3e95; /*url(./images/bkg_footer.png) no-repeat;*/
	
	
}
/* ----------------------------------------------------------------------------
   FAQs Updates Fact Sheets List Items
-----------------------------------------------------------------------------*/
#facts_list_items,
#qa_list_items,
#links_list_items,
#news_list_items,
#press_list_items  {
	list-style: none;
	margin: 0px;
	line-height: 1.1;
}
#plaindoc_list_items {
	list-style: none;
	margin: 19px;
	line-height: 1.1;
}

#facts_list_items li,
#qa_list_items li,
#links_list_items li,
#news_list_items li,
#press_list_items li {
	width: 132px;
	float: left;
	margin: 0 18px 20px 0;
	padding: 0 10px 0 45px;
	border-right: 1px dotted #BAD4EB;
	border-bottom: 1px dotted #BAD4EB;
	padding-bottom: 15px;
}
#plaindoc_list_items li{
	border-bottom: 1px dotted #BAD4EB;
	padding-bottom: 15px;
}
#facts_list_items li {
	background: url(./images/icon_fact.png) no-repeat;
	
}
#qa_list_items li{
	background: url(./images/icon_q&a.png) no-repeat;

}
#plaindoc_list_items li{
	list-style: url(./images/icon_document_12px.png);
	margin-bottom: 7px;

}
#links_list_items li,
#news_list_items li,
#press_list_items li{
	width: 230px; !important
	margin-bottom: 7px;
	min-height: 55px;
}
#links_list_items li{
	background: url(./images/icon_web.jpg) no-repeat;
}
#news_list_items li{
	background: url(./images/icon_newpaper.jpg) no-repeat;
}
#press_list_items li{
	background: url(./images/icon_press.jpg) no-repeat;
}
#facts_list_items li:nth-child(3n+3),
#qa_list_items li:nth-child(3n+3),
#plaindoc_list_items li:nth-child(3n+3){
	margin: 0 0 20px 0;
}
#links_list_items li:nth-child(2n+2),
#news_list_items li:nth-child(2n+2),
#press_list_items li:nth-child(2n+2){
	margin: 0 0 20px 0;
}
