/*
-----------------------------------------------
CSS Style Sheet
author:   Ben Pilcher
version:  March 2009
----------------------------------------------- */

* {margin:0;padding:0;}

#wrap {
width: 977px;
background: transparent url(../images/sidenav_bg.gif) repeat-y left top;
}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

body { 
	font-family: "Lucida Grande", Tahoma;
	background: url(../images/right_grad.gif) repeat-y 977px top;
}

#main {padding-bottom: 70px;}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -70px; /* negative value of footer height */
	height: 70px;
	width: 977px;
	clear:both;
	background: transparent url(../images/footer-bg.png); 
	color: #bbc8ef;
} 

#footer p { padding: 10px 0 0 10px; font-size: .688em;}

#footer #right { width: 80px; float:right;margin-right: 4px;}
#footer #left { width: 640px; float:left;}


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear { clear: both; }
.right { float: right; }
.left { float: left; }

em {
	font-weight: bold;
	color: #243c8a;
}

h1, h2, h3, h4 {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
}

h1 { 
	font-size: 1.875em;  /*equates to 30px;*/
	line-height: 1.1em;
	margin: .4em 0;
	color: #243c8a;
}

h2 {
	font-size: 1em; /*equates to 16px;*/
	line-height:1.5em;
	margin: 1.2em 0 0.7em 0;
	color: #243c8a;
}

h3 {
	font-size: 0.875em; /*equates to 14px;*/
	line-height:
	margin: 1.2em 0 0.7em 0;
}

h4 {
	font-size: .75em; /*equates to 12px;*/
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 5px; 
}

p {
	font-size: .75em;  /*equates to 12px;*/
	line-height: 1.5em;
	margin: 0 0 0.8em 0;
}

h1.peeps {
	border-bottom: 5px solid #243c8a;
}

.sidenote {
	font-size:10px;
	line-height:1.8em; 
}

.wrapper { 
	padding: 20px 0 0 10px;
	width: 780px;
	margin-right: 12px;
}

address { font-size: 12px; color: #292929; font-weight: bold; margin-top: 0;}

ul.address {list-style-type: none; font-size: .688em; margin-bottom: 10px;}
h2.margin { margin-bottom: 0;}

/*------------------ header ---------------*/
/*-----------------------------------------*/
/*-----------------------------------------*/

#header {
 	height: 156px;
	position: relative;
	background-color: #F5F5F5;
}

#header img {
	position: absolute;
	top: 0;
	left: 694px;
}

#header .logo { 
	background: transparent url(../images/porter-logo.png) no-repeat;
	height: 152px; 
	width: 528px; 
	text-indent: -123456px;
	margin: 0;
	top: 1px;
	position:absolute; 
}

#header .logo a {
	display:block;
	height:100%;
	overflow:hidden;
	width:100%;
}

/*---------- main nav styling -------------*/
/*-----------------------------------------*/
/*-----------------------------------------*/
 
#nav { 
	height: 90px; 
	background: #333366 url(../images/nav_bg.gif) repeat-x left 1px;
}

#navlist { width: 800px; }

#nav ul, #menu ul, #menu-events ul {
	font: normal .75em Verdana, sans-serif;
	text-transform: uppercase;
}

#nav ul li { 
	list-style: none;
	float: left;
	height: 27px;
	padding-top: 8px;
}

#nav ul li a {
	text-decoration: none;
	display: block;
	padding: 0 2em;
	line-height: 2.1em;
	color: #d6def7;
}

#nav a:focus {outline:none;}
#nav a:hover {color:#FFF;}

#nav h4 { 
	font: italic 1.5em Times, "Times New Roman", Georgia, serif;
	color: #fff;
	padding: 17px 0 0 20px;
	clear: left;	
}

ul li a:link:hover, ul li a:visited:hover {
	color: #000;
	text-decoration: underline;
}

#navlist li a#current {
	text-decoration: underline;
	color: #FFF;
}

/*--------------------------------------------*/
/*--------- sidenav menu styling--------------*/
/*--------------------------------------------*/

#sideBar { 
	margin-left: -100%;
  	width: 152px;
  	font: bold .75em Verdana, sans-serif;
  	border-right: 1px;
  	padding: 10px 0 0 8px;
}

ul#menu, ul#menu ul, ul#menu-events {
  list-style-type:none;
}

ul#menu, ul#menu-events { 
	color: #243c8a; 
	text-transform: capitalize;
	padding-left: 7px; 
}

a.ext {
	padding-right: 15px;
	background: url(../images/external-link.png) no-repeat 85% 50%;
}

ul#menu a, ul#menu-events a {
  display: block;
  text-decoration: none;
  color: #ccc;
  border-bottom: 1px dotted #000;
}

ul#menu a:focus, ul#menu-events a:focus { outline: none; }

ul#menu-events a#here {color:#c63a19;}

