@charset "UTF-8"; 


/* COLORS SCHEME
Blue: #007981
Light Gray: #909090
Dark Gray: #484747
Borders: #efefef 


*/

/*	-------------------------------------------------------------
	STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@media screen, projection {

/*	-------------------------------------------------------------
	RESET
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
	
body {
	line-height: 1; }

ul,
ol {
	list-style-type:none;
	margin:13px 0 13px 15px;
	padding:0; }

ul li,
ol li {
	line-height:1.7;
	margin:0 0 2px 0;
	padding:0; }
	
blockquote, q {
	quotes: none; }
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }

:focus {
	outline: 0; }

ins {
	text-decoration: none; }
	
del {
	text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0; }

/*	-------------------------------------------------------------
	BODY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html {
	font-size: 100%; }

body {
	font-family: Calibri, Verdana, Arial, "Palatino Linotype";
	color: #666;
	min-width:999px;
	font-size:14px;
	line-height: 10px;
	background: #8f8f8f url("../../images/bg_body.gif") repeat-x top left; } 

 
/*	-------------------------------------------------------------
	LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a {
	color:#007981;
	margin: 0;
	outline: 0; }
 
a, a:visited, a:active {
	text-decoration: none; }
 
a:hover {
	color: #484747;
	text-decoration: none; }
  
/*	-------------------------------------------------------------
	TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

p {
	line-height: 1.3;
	font-size:19px;
	color:#727272;
	margin: 0 0 12px 0; }

h1, h2, h3, h4, h5 {  }

.newline { border-bottom:2px #000; width:250px;}
 
h1 {
	font-size:2.8em;
	color:#007981;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 10px 0; }
 
h2 {
	font-size:24px;
	color:#000;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Calibri, Verdana, Arial, "Palatino Linotype";
	margin: 25px 0 10px 0; }

h5 {
	font-size:30px;
	color:#000000;
	text-transform: uppercase;
	letter-spacing:3px;
	font-weight: normal;
	font-family: Calibri, Verdana, Arial, "Palatino Linotype";
	margin: 0px 0 10px 0; }
 
h3 {
	font-size:1.5em;
	color:#000;
	font-weight: normal;
	line-height:25px;
	margin: 20px 0 20px 0; }

h4 {
	font-size:1.1em;
	color:#000;
	line-height:18px;
	font-weight: normal;
	margin: 15px 0 10px 0; }

/*	-------------------------------------------------------------
	HACKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.clearfix { 
	display:inline-block; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }
	
/* Hide from IE Mac \*/
	.clearfix { display:block; }
/* End hide from IE Mac */
 
/*	-------------------------------------------------------------
	GRID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.wrapper {
	width:100%; }
 
 /* HEADER */
.header {
	position:relative;
	height: 120px;
	width: 988px;
	margin: 0 auto;
	background:#fff url("../../images/bg_header.gif") no-repeat top left;
}

.content { 
	width:100%;
	overflow:hidden;
	background:#fff }

.content-wrapper { 
	margin:0 auto;
	width:988px; }

.sidebar {
	float:left;
	width:266px;
	padding:20px 30px 30px 0;
	margin:0 -1px 0 0;
	overflow:visible;
	height:auto;
	background:#fff url(../../images/border.gif) repeat-y 100% 0; }

.footer {
	margin:0;
	padding:0;
	font-size:0.9em;
	text-align:center; }

/*	-------------------------------------------------------------
	INTERFACE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* HEADER */
.header h1 {
	position:absolute;
	top:25px; /* adjust this position for your logo */
	left:10px;
	margin:0;
	padding:0;
	width:478px;
	height:79px;
	text-indent:-9999px;
	background:transparent url("../../images/logo.png") no-repeat 0 0;
}

.header #nav {
	position:absolute;
	top:40px;
	font:18px Calibri, Verdana, Arial, "Palatino Linotype";
	right:10px;
	margin:0;
	padding:0; }

.header #nav li {
	position: relative;
	float:left;
	width:auto;
	padding:0 5px !important;
	background:transparent; }

.header #nav li a {
	position: relative;
	display:block;
	color:#919394;
	font-size:18px;
	border:1px solid #fff;
	padding:15px 10px 10px 10px;
	text-transform:uppercase;
	background:transparent; }

