@import url("reset.css");
/*
 * Client: 		POH - Pomerene Hospital
 * Site Name: 	pomerenehospital.org
 * URL: 		pomerenehospital.org
 *
 * Author: 		Sean Mooney
 * URL: 		http://www.whitespace-creative.com/
 *
 * Created: 	11/20/2008
 *
 * --------------------------------------------------------------- */

/* Basic Structure */
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #87715a url(../../elements/skin/bg-body.jpg) repeat left top;
}

html,
body,
#wrapper1 { height: 100%;}

#wrapper2 {min-height: 100%;}
* html #wrapper2 {height: 100%;}

#wrapper1 {background: url(../../elements/skin/bg-wrapper1.png) repeat-x left 107px;}

#wrapper2 {
	width: 1010px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.2em;
	background: url(../../elements/skin/bg-wrapper2.png) repeat-y center top;
}

/* -------------
 * Header
 * ------------- */
#header {
	position: relative;
	z-index: 1;
	padding-left: 23px;
	height: 110px;
}

#header .home {
	display: block;
	position: absolute;
	left: 23px;
	top: 0px;
	width: 382px;
	height: 110px;
	text-indent: -999px;
	z-index: 2;
	background: transparent url(../../elements/spacer.gif) no-repeat left top;	
}

#header  .link {
	text-indent: -9999px;
	display: block;
	position: absolute;
	height: 20px;
	width: 243px;
	right: 26px;
	bottom: 0px;
	z-index: 2;
	background: transparent url(../../elements/spacer.gif) no-repeat left top;
}

/* -------------
 * Main Navigation
 * ------------- */
#navigation_main {
	font-size: 1.25em;
	height: 48px;
	background: #331705 url(../../elements/skin/bg-wrapper1.png) repeat-x 0px -3px;
	padding: 0 0 0 38px;
}

#navigation_main li {
	float: left;
	padding: 0;
	
}

#navigation_main li li { position: relative; }

#navigation_main a {
	color: #f6db98;
	text-decoration: none;
	display: block;
	padding: 0px 15px;
	line-height: 48px;
	font-weight: bold;
	background: transparent url(../../elements/skin/navigation_main_separator.gif) no-repeat left center;
}

#navigation_main li:first-child a,
#navigation_main li li a { background-image: none; }

/* All submenus */
#navigation_main ul {
	background: #FFF;
	width: 190px;
	position: absolute;
	z-index: 100;
	left: -999em;
	border: solid 1px #666;
	border-top: none;
	margin-top: -2px;
	font-size: .8em;
}

#navigation_main ul ul {margin: 0 0 0 190px; top:0; }

#navigation_main ul li {
	border-top: 1px solid #666;
	float: none;
}

#navigation_main ul a {
	color: #9f4827;
	text-transform: none;
	padding: 2px 15px;
	line-height: normal;
	font-weight: normal;
}

#navigation_main ul a:hover { }

/* hover to show menus */
#navigation_main li:hover,
#navigation_main li.sfhover {direction:ltr;} /* Fix IE7 sticky menus */

#navigation_main li:hover ul ul, 
#navigation_main li:hover ul ul ul, 
#navigation_main li.sfhover ul ul, 
#navigation_main li.sfhover ul ul ul { left: -999em;}

#navigation_main li:hover ul, 
#navigation_main li li:hover ul, 
#navigation_main li li li:hover ul, 
#navigation_main li.sfhover ul, 
#navigation_main li li.sfhover ul, 
#navigation_main li li li.sfhover ul {left: auto;}

/* 1st level li hover */
#navigation_main li:hover, 
#navigation_main li.sfhover { }

#navigation_main li:hover a,
#navigation_main li.sfhover a { color: #8fd088; }
#navigation_main li:hover li a,
#navigation_main li.sfhover li a { color: #666; }

/* 2nd level li hover */
#navigation_main li li:hover,
#navigation_main li li.sfhover { background-color: #fcedb9; background-image: none; }

#navigation_main li li:hover li,
#navigation_main li li.sfhover li {background-color: #f9dd78; }

/* 3rd level li hover 
#navigation_main li li li li:hover,
#navigation_main li li li li.sfhover,
#navigation_main li li li li:hover li,
#navigation_main li li li li.sfhover li {background-color: #fcedb9;}
*/


#main,
#footer { margin: 0 25px 0 23px; padding: 10px; }

#main { background: #bbced5 url(../../elements/skin/bg-main.gif) repeat-x left top; }

/* -------------
 * Left Column
 * ------------- */
#left { width: 255px; float: left; }

#search {
	margin: 0 0 10px 0; 
	color: #35466b; 
	line-height: 18px;
}

#search input.text {
	height: 20px;
	border: 1px solid #4d586e;
	line-height: 20px;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	width: 223px;
}