ul#menu li a, ul#menu-events a {
	color: #243c8a;
	padding: 0.5em;
	border-bottom: 1px dotted #000;
	text-transform: uppercase;
}

ul#menu li a:hover, ul#menu-events a:hover {
	background: #ffffff;
}

a.ext {
	padding-right: 15px;
	background: url(../images/external-link.png) no-repeat 85% 50%;
}

ul#menu li a.ext:hover {background: #fff url(../images/external-link.png) no-repeat 85% 50%;}

ul#menu-events a { font-size: .875em; }  /*equated to 14px;*/
ul#menu-events a.events, ul#menu a#here { background: #ffffff; font-size: 100%; }
ul#menu-events a:hover.events { color:#c63a19; }

ul#menu li ul li a {
  background-color: #ededed;
  padding-left: 20px;
}

ul#menu li ul li a:hover {
	background-color: #ededed;
	border-left: 4px #243c8a solid;
	padding-left: 16px;
}

#sideBar .logo { 
	background: transparent url(../images/makegift.jpg) no-repeat;
	height: 199px; 
	width: 144px; 
	text-indent: -123456px;
	margin: 5px 0 0 -8px;
	bottom: 0;
}

#sideBar ul#menu li.logo a:hover {
	background: none;
	border: none;
}

.facilities ul li {
	width: 300px;
	height: 91px;
	list-style: none;
	display: block;
}

#sideBar ul#menu li.logo a, .facilities ul li a {
	display:block;
	height:100%;
	overflow:hidden;
	width:100%;
	border: none;
	padding: 0;
}

.facilities {
	padding-right: 20px;
}

.facilities ul li {
 	display: block;
 	padding-bottom: 20px;
 	position: relative;
 	
}

p strong { color: #243C8A;}

.facilities ul li a {
	text-align: right;
	padding: 5px 5px 0 0;
	text-decoration: none;
	color: #243c8a;
}
li a#ghi {
	background: #fff url(../images/facilities/ghi.jpg) no-repeat 3px top;
}
li a#porter {
	background: #fff url(../images/facilities/porter.jpg) no-repeat 3px top;
}
li a#porterhospice {
	background: #fff url(../images/facilities/porterhospice.jpg) no-repeat 3px top;
}
li a#parker {
	background: #fff url(../images/facilities/parker.jpg) no-repeat 3px top;
}
li a#avista {
	background: #fff url(../images/facilities/avista.jpg) no-repeat 3px top;
}
li a#littleton {
	background: #fff url(../images/facilities/littleton.jpg) no-repeat 3px top;
}

li a#porterl {
	background: #fff url(../images/support/porter.jpg) no-repeat 3px top;
}
li a#porterhospicel {
	background: #fff url(../images/support/hospice.jpg) no-repeat 3px top;
}
li a#parkerl {
	background: #fff url(../images/support/parker.jpg) no-repeat 3px top;
}
li a#avistal {
	background: #fff url(../images/support/avista.jpg) no-repeat 3px top;
}
li a#littletonl {
	background: #fff url(../images/support/littleton.jpg) no-repeat 3px top;
}

/*------------- content styling -----------*/
/*-----------------------------------------*/
/*-----------------------------------------*/

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }

.details { 
	margin-bottom: 10px; 
	height: 120px; 
	padding: 8px; 
	background: #fff193; 
}
#firstDetails { margin-left: 0; clear: both;}
#caring h1, #home h1 { margin-bottom: 0;}
#caring h2, #home h2 { margin-bottom: 0; font-weight: bold; color: #491134;}
#caring p, #home p {margin-top: 0;}

.details h2 { font-size: 1.4em;font-weight: bold; margin: 0; width: 100%; border-bottom: 2px solid #cdb937; }

#rightColumn {
	padding: 10px 0 0 0;
	position: relative;
	float: right;
}

.spacer {
	height: 100px;
}

#staff {
	min-height: 650px;
}

.content img {
	margin-left: 1.5em;
	padding: 0 1.5em 0 0;
	background: #fff;
}

.bigImg {
	border: 5px solid red;
}

.grid {
	background: transparent url(../images/underline.gif) repeat scroll 0 0;
}

.container2 {
  float: left;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

#sideBar {
  position: relative;
  float: left;
  left: 100%;
  height: 100%;
}

.one_column {
	width: 500px;
	padding: 1.5em ;
	padding-top: 0;
}

.one_column2 {
	width: 300px;
	padding: 0 1.5em 1.5em;
}

.one_column2 p { font-size: 12px; }

.borderleft { border-left: 2px dotted #ccc }

.borderight { border-right: 2px dotted #ccc; }

/*------ medical missions styling ---------*/
/*-----------------------------------------*/
/*-----------------------------------------*/
#missions img { margin-top: -8px; margin-bottom: 20px; }

#missions .main_column {
	width: 62%;
	border-right: 2px solid #243c8a;
	padding: 0 10px 0 0;
}

#missions .sub_column {
	width: 35%;
	padding-left: 0;
}

