/* Copyright (c) 2009, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.8.0r4 */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* Common
========================================== */
html, body {
	font: 12px/1.25em; Georgia, serif;
}
a {
	outline: none !important;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
	overflow: hidden;
}
ul.bulleted {
	margin-left: 20px;
}
ul.bulleted li {
	list-style: disc outside;
}

/* Layout
========================================== */
html {
	background: #edeae1 url(/assets/images/common/background.png) repeat-x 0 0;
	font-family: Georgia, serif;
}

#page {
	margin: 0 auto;
	width: 998px;
}

/* HEADER
------------------------------------------ */
#header {
	height: 154px;
	position: relative;
	z-index: 100;
}

#header #logo {
	background: url(/assets/images/common/header/allegheny-medical-logo-02.png) no-repeat 0 0;
	display: block;
	height: 95px;
	overflow: hidden;
	position: absolute;
	text-indent: -5000px;
	top: 22px;
	width: 447px;
}

/* HEADER > PRIMARY NAV
------------------------------------------ */
#header #nav-primary {
	bottom: 0;
	height: 32px;
	left: 0;
	margin: 0 19px;
	position: absolute;
	width: 960px;
	z-index:200;
}
#header #nav-primary ul { 
	background: url(/assets/images/common/header/nav-primary-background.png) no-repeat left bottom;
	height: 32px;
	overflow: visible;
	padding-left: 25px;
}
#header #nav-primary ul li { 
	float:left;
	position: relative;
}
#header #nav-primary ul li a {
	background-image: url(/assets/images/common/header/nav-primary-buttons-sprite.png);
	background-repeat: no-repeat; 
	float: left;
	height: 32px;
	margin-right: 5px;
	overflow: hidden;
	text-indent: -5000px;
}
#nav-home a { 
	background-position: 0 0;
	width: 114px;
}
#nav-who-we-are a { 
	background-position: -114px 0;
	width: 161px;
}
#nav-what-we-do a { 
	background-position: -275px 0;
	width: 161px;
}
#nav-contact-us a { 
	background-position: -436px 0;
	width: 161px;
}
#nav-blog a { 
	background-position: -597px 0;
	width: 161px;
}

/* HEADER > PRIMARY NAV (HOVER/ON)
------------------------------------------ */
#nav-home.on a,
#nav-home:hover a,
#nav-home.hover a { 
	background-position: 0 -32px;
}
#nav-who-we-are.on a,
#nav-who-we-are:hover a,
#nav-who-we-are.hover a { 
	background-position: -114px -32px;
}
#nav-what-we-do.on a,
#nav-what-we-do:hover a,
#nav-what-we-do.hover a { 
	background-position: -275px -32px;
}
#nav-contact-us.on a,
#nav-contact-us:hover a,
#nav-contact-us.hover a { 
	background-position: -436px -32px;
}
#nav-blog.on a,
#nav-blog:hover a,
#nav-blog.hover a { 
	background-position: -597px -32px;
}

/* HEADER > PRIMARY NAV (HOVER) SUB MENU
------------------------------------------ */
#header #nav-primary ul li:hover ul,
#header #nav-primary ul li.hover ul {
	display: block;
}
#header #nav-primary ul li ul {
	background: #fff url(/assets/images/common/header/nav-sub-background.png) repeat-x 0 0;
	display: none;
	height: auto;
	left: 0;
	padding: 0 0 10px;
	position: absolute;
	top: 32px;
	width: 215px;
	z-index:200!important;
}
#header #nav-primary ul li ul li {
	float: none;
	display: block;
	z-index:200;
}
#header #nav-primary ul li ul li:hover,
#header #nav-primary ul li ul li.hover {
	background: url(/assets/images/common/header/nav-sub-item-hover.png) repeat-x 0 0;
}
#header #nav-primary ul li ul li a {
	background: transparent url(/assets/images/common/header/nav-sub-link-background.png) no-repeat left top;
	color: #7d4454;
	display: block;
	float: none;
	font-size: 12px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin-left: 2px;
	padding: 0 27px 0 45px;
	text-decoration: none;
	text-indent: 0;
	width: auto;
	z-index:200!important;
}
#nav-home li.first a,
#nav-who-we-are li.first a,
#nav-what-we-do li.first a,
#nav-contact-us li.first a,
#nav-blog li.first a {
	background-position: 0 -1px !important;
}

/* HEADER > UTILITY NAV
------------------------------------------ */
#header #nav-utility {
	font-size: 12px;
	position: absolute;
	right: 20px;
	top: 12px;
}

#header #nav-utility ul li {
	color: #7d4454;
	float: left;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 12px;
}

#header #nav-utility ul li span {
	background: url(/assets/images/common/header/nav-utility-phone-background.png) no-repeat 0 0;
	display: block;
	text-align: center;
	width: 132px;
}

