/*
	Premier Health Partners
	Will Moore, ISITE Design

--------- Notes -----------

* html {anything} addresses IE < 6 browser bugs
*+html {anything} addresses IE 7 browser bugs


font-sizes are set in em for resizable goodness.  Here's a basic guide for the stylesheet.
font-size: 1em; = 12px
font-size: .9175em; = 11px
font-size: 0.835em; = 10px
font-size: .75em; = 9px

*/

/*import base stylesheets*/
@import url("layout.css");
@import url("type.css");
@import url("nav.css");



/* Basic browser reset  */
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, dt, blockquote, button, fieldset, legend, label, input, textarea, form, .hdl1, .hdl2, .hdl3   {
    margin: 0; padding: 0; border: 0;
}
html{font-size: 100%}/*keep ie happy*/
body {
	background: #006fb4;
	color: #000;
	font: 75%/1.35em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
input, textarea {border: 1px solid #242323;}
/* Changes for Right Nav blue background down page. 2-21-08 CCC  */
#content 
{
/*background-image: url(../img/css/bg_columns_hosp.gif); */
/*	background-repeat:repeat; */
}
/* End Changes for Right Nav   */

/*#content #primary ul, #content #primary ol {margin:10px 0 10px .2em;}*/
#content #primary ul, #content #primary ol {margin:15px}

/* Fix for numberered list issue. Created 7-14-08 CCC                   */
#content #primary ol {padding:0px 20px; }
#content #primary ol li{padding:0px 0px 10px;}
/* ==================================================================== */

/* For quicklinks and navigation. For lists of links add the class "links" to the ul - this will remove the bullets.    */
ul.links, ul.links ul, ul.links ul ul, #content ul.links li, #nav { list-style-type: none;}


/* containers */

#search {
	background-color: #FFFFFF;  /* PCH CHANGE CCC */
	border-top: 1px solid #fff;
    height: 75px;
}

#secondary .callout {
	/*background: #79B7E4 url(../img/squares/image_left_callout.jpg) left top no-repeat; */
	/*border-top: 3px solid #006fb4; */
	/*color: #fff; */
	padding-top: 60px; 
}
	* html #secondary .callout {	background-position: 0 3px;	}
	*+html #secondary .callout {	background-position: 0 3px;	}

	#secondary .callout p {
		/*background-color: #79B7E4;*/
		color: #fff;
		font-size: 1.1em;
		font-weight: normal;
		margin: 0;
		padding: 10px 18px;
	}

#secondary a.contactlink {
background-color:#FFFFFF;
color:#006FB4;
display:block;
font-size:1em;
font-weight:bold;
padding:10px 15px;
text-decoration:underline;
}
*:first-child+html #secondary a.contactlink { background-position: 0 40px; }






          /*
--=.._/(        Type, Links and Lists      )\_..=--
    	  */

h1, h2, h3, h4, h5, h6, .hdl1, .hdl2, .hdl3  {  color: #0075BE; font-weight:normal;  margin: .1em 0 .7em 0; display: block;}

h1, .hdl1 {font-size: 209%; line-height: 1.2em; padding-top: 45px; display: block;}
.hdl1 .hdl1 { font-size: 1em; }
h2, .hdl2 {font-size: 134%;}
h3, .hdl3 {font-size: 117%; }
	#primary h3, #primary .hdl3 {margin: 1em 0 .2em 0; }

h4, .hdl4 {font-size: 100%;  color: #0075BE; font-weight: bold; margin: 1.675em 0 0 0}
.hdl4w {font-size: 100%;  color: #FFFFFF; font-weight: bold; margin: 1.675em 0 0 0 color:#FFFFFF }
h5, .hdl5 {font-size: 100%;}
h6, .hdl6 {font-size: 90%; }
p, ul { margin:0 0 1.5em 0; }

a, a:visited{color: #0075BE; text-decoration: underline;}
#wrapper a:hover { text-decoration: none;}
a#brand{
	background: transparent url(../img/css/php_logo.gif) 0 0 no-repeat ;
    display: block;
	float: left;
	height: 65px;
	margin: 20px 0 0 48px;
	text-indent: -9999em;
	width: 264px;
	}
#primary ul li {
	background:transparent url(../img/css/bullet_square__blue.gif) no-repeat scroll 0pt 8px;
	list-style-type: none;
	margin: 0 0 .2em 0;
	padding-left:10px;
	padding-right: 24px;
	}
#utilitynav  {
	color: #fff;
	font-size: .9em;
	position: absolute;
	top: -1.5em;
	right: 0;
	width: auto
	}
	#utilitynav a  {
		color: #fff;
		margin-right: 5px;
		text-decoration: none;
	}
   	#utilitynav li {margin-left: 5px;}

