/*
+-------------------------------------------------------------------------+
Title:		Med School Template
Author:		Randy D. Oest II, Lindsay Clark, G. Jason Head, Mark Frey
			University Marketing Communications
Version:	Mar2009
Copyright:	2009 - University of Pittsburgh
+-------------------------------------------------------------------------+


/* Basic Styles
----------------------------------------------------------------------- */
body {
	background: #2d368f url(../images/shared/bg.jpg) top center no-repeat;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:100%; /* 100% = 16px #main-container and #footer get sized */	
	line-height:1.286em;
	margin: 0; padding: 0;
	text-align: center;}
.clear { clear:both; }

a:link, a:visited { color:#104a82; text-decoration:none; }
a:hover { text-decoration:underline; }

img.right { float:right; margin-left:10px; margin-bottom:10px;}
img.left { float:left; margin-right:10px; margin-bottom:10px;}

hr { background:none; border-top:1px dotted #999966; padding:0; margin:0; }

/* Skip-to-nav*/
#skip-to-nav{
	width:100%;
    position:absolute;
    margin: 0;
    font-size: 0.8em;
	z-index:-10;
}

/* Pitt Header
----------------------------------------------------------------------- */


#pitt-header {
        /* bottom banner border*/
        border-bottom:1px solid #fff;
		height: 49px; width: 960px;
		margin: 0;
		position: relative; 
		text-indent: -1000em;
		background: #111150;
	}	

/* University Logo Link */
#p-link {
  position: absolute; top: 0; left: 0;
  height: 49px; width: 279px;
  background: url(../images/shared/pitt-logo-bluebkg.gif) left top no-repeat #111150; 
  }

#pitt-links { 
list-style-type: none; 
margin:0;
position:absolute;
top: 17px; right: 10px;
z-index:9;
}

/* banner link color */
#pitt-links a { color:#cccc99;}

#pitt-links li {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 0.9em; /* 10 x 0.9 = 9px */
	letter-spacing:.03em;
	text-transform:uppercase;
	display:inline;
	border-left: 1px solid #7373ba;
	margin:0;
	padding:0; position: relative;z-index:9;
	}
#pitt-links li#p-home{ border-left:none; }
	
#pitt-links a {
	display:inline-block;
	font-size: 0.889em; /* 9 x .889 = 8px */
	line-spacing:normal;
	margin:0;
	padding: 0 0.5em 0 0.75em;
	text-decoration:none; z-index:9;  position: relative;
	}
	
#pitt-links a:hover{
text-decoration:underline;
  }


/* Container
----------------------------------------------------------------------- */
#main-container {
	font-size: 0.625em; /* 16 x .625 = 10px */
		/* sub-element font sizes should be determined in ems, relative to 10px */	
	margin:0 auto;
	position:relative;
	padding-bottom:3em;
	text-align:left;
	width:960px;
}

/* Header
----------------------------------------------------------------------- */
#header { 
	background: url(../images/shared/header.jpg) no-repeat top left;
	border-bottom:1px solid #FFFFFF;
	height:94px; /* height of image */
	margin:0px auto;
	position: relative;
	width:960px; /* width of image */
}

/* Site Name */
#header .site-name {
		background:url(../images/shared/logo.jpg) top left no-repeat;
		height: 94px; width: 375px;
		margin: 0;
		position: relative; top:0px; left:0px;
		text-indent: -1000em;
		display:block;
	}
#header .site-name a:link, #header .site-name a {
	border: none;
	position: absolute; top: 0; left: 0;
	height: 94px; width: 375px;
}


/* Utility Links (e.g., search) */
#utilities {
	font-size:1.1em; /* 10 x 1.3 = 13px */
	color:#fff;
	text-transform:uppercase;
	position:absolute; top:45px; right:10px;
	padding:1em;
	width:320px;
}

#utilities form, #utilities div, #utilities input{margin-right:0.785em; float:left; clear:none; vertical-align:baseline;}


/*
*  NAVIGATION
* ------------------------------------------------------------------ */
#nav {
	position: absolute;
	top: 145px;
	left: 0;
	background: url(../images/shared/nav-gradient.jpg) repeat-x left top;
	color: #fff;
	min-height: 38px;
	margin: 0 auto;
	margin-bottom: 25px;
	padding: 0px;
	width: 960px;
}

#nav h2 {
	text-indent: -1000em;
	max-height: 0px;
}


#nav ul {
	margin: 0px;
	padding: 0px;
	/*list-style-type: none;*/
	margin-left: 22px;
}
#nav ul li {
	float: left;
}