#header #nav-utility ul li a {
	background: url(/assets/images/common/header/nav-utility-link-background.png) no-repeat left center;
	color: #7d4454;
	display: block;
	font-weight: bold;
	padding-left: 12px;
	text-decoration: none;
}


/* CONTENT
========================================== */
#content-container {
	background: url(/assets/images/common/content/container-background.png) repeat-y 0 0;
	padding: 0 19px;
	zoom: 1;
}
#content {
	background: #fff url(/assets/images/common/content/background.png) repeat-x 0 0;
	padding: 18px 12px 20px 17px;
	width: 931px;
	zoom: 1;
}
#content p {
	margin-bottom: 1.5em;
}
#content a.learn-more {
	background: url(/assets/images/common/learn-more-arrow.png) no-repeat left center;
	color: #7D4454;
	font-weight: bold;
	line-height: 24px;
	padding-left: 15px;
	text-decoration: none;
}
#content-header {
	background: url(/assets/images/content-page/content/content-header-background.png) no-repeat 0 0;
	height: 74px;
	overflow-y: auto;
	margin-left: 8px;
	padding: 6px 0 0 17px;
	width: 906px;
	zoom: 1;
}
* html #content-header { background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/content-page/content/content-header-background.png', sizingMethod='crop'); }
#content-header h1 {
	background: url(/assets/images/common/header-background.png) no-repeat 0 0;
	color: #edeae1;
	float: left;
	font-size: 25px;
	font-weight: bold;
	height: 49px;
	line-height: 49px;
	padding-left: 20px;
}
#content-header h1 span {
	background: url(/assets/images/common/header-right-background.png) no-repeat right top;
	display: block;
	float: left;
	height: 49px;
	padding-right: 20px;
}
#content-header .share {
	float: right;
	margin: 12px 24px;
}
* html #content-header .share {
	display: none;
}
#content-body {
	font: 12px/1.25em Georgia, serif;
	margin: -24px 0 0 0;
}
#content-body #content-body-top,
#content-body #content-body-bottom {
	font-size: 0px;
	height: 24px;
	width: 931px;
}
#content-body #content-body-top {
background: url(/assets/images/content-page/content/content-body-top.png) no-repeat 0 0;
position: relative;
z-index: 10;
}
#content-body #content-body-middle {
	background: url(/assets/images/content-page/content/content-body-background.png) repeat-y 0 0;
	padding: 0 8px;
	width: 915px;
	zoom: 1;
}
#content-body #content-body-bottom {
	background: url(/assets/images/content-page/content/content-body-bottom.png) no-repeat 0 0;
}
* html #content-body #content-body-top { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/content-page/content/content-body-top.png', sizingMethod='crop'); }
* html #content-body #content-body-middle { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/content-page/content/content-body-background.png', sizingMethod='scale'); }
* html #content-body #content-body-bottom { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/content-page/content/content-body-bottom.png', sizingMethod='crop'); }

#content-primary,
#content-secondary {
	float: left;
}
* html #content-primary,
* html #content-secondary {
	display: inline; /* IE6 double margin bug */
}
#content-primary {
	margin-left: 25px;
	width: 570px;
}


#content-primary  h1 {
	background: url(/assets/images/common/header-background.png) no-repeat 0 0;
	color: #edeae1;
	float: left;
	font-size: 25px;
	font-weight: bold;
	height: 49px;
	line-height: 49px;
	padding-left: 20px;
}
#content-primary  h1 span {
	background: url(/assets/images/common/header-right-background.png) no-repeat right top;
	display: block;
	float: left;
	height: 49px;
	padding-right: 20px;
}





#content-primary #banner {
	margin-bottom: 32px;
}
#content-primary p {
	margin-bottom: 1.25em;
}
#content-primary h2 {
	color: #7d4454;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 1.5em;
}
#content-primary h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1.25em;
}
#content-primary hr {
	background: transparent;
	border: none;
	border-bottom: 1px solid #333;
	height: 1px;
	margin: 1.5em 0;
}