#search input.image {
	background: transparent url(../../elements/skin/btn_go.gif) no-repeat left bottom;
	width: 26px;
	height: 22px;
	vertical-align: bottom;
}

#left .navigation { margin-bottom: 15px; }

#left .navigation li {
	border: 1px solid #FFFFFF;
	background: url(../../elements/skin/left_nav.gif) repeat left bottom;
	padding-bottom: 3px;
	margin-bottom: 2px;
}

#left .navigation li a {
	color: #2e3819;
	background: url(../../elements/skin/left_nav.gif) no-repeat left top;
	display: block;
	padding: 8px 10px 5px 15px;
	text-decoration: none;
	font-weight: bold;
}

#news dt {
	background: url(../../elements/skin/news-title.gif) no-repeat left top;
	height: 41px;
	text-indent: -999px;
}

#news {
	background: url(../../elements/skin/news-bottom.gif) no-repeat left bottom;
	padding-bottom: 12px;
}

#news dd { background: url(../../elements/skin/news-rpt.gif) repeat-y left top; }

#news a {
	color: #000000;
	text-decoration: none;
	display: block;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dashed #FFFFFF;
}

#news dd .title {
	font-weight: bold;
	color: #2e3819;
	display: block;
}

#news dd .description { display: none; }

#contact {
	color: #333;
	border: 1px solid #FFF;
	background: #f0d698 url(../../elements/skin/contact-bg.jpg) no-repeat left bottom;
}

#contact h4 {
	background: transparent url(../../elements/skin/contact-top.jpg) no-repeat left top;
	text-indent: -999px;
	height: 40px;
}

#contact dl { 
	border-bottom: 1px dashed #FFFFFF; 
	padding: 10px 0;
}

#contact dt { 
	font-weight: bold; 
}

#contact * { line-height: 18px; }


#contact dl,
#contact .vcard { 
	margin: 0 15px;
}

#contact .vcard { padding: 10px 0; }

#contact .vcard .tel { font-weight: bold; }

/* -------------
 * Right Column
 * ------------- */
#right {
	width: 675px;
	float: left;
	margin: 10px 0 0 10px;
}

#right .content {
	border: 1px solid #FFF;
	padding: 10px;
	background: #dfe8eb;
}

#right h1,
#right h2 {
	color: #00472a;
	font-weight: bold;
}

#right h1 {
	font-size: 1.6em; /* 2.0/1.6 = 20px */
	padding: 10px 10px 15px 10px;
	margin: -10px -10px 0 -10px;
	background: #e8c771 url(../../elements/skin/h1_bg.gif) repeat-x left bottom;
}

#right h2 { font-size: 1.16em; /* 1.4/1.2 = 14px; */ }


#right * { line-height: 1.2em; }
#right p { margin: 0 0 1.2em 0; }

#right ul,ol { margin: 0 0 10px 30px; }
#right ul {
	list-style: disc;
}
#right li{
	margin-bottom: 5px;
}
#right tr.odd { background-color: #eee; }
#right tr.even { background-color: #ccc; }

/* -------------
 * Footer
 * ------------- */
#footer {
	border-top: solid 5px #FFF;
	clear: both;
}

#footer .ad-space { margin-bottom: 10px; }

#footer .ad-space  img { margin-right: 10px; }

#footer .navigation,
#footer .copyright { margin-left: 278px; }

#footer .navigation li {
	border-left: 1px solid #2a3447;
	display: inline;
}

#footer .navigation li:first-child { border-style: none; }
#footer .navigation li:first-child a { padding-left: 0; }

#footer .navigation li a {
	color: #2a3447;
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}

#footer .copyright { margin-top: 5px; color: #333; }

#footer .copyright .vcard,
#footer .copyright .address { display: inline; }
#footer .copyright .vcard .adr { display: none; }


/* -------------
 * Error Messaging
 * ------------- */
.ok, .error {
	color:#333333;
	padding: 5px 5px 5px 25px;
	margin: 0px;
	display: block;
}
.ok {
	background: #E5F1E8 url(../../elements/icon_ok.gif) no-repeat 5px 5px;
	border-top: 2px solid #007520;
	border-bottom: 2px solid #007520;
	margin-bottom: 5px;

}
.error {
	background: #F5E5E5 url(../../elements/icon_error.gif) no-repeat 5px 5px;
	border-top: 2px solid #990000;
	border-bottom: 2px solid #990000;
	margin-bottom: 5px;
}


/* -------------
 * Misc.
 * ------------- */
.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 */ 


/* Remove the outline in FF */
*|*:-moz-any-link:focus { outline: none !important; }


.hide { display: none; }
.invisible { visibility: hidden; }
strong { font-weight: bold; }
em { font-style: italic; }