/*************************************************************
Main Styles gpf
*************************************************************/

body
	{
	margin: 0;
	border: 0;
	padding: 14px 0 0 0;
	background: #BDEAFF url(/public/images/bkg_header.jpg) top left repeat-x;
	font: 12px sans-serif;	
	color: #666666;	
	}

body.plain
	{
	background: white;
	padding: 10px 20px 5px 20px;
	}


h1,h2,h3,h4,h5,h6,body
	{ 
	word-wrap: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif 
	}

h1
	{
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0 0 4px 0;
	font: 19px sans-serif;
	color: #BCE260; 
	}

.contact
	{
	font-style: normal;
	font-weight: bold;
	margin: 0;
	padding: 0 0 4px 0;
	font: 21px sans-serif;
	color: #3D8CBD; 
	word-wrap: normal; 
	}

	
h1.news
	{
	padding-bottom: 20px;
	}

h2
	{
	line-height: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-family: sans-serif;
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 20px;
	color: #3D8CBD;
	}
	


h3
	{
	line-height: 1.5em;
	font-weight: normal;
	font-family: sans-serif;
	margin: 0;
	padding: 10px 0 4px 0;
	font-size: 18px;
	}

h4
	{
	}

h5
	{
	}

h6
	{
	}
	
p
	{
	margin: 0;
	padding: 0 0 10px 0;
	font: 10px;
	line-height: 1.7em;
	}
	
ul
	{
	margin: 0 0 8px 21px;
	padding: 0 0 0 3px;
	list-style:disc;
  	}
  	
li
	{
	padding: 0 0 5px 0;
  	}
	
img
	{
	margin: 0;
	border: 0;
	padding: 0;
	}

a
	{
	text-decoration: underline;
	color: #0078AE;
	}

a:hover
	{
	text-decoration: underline;
	color: #666666;
	}

.clear
	{ 
  	clear:both; 
	/*** these next attributes are designed to keep the div 
	height to 0 pixels high, critical for Safari and Netscape 7 ***/ 
	height:1px; 
	overflow:hidden; 
	line-height:1%; 
	font-size:0px; 
	margin-bottom:-1px; 
	}

/*************************************************************
Colors
*************************************************************/

