@charset "UTF-8";
/*
-----------------------------------------------
Style Sheet

Site: Emergency Service Partners ESP
Author:   David Ball    www.davidballdesign.com
Version:  2007.8

Box styling css by Roger Johansson
www.456bereastreet.com
----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	}
body {
	background: #a0b8b8;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	}
.error {
color:#CC0000;
}
/* global links */
a:link {
	text-decoration: none;
	color: #0067b1;
	}
a:visited {
	text-decoration: none;
	color: #000;
	}
a:hover, a:active {
	color:#c76403;
	text-decoration:underline;
	}
h3 a:link, h3 a:visited {
	color:#fff;
	text-decoration:none;
	}
h3 a:hover, h3 a:active {
	color:#fff;
	text-decoration:underline;
	}
p a:link {
	color:#000;
	text-decoration:none;
	font-weight:bold;
	}
p a:visited {
	color:#000;
	text-decoration:none;
	font-weight:bold;
	}
p a:hover, p a:active {
	color:#0067b1;
	text-decoration:underline;
	}

/* layout structure */
#container	{
	width: 946px;
	margin: 0 auto;
	}
#header {
	position:relative;
	min-height: 106px;
	}
#sideContent {
float:left;
margin:-5px 0pt 20px 10px;
width:228px;
	}

*html #sideContent {
margin: -1px 0px 20px 5px;
}


/*.bg {
	background:url(../images/bgbg.png) no-repeat top left;
	}*/
	
#mainContent {
	float:left;
	width:456px;
	margin:-6px 0 20px 8px;
	}

*html #mainContent {
	margin: -1px 0 20px 0px;
	padding:0 0 0 7px;
}

#threecolContent {
	float:left;
	width:680px;
	margin:-6px 0 20px 8px;
	}
	
#sidebar {
	float:left;
	width:228px;
	margin:-6px 0 20px 6px;
	}

*html #sidebar {
margin: 0 0 20px 0px;
padding:0 0 0 7px;
}
	
.clear {
	clear:both;
	}
		
/* style rules for mainContent */
	

#mainContent h1 {
	padding:12px 8px 6px 12px;
	font-size:120%;
	color: #0067b1;
	}
#mainContent h2 {
	padding:0px 8px 6px 12px;
	font-size:105%;
	color: #0067b1;
	font-style:italic;
	}
#mainContent p {
	padding:4px 8px 4px 12px;
	line-height: 1.5em;
	}
#mainContent dl {
	padding:4px 8px 4px 12px;
	line-height:1.5em;
	}
#mainContent dt {
	font-style:italic;
	color:#444;
	padding:0 0 12px 0;
	}
#mainContent dd {
	padding:0 0 12px 0;
	}
#mainContent ul {
	padding:4px 8px 4px 12px;
	line-height: 1.5em;
	list-style:none;
	color:#444;
	}
#mainContent li {
	padding:4px 8px 4px 18px;
	line-height: 1.5em;
	text-transform:uppercase;
	font-size:90%;
	}
#mainContent h1 + img {
	float:left;
	margin: 5px 8px 4px 12px;
	padding:4px;
	border: 1px solid #0067b1;
	background:#fff;
	}
#mainContent p img {
	margin: 5px 8px 4px 0px;
	padding:4px;
	border: 1px solid #0067b1;
	background:#fff;
	}	
#mainContent h4 {
	padding:8px 8px 0px 12px;
	font-size:105%;
	color: #0067b1;
	}
#mainContent .hstats {
	font-size: 105%;
	font-weight: bold;
	color: #0067b1;
	padding-top: 8px;
	}
#mainContent .hstats li {
	font-weight:normal;
	padding:2px 8px 2px 0px;
	line-height: 1.1em;
	text-transform:none;
	font-size:95%;
	color:#000;
	}
.locContent a {
	font-size:90%;
	font-weight:normal;
	}
.bigblue {
	width:456px;
	background: url(../images/bigblue.png) no-repeat bottom left;
	}
.bigblue img, .bigblue iframe {
	padding:4px;
	background:url(../images/bigblue.png) no-repeat top right;
	}
#threecolContent h1 {
	padding:12px 8px 6px 12px;
	font-size:120%;
	color: #0067b1;
	}
	
/* style rules for sideContent and sidebar*/
.bgbox, .yobox, .tlbox, .gnbox, .rdbox {
	margin-bottom:10px;
	}
.bgbox h3, .yobox h3, .tlbox h3, .gnbox h3, .rdbox h3, .vlbox h3 {
	padding: 6px 10px;
	font-size:90%;
	color:#fff;
	background:#fff url(../images/bg_boxtop.gif) no-repeat top left;
	}