#nav ul li a {
	font-size: 0.745em;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 8px 7px 9px 7px;
	border-right: 2px solid #bdd0e2;
}

#nav ul li.leftfirst a {
	border-left: 2px solid #bdd0e2;
}

#nav ul li.leftfirst ul li a {
	border-left: none;
}

#nav ul li a:hover {
	background: url(../images/shared/nav-gradient-hover.jpg) repeat-x left top;
}

#nav ul ul {
	display: none;
}
#nav ul ul, #nav ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav ul li:hover {
	background: url(../images/shared/nav-gradient-hover.jpg) repeat-x left top;
}

#nav ul li:hover a{
	background-image: none;
}

#nav ul li:hover ul li a{
	background: #e6edf3;
}

#nav ul ul li {
	float: none;
	margin: 0 0 0 -2px;
	padding: 0;
	width: 325px;
	background: #e6edf3;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

#nav ul ul li.first {
	padding-top: 10px;
}

#nav ul ul li.last {
	padding-bottom: 15px;
	border-bottom: 2px solid #fff;
}

#nav ul ul li:hover {
	background-image: none;
	background: #e6edf3;
}

#nav ul ul li a {
	display: block;
	color: #104a82;
	text-transform: none;
	margin: 0px 15px 0px 15px;
	padding: 7px 10px 7px 10px;
	line-height: 1.1;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #bdd0e2;
}

#nav ul ul li a:hover {
	display: block;
	font-weight: bold;
	z-index: 1000;
}

#nav ul li:hover ul li a:hover{
	background: #d1d19b;
}

#nav ul li:hover ul{
	display: block;
	position: absolute;
	margin-top: 0;
	padding-top: 0px;
	z-index: 1000;
}

#nav ul li {
	position: relative;
}

#nav ul li.rightlast:hover ul{
	right: 0;
}


#nav ul li a.on {
	background: url(../images/shared/nav-gradient-hover.jpg) repeat-x left top;
}

#nav ul ul li a.on {
	background-image: none;
}
			
			
/* Content
----------------------------------------------------------------------- */
#wrapper{	margin:0 auto; 
	padding-top:70px; /* height of the navbar + desired top margin*/
  background:#fff;
  /*font-size:1.3em;  10 x 1.4 = 14px */
  font-size:1.4em; /*10 x 1.4 = 14px */
  width:960px;
}

#content {  
    margin-left: 30px; 
	/*padding:0 10px 30px 0px; 
    width:577px;*/
    padding:0 0px 30px 0px; 
    width:587px;
	color:#555555;
	float:left;
	position:relative;
	margin-bottom:30px;
}



#content h1, #content h2, #content h3, #content h4 {padding-top:10px; color:#82824e; line-height: 1.2; }

#content h1 { margin: 0 0 20px; font-size: 1.857em; 
			  padding-bottom:15px; 
			  border-bottom: 1px #d2d2d2 solid;
			  }
			  
#content h2 { margin: 15px 0 30px; font-size: 1.429em; font-weight:normal;}
#content h2.listpage{margin-bottom:20px;margin-top:0px;padding-top:0px;}
#content h3 { margin: 15px 0 10px; font-size: 1.286em; font-weight:normal;}
#content h3.listpage{border-bottom:1px solid #DEDEDE;padding-bottom:5px;padding-top:0px; margin: 5px 0 5px;}
#content h4.listpage-title{font-size: 12px;line-height:20px;font-weight:bold;margin-top:0px;padding-top:10px;padding-bottom:10px;color:#104A82;}
#content h4 { margin: 15px 0 10px; font-size: 1.143em; font-weight:normal;}
#content p { margin: 0 0 10px;}

#content table { margin: 10px 0;  font-size:0.857em; line-height:1.2em;}
#content th { background: #223372; padding:6px 20px; font-weight: bold; color:#fff; text-transform:uppercase; border-right:2px solid #fff;}

#content tr.even td{background:#d7e7ff;}
#content td { padding:6px 20px;  border-right:2px solid #fff;}
#content tr td.rightmost{border-right:none;}

#content ul { margin: 10px 0 0 40px; list-style:disc; }	
#content ol { margin: 10px 0 0 40px; list-style: decimal;}
#content li { line-height: 20px; padding-bottom: 15px; }
#content ul li { padding: 0 0 6px 0; margin: 0 4px;}
#content ol ul li {	padding: 0 0 6px 0; margin: 0 4px 0 0; }
#content ol li { padding: 0 0 6px 0; margin: 0;	}