#content-secondary {
	background: #f3f1ea url(/assets/images/content-page/content/content-secondary-background.png) no-repeat 0 0;
	margin-left: 17px;
	padding: 14px 12px;
	position: relative;
	width: 254px;
}
#content-secondary ul.nav {
	margin-bottom: 20px;
}
#content-secondary ul.nav li {
	background: #fcfcfa url(/assets/images/content-page/content/content-secondary-li-background.png) no-repeat 0 0;
	margin-bottom: 8px;
	width: 252px;
}
#content-secondary ul.nav li a {
	background: url(/assets/images/content-page/content/content-secondary-li-a-background.png) no-repeat left bottom;
	color: #7d4454;
	display: block;
	font-weight: bold;
	min-height: 14px;
	padding: 5px 9px 9px 23px;
	text-decoration: none;
}
* html #content-secondary ul.nav li a {
	height: 14px;	/* IE6 min-height */
}
#content-secondary div.callout {
	background: #fff;
	height: 92px;
	margin: 0 -4px 20px;
	overflow: hidden;
	padding: 16px 13px 16px 143px;
	position: relative;
	width: 106px;
}
#content-secondary div.callout a.mask {
	background: url(/assets/images/content-page/content/content-secondary-callout-mask.png) no-repeat 0 0;
	height: 124px;
	left: 0;
	position: absolute;
	top: 0;
	width: 262px;
	z-index: 100;
}
#content-secondary div.callout img {
	left: 9px;
	position: absolute;
	top: 8px;
}
#content-secondary div.callout strong {
	color: #7d4454;
	display: block;
	font-size: 11px;
	padding-bottom: 1px
}
#content-secondary div.callout p {
	color: #666;
	float: left;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 3px;
	width: 90px;
}

#content-secondary-bottom {
	background: url(/assets/images/content-page/content/content-secondary-bottom.png) no-repeat 0 0;
	bottom: 0;
	font-size: 0px;
	height: 11px;
	left: 0;
	position: absolute;
	width: 278px;
}

/* FOOTER
========================================== */
#footer {
	background: url(/assets/images/common/footer/background.png) no-repeat 0 0;
	color: #847651;
	font: bold 12px Georgia, serif;
	line-height: 1.25em;
	padding: 32px 25px 32px 64px;
}
#footer .sign-up-and-share {
	float: right;
}
#footer .sign-up-and-share a {
	color: #7d4454;
	display: block;
	line-height: 24px;
	text-align: right;
	text-decoration: none;
}
#footer .sign-up-and-share .sign-up {
	background: url(/assets/images/common/footer/sign-up.png) no-repeat left center;
	padding-left: 22px;
}
#footer .sign-up-and-share .share {
	line-height: auto;
}
#footer .contact-info strong {
	color: #7d4454;
}


/* ALTERNATE LAYOUTS
========================================== */


/* HOME 
========================================== */

/* CONTENT
------------------------------------------ */
body.home #content {
	padding-left: 25px;
	width: 923px;
}

body.home #content-header {
	display: none;
}

body.home #content-body {
	background: none;
	color: #847651;
	margin: 0;
	padding: 0;
}

body.home #content-body h2 {
	color: #773f4e;
	font: bold 18px Georgia, serif;
	margin-bottom: 10px;
}

body.home #content-primary  {
	margin: 0 0 27px 0;
	padding: 0;
	width: 914px;
}

body.home #content-primary-top,
body.home #content-primary-bottom {
	font-size: 0;
	height: 11px;
}

body.home #content-primary-top {
	background: url(/assets/images/home/content/content-primary-top.png) no-repeat 0 0;
}
body.home #content-primary-middle  {
	background: #d4cdb5;
	overflow-y: auto;
	padding: 6px 10px 0 20px;
	min-height: 10px;
	width: 884px;
	zoom: 1;
}
body.home #content-primary-bottom {
	background: url(/assets/images/home/content/content-primary-bottom.png) no-repeat 0 0;
}

body.home #content-primary #welcome-message {
	float: left;
	font-weight: bold;
	line-height: 1.75em;
	min-height: 10px;
	width: 275px;
}
body.home #content-primary #welcome-message h2 {
	background: url(/assets/images/common/header-background.png) no-repeat 0 0;
	color: #edeae1;
	float: left;
	font-size: 25px;
	font-weight: bold;
	height: 49px;
	line-height: 49px;
	margin-bottom: 0.75em;
	padding-left: 20px;
}
body.home #content-primary #welcome-message h2 span {
	background: url(/assets/images/common/header-right-background.png) no-repeat right top;
	display: block;
	float: left;
	height: 49px;
	padding-right: 20px;
}
body.home #content-primary #welcome-message p {
	clear: both;
}

/* OUR SERVICES */
body.home #our-services-container {
	float: right;
	width: 597px;
}

body.home #our-services-container h3 {
	background: url(/assets/images/home/content/our-services/our-services-background.png) no-repeat 0 0;
	height: 31px;
	margin: 0;
	overflow: hidden;
	text-indent: -5000px;
	width: 597px;
}

body.home #our-services-container #our-services {
	background: url(/assets/images/home/content/our-services/background.png) no-repeat left bottom;
	min-height: 275px;
	padding: 0 25px 27px;
}

body.home #our-services-container #our-services ul.nav {
	height: 28px;
	margin: 0 -10px 15px;
	overflow-y: auto;
	zoom: 1;
}

body.home #our-services-container #our-services ul.nav li {
	height: 28px;
	float: left;
	margin-right: 5px;
}