.bgbox1 {
	background:transparent url(../images/bg_fade_1.gif) repeat-x scroll left bottom;
	}
.bgbox2 {
	background:transparent url(../images/bg_fade_2.gif) repeat-x scroll left bottom;
	}
.bgbox4 {
	float:left;
	background:transparent url(../images/bg_fade_2.gif) repeat-x scroll left bottom;
}
.bgbox ul, .yobox ul, .tlbox ul {
	padding:4px 8px 4px 10px;
	font-size:90%;
	list-style:none;
	}
.bgbox li, .yobox li, .tlbox li {
	padding:4px 8px 4px 10px;
	line-height: 1.5em;
	color:#000;
	}
.yobox H3 + ul {
	padding:4px 8px 4px 0px;
	/*font-size:90%;
	list-style:none;*/
	}
.bgbox dl {
	float:left;
	width:208px;
	margin:10px 10px;
	display: inline; /* fixes IE/Win double margin bug */
	}
.bgbox dt {
	width:125px;
	float:right;
	font-size:90%;
	font-weight:bold;
	color:#555;
	}
.bgbox dt small {
	font-size:90%;
	}
.img img {
	float:left;
	padding:4px;
	border: 1px solid #0067b1;
	background:#fff;
	}
/* reverse float*/
.bgbox .right dt {
	float:left;
	}
.bgbox .right .img img {
	float:right;
	margin:0 0 0 8px;
	}
.bgbox dl a:link, .bgbox dl a:visited {
	color:#555;
	}
.bgbox dl a:hover, .bgbox dl a:active {
	text-decoration: underline;
	}
.bgbox p, .yobox p, .tlbox p, .gnbox p, .rdbox p, .vlbox p {
	padding: 6px 10px 0px 10px;
	font-size:90%;
	line-height:1.25em;
	}
.yobox h3 {
	background:url(../images/yo_boxtop.gif) no-repeat top left;
	}
.tlbox h3 {
	background:url(../images/tl_boxtop.gif) no-repeat top left;
	}
.gnbox h3 {
	background:url(../images/gn_boxtop.gif) no-repeat top left;
	}
.rdbox h3 {
	background:url(../images/rd_boxtop.gif) no-repeat top left;
	}
.vlbox h3 {
	background:url(../images/vl_boxtop.gif) no-repeat top left;
	}
	
.yobox1 {
	background:transparent url(../images/yo_fade_1.gif) repeat-x scroll left bottom;	
	}
.yobox2 {
	background:transparent url(../images/yo_fade_2.gif) repeat-x scroll left bottom;	
	}
.tlbox1 {
	background:transparent url(../images/tl_fade_1.gif) repeat-x scroll left bottom;	
	}
.tlbox2 {
	background:transparent url(../images/tl_fade_2.gif) repeat-x scroll left bottom;	
	}
.gnbox1 {
	background:transparent url(../images/gn_fade_1.gif) repeat-x scroll left bottom;	
	}
.gnbox2 {
	background:transparent url(../images/gn_fade_2.gif) repeat-x scroll left bottom;	
	}
.rdbox1 {
	background:transparent url(../images/rd_fade_1.gif) repeat-x scroll left bottom;	
	}
.rdbox2 {
	background:transparent url(../images/rd_fade_2.gif) repeat-x scroll left bottom;	
	}
.yobox a:link,  
.yobox a:visited {
	text-decoration: underline;
	color: #000;
	}
.yobox a:hover,  
.yobox a:active {
	color: #0067b1;
	}
blockquote {
	padding:18px 12px 0px 10px;
	font-size:90%;
	line-height:1.5em;
	background:url(../images/yo_boxtop_1.gif) no-repeat top left;
	}
.bq2 {
	padding:6px 12px 0px 10px;
	font-size:90%;
	line-height:1.5em;
	}
cite {
	display:block;
	padding:6px 20px 6px 26px;
	font-size:75%;
	font-style:italic;
	}
/* Rules for the top corners and border */
.bt {
	background:url(../images/box_white_top.jpg) no-repeat 100% 0;
	height:17px;
	width: 100%;
	}
/*.bt div {
	height:13px;
	width:13px;
	position:relative;
	left: -13px;
	background:url(../images/box.png) no-repeat 0 0;
	}*/
/* Rules for the bottom corners and border */
.bb {
	background:url(../images/box_white_bottom.jpg) no-repeat 100% 100%;
	height:17px;
	width: 100%;
	clear:right;
	margin-top: -2px;
	}