.header #nav li a:hover {
	color:#007981;
	background:#fff; }

.header #nav li a.selected {
	color:#007981;
	background:#fff; }

.header #nav li.sub a:hover, .header #nav li.sub:hover a {
	color:#007981;
	border-top:1px solid #efefef;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	border-bottom:1px solid #fff;
	background:transparent;
	z-index: 2; }

.header #nav li ul {
	position:absolute;
	padding:0px 10px;
	margin:0;
	width:190px;
	height:auto;
	top:55px;
	left:5px;
	background:#ffffff;
	border:1px solid #efefef;
	display:none;
	z-index: 1; }

.header #nav li ul li {
	float:none;
	padding:0;
	margin:7px 0; }

.header #nav li ul li a  {
	width:190px;
	font-size:14px;
	padding:5px 0;
	text-transform: none;
	border:none !important;
	color:#919394 !important; }

.header #nav li ul li a:hover {
	color:#484747 !important;
	border: none !important; }


/* MAIN-CONTENT */

.readmore{
	width:631px;}

.main-content {
	width: 631px;
	padding: 40px 30px 240px 30px;
	border-right: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	overflow:hidden;
	background: #fff;
}
	
.main-content2 {
	width:631px;
	min-height:470px;
	padding:0px 30px 0px 0px ;
	margin:0;
	border-right:1px solid #ebebeb;
	border-left:1px solid #ebebeb;
	overflow:hidden;
	background:#fff; }

* html .main-content {
	height:350px;
	overflow:visible; }
	
.main-content  {
	float:right; }

.main-content h1 {
	font-size:2.8em;
	letter-spacing:-3px;
	text-transform:uppercase;
	margin:0; }

.main-content h2 {
	font-size:3.9em;
	color:#919394;
	font-weight:bold;
	letter-spacing:-4px;
	text-transform:uppercase;
	margin:-5px 0 20px 0; }

/* MAIN CONTENT FOOTER */
.main-content-footer {
	width:629px;
	padding:20px 0 0 0;
	margin:20px 0;
	margin-bottom:200px;
	border-top:1px solid #ebebeb; }

.main-content-footer .grid {
	display:inline;
	float: left;
	position: relative; }

.main-content-footer .col-left,
.main-content-footer .col-right  {
	width:305px;
	float:left;
	margin:0; }

.main-content-footer .col-left {
	margin:0 19px 0 0; }

.main-content-footer .col-left .icon,
.main-content-footer .col-right .icon  {
	width:70px;
	height:100%;
	float:left;
	margin:0 15px 0 0; }

.main-content-footer .col-left .text,
.main-content-footer .col-right .text {
	padding:0 0 0 85px; }

.main-content-footer .col-left p,
.main-content-footer .col-right p {
	margin:5px 0;}

.main-content-footer .col-left a,
.main-content-footer .col-right a {
	margin:5px 0;
	color:#007981; }

.main-content-footer .col-left a:hover,
.main-content-footer .col-right a:hover {
	margin:5px 0;
	color:#000;
	font-weight: 400; }

/* MANAGEMENT TEAM */
.team-block {
	width:100%;
	float:left;
	margin:30px 0 0 0; }

.team-block .box-left {
	width:180x;
	line-height:16px;
	padding:0;
	float:left; }

.team-block .box-left img {
	border: 3px solid #f1f1f1; }

.team-block .box-right {
	margin:0 0 0 260px; 
	padding:0; }

.team-block .box-right h3 {
	font-weight:normal;
	margin:0; }

.team-block .box-right blockquote { 
	margin:0 0 20px; 
	padding:0 0 2px 40px;  
	font-style:italic; 
	background:url(../../images/quote.png) no-repeat 0 0; }
	
.team-block .box-right blockquote p { 
	margin-bottom:10px; 
	text-align:left; }
	
.footicon { 
color: #FFF; text-decoration:none;
background: transparent url(../../images/pennmed_logo.png) no-repeat center;
height:50px;
padding-bottom: 20px; padding-left: 0px; margin-top:0px;}

/*	-------------------------------------------------------------
	SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* SUB NAVIGATION */
ul.subnav {
	padding:0;
	margin:0 0 20px 0; }

ul.subnav li  {
	display:block;
	padding: 3px 0; }

ul.subnav li a {
	display:block;
	font-size: 24px;
	padding:12px 10px 3px 10px;
	text-align: right;
	border-top:1px solid #efefef;
	color: #919394 }

ul.subnav li a:hover, ul.subnav li a.selected {
	color: #484747 }


ul.subnav li:first-child a  {
	padding-top:0;
	display:block;
	border-top:0px solid #efefef; }

/* SCROLL WIDGET */
.scroll {
	position:relative;
	min-height:120px;
	border:1px solid #efefef;
	margin:0px 0px 20px 0px;
	background:#fff; }
	
.scroll h2 {
	margin:18px 0 5px 19px;
	border:none;
	font-size:1.1em;
	line-height:1em; }

.scroll ul {
	position:relative;
	width:230px;
	height:91px;
	margin:0 19px;
	list-style:none; }
	
.scroll ul li {
	width:230px;
	height:84px;
	margin:0;
	line-height:1.334em;}

.scroll ul li span {
	display:block;
	margin:0 0 .4em; }

.scroll ol {
	height:22px;
	position:absolute;
	top:0;
	right:15px;
	list-style:none;}

.scroll ol li {
	float:left; }

.scroll ol a {
	display:block;
	width:11px;
	height:22px;
	margin:0 1px;
	padding:0 2px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:50% 0; }

.scroll ol li.previous a {
	background-image:url("../../images/icon-arrow-down.gif");}

.scroll ol li.next a {
	background-image:url("../../images/icon-arrow-up.gif");}

.scroll ol li a:hover {
	background-position:50% 100%; }

#scrollSpotlight h2 {
	margin-bottom:18px; }

#scrollSpotlight ul {
	width:230px;}

#scrollSpotlight ul li {
	width:230px;} 

#scrollSpotlight ul li a {
	padding:0 0 0 13px;
	background:transparent url("../../images/arrow.gif") no-repeat 1px 3px; }

#scrollSpotlight ul li strong {
	color:#007981;}

#scrollSpotlight li p {
	margin:0 0 .4em;
	line-height:1.25em; }

/* BUTTONS */
.btn-widget {
	border:1px solid #efefef;
	background:#f8f8f8;
	padding:12px 18px; 
	margin-bottom: 20px;}

.btn-widget:hover {
	background:#fff;
	cursor: pointer; }



/*	-------------------------------------------------------------
	VARIOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.span6 {
	float:left;
	margin:0 0 0 0;
	text-align: right;
	width:270px; }
	
.span1, .span2, .span4, .span5 {
	float:left;
	margin:0 20px 0 0;
	text-align: left;
	width:600px; }

.span2 {
	margin:0 ; }

.span3 {
	float:left;
	text-align: justify;
	padding:10px 0 20px 60px;
	margin:20px 0 0 -10px;
	width:240px;
	background:transparent url("../../images/col_sep_quote.gif") no-repeat top left;  }

.span3 p {
	font-size:1.6em;
	text-align: justify;
	line-height:1.2em;
	color:#909090;
	padding:3px 0 3px 0 }
	
.sites {
	font-size:14px;
	line-height:1.6em;}

.span3 span {
	padding: 0 0 5px 0;
	font-size:1.2em; }

.span4 {
	width:250px; }

.span5 {
	width:320px; }


blockquote { 
	margin:20px 0 20px 15px; 
	padding:0 0 2px 40px;  
	font-style:italic; 
	background:url(../../images/quote.png) no-repeat 0 0; }
	
blockquote p { 
	margin-bottom:10px; 
	text-align:left; }

/*	-------------------------------------------------------------
	FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.footer {
	width:100%;
	background:#909090 url("../../images/bg_footer.gif") repeat-x top left; }

.footer-wrapper {
	position:relative;
	width: 948px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	padding:30px 20px 10px 20px;
	background:#909090 url("../../images/bg_footer_wrapper.gif") no-repeat top left; }

.footer-wrapper p {
	color:#fff; 
	font-size: 14px;
	}

.footer-wrapper a {
	color:#fff;
	text-decoration:underline;
	font-weight: bold; }



}