body.home #our-services-container #our-services ul.nav li a {
	background: url(/assets/images/home/content/our-services/buttons-sprite.png) no-repeat 0 0;
	display: block;
	height: 28px;
	overflow: hidden;
	text-indent: -5000px;
	width: 132px;
}

body.home #our-services-container #our-services ul.nav li a.workcare {
	background-position: 0 0;
}
body.home #our-services-container #our-services ul.nav li a.peoplecare {
	background-position: -132px 0;
}
body.home #our-services-container #our-services ul.nav li a.sportscare {
	background-position: -264px 0;
}
body.home #our-services-container #our-services ul.nav li a.wellnesscare {
	background-position: -396px 0;
	width: 148px;
}

body.home #our-services-container #our-services ul.nav li.on a.workcare {
	background-position: 0 -28px;
}
body.home #our-services-container #our-services ul.nav li.on a.peoplecare {
	background-position: -132px -28px;
}
body.home #our-services-container #our-services ul.nav li.on a.sportscare {
	background-position: -264px -28px;
}
body.home #our-services-container #our-services ul.nav li.on a.wellnesscare {
	background-position: -396px -28px;
}

body.home #our-services-container #our-services div.section {
	overflow-y: auto;
	zoom: 1;
}

body.home #our-services-container #our-services div.section img {
	float: left;
	margin-right: 20px;
}

body.home #our-services-container #our-services div.section h4 {
	color: #7d4454;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 1em;
}

body.home #our-services-container #our-services div.section a.learn-more {
	float: right;
}

body.home #content-secondary #content-secondary-top,
body.home #content-secondary #content-secondary-bottom,
body.home #content-tertiary #content-tertiary-top,
body.home #content-tertiary #content-tertiary-bottom {
	font-size: 0;
	height: 8px;
	position: static;
	width: auto;
}


 #home-middle {
	padding: 10px;
	padding-bottom: 0;
	margin: 0;
	margin-bottom: -20px;
	
	
}
 #home-middle p{
	color: #7d4454;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 1em;
	text-decoration:none;
	
}


 #home-middle p a:link, #home-middle p a:visited {
	color: #7d4454;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 0;
	text-decoration:none;
	
}

 #home-middle p a:hover {
	color: #7d4454;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 0;
	text-decoration:underline;
	
}

body.home #content-secondary #content-secondary-top {
	background: url(/assets/images/home/content/content-secondary-top.png) no-repeat 0 0;
}

body.home #content-secondary #content-secondary-bottom {
	background: url(/assets/images/home/content/content-secondary-bottom.png) no-repeat 0 0;
}

body.home #content-secondary #content-secondary-middle,
body.home #content-tertiary #content-tertiary-middle {
	background: #ece8de;
	font-weight: bold;
	min-height: 50px;
	padding: 18px 20px;
}

body.home #content-secondary {
	background: none;
	clear: left;
	float: left;
	margin: 0 26px 0 0;
	padding: 0;
	width: 557px;
}
body.home #content-secondary div.carousel {
	height: 250px;
	margin: 0 -20px;
	position: relative;
	width: 557px;
	zoom: 1;
}
body.home #content-secondary div.carousel a.previous,
body.home #content-secondary div.carousel a.next {
	background: url(/assets/images/home/content/carousel/next-previous-buttons.png) no-repeat 0 0;
	display: block;
	height: 31px;
	overflow: hidden;
	position: absolute;
	text-indent: -5000px;
	top: 95px;
	width: 24px;
}
body.home #content-secondary div.carousel a.previous {
	left: 0;
}
body.home #content-secondary div.carousel a.next {
	background-position: -24px 0;
	right: 0;
}
body.home #content-secondary div.carousel ul {
	height: 230px;
	overflow: hidden;
	margin: 0 20px 0 21px;
	zoom: 1;
}
body.home #content-secondary div.carousel ul li {
	background: url(/assets/images/home/content/carousel/carousel-item-bottom.png) no-repeat left bottom;
	float: left;
}
body.home #content-secondary div.carousel ul li div {
	background: url(/assets/images/home/content/carousel/carousel-item-background.png) no-repeat 0 0;
	height: 202px;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 14px 16px;
	width: 140px;
}
body.home #content-secondary div.carousel ul li div img {
	margin-bottom: 10px;
}
body.home #content-secondary div.carousel ul li div p {
	margin: 0;
}
body.home #content-secondary div.carousel ul li div strong {
	color: #773F4E;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

body.home #content-tertiary {
	background: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 330px;
}

body.home #content-tertiary #content-tertiary-top {
	background: url(/assets/images/home/content/content-tertiary-top.png) no-repeat 0 0;
}
body.home #content-tertiary #content-tertiary-bottom {
	background: url(/assets/images/home/content/content-tertiary-bottom.png) no-repeat 0 0;
}