#content ul.alpha-list{border-bottom:1px solid #dedede;}

/*
*  Linklist class divs.  For page content.
*/


#picture img {
    float: left;
    height: 112px;
    margin-top: 5px;
    width: 203px;
	
}


div.linklist_blue{background:#eff7ff;}
div.linklist, div.linklist-alt, div.linklist_blue {
/*margin: 0 0 20px 0;
padding: 0 230px 20px 0;*/
margin: 0px;
padding: 0;
position:relative;
border-bottom:1px solid #dedede;
min-height:175px;
}
#blue{margin: 0;
padding: 0;
position:relative;
border-bottom:1px solid #dedede;
min-height:153px; background:#eff7ff;}
	div.firstlist {padding-top: 0px;border-bottom:1px solid #DEDEDE; min-height:153px;}
	div.linklist-alt {background:#eff7ff;}

#content div.linklist h3, #content div.linklist_blue h3, 
	#content div.linklist-alt h3,
	#content div.firstlist h3{
margin-top:0; padding-top:0;
color: #104a82;
}
#blue img{ padding-top:30px;}
#blue #list-text{padding:5px 10px 20px 230px;margin-top:-145px;}
#content div.linklist img, 
	#content div.linklist-alt img{
  /*position:absolute;
  top:30px; left:0px;*/margin-right:20px;float:left;padding-top:30px;
}
div.firstlist img {
	margin-right:20px;float:left;
	}
div.firstlist #list-text{padding-top:0px;}
#list-text{padding:25px 10px 20px 230px;}

#return{float:right; padding-top:20px;}
/*BlockQuotes*/
blockquote.indented-line, blockquote.largequote {
font-size:120%; line-height:135%; font-style:italic; color: #666666;}

blockquote.indented-line {
	padding: 10px 15px 10px 15px; margin-left: 10px; margin-bottom: 30px;
	border-left: 10px solid #111150;
	}
	
blockquote.largequote {
	padding: 10px 15px 10px 45px; margin-left: 0px; margin-bottom: 30px;
	background: url(../images/shared/quote.jpg) top left no-repeat;
	}
	
/*
*  LISTPAGES (depts & divs, ctrs & insts).
*/

#content div.leftCol,
#content div.rightCol{
margin:0; padding:0;width:293px;float:left;overflow:hidden;
}
#content div.leftCol-inner{padding-right:15px;}
#content div.rightCol-inner{padding-left:15px;}

#content div.leftCol ul,
#content div.leftCol li,
#content div.rightCol ul,
#content div.rightCol li{
margin:0; padding:0;
list-style-type:none; 
list-style-image:none;
}

#content div.leftCol li,
#content div.rightCol li{
margin:10px 0;
line-height:1.2;
font-size:0.857em;
}

#content div.leftCol li ul li,
#content div.rightCol li ul li{
  margin-left:20px;
  font-size:1em;
}

#content div.leftCol img{float:left; clear:both; margin:0 0 20px;}
#content div.rightCol img{float:right; clear:both; margin:0 0 20px;}

#content div.leftCol .listHeader,
#content div.rightCol .listHeader{
  color:#707070;
  margin:20px 0 10px 0;
  padding: 0 0 5px 0;
  font-size:1em;
  text-transform:uppercase;
  font-weight:bold;
  border-bottom:1px solid #d2d2d2;
}
#alpha-list {/*border-bottom:1px solid #DEDEDE;*/padding-bottom:15px;}
#content div.leftCol h2,
#content div.rightCol h2{margin-top:0; padding-top:0;}
#alpha-list ul{margin-left:0px; margin-top:0px;}
#alpha-list ul li{list-style:none;line-height:1.2;
font-size:0.857em; margin:10px 0;padding-bottom:0px;}
#alpha-list ul li ul{margin-left:20px; margin-top:5px;}
#alpha-list ul li ul li{list-style:none;line-height:1.2;
font-size:0.857em;}
#alpha-list p{margin-bottom:0px;margin-top:10px;line-height:1.2;
font-size:0.857em;}

/*
*  three-col divs make columns!
*/
#content div.three-col{width:587px; float:left; clear:both;}

#content div.three-col h3 {margin-top:0px; padding-top:0px;}

#content div.three-col .column{
  width:195px;
  margin:0; padding:0;
  float:left;
  position:relative;
}

#content div.three-col .column .column-inner{padding:0 10px;}

#content div.three-col .column img{display:block; clear:both;}
#content div.three-col .column p{margin:10px 10px 10px 0;}