.gray
	{color: #E6E6E6;}

.dk_gray
	{color: #666666;}

.green
	{color: #BCE260;}

.orange
	{color: #FF7F00;}

.orange_screen
	{color: #FFBF7F;}
	
.dk_blue
	{color: #0078AE;}

.blue
	{color: #3D8CBD;}
	
.black
	{color: #000000;}
	
/*************************************************************
Contain - main container, rounded corner
*************************************************************/

#contain
	{
	margin: 0 auto;
	padding:0 0 20px;
	width: 968px;
	background: #fff url(/public/images/navi_header.jpg) repeat-x scroll left top;;
	}

/*************************************************************
Header - holds aux nav and main nav
*************************************************************/

#header
	{
	z-index: 1;
	position: relative;
	margin: 0;
	padding: 5px 0 0 20px;
	border: 0;
	width: 925px;
	}

#header img
	{
	float: left;
	display: block;
	padding: 25px 0 0 14px;
	}

#header .main_nav_bkg
	{
	float: right; 
	margin: 55px 8px 0 0;
	padding: 0;
	width: 644px;
	height: 75px; 
	background: url(/public/images/nav_bkg.gif) top right no-repeat;
	}

#aux_nav
	{
	position: relative;
	z-index: 101; 
	top: -110px;
	float: right; 
	margin: 2px 8px 0 0;
	padding: 0;
	width: 620px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FF7F00;
	}
	
#aux_nav img
	{
	margin: -7px 0;
	}
	
#aux_nav img.button
	{
	margin: 0;
	position: absolute;
	top: -7px;
	}
	
#aux_nav img:hover
	{
	}

#aux_nav a
	{
	float: left;
	margin: 0 34px 0 0;
	color: #FF7F00;
	text-decoration: none;
	}

#aux_nav a:hover
	{
	color: #666666;
	}
	
#aux_nav_1
	{
	position: relative;
	z-index: 101; 
	top: -110px;
	float: right; 
	margin: 2px 8px 0 0;
	padding: 0;
	width: 620px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FF7F00;
	}
	
#aux_nav_1 img
	{
	margin: -7px 0;
	}
	
#aux_nav_1 img.button
	{
	margin: 0;
	position: absolute;
	top: -7px;
	}
	
#aux_nav_1 img:hover
	{
	}

#aux_nav_1 a
    {
    float: left;
    margin: 0 27px 0 0;
    color: #FF7F00;
    text-decoration: none;
    }

#aux_nav_1 a:hover
	{
	color: #666666;
	}

#main_nav
	{
	position: relative; 
	z-index: 100;
	top: -71px;
	left: 5px;
	float: right;
	margin: 0;
	padding: 0;
	width: 644px;
	}

#main_nav a
	{
	float: left;
	font-size: 10pt;
	text-decoration: none;
	margin: 0 35px 0 0 ;
	padding-right: 12px;
	border: 0;
	}
	
#main_nav a.on
	{
	color: #666666;
	}

/*********************************************************************
LEFT NAV
**********************************************************************/
#leftNav
	{
	float:left;
	font-size:13px;
	line-height:2em;
	padding-left:10px;
	width: 192px;
	}
	
#leftNav li
	{
	list-style-type: none;
	border-bottom: #75B5D1 solid 1px;
	padding-left: 12px;
	}

#leftNav li.on
	{
	background: url(/public/images/right_arrow_blue.gif) no-repeat scroll 0 9px;
	}
	
#leftNav li.last
	{
	border-bottom: none
	}

#leftNav li.small
	{
	font-size: 9px;
	margin-left: 24px;
	}

	
#leftNav a
	{
	text-decoration: none;
	}

/*********************************************************************
BREADCRUMBS Content
**********************************************************************/

#breadcrumbs 
	{
	font-size:11px;
	height:25px;
	width:640px;
	padding-bottom: 20px;
	}

#breadcrumbs ul 
	{
	list-style-type:none;
	margin:0;
	padding:0;
	}

#breadcrumbs ul li 
	{
	background:transparent url(/public/images/arrowDecor_grey_right.gif) no-repeat scroll right center;
	float:left;
	margin:0 8px 0 0;
	padding:0 11px 0 0;
	}

#breadcrumbs ul li a 
	{
	color:#CECECE;
	text-decoration: none;
	}

#breadcrumbs ul li a:hover 
	{
	color:#666666;
	}

#breadcrumbs ul li.on 
	{
	background:transparent none repeat scroll 0 0;
	}

#breadcrumbs ul li.on a 
	{
	color:#666666;
	cursor:text;
	text-decoration:none;
	}
	
/*************************************************************
Billboard
*************************************************************/

#billboard
	{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/public/images/billboard_bkg.gif) no-repeat scroll 0 0;
	height:382px;
	left:12px;
	margin:0;
	position:relative;
	top:109px;
	width:951px;
	z-index:50;
	}


#billboard a:hover
	{
	color: #FF7F00;
	}

#billboard p.headline
	{
	clear: right;
	float: right;
	font-size: 22pt;
	color: #2187AA;
	margin: -135px 24px 0 0;
	width: 	253px;
	padding: 0 12px;
	line-height: 1.4;	
	}
	
#billboard p.subcopy
	{
	clear:right;
	float:right;
	line-height:1.7;
	margin:-22px 24px 0 0;
	padding:0 17px;
	width:242px;
	}
	
#billboard p.headline2
	{
	float: right;
	font-size: 8.5pt;
	color: #BCE260;
	margin: -89px 24px 0 0;
	width: 	253px;
	padding: 0 12px;
	line-height: 1.4;
	}
	
#slider
	{
	position:absolute;
	top:28px;
	left:28px;
	}
	
#slider a.billboard
	{
	margin: 0;
	}
	
#slider p
	{
	bottom:-9px;
	left:28px;
	position:absolute;
	z-index:100;
	}
	
#slider p.Headline
	{
	bottom:54px;
	color:#2187AA;
	font-size:20px;
	left:8px;
	position:absolute;
	z-index:101;
	}

#slider p.Headline2
	{
	bottom:17px;
	color:#2187AA;
	font-size:18px;
	left:8px;
	position:absolute;
	width:400px;
	z-index:101;
	}

#slider p.Copy
	{
	bottom:24px;
	left:8px;
	position:absolute;
	z-index:101;
	width: 380px;
	line-height: 1.4em;
	font-size:11px;
	}

/*************************************************************
Main Callout
*************************************************************/

#calloutFrame
	{
	height:300px;
	padding:0 0 0 11px;
	position:relative;
	top:106px;
	width:968px;
	}
	
#calloutFrame .callout
	{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/public/images/callout_bkg.png) no-repeat scroll left top;
	float:left;
	height:293px;
	width:320px;
	margin-left:2px;
	}
	
#calloutFrame .callout img
	{
	float:left;
	margin:38px 0 0 15px;
	padding:0;
	}

	
#calloutFrame .callout img.bttn_blue
	{
	clear:both;
	float:right;
	margin:12px 26px 0 0;
	}

#calloutFrame .calloutPerson
	{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/public/images/2620_EDI_banner_homepage_ARS.JPG) no-repeat scroll left top;
	float:left;
	height:266px;
	margin:14px 0 0 2px;
	padding:23px 0 0;
	width:313px;
	cursor: pointer !important;
	}
#calloutFrame .calloutPerson1
	{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/public/images/2620_EDI_banner_homepage_ARS.JPG) no-repeat scroll left top;
	float:left;
	height:266px;
	margin:14px 0 0 2px;
	padding:23px 0 0;
	width:313px;
	cursor: pointer !important;
	}

#calloutFrame .calloutPerson2
	{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/public/images/callout_person_bkg1.png) no-repeat scroll left top;
	float:left;
	height:266px;
	margin:14px 0 0 2px;
	padding:23px 0 0;
	width:313px;
	}

#calloutFrame .callout p.headline
	{
	color:#2187AA;
	float:left;
	font-size:12pt;
	height:37px;
	margin:28px 10px 0;
	padding:0 0 0 15px;
	width:282px;
	}
	
#calloutFrame .callout p.subCopy
	{
	float:right;
	height:auto;
	line-height:1.5;
	margin:18px 25px;
	padding:0;
	text-align:left;
	font-size:12px;
	}

#calloutFrame .callout p.subCopyPic
	{
	float:right;
	height:auto;
	line-height:1.5;
	margin:18px 26px 0 0;
	padding:0;
	text-align:left;
	width:136px;
	font-size:12px;
	}

#calloutFrame .calloutPerson p.quote
	{
	float:left;
	font-size:10pt;
	height:auto;
	line-height:1.2;
	margin-left:15px;
	padding:0;
	text-align:left;
	width:150px;
	color: #0078AE;
	}
		
#calloutFrame .calloutPerson p.quoteName
	{
	color: #0078AE;
	font-weight: bold;
	float:left;
	height:auto;
	margin:16px 10px 0 14px;
	padding:0;
	text-align:left;
	width:141px;
	font-size:9pt;
	}
	
#calloutFrame .calloutPerson p.quoteSubname
	{
	float:left;
	height:auto;
	color: #4DA1C6;
	margin:0 10px 0 14px;
	padding:0;
	text-align:left;
	width:141px;
	font-size:11px;
	line-height:1.2;
	font-size:8pt;
	
	}

/*************************************************************
Content
*************************************************************/
#content
	{
	display: block
	position: relative;
	float: right;
	margin: -50px 0 0 0;
	padding: 0;
	width: 745px;
	}
	
#content.noNav
	{
	display: block
	position: relative;
	float: left;
	margin: -54px 0 0 9px;
	padding: 0;
	width: 951px;
	}

#contentMiddle
	{
	background: url(/public/images/content_middle.png) repeat-y 0 0;
	position: relative;
	float: left;
	margin: 0;
	padding: 0 0 0 24px;
	min-height: 650px;
	width: 735px; 
	}
	

#contentMiddle.noNav
	{
	background:transparent url(/public/images/noNavMiddle.gif) repeat-y 0 0;
	width:951px;
	}

#contentTop
	{
	background: url(/public/images/content_top.png) no-repeat 0 0;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	height: 22px;
	width: 735px;
	z-index: 1; 
	}
	
#contentTop.noNav
	{
	background:transparent url(/public/images/noNavTop.png) no-repeat 0 0;
	width: 951px;
	}

#contentBottom
	{
	background: url(/public/images/content_bottom.png) no-repeat 0 0;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	height: 21px;
	width: 735px; 
	}

#contentBottom.noNav
	{
	background:transparent url(/public/images/noNavBottom.png) no-repeat 0 0;
	width:951px;
	height: 32px;
	}

#content p
	{
	line-height: 2em;
	padding-bottom: 20px;
	}
	
#content p.date
	{
	font-weight: bold;
	}
	

#content p.medpass
	{
	border-bottom:1px solid;
	border-top:1px solid;
	font-weight:bold;
	line-height:1.4em;
	margin-bottom:7px;
	padding-bottom:7px;
	padding-top:7px;
	text-align:center;	
	}
	

#content p.medpasstitle
	{
	font-size: 12px;
	line-height: 1.4em;
	font-weight: bold;
	color: #666666;
	text-align: center;
	padding-bottom: 10px;
	}
	
#content ul.medpass
	{
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-type: circle;
	}

/*************************************************************
Left Col
*************************************************************/

#leftCol
	{
	float:left;
	position: relative;
	width: 175px;
	}

#leftCol .content
	{
	background: #F4F4F4;
	padding: 0 12px;
	min-height: 105px;
	}
	
#leftCol p
	{
	color:#0078AE;
	}
	
#leftCol img.icon
	{
	padding: 20px 10px 10px 0;
	float:left;
	}

#leftCol img.nurseBttn
	{
	margin-left: -12px;
	float:left;
	}

/*#leftCol img.callout
	{
	border-bottom: 2px #F4F4F4 solid;
	}*/

#leftCol p.callout
	{
	font-size: 12px;
	line-height: 2em;
	padding-top: 13px;	
	}

#leftCol p.calloutName
	{
	font-weight: bold;
	padding: 0 0 4px 0;
	line-height: 1.2em;
	}
	
#leftCol p.calloutEmar
	{
	padding:14px 0;
	font-weight: bold;
	line-height: 1.2em;
	}
	
#leftCol p.calloutTitle
	{
	padding: 0 0 4px 0;
	line-height: 1.2em;
	}

#leftCol p.calloutLocation
	{
	color: #75B5D1;
	padding: 4px 0 14px 0;
	line-height: 1.2em;
	}

#leftCol .contentFooter
	{
	background:#E6E6E6 none repeat scroll 0 0;
	border-top:2px solid white;
	margin-bottom: 2px;
	height:18px;
	}

#leftCol a
	{
	text-decoration: underline;
	font-weight: bold;
	}
	
/*
#leftCol ul
	{
	margin: 10px 0 0 0;
	list-style-type: none;
	font-size: 11px;
	}

#leftCol li
	{
	background: url(/public/images/doc_icon.png) no-repeat;
	background-position: left;
	padding-left: 24px;
	margin-bottom: 10px;
	}
*/

#leftCol img.screenshot
	{
	border: 1px solid silver;
	margin: 2px;
	width: 169px;
	}
	
/*************************************************************
Right Col
*************************************************************/

#rightCol
	{
	float:left;
	position: relative;
	width: 465px;
	padding-left: 28px;
	}

form.request
	{
	float:left;
	position: relative;
	width: 465px;
	padding-left: 28px;
	}
	
td.state
	{
	padding-top: 10px;
	padding-left: 7px;}

#rightCol.single
	{
	width: 635px;
	}

#rightCol.noNav
	{
	width: 845px;
	}

#rightCol.noNav li
	{
	background: none;
	list-style-image: none;
	list-style: none;
	}
	
#rightCol.news
	{
	width: 635px;
	}

#rightCol.news a
	{
	text-decoration: none;
	}
				
#rightCol h2
	{
	width: 425px;
	}
	
#rightCol h2.single
	{
	width: 625px;
	}

#rightCol h2
	{
	width: 425px;
	}
	
#rightCol h2.noNav
	{
	width: 845px;
	}
	
#rightCol img
	{
	float:left;
	padding: 4px 10px 10px 0;
	}
	
#rightCol img.right
	{
	float:right;
	padding: 10px;
	}
	
#rightCol ul
	{
	}
	
#lightbox li
	{
	list-style-image: url(/public/images/bullet.gif);
	line-height: 2em;
	list-style-position: outside;
	padding-bottom: 8px;
	}

#rightCol li
	{
	list-style-image: url(/public/images/bullet.gif);
	line-height: 2em;
	list-style-position: outside;
	padding-bottom: 16px;
	}
	
form
	{
	width: 500px;
	float: left;
	}
	
	
input, textarea, input
	{
	margin-top: 10px;
	float:right;
	}
	


/*************************************************************
Vid Player
*************************************************************/
#vidPlayer
	{
	float:left;
	height:200px;
	width:192px;
	padding: 25px 0 0 5px;
	}
	
#vidPlayerTop
	{
	background:transparent url(/public/images/vidplayer_top.gif) no-repeat scroll -2px 0;
	height:12px;
	width:194px;
	}

#vidPlayerBottom
	{
	background:transparent url(/public/images/vidplayer_bottom.gif) no-repeat scroll 0 0;
	float:left;
	height:12px;
	width:192px;
	}
	
#vidPlayerMiddle
	{
	background:#BEEAFF none repeat scroll 0 0;
	height:auto;
	padding: 0 10px;
	}

#vidPlayer h2
	{
	font-size: 14px;
	}

#vidPlayer p
	{
	color: #3D8CBD;
	font-size: 10px;
	}
	
/*************************************************************
Quick Links
*************************************************************/

#quick_links
	{
	margin:120px auto;
	position:relative;
	width:650px;
	}

#quick_links h2
	{
	margin: 0;
	padding: 0;
	color: #666666;
	}

#quick_links a
	{
	display: block;
	margin: 0;
	padding: 0 0 6px 0;
	text-decoration: underline;
	font-size: 11px;
	color: #0078AE;
	font-weight: bold;
	}

#quick_links a:hover
	{
	text-decoration: underline;
	color: #666666;
	}

#quick_links .column
	{
	display: block;
	float: left;
	margin: 10px 0 0 0;
	padding: 0 45px 0 0;
	border: 0;
	}
	
#quick_links p.footer
	{
	font-weight: bold;
	color: #0078AE
	}

/*************************************************************
CMS Edit Menu....HANDS OFF DO NOT TOUCH
*************************************************************/
.editmenu
	{
	position: fixed;
	top: 0;
	right: 0;
	margin: 0 10px 0 0;	
	padding: 15px 13px 8px 13px;
	float: right;
	border: 2px solid #BFE8F7;
	background: #ffffff;
	z-index: 1000;
	}

	
 .editmenu a 
 	{
	display:block;
	margin: 0 0 7px 0;
	background: #C0ECFF;
	padding: 4px 8px 4px 8px;
	color: #0078AE;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	}

 .editmenu a:hover 
 	{
	display:block;
	background: #FFBF7F;
	}
	
/*************************************************************
LOGIN PANEL
*************************************************************/	
#login
	{
	clear:both;
	float:right;
	height:327px;
	margin:-136px 27px 0 0;
	position:relative;
	width:277px;
	z-index: 1000;
	}
	
#login p.headline
	{
	margin: 0;
	font-size: 22pt;
	color: #2187AA;
	width: 	253px;
	padding: 0 12px;
	line-height: 1.4;	
	}
	
#login p.subcopy
	{
	margin: 0;
	line-height:1.5;
	padding:0 17px;
	width:242px;
	float: left;
	font-size:11px;
	}
	
#login p.headline2
	{
	margin: 0;
	font-size: 8.5pt;
	color: #BCE260;
	width: 	253px;
	padding: 0 12px;
	line-height: 1.4;
	}
	
	
form.login
	{
	float:left;
	padding:30px 0 11px 16px;
	width:252px;
	}
	
input.login
	{
	margin: 0;
	}
	
input.button
	{
	margin-left: 10px;
	}
	
/*************************************************************
LOCATIONS PAGE
*************************************************************/
#locations
	{
	position: relative;
	margin-top: 18px;
	}
	
#locations span
	{
	position: relative;
	width: 150px;
	height: auto;
	padding: 10px 30px;
	border-right:1px solid #BDEAFF;
	display: block;
	float: left;
	}
	
#locations span.last
	{
	border: none;
	}
	
#locations p
	{
	font-size: 12px;
	}
	
#locations p.title
	{
	font-size: 12px;
	font-weight: bold;
	color:#3D8CBD;
	}
	
#locations p.description
	{
	color:#3D8CBD;
	}
	
#locations p.address
	{
	color:#3D8CBD;
	font-weight: bold;
	font-size: 10px;
	}

#locations p.address span.title
	{
	padding:0;
	border:none;
	color: #BCE260;
	font-weight: normal;
	font-style: italic;
	}
	
#locations p.phone
	{
	color:#3D8CBD;
	font-weight: bold;
	font-size: 16px;
	}

#locations p.phone span.title
	{
	padding:0;
	border:none;
	color: #BCE260;
	font-weight: normal;
	font-style: italic;
	}
	
	
	
	a.bttn_rss
	{
	padding: 0 0 0 21px;
	background-image: url(/public/images/icon_rss.gif);
	background-position: 0em .1em;
	background-repeat: no-repeat;
	}
	
a:hover.bttn_rss
	{
	text-decoration: underline;
	}


/*************************************************************
CONTACT PAGE
*************************************************************/

p.contactPhone
	{
	color:#3D8CBD;
	font-weight: bold;
	font-size: 16px;
	padding: 0 0 4px 0px;
	}
	
	p.bttn_green
	{
	color:#3D8CBD;
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 4px 0px;	
	}