#missions h1 { margin-bottom: 0; }
#missions h4 { font-size: 1.5em; color: #eb7336; font-style: italic; }

/*----------- slideshow styling -----------*/
/*-----------------------------------------*/
/*-----------------------------------------*/

#myslides {
	width: 804px;
	height: 264px;
    padding: 0;  
    margin:  0 5px 0 0; 
    z-index: -1; 
} 
 
#myslides a {  
    width: 814px;
    height: 274px;
    top:  0; 
    left: 0;
}

#slideshowNav {
	position: absolute;
	right: 44px;
	top:261px;
	
}

#pager { text-decoration:none; }

#pager a {
	font: 10px verdana;
	color: #fff;
	text-decoration: none;
	padding: 2px 5px;
	margin-right: 4px;
	display:inline;
	background-color:#8a9acd;
}

#pager a.activeSlide { background-color: #2b4dbb; }

#pager a:last-child  { margin-right: 0; }

a#next, a#previous {
	color: #fff;
	text-decoration: none;
	background-color:#8a9acd;
	padding: 1px 7px;
}


/*-----------------------------------------*/
/*--------------- staff -------------------*/
/*-----------------------------------------*/

staff h1 { color: #243c8a; border-bottom: 1px solid #243c8a; margin-bottom: 0; }

ul.stafflist {
	list-style: none;
	padding: 12px 4px 12px 8px;
	border-bottom: 1px dashed #DDDDDD;
}

ul.stafflist:hover { background-color: #f8f8f8;}

ul.stafflist li {
	color: #4661B8;
	font-size: .688em;
	line-height: 1.24em;
	font-weight: normal;
}

ul.stafflist li.first {
	color: #243c8a;
	font-size: .875em;
}

/*-----------------------------------------*/
/*--------------- events -------------------*/
/*-----------------------------------------*/

#events {
	width: 780px;
	margin-right: 12px;
	padding: 5px;
}

#events p {
	font-size: .75em; /*equates to 12px*/
	margin: .5em 0;
}

.eventItem { border-bottom : 2px solid #eee; padding-bottom: 10px; margin-bottom: 10px;}
.eventItem img { float: left; margin-right: 15px; }

#events .one_column { width: 440px; padding-left: 0;}
#events .one_column h4 { font-size: .875en; font-family: Helvetica, Arial, sans-serif; margin-top: 0;}
#events .one_column h3 { margin-bottom: 0; }
#events .one_column h2 { margin-top: 0; font-size: 22px;}
#events .one_column a { color: blue; font-size: 12px; } 
#events p.date { color: maroon; font-size: 10px; margin: 0 0 .5em 0; }
#events h1 { margin: 15px 0 5px 0;}
#events h2 {margin-bottom: 0;}

#sponsors {
	height: 75px;
	width: 724px;
	margin: 0 0 14px 14px;
	padding-right: 42px;
	background: #eee url(../images/events/sponsor-box-bg.gif) no-repeat 0 0;
}

#sponsors img {float: right;}

.img-replace {
	text-indent: -99999px;
}

.hoh {
	background-image: url(../images/events/hoh-logo.jpg);
	width:305px;
	height:290px;
}

#hoh h3.oak-ridge-boys {
	background: transparent url(../images/events/oak-ridge-boys.gif) no-repeat 0 0;
	width:342px;
	height:156px;
	margin: -70px 0 0 24px;
}

#hoh {
	background: #fff url(../images/events/hoh-event-bg.gif) no-repeat 0 0;
	width:404px;
	padding: 64px 0 0 40px;
}

#hoh h3 { text-transform: uppercase; margin-bottom: 0;}
#hoh h3 + p { margin-top: 0; font-style: italic; color: #666; }
#hoh span.georgia { font-family: Georgia, serif; font-size: 18px; }

#htmlForm { padding-bottom: 20px;}
#htmlForm p {font-size: .688em;}
fieldset { border: 1px solid #eee; padding: 10px;}
input { margin: 0 4px; }
legend { margin-top: 4px; }

hr
{
  border-color: #eee;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 0 0 14px;
  height: 0;
}

a.transparent {  
	filter:alpha(opacity=20);  
	-moz-opacity:0.2;  
	-khtml-opacity: 0.2;  
	opacity: 0.2;  
}  

a:hover.transparent {  
	filter:alpha(opacity=100);  
	-moz-opacity:1;  
	-khtml-opacity: 1;  
	opacity: 1;  
}  

.one_column5 img {
	margin: 0 0 15px 0; 
	padding: 0;
	border-bottom: 1px dashed #ccc;
}

.one_column5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #F3EED8;
	width: 390px; 
	padding: 20px;
	margin: 20px 0 0 20px;
	text-align: center;
}