/*.bb div {
	height:13px;
	width:13px;
	position:relative;
	left:-13px;
	background:url(../images/box.png) no-repeat 0 100%;
	}*/
/* Insert the left border */
.i1 {
	background:url(../images/box_white_middle.jpg) repeat-y 0 0;
	width: 100%;
	float:right;
	margin-top:-2px;
	}
*html .i1 {
height: 109px;
}
/* Insert the right border */
.i2 {
	padding:0 7px 0 0;
	background:url(../images/border.png) repeat-y 100% 0;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background: #fff;
	padding: 4px;
	}
/* End of box class .cbb styling*/	

/*_____________________header/ navigation Elements*/

#header h1 { 
background:transparent url(../images/ESP_HeadLogo.gif) no-repeat scroll 0%;
height:109px;
margin:0pt 0pt 0pt 15px;
text-indent:-9000px;
width:96px;
	}
#header h3  {  
	margin: 0;
	position: absolute; 
	top: 12px; 
	right: 330px;
	color: #0067b1;
	font-family:Times New Roman, Times, serif;
	}
/*Fix IE*/
*html #header h3 {
right:280px;
}

*:first-child+html #header h3 {
right: 282px;
}
	
#navList {
float:right;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:-20pt 16px 0pt 0pt;
text-align: center;
	}

/*Fix IE*/	
*html #navList {
position: absolute;
left: 222px;
padding-bottom: 5px;
}
	
#navList li {
	float: left;
	font-size: 85%;
	position: relative;
	background: #01A1DB url(../images/navBgFull.jpg) repeat-x left top; 
	}


#navList li#navbar_left {
width: 12px;
height: 29px;
background: #01A1DB url(../images/navbar_left.jpg) no-repeat left top; 
}

#navList li#navbar_right {
width: 12px;
height: 29px; 
background: #01A1DB url(../images/navbar_right.jpg) no-repeat left top; 
}

#navList li ul {
display: none;
position: absolute;
top:16px;
left:0;
width: 100%;
}

#navList li#n_homePage, #navList li#n_homePage ul,  {
width:8em;
}

#navList li#physicianPage, #navList li#physicianPage ul {
width: 14em;
}

#navList li#np_paPage, #navList li#np_paPage ul {
width: 7em;
}

#navList li#hospitalPage, #navList li#hospitalPage ul {
width: 13em;
}

*:first-child+html #navList li ul {
left: 0em;
}

#navList li:hover ul, #navList li.over ul {
display: block;
}

#navList li > ul {
	top: 16px;
	left: auto;
	}

#navList li ul li {
text-align: center;
color: #fff;
font-size: 100%;
position: relative;
top:1.2em;
left:0;
float: none;
list-style-type: none;
background-image: none; 
width:100%;
display: block;
padding: 0;
}

/* Test difference between this and above
#navList li ul li {
text-align: center;
color: #fff;
font-size: 100%;
position: relative;
top:1.1em;
left:0;
float: none;
list-style-type: none;
background-image: none; 
width:100%;
display: block;
padding: 0;
margin-top: -1px;
}
*/

/*Fix IE*/
*:first-child+html #navList li ul li {
margin-top: -2px;
}

/*Fix IE*/
*html #navList li ul li {
margin-top: -2px;
}

#n_aboutPage .popNav {
	width: 10em;
	margin-left: -10px;
	}

#navList a  {
	background: #01A1DB url(../images/navBgFull.jpg) repeat-x left top;
	display: block;
	margin: 0 1px 0 0;
	padding: 8px 18px;
	color: #fff;
	text-decoration: none;
	}
		
#subNav {
list-style:none;
position:absolute;
right:3em;
text-align:right;
top:65px;
	}
	
#subNav li {
	float: left;
	font-size: 85%;
	}
#subNav a  {
	float: left;
	margin: 0 1px 0 0;
	padding: 8px;
	color: #000;
	text-decoration: none; 
	}
	
#interiorWrap {
margin:0pt 15px;
	}
	
#interiorWrap p{
	float:left;
	font-size:80%;
	padding:6px;
	}	
#footerNav {
	float:right;
	list-style: none;
	}
#footerNav li {
	float: left;
	font-size: 80%;
	}
#footerNav a  {
	float: left;
	padding: 6px;
	color: #000;
	text-decoration: none; 
	}
#footer p {
	font-size: 70%;
	}
.border_right {
	border-right: 1px solid #fff;
}
/*Make Logo an active link in header*/
a#top_home_link {
position: absolute;
width:120px;
height:119px;
}

*html a#top_home_link {
left: 0;
}