#content div.contactdiv{
margin: 0 0 20px 0;
padding: 0 0px 20px 0;
position:relative;
border-bottom:1px solid #dedede;
width:100%;
float:left; clear:both;
}

#content div.three-col p {line-height:1.5em;}

#content div.contactdiv table{
float:left; clear:both;
}

#content div.contactdiv a.stafflink{
  display:block;
  padding:5px 35px 5px 20px;
  background:#d3e6fa;
  position:absolute; right:0; top:0;
}
#content div.contactdiv a.open{background:#d3e6fa url(../images/shared/contact-link-arrow-up.jpg) no-repeat 92% center;}
#content div.contactdiv a.closed{background:#d3e6fa url(../images/shared/contact-link-arrow-down.jpg) no-repeat 92% center;}

/*
*  About Page
*/
#deansmessage{background:#eef4fa; padding:20px; clear:both;float:left; margin:0; width:547px;}

#deansmessage h2{font-size:1em; text-transform:uppercase; color:#82824e; margin-top:0; padding-top:0;font-weight:bold;}
#content h2 img{float:right; margin-left:20px;width:251px; height:176px;}
#dm-top{position:relative; padding-right:280px; width: 260px; min-height:200px;float:left;clear:both; margin-bottom:10px; margin-top:15px;}
#dm-top h2{margin-bottom:15px;}
#dm-top img{position:absolute; right:0; top:0;}
#dm-top p.name {font-size: 1.286em; margin-bottom:5px;}
#dm-top p.title{font-size: 10px;font-style: italic;line-height:1.3;}

#dm-bottom{position:relative; padding-left:200px; width:347px; min-height:0px;float:left;clear:both;font-size:0.928em; margin-top:25px; line-height:1.5em;}
#dm-bottom h2{margin-bottom:15px;}
#dm-bottom img{position:absolute; left:0; top:0;}

#dm-center{width:587px; float:left; clear:both; margin:0 0 10px 0;}
#dm-center ul,
#dm-center ul li{margin:0; padding:0; list-style-type:none; list-style-image:none;}
#dm-center ul{width:587px; font-size:0.857em;}
#dm-center li{float:left;clear:none;}
#dm-center li a{display:block; margin-right:5px; padding:5px 10px; background:#d3e6fa; width:260px; height:2em; overflow:hidden;}
#dm-center li a img{vertical-align:middle;}

#dm-center2{width:587px; float:left; clear:both; margin:0 0 10px 0;}
#dm-center2 ul,
#dm-center2 ul li{margin:0; padding:0; list-style-type:none; list-style-image:none;}
#dm-center2 ul{width:587px; font-size:0.857em;}
#dm-center2 li{float:left;clear:none;}
#dm-center2 li a{display:block; margin-right:5px; padding:5px 10px; background:#d3e6fa; width:250px; height:2em; overflow:hidden;}
#dm-center2 li a img{vertical-align:middle;}

#learnmore{font-size:0.857em;  clear:both;float:left; margin:0;width:587px;}
#learnmore .center{
  border-right:none;
  border-left:1px solid #dedede;
  border-right:1px solid #dedede;
  }
  
#learnmore h2 {margin-bottom: 20px; padding-bottom:0px;}
#learnmore .column {overflow:hidden;}
#learnmore .column h3{ font-size:1.142em; line-height:1.1;}
#learnmore .column img{clear:both; margin:10px 0;}

#pittsburgh{ clear:both;float:left; margin:0;width:587px;}
#pittsburgh h2 {margin-bottom: 15px;}
#pittsburgh .pgh-inner{ padding-left:310px;  font-size:0.856em; line-height:1.5; position:relative; min-height:200px;}
#pittsburgh .pgh-inner img {position:absolute; left:0; top:0; z-index:1000;}
#content #pittsburgh ul,
#content #pittsburgh li{margin:0; padding:0; list-style-type:none; list-style-image:none;}
#pittsburgh li {width:280px; display:inline;}
#pittsburgh li a {display:block; margin:5px 0 0 0; padding:5px 10px; background:#d3e6fa; height:1.5em;}


#content3{background-color:#FFF;margin:20px;padding:20px;}
#content3 ul ul{margin-left:40px;}
#content3 li{padding-bottom:10px;}
/*
* Homepage
*/

#homepage-rotator{
  width:587px; height:390px;
  margin:0; padding:0; position:relative;
}
#homepage-rotator-img{
  width:587px; height:390px;
  position:absolute; left:0; top:0; overflow:hidden;
}
#homepage-rotator-img img{
  position:absolute; left:0; top:0;
}
#homepage-rotator-text h2{margin:0 0 10px 0; padding:0; font-size:2.5em; font-family:Georgia, "Times New Roman", Times, serif;}