#toolnav  {
	background-color: #fff;
	color: #0075be;
	font-size: .9em;
	float: right;
	margin: 14px 0 0 0;
	width: auto;
	}
	#toolnav a  {
		color: #0075be;
		margin-right: 8px;
		text-decoration: none;
	}
	#toolnav li {margin-right: 8px;}
	#toolnav #textsizechange{background: transparent  url(../img/css/font_iconA.gif) 0 50% no-repeat ;padding-left: 30px;}
	#toolnav #sendtofriend, .sendtofriend {background: transparent  url(../img/css/h_icon_email.gif) 0 50% no-repeat ; padding-left: 22px;}
	#toolnav #printthispage{background: transparent  url(../img/css/h_icon_print.gif) 0 50% no-repeat ; margin-right: 0; padding-left: 22px;}


#footer p, #footer ul{
	color: #0075BE;
    display: inline;
	margin-right: 60px;  /*Changed from 100px to 60 for Atr, because of For Employees link in footer CC/BL 2-27-08      */
	}

#breadcrumbs h3, #breadcrumbs ol {
    margin-top: -4px;
	}

	#breadcrumbs h3 {
	    display: inline;
		color: #fff;
		font-size: 1em;
		width: auto;
	}
	#breadcrumbs ol {
	    display: inline;
		color: #fff;
		margin-left: 4px;
	}
	#breadcrumbs ol a {
		color: #fff;
		margin: 0 4px;
	}

#primary h2, #primary .hdl2 {
    background: transparent url(../img/css/bg_heading_square.gif) 0 2px no-repeat;
	padding-left: 19px;
}
#primary hr {display: none;}

#terciary h3 {
	background:#0075BE none repeat scroll 0%;
	color: #FFFFFF;
	font-weight: bold;
	line-height:2em;
	margin-bottom: 5px;
	padding-left:19px;
}
	#terciary ul {
		list-style-type: none;
		}
	#terciary li {
	    background: transparent url(../img/css/bullet_square__blue.gif) 0 6px no-repeat;
		line-height: 1.35em;
		margin: 0 10px 8px 20px;
		padding-left: 10px;
		}
	#terciary .more {
		background:transparent url(../img/css/bullet_square__blue.gif) no-repeat scroll 0pt 8px;
		margin-left: 20px;
		padding:0 0 10px 10px;
	}
	#terciary .more span {
		position: absolute; left: -9999em;
	}
#findadoctorbutton{
	display:none;
	visibility:hidden;
	/*background: #7ce2b0 url(../img/css/btn_findaDoctor.gif) 0 0 no-repeat;
	clear: left;
	float: left;
	display: block;
    height: 19px;
	margin: 20px 0 0 20px;
	width: 106px;
	text-indent: -9999em; */
	}
	* html #findadoctorbutton  {margin-left: 10px;}

#terciary .updatesignup {
	background-color: #006FB4;
	color: #fff;
	display: block;
	padding: 10px 20px;
	width: 170px;
}
	* html #terciary .updatesignup {	display: inline-block;	}

p span.body{
	display: block;
    margin-bottom: 1.5em;
	margin-right: 10px;
}

/*#primary div table{
    margin-right: 3.5%;
	width: 96%;
}
CCCREMOVED 2/20/09 - Causing content table issues*/





     /*
--=.._/(        Forms      )\_..=--
    	  */


