/*  
Originally created by Juxtaprose, (c) copyright 2007
http://juxtaprose.com/
*/

body {
	background: #e7e9e6;
	color: #575757;
	margin: 0;
	padding: 0;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 80%;
	text-align: center;	
}


/* centering and framing */
#wrap, #juxta {
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	width: 796px;
}

#wrap {
	background: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;	
}

/* masthead */
h1 { 
	position: relative;
	width: 796px;
	height: 83px;
	margin: 0;
	padding: 0;
	background: #4B6E4D;
	background-image: url("images/masthead_background.jpg");
	background-repeat: no-repeat;
	font-weight: normal; /* only for viewers with images off */
	font-size: 1.3em;    /* only for viewers with images off */
}

h1 a {
	display: block;
	position: absolute;
	top: 13px;
	left: 64px;
	color: #fff; /* only for viewers with images off */	
}

h1 span {
	display: none;
}

/* primary navigation (nav1) */

#nav1 {
	width: 100%;
	height: 45px;
	margin: 0;
	padding: 0;
	background: #828385;
	background-image: url("images/clouds_background.jpg");
	background-position: 0 0;	
	background-repeat: no-repeat;	
}

#nav1 ul {
	list-style: none;	
	height: 26px;	
	margin: 0;	
	padding: 0;	
	padding-top: 19px;
	text-align: center;
}

#nav1 li {
	float: left;
}

#nav1 a {
	display: block;	
	width: 95px;
	height: 22px;
	padding-top: 4px;
	font-size: 1.0em;
	text-decoration: none;
	color: #fff;	
}

#nav1 a:hover, .home #nav1_home, .about #nav1_about, 
.news #nav1_news, .hospitals #nav1_hospitals, 
.contact #nav1_contact {
	background: #5a5b5d;
}

/* nav 2 on hospital pages */

.forks #forks, .jefferson #jefferson, .mark #mark,
.mason #mason, .morton #morton, .ocean #ocean, .united #united, 
.whidbey #whidbey, .willapa #willapa {
	color: #2f50ad;
	font-weight: bold;
	text-decoration: none;
}


/* main content columns */

#cola {
	float: left;
	width:  480px;
	padding-left: 26px;
	padding-right: 60px;	
	border-right: 230px solid #e0ecde;
	margin-right: -230px;
}

#colb {
	float: left;
	width: 230px;
	background: #e0ecde;
	color: #222;
}

.home #cola {
	width: 350px;
	padding-right: 20px;
	border-right: 400px solid #e0ecde  !important;
	margin-right: -400px  !important;
}

.home #colb {
	width: 360px;
	padding-left: 20px;
}

.main { /* common styles for both columns */
	margin-top: 27px;
	min-height: 410px;
	height: 410px; /* for ie 6 only */
	padding-bottom: 20px;
	text-align: left;
	font-size: 0.95em;
}

.home .main {
	min-height: 640px;
	height: 640px; /* for ie 6 only */
}

html>body .main {
	height: auto; /* override ie 6 only height */
}

/* main text and inline elements */

.main h2 {
	font-size: 1.2em;
	color: #2f50ad;
	margin-top: 10px;
}

.main h2.entry {
	font-size: 1.1em;
	padding-top: 10px;
	margin-top: 10px;	
	margin-bottom: 2px;
	border-top: 1px dotted #ccc;
}

.main h3 {
	font-size: 1.0em;
	color: #2f50ad;
}

.main h4 {
	margin-top: 25px;
	margin-bottom: 0;
}

.main strong {
	color: #2f50ad;
}

#cola a {
	color: #264CBA;
}

#colb a {
	color: #222;
}

#cola a:hover {
	background: #264CBA;
	color: #fff;
}

#colb a:hover {
	background: #222;
	color: #fff;
}

.inside #colb p, .inside #colb h3 {
	margin-left: 20px;
	margin-right: 10px;
}

.main ul {
	padding: 0;
	margin: 20px;
}

.inside #colb ul {
	margin-left: 40px;
	margin-right: 5px;	
}

.main li {
	margin-bottom: 7px;
}

.main li h3 {
	margin-bottom: 0;
}

.main li p {
	margin-top: 3px;
}

.main .collist {
	float: left;
	margin: 20px;
	padding: 0;	
}

#colb .collist {
	margin: 0;	
	list-style: none;
}	


.listb {
	margin-left: 37px !important;
}

.homeimg {
	width: 169px;
	text-align: center;
	font-size: 0.85em;
}

.imga, .imgb {
	float: left;
	margin-bottom: 17px;
}

.imga {
	margin-right: 20px;
}

.insideimg {
	width: 230px;
	margin-top: 5px;
	text-align: center;
	font-size: 0.85em;
	color: #575757;
}

/* convenience classes */

.linetall {
	line-height: 1.6em !important;
}

.bigtop {
	margin-top: 30px;
}

.bigbottom {margin-bottom: 10px;} /*was 20px */

div #photocredit { margin-top: 1px;}

#photocredit p{font-size:.8em;
	font-style:italic;
	text-align:center;
	margin: 1px 0;}

.bigbottom img { border: solid 1px #999;} /*new*/

.medpadtop {
	padding-top: 15px;
}

.notop {
	margin-top: 0 !important;
}

.nobottom {
	margin-bottom: 0 !important;
}


.centered {
	text-align: center;
}

.clr {
	clear: both;
}

/* absolute positioned element */

#memberlink {
	position: absolute;
	top: 54px;
	left: 564px;
	display: block;
	height: 29px;
	width: 232px;
	background-image: url("images/memberlink_background.jpg");
	background-repeat: no-repeat;
	color: #fff;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
}

#memberlink:hover {
	text-decoration: underline;
}


/* footer */

#footer {	
	clear: both;
	width: 100%;
	height: 19px;
	padding-top: 6px;
	border-top: 1px solid #828385;
	background: #d7e6ed;
	color: #828385;
	font-size: 0.8em;
}

#footer p {
	float: left;
	display: inline; /* for ie 6 only */
	width: 350px;
	margin-top: 0px;
	margin-left: 25px;
	text-align: left;	
}

#footer div {
	float: right;
	width: 340px;
	margin-right: 25px;	
	text-align: right;
}


#footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer li {
	float: left;
	padding-left: 5px;
}

#footer a {
	color: #828385;
	text-decoration: none;	
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

/* Footer: Juxtaprose link */
#juxta {
	margin-top: 5px;
	padding-bottom: 5px;
	font-size: 0.8em;
	text-align: right;
}

#juxta a {
	color: #999;
	padding-right: 2px;
	text-decoration: none;
}

#juxta span, .detail {
	font-style: italic;
}

#juxta a:hover {
	text-decoration: underline;
}

#fundnote {
	color: #828385;
	text-align: left;
	width: 615px;
	padding: 0;
	padding-bottom: 6px;
	margin: 0 0 0 25px;
	float: left;
}
	