#homepage-rotator-text{
color:#282737;
font-size:0.857em; 
width:527px; 
height:150px; 
position:absolute; 
left:0; bottom:0; z-index:1000;
background:url(../images/shared/homepage-rotator-inner.png) no-repeat left bottom; 
padding:20px 30px;
line-height:1.6em;
}

#homepage-center{font-size:0.857em;  clear:both; float:left; margin:30px 0 0 0; width:587px; line-height:1.5em;}
#homepage-center .column {width:194px; }
#homepage-center .column-inner{
  min-height:300px;
  border-left:1px solid #dedede;}
  #homepage-center .first{border-left:none;}
#homepage-center .column h3 {font-size:1.333em; line-height:1.1;}
#homepage-center .column img {display:block; clear:both; margin:10px 0;}

#homepage-quote{
margin:20px 0;
float:left; clear:both; width:100%;
background:#80aad4 url(../images/shared/homepage-upsom-quote.jpg) no-repeat left top;
padding-top:19px;
color:#fff;
position:relative;
}
#homepage-quote .upsom-quote-inner{
background:#80aad4;
padding: 20px 25px;
margin:0;}
#homepage-quote .upsom-quote-inner h2{
font-size:1em; font-weight:bold; margin:0; padding:0; color:#51512f; text-transform:uppercase;}
#homepage-quote .upsom-quote-inner .quote-text{
margin:15px 0;
padding: 10px 35px; 
background:url(../images/shared/upsomexp-openquote.jpg) no-repeat left top;
line-height:1.2;
}
#homepage-quote .upsom-quote-inner .quote-attribution{
margin:0;
padding: 0;
line-height:1.2;
text-align:right;
}
#homepage-quote .upsom-quote-inner img{vertical-align:text-top;}

#homepage-quote img.quoteimg {float:right; margin: 20px;}



/* Sidebar
----------------------------------------------------------------------- */
#sidebar { 	margin:0; margin-right:30px; width:285px;} /* right column */

#sidebar {
	float:right;
}

#sidebar div{
	margin-bottom:20px;
}

#sidebar div#subnav{
  background:#bbbb84;
  padding:25px;
  margin-bottom:20px;
  font-size:0.786em;
}

#sidebar #subnav h2{
  color: /*#fff*/ #56563d;
  margin:0; margin-bottom:10px; padding:0px;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:1.9em /*1.818em*/;
  font-weight: normal /*bold*/;
}

#sidebar #subnav ul li,
#sidebar #subnav ul li a{
  color:#104a82;
  font-weight:bold;
  line-height:1.1;
}

#sidebar #subnav ul li{
 padding:0 10px 1px;
 background:url(../images/shared/li-divider.jpg) no-repeat center bottom;
 }
 
 #sidebar #subnav ul li.open{
 background:#cece8e url(../images/shared/li-divider.jpg) no-repeat center bottom;
 }

#sidebar #subnav ul li a{
display:block;
padding:7px 0;
}
#sidebar #subnav ul li li a{
padding:0.5em 0;
}

#sidebar #subnav ul li.closed a{
  background:url(../images/shared/subnav-arrow-down.jpg) no-repeat right center;
}

#sidebar #subnav ul li.open a{
  background:url(../images/shared/subnav-arrow-up.jpg) no-repeat right center;
}

#sidebar #subnav ul ul li,
#sidebar #subnav ul li.closed li a, 
#sidebar #subnav ul li.open li a{
  background-image:none;
}

#sidebar #depts-divs,
#sidebar #ctrs-inst{
  text-indent:-1000em;
}
#sidebar #depts-divs h2,
#sidebar #ctrs-inst h2{
  position:absolute;
  left:-1000em;
}
#sidebar #depts-divs{
width:285px;
height:88px;
background:url(../images/shared/callout-depts.jpg);
}
#sidebar #depts-divs a{
  display:block;
  width:285px;
  height:88px;
}
#sidebar #ctrs-inst{
width:285px;
height:105px;
background:url(../images/shared/callout-centers.jpg);
}
#sidebar #ctrs-inst a{
  display:block;
  width:285px;
  height:105px;
}

#sidebar hr{
  display:block;
  width:100%; height:1px; color:#dedede; background:#dedede; border:none; margin:20px 0; padding:0;
}

#sidebar #upsom-quote{
  padding-bottom:27px;
  background:url(../images/shared/upsom-quote-tail.jpg) no-repeat right bottom;
  color:#fff;
}