input, textarea{
    border: 2px inset #D4D0C8;
}
button.gobutton{
	background: url(../img/css/btn_go.gif) ;
	cursor: pointer;
    height: 21px;
	width: 27px;
	text-indent: -9999em;
}
#search .gobutton {
    height: 21px;
	width: 27px;
	float: right;
	margin-top:-24px;
	left:-3px;


}
	*+html #search .gobutton {/*not sure why!*/
	    float: right;
		/*margin-right: 7px; */
		top: -30px;
		
	}
	* html #search .gobutton {/*not sure why!*/
	    float: right;
		margin-right: 6px;
        margin-top: -24px;

	}
	.homepage #search .gobutton {
	    margin-top: 20px;
	}


#search input {
    color: #006FB4;
	float: left;
	font-size: .915em;
	height: 1.025em;
	margin: 20px 0 0 20px;
	padding: .26em;
	width: 145px;
}


/*  home only */


div#featuredlocations, div#featuredmemberships {
	background-color: #cce3f7;
	padding: 15px 20px 15px 15px;
	}
div#featuredmemberships {
	background-color: #e0eefa;
	border-bottom: 2px solid #e7f4fe;
	}







          /*
--=.._/(        Randoms/dev utility styles      )\_..=--
    	  */


.accessibility{height: 0; left: -9999em;  line-height: 0; position: absolute; text-indent: -9999em; }
.column{
    float: left;
	width: 45%;
	margin-right: 2%;
	}
ul.nav {list-style-type: none;}



.hide {display: none;}
.left {float: left; margin: 10px 5px 10px 0;}
* html .left {margin-right: 0;}
.right {float: right;}
.clear {clear: both;}
.clearleft {clear: left;}
.clearright {clear: right;}
.error, .red {color: red;}

.small {width: 25%;}
.medium {width: 48%;}
.large {width: 90%;}



/*these next two are set with more specificity to help override other styles.  */
body #wrapper .noborderplease {border:none;}
body #wrapper .borderplease {border-width: 1px; border-style: solid;}

/* Form Styles  */
/* ==========================================================*/
div#FormBody {
	background:#e6f1fb; 
	border-width:10px; 
	border:solid 10px #78B7E4;
	padding-left:20px;
	
	}
	
.EmailFriendHeader{background-color:#FFFFFF; }

div#EmailFriendBody {
	background:#e6f1fb; 
	border-width:10px; 
	border:solid 10px #78B7E4;
	padding-left:20px;
	margin: 5px 5px 5px 5px;
	}
	
/*============================================================= */
/* Font Fix for Left Nav  4-29-08 CCC*/
#secondary {font-size: 12px;}
#secondary a {font-size:12px;}

/* ==========================================================*/
/* Featured Content Layout */
#featuredblock { background-color:#e6f1fb;border-color:#e6f1fb;text-align:left; width:514px;}
#feat_hdr {
	background-color:#78b7e4; 
	border-color:#78b7e4;
	line-height:1.35em;
	color:#FFFFFF;
	font-size:100%;
	font-weight:bold;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
 }
 #feat_content {padding:5px 10px 10px 10px;}
/*===========================================================*/
/* Custom Form Layout Styles                                  */
.cell { text-align: right; padding-right:5px; }
.cell-left {text-align: left;}
input.PHPBtn {
background-color:#006FB4;
border:1px solid #333333;
color:#FFFFFF;
font-weight:bold;
margin:0pt;}

/*===========================================================*/

#SearchResult table table {width: 30%;} 
#SearchResult table td td {width: 15px;}
#SearchResult {top-margin: 25px;}

#Emergency { border-top: solid red 3px;
	border-bottom: solid red 3px;
	background-color: #ff0000; 
	padding: 10px;
	color: #ffffff;
}

#Emergency h3 { color: #ffffff; 
	font-weight: bold;
	font-size: 1.2em;
	background-color: #ff0000;
}

