@charset "utf-8";
/* CSS Document */


/* BLOCK LEVEL ELEMENTS */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	background-color: #003366;
}
strong {
	color: #0066CC;
}
h1 {
   font-family: Verdana, Geneva, sans-serif;
   font-size: 16px;
   color: #0066CC; 
}
a {
   font-size: 10px;
   font-weight: bold;
}
a:link {
   color: #003366;
   text-decoration: none;
}
a:visited {
   color: #003366;
   text-decoration: none;
}
a:hover {
   color: red;
   text-decoration: underline;
}


/* DIV ID's */
#wrapper {
   width: 995px;
	height: 700px;
   margin-left: auto;
   margin-right: auto;
   background-image: url(../imgs/homepage.gif);
   background-repeat:no-repeat;
}
#home-pg {
	width: 614px;
	height: 180px;
	float: left;
}
#introtext {
 	font-size: 12px;
 	width: 308px;
	height: 400px;
	float: left;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 10px;
}

#wrapper #introtext a {
	font-size: 12px;
}

#homenav {
	float: left;
	padding-top: 60px;
}
#hospitals {
	width: 220px;
	float: left;
	font-size: 10px;
	font-weight: bold;
}
#homeinfowrap {
	float: right;
	width: 270px;
	
	padding: 50px 40px 0px 0px;
	font-size: 10px;
	text-align:center;
}

/* Top Docs box */
#hometopdocs {
	height: 100px;
	padding: 0px;
	border-bottom:1px dotted #0066CC;
}
#hometopdocspic {
	float: right;
	padding: 0px 20px 0px 10px;
}
#hometopdocstext {
	padding: 10px 0px 0px 0px;
}

/* News box - you must adjust top padding of text box as headlines are added */
#homenews {
	height: 50px;
	border-bottom:1px dotted #0066CC;
}
#homenewstext {
	padding: 10px 10px 0px 10px;
}

/* Heartbeats enewsletter box */
#homeheartbeats {
	height: 101px;
	padding: 0px;
	border-bottom:1px dotted #0066CC;
}
#homeheartbeatspic {
	float: left;
	padding: 0px 0px 0px 20px;
}
#homeheartbeatstext {
	float: right;
	width: 100px;
	padding: 20px 40px 0px 0px;
}
/* News box - you must adjust top padding of text box as headlines are added */
.contact {
	clear: both;
	height: 70px;
	padding-bottom: 10px;
	border-bottom:1px dotted #0066CC;
}
.contacttext {
	padding-top: 10px;
}
.accreditations {
	clear: both;
	height: 70px;
	padding-bottom: 10px;
}
/*
#locations {
   clear: both;
	width: 995px;
	border-top: 1px solid #0066CC;
	vertical-align: bottom;
}
.left {
	width: 290px;
	float: left;
	padding: 20px;
	border-right: 1px solid #0066CC;
	
}
.right {
	width: 290px;
	float: left;
	padding: 20px;
	
}*/
/* footer */
#footer {
   clear: both;
	color: White;
   font-size: 10px;
   text-align: center;
   top: 60px;
}
#footer a:link {
   font-size: 10px;
	color: White;
   font-weight: bold;
   text-decoration: none;
}
#footer a:visited {
   font-size: 10px;
	color: White;
	font-weight: bold;
   text-decoration: none;
}
#footer a:hover {
   font-size: 10px;
	font-weight: bold;
	color: red;
   text-decoration: underline;
}
	