#sidebar #upsom-quote .upsom-quote-inner{
background:#80aad4;
padding: 20px 25px;
margin:0;
}
#sidebar #upsom-quote .upsom-quote-inner h2{margin:0; padding:0; color:#51512f; text-transform:uppercase;}
#sidebar #upsom-quote .upsom-quote-inner .quote-text{
margin:10px 0;
padding: 10px 35px; 
background:url(../images/shared/upsomexp-openquote.jpg) no-repeat left top;
line-height:1.2;
}
#sidebar #upsom-quote .upsom-quote-inner .quote-attribution{
margin:0;
padding: 0;
line-height:1.2;
text-align:right;
}
#sidebar #upsom-quote .upsom-quote-inner img{vertical-align:text-top;}



#sidebar #home-newsevents{
  width:283px;
  border:1px solid #c7c7c7;
  float:left;
  min-height:365px;
  background:#fff url(../images/shared/newsevents-body-gradient.jpg) repeat-x left 32px;
  font-size:0.857em;
  }


#sidebar #home-newsevents ul.tabnav li{
  float:left; width:50%;
}

#sidebar #home-newsevents ul.tabnav li a{
  
  font-weight:bold;
  text-transform:uppercase;
  display: block; 
  padding:5px 20px; 
  margin:0 0 2px 2px; 
  color:#6a6a6a; 
  background:#d8d8d8 url(../images/shared/newsevents-tab-off-gradient.jpg) repeat-x left bottom;
}


#sidebar #home-newsevents ul.tabnav li.first a{
margin-left:0;}
#sidebar #home-newsevents ul.tabnav li a.selected{
  color:#6f6f41; 
  background:#fff url(../images/shared/newsevents-tab-on-gradient.jpg) repeat-x left bottom;
}
#sidebar #home-newsevents div{
float:left; clear:both;
padding:10px 20px 30px;
  line-height:1.2;
}
#sidebar #home-newsevents h3{ 
  font-size:1em; font-weight:bold;
  color:#76764b; 
  text-transform:uppercase; margin-top:10px;
  }
  #sidebar #home-newsevents p{margin-bottom:0.5em; color:#555555;}
  #sidebar #home-newsevents hr{
    display:block; margin: 20px 0; height:1px; color:#c2c2c2;
  }




/* SOM Footer
----------------------------------------------------------------------- */

#som-expfooter 
{
background: #272f92 url(../images/shared/footer/som-bg2.jpg) top left repeat-x;
color: #FFFFFF;
margin-top: 15px;
padding-top:30px; padding-bottom:25px;
width:960px;
position:relative;
float:left;
}

#som-expfooter a{color:#accff3;}

/* Column Lines */
#expfooter-columns 
{background:url(../images/shared/footer/expandedfooter-columns.gif) top left repeat-y; padding: 0 0px 5px 30px;}

/* 1 --------------------- */
#site-identity {float:left; margin-right:60px; width:185px; /*border:#66FF00 1px solid;*/ height:120px;}


/* Site Name */
#site-identity .footer-site-name {
		background: url(../images/shared/footer/site-identity-sitename.jpg) top right no-repeat;
		height: 60px; width: 185px;
		margin: 0;
		position: relative; top:0px; left:0px;
		text-indent: -1000em;
		display:block;
	}
	#site-identity .footer-site-name a:link, #site-identity .footer-site-name a {
		border: none;
		position: absolute; top: 0; left: 0;
		height: 60px; width: 185px;
	}

/* 2 --------------------- */
#contact-info {float:left; margin-right:60px; width:173px; /*border:#66FF00 1px solid;*/}

#contact-info p.title {font-weight:bold; font-size:1.2em;line-height:1.592em; letter-spacing:normal;}
#contact-info p.phone {font-size: 20px; padding-top:15px; font-weight:normal;}
#contact-info p.email {font-size: 14px; line-height:18px; font-weight:normal; padding-top:5px;}
#contact-info p.address {font-size: 12px; line-height:16px; font-weight:normal; padding-top:15px;}

/* 3 --------------------- */
#related {float:left; width:415px; /*border:#66FF00 1px solid;*/}

#related p.title {font-weight:bold; font-size:1.2em; line-height:1.692em;
letter-spacing:normal; width:400px; padding-bottom:10px;}

#related .column-left {width:195px; float:left; /*border:#66FF00 1px solid;*/ font-size:1.2em; line-height:1.2;}
#related .column-right {width: 165px; float:right;/*border:#66FF00 1px solid;*/font-size:1.2em; line-height:1.2;}

	#related .column-left #link-list ul, #related .column-right #link-list ul 
	{list-style-image:none; list-style-type:none; }
	#related .column-left #link-list ul li, #related .column-right #link-list ul li 
	{ margin:3px 0;/* background:url(../images/shared/footer/link-list-bullet.png) 0px 3px no-repeat;*/ /*padding-left:12px;*/}
	/*#related .column-left #link-list ul li a, #related .column-right #link-list ul li a{padding-left:5px;}*/
	
/* 3 --------------------- */
#bottom {background:url(../images/shared/footer/bottom.jpg) top left repeat-x; height:60px;}



/* Footer
----------------------------------------------------------------------- */
#footer {
	color: #fff;
	clear: both;
	font-size:1.1em; /* 10 x 1.1 = 11px */
	line-height:normal;
	margin: 0 auto; margin-top:0px; margin-bottom:10px;
	text-align: left;
	width: 950px; height:60px;
	background:url(../images/shared/footer/bottom.jpg) top left repeat-x;
	padding: 10px 0 0 10px;
}

#footer p { line-height:normal;}

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

* html #nav h2 {
	display: none;
}

* html #nav ul li {
	width: 1%;
}

* html #nav ul ul li {
	width: 325px;
}

* html #nav ul li a {
	height: 1%;
}

* html #nav ul li a:hover {
	background-image: none;
	background: #d1d1ae;
}

* html  #nav ul ul li a:hover {
	left: auto;
}

* html #nav ul li.listover{
	background: url(../images/shared/nav-gradient-hover.jpg) repeat-x left top;
}

* html #nav ul li.listover a {
	background-image: none;
}

* html #nav ul li.listover ul li a {
	background: #e6edf3;
}	

* html #nav ul ul li.listover {
		background-image: none;
		background: #e6edf3;
}

* html #nav ul li.listover ul li a:hover{
	background: #d1d19b;
}

* html #nav ul li.listover ul {
	display: block;
	position: absolute;
	margin-top: 0;
	padding-top: 0px;
	z-index: 1000;
}

* html #nav ul li.rightlastover ul{
	right: 0;
}

* html #nav li.listover ul {
	z-index: 1000;
	position: absolute;
	left: -2px;
	top: 38px;
	background: #e6edf3;
	zoom: 1;
}

* html #nav li.rightlastover ul{
    left:-284px;
}

* html #nav li.listover li {
	z-index: 1001;
	zoom: 1;
	margin: 0;
	padding: 0 15px;
	background: #e6edf3;
}

* html #nav li.listover li.first {
	padding-top: 10px;
}

* html #nav li.listover li.last {
	padding-bottom: 15px;
	border-bottom: 2px solid #fff;
}

* html #nav li.listover li a {
	height: 1%;
	zoom: 1;
}

* html #nav li li a {
	height: 1%;
	zoom: 1;
}

* html #nav ul ul li a {margin:0px;}

* html #content {
	margin-left: 15px;
}

* html div.linklist {
	height: 113px;
}

* html #sidebar{margin-right:15px;}

* html #sidebar div#subnav {
	height: 1%;
}

* html #sidebar #subnav ul li {
	height: 1%;
}

* html #sidebar #subnav ul li a {
	height: 1%;
}

* html #sidebar #upsom-quote {
	height: 1%;
}

* html #sidebar .upsom-quote-inner {
	height: 1%;
}

* html #homepage-rotator-text h2{
  margin-top:30px;
}
* html #homepage-center .column-inner{
  height:300px;
  }

* html #sidebar #home-newsevents {
	height: 365px;
}

* html #sidebar #home-newsevents ul.tabnav li {
	width: 141px;
}

* html #som-footer{float:left;clear:both;}

* html #content #pittsburgh .pgh-inner{margin:0; padding:0;}
* html #content #pittsburgh .pgh-inner img{position:relative; float:left; margin-right:30px; clear:none;}

* html #homepage-center .column {overflow:hidden;}

/* ie 7 haxx */
/*fixes rollover */
*:first-child+html  #nav ul ul { position:absolute; left:-4000px; display:block; }
*:first-child+html  #nav ul ul li a:hover { left:auto; }

/* Fix hover issue in rollover */
*:first-child+html  #nav li:hover ul, #nav li.sfhover ul { left: auto; }
*:first-child+html  #nav ul li ul {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
padding-top: 0px;
z-index:1000;
margin:0;
}
*:first-child+html  #nav ul ul li a { margin:0; zoom:1; }

*:first-child+html #sidebar #upsom-quote {
height: 1%;
}

*:first-child+html #sidebar .upsom-quote-inner {
height: 1%;
}

*:first-child+html #nav h2 {
	display: none;
}

*:first-child+html #nav ul ul li {
	width: 325px;
}

*:first-child+html #nav ul li a {
	height: 1%;
}

*:first-child+html #nav ul li a:hover {
	background-image: none;
	background: #d1d1ae;
}

*:first-child+html  #nav ul ul li a:hover {
	left: auto;
}

*:first-child+html #nav ul li:hover,
*:first-child+html #nav ul li.listover{
	background: url(../images/shared/nav-gradient-hover.jpg) repeat-x left top;
}

*:first-child+html #nav ul li:hover a,
*:first-child+html #nav ul li.listover a {
	background-image: none;
}

*:first-child+html #nav ul li:hover ul li a,
*:first-child+html #nav ul li.listover ul li a {
	background: #e6edf3;
}	

*:first-child+html #nav ul ul li:hover,
*:first-child+html #nav ul ul li.listover {
		background-image: none;
		background: #e6edf3;
}

*:first-child+html #nav ul li:hover ul li a:hover,
*:first-child+html #nav ul li.listover ul li a:hover{
	background: #d1d19b;
}

*:first-child+html #nav ul li:hover ul,
*:first-child+html #nav ul li.listover ul {
	display: block;
	position: absolute;
	margin-top: 0;
	padding-top: 0px;
	z-index: 1000;
}

*:first-child+html #nav li:hover ul,
*:first-child+html #nav li.listover ul {
	z-index: 1000;
	position: absolute;
	left: -2px;
	top: 38px;
	background: #e6edf3;
	zoom: 1;
}

*:first-child+html #nav li:hover li,
*:first-child+html #nav li.listover li {
	z-index: 1001;
	zoom: 1;
	margin: 0;
	padding: 0 15px;
	background: #e6edf3;
}

*:first-child+html #nav li:hover li.first,
*:first-child+html #nav li.listover li.first {
	padding-top: 10px;
}

*:first-child+html #nav li:hover li.last,
*:first-child+html #nav li.listover li.last {
	padding-bottom: 15px;
	border-bottom: 2px solid #fff;
}

*:first-child+html #nav li:hover li a,
*:first-child+html #nav li.listover li a {
	height: 1%;
	zoom: 1;
}

*:first-child+html #nav li li a {
	height: 1%;
	zoom: 1;
}

*:first-child+html #nav ul ul li a {margin:0px;}

*:first-child+html #sidebar #upsom-quote {
	height: 1%;
}

*:first-child+html #sidebar .upsom-quote-inner {
	height: 1%;
}


*:first-child+html #sidebar #home-newsevents ul.tabnav li {
	width: 141px;
}

*:first-child+html #som-footer{float:left;clear:both;}

*:first-child+html #content #pittsburgh .pgh-inner{margin:0; padding:0;}
*:first-child+html #content #pittsburgh .pgh-inner img{position:relative; float:left; margin-right:30px; clear:none;}

*:first-child+html #nav li.rightlastover ul{
    left:-284px;
}





#linklist, #linklist_blue{
   
    border-bottom: 1px solid #DEDEDE;
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
    margin-top: 10px;
    height: auto;
    padding-bottom: 43px;
    padding-left: 5px;
    padding-top: 0;
	padding-right:15px;
    position: relative;
    width: auto;
    z-index: 1;
}


#info{margin-top: -26px; padding-left: 119px;}


#info p{
    
    float: none;
    margin-top: 0;
    padding-left: 92px;
    z-index: 8;
	margin-bottom:0;

}

#info h3{
    
   
   
    padding-left: 92px;
   

}



#vevent .picture img {
    float: left;
    height: 112px;
    margin-top: 5px;
    width: 203px;
	padding-right: 10px;
	margin-left:-14px;
	position:relative;
	z-index:9;
	
}


#linklist_blue {
    background: none repeat scroll 0 0 #EFF7FF;
}


/* Repeated Region style
----------------------------------------------------------------------- */

#vevent {
	padding: 15px;
	clear: right;
	margin-bottom: 0px;
	 border-bottom: 1px solid #DEDEDE;
	 
	}
	
#vevent h4 {margin-bottom: .7em;}

	.even {background: #fff;}
    .odd {background: #EFF7FF;}



h4 a {color: #0c093e; text-decoration: underline;}
	h4 a:hover {color: #0c093e; text-decoration: none;}





