/*
+-------------------------------------------------------------------------+

Title:		Department of Mathematics - Index Page Styles 
Author:		G. Jason Head, University Marketing Communications
Copyright:	2007 - University of Pittsburgh
Updated:		March 30, 2007



+-- CONTENTS -------------------------------------------------------------+
- Content
- col-1
- col-2
- col-3
+------------





-------------------------------------------------------------+
*/
/* BODY STYLES ----------------------------------------------------------- */
/* ----------------------------------------------------------------------- */



body {
	width:960px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	background-color: #0f1633;
	position: relative;
	margin:0 auto;
}
/* CONSISTANT STYLES ----------------------------------------------------- */
form,/* ----------------------------------------------------------------------- */ img, h1   {
	margin:0;
	padding:0;
	color: #FFFFFF;
}
hr{color:#b7b6b6; }
h1,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-family: Georgia;
	color: #0f1633;
	font-weight: normal;
}

h1{font-size: 24px;}
h2{
	color: #0f16333;

	font-family: Georgia;
	line-height: inherit;
	margin:0;
	
	font-weight: normal;	
}
h3{ 
    font-size: 24px;
    font-family: Georgia;	
	font-weight: lighter;	
	padding-right:50px;
	
   }
h4{
    font-size: 20px;
    font-family: Georgia;	
	font-weight: normal;	padding-bottom:0;}
h5{  font-family: Georgia;	

	font-size: 16px;
	font-weight: lighter;
}
p{ padding-right:45px;
	color:#464648;	
	font-size: 12px;
	font-family: Verdana;
	
}
ul{
/*	list-style-type: disc;
	padding-left:0;*/
}

.clear {clear: both;}
.hide {display: none;}
abbr {border: 0; text-decoration: none;	speak: spell-out;}

a {text-decoration: none; color: #0066cc;}
a:hover {text-decoration: underline;}

#main-container {
	font-size: 0.625em; /* 16 x .625 = 10px */

	margin:0 auto;
	position:relative;
	padding-bottom:3em;
	overflow:hidden;
	text-align:left;
	width:960px;
	
}

/*pitt header*/
#pitt-header {

    height: 49px;
	width: 960px;
	margin: 0;
	position: relative;
	text-indent: -1000em;
	border-bottom-color: #8b8b3b;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}	

#pitt-header.white  { background: #fff; }
#pitt-header.gold   { background: #cccc99; }
#pitt-header.blue   { background: #111150; }

/*
* LINKS
*/

/* University Logo Link */
#p-link {
  position: absolute; top: 0; left: 0;
  height: 49px; width: 279px;
  }
.white #p-link  { background: url(../images/shared/pitt-logo-whitebkg.gif) left top no-repeat #fff; }
.gold #p-link  { background: url(../images/shared/pitt-logo-goldbkg.gif) left top no-repeat #cccc99; }
.blue #p-link   { 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;
}

/* banner link color */ 				
#pitt-links.blue a { color:#111150;} 
#pitt-links.gold a { color:#cccc99;}

#pitt-links li {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1.3em;
	letter-spacing:.03em;
	text-transform:uppercase;
	display:inline;
	border-left: 1px solid #979797;
	margin:0;
	padding:0;
	}
#pitt-links li#p-home{ border-left:none; }
	
#pitt-links a {
	display:inline-block;
	font-size: 0.889em; 
	line-spacing:normal;
	margin:0;
	padding: 0 0.5em 0 0.75em;
	text-decoration:none;
	}
	
#pitt-links a:hover{
text-decoration:underline;
  }
  
  
 
#content1 {
	width:960px;
	background: #FFFFFF;
	padding-top:20px;	
	float: left;
	height: auto;	
	padding-bottom: 25px;
}
	

#content {
	width:960px;
	background: #FFFFFF;
	
	float: left;	
	background-image: url(../images/shared/dev-wrapper-rule.gif);
	margin-top: 20px;
	margin-bottom: 53px;
}



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

/* HEADER ---------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */

#header {width:960px;}

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


/*nav */
/*
*  NAVIGATION
* ------------------------------------------------------------------ */


#nav {
	width: 960px;
	background-color: #FFFFFF;	
	font-size: 12px;
	float: left;
	color: #8B8B3B;
	text-align:left;
	font-family: Verdana;
	
}


#nav li {float: left;
	}	
	
	#nav a {
	color: #3D8BD9;
	display: block;
   
	font-weight: normal;
	list-style-type: none;
	padding-left:0px;
	
	
}
	
	
	
	#nav a:hover {color: #8b8b3b; text-decoration: none;}
	#nav a.on {color: #999999; text-decoration: none;}
#nav h2 {
	text-indent: -1000em;
	max-height: 0px;
}


#nav ul {
	width:810px;
	height:20pt;
	margin: 0px;
	
	margin-left: 73px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	
	padding-bottom:5.5px;
	padding-left:0;
}
#nav ul li {
	float: left; border:0;padding-right:5px;
}

#nav ul li a {
	background: url(../images/shared/nav-line.gif) right no-repeat;
	line-height:12pt;
	font-size: 12px;
	text-transform: none;
	font-weight: bold;
	color: #8B8B3B;
	text-decoration: none;
	display: block;
	padding: 8px 13px 8px 13px;
	border:0;

	font-family: Verdana;
	
}

#nav ul li.leftfirst a {
	/*border-left: none;*/
	background: url(../images/shared/nav-line.gif)  right;
	background-repeat: no-repeat;	
	
}

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

#nav ul li a:hover { 
	background-color: #E5E5CC;	
}

#nav ul li ul { margin-top:10px;
   padding-top:10px;
	display: none; border:0; z-index:8;
}
#nav ul ul, #nav ul li { paddint-top:10px;
	margin: 0px;
	padding: 0px;	
	list-style-type: none;z-index:8;
}

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

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

#nav ul li:hover ul li a{
	background-color: #fcfcec;
}

#nav ul ul li {
	padding-top:0px;
	float: none;
	margin: 0 ;
	
	width: 265px;
	background-color: #fcfcec;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	
}  

#nav ul ul li.first { 
    margin: 2px 0 0 0px;
	padding-top: 20px;
	/*border-top: 1px solid #cccccc;*/
	
	
}
#nav ul ul li a { margin:0; zoom:1; }

#nav ul ul li.first a{ border-top: 1px solid #cccccc;}
#nav ul ul li.last {
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

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

#nav ul ul li a {
	display: block;
	color: #3D8BD9;  /*sub list font color*/
	text-transform: none;
	/*margin: 0px 10px 0px 5px;*/
	margin-top:0px;
	margin-bottom:0;
	margin-left:5px;
	margin-right:10px;
	padding: 7px 10px;
	line-height: 1.1em;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #cccccc;
	
	font-family: Verdana;
	font-weight: normal;
}

#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-color: #E5E5CC;	
	/*background: url(../images/shared/nav-gradient-hover.jpg) repeat-x left top;*/
}

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

/*wrapper---------------------------------------------------------------*/


/* CONTENT --------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
#wrapper{
	font-size:1.3em; /* 10 x 1.3 = 13px */
	width:960px;	
	
   padding-top:60px;
   background-color:#ffffff;	
}	
#content1 {
	width: 960px;
	height: auto;	
	padding-bottom: 25px;
}


#content h2 {
	font-size: 18px;
	font-weight: normal;
	
}

#content p {
	padding-right:45px;
	color:#464648;	
	font-size: 12px;
	font-family: Verdana;
	margin-top:10px;
	}
	
/* COL-1 ----------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */

#col-1 {
	width: 465px;
	height: auto;
	padding-right: 20px;
	float: left;
	padding-left: 73px;
	
}

#front-primary  {width:465px;
 height:auto;
 margin-top: 20px;
 margin-bottom: 20px;
 }
 
#front-primary h2 {line-height: auto;	
	font-size: 24px;
	color: #0f1633;
	border-top-color: #464648;	
	font-family: Georgia;
	border-top-width: 8px;
	border-top-style: solid;
	font-weight: normal;  padding-bottom:8px; padding-top:8px;
}
#front-primary p {
	font-size: 12px;
	color: #464648;
	font-family: Verdana;
	font-weight:lighter;padding-bottom:3px; line-height: 14pt;	padding-right:15px;font-style:normal;
}
#learn{width:145px; height:21px;background-color: #a5a4a4;padding-top:3px;}
#front-primary a{
	font-size: 14px;
	color: #FFFFFF;
	font-family: Verdana;
	font-weight:bold;
	padding-left:10px;
	padding-top:8px;
	padding-bottom:5px;
	line-height: 12pt;
}
#front-secondary  {
	width:390px;
	background-color: #ececd9;
	height: ;	
	margin-top:5px;
	height: inherit;	
}
#front-secondary p {
	padding-top:30px;
	width:313px;
	color: #464648;
	font-size: 12px;
	font-family: Verdana;
	padding-left: 25px;
	text-align: left;
	font-style:normal;
	padding-bottom:30px;
	line-height: 14pt;
}

#front-third {
    margin-bottom: 25px;
    padding-left: 0px;
    margin-left: 0px; 
    }

#front-third h2{
	line-height: auto;	
	font-size: 24px;
	color: #0f1633;
	border-top-color: #464648;	
	font-family: Georgia;
	border-top-width: 8px;
	border-top-style: solid;
	font-weight: normal;  padding-bottom:8px; padding-top:8px;
}

#front-third ul{
    padding: 0 0 10px 0;
    margin-left: 15px;

}

#front-third li{


	padding:10px 20px 10px 0px;
	font-family: Verdana;
	font-size: 12px;
	color: #464648;
	list-style-type: disc;
    line-height: 14pt;
	    
  /*  list-style-type: disc;  
    font-size: 12px;
	color: #464648;
	font-family: Verdana;
    padding-left: 10px;
	padding-bottom:10px; 
    padding-right:15px;
    line-height: 14pt;*/
}

#front-third p{font-size: 12px;
	color: #464648;
	font-family: Verdana;
	padding-bottom:3px; line-height: 14pt;	padding-right:15px;	}
	
#learn2{width:110px; height:21px;background-color: #a5a4a4;padding-top:3px;}

#front-third a{
	font-size: 12px;
	color: #003;
	font-family: Verdana;
	font-weight:bold;

	padding-top:8px;
	padding-bottom:5px;
}

/* COL-2 ----------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */

#col-2 {
	width: 400px;
	height:auto;
	float: right;
	position:relative;
	margin-top:0px;
	
	}
	
	#col-2 h2 { margin-bottom: 0;}
#front-right{
	width: 450px;
	height: 580px;
}
	
#col-2 div{
    background-color: #E5E5CC; 
    margin: 10px 10px 10px 10px; 
    padding: 20px;
}

#col-2 div h2{
	
	font-size: 12px;
	color: #0f1633;
	border-top-color: #464648;	
	font-family: Verdana;
	font-weight: bold;
    padding-bottom: 10px;
    }


#col-2 ul li a {
	display: block;
	color: #0f1633;
	padding: 7px 0;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	
	font-family: Verdana;
	font-weight: normal;
    line-height: 16px;
	font-size: 12px;

}


/* COL-3 ----------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */

#col-3 {
	width: 560px;
	float: left;
	padding-right: 3px;
	height: inherit;
	left: 25px;
	padding-left: 74px;	
	
}
#col-3 h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #0f1633;
	font-weight:bold;
}

#col-3 ul{ 
	/*padding-top:0px;
	float: left;
	padding-left: 20px;
	list-style-type: disc;*/
}
#col-3 ul.second{
	/*margin-left:20px;*/}
#col-3 ol{
	float: left;padding-left: 30px;	list-style-type: disc;
}


#col-3 li {
/*	right:100px;
	
	width:505px;*/
	padding:10px 40px 10px 0px;
	/*padding-right:0px;padding-bottom:5px;padding-top:5px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464648;
	list-style-type: disc;
	/*float: left;	
	padding-bottom:5px;*/
}		


#col-3 li p{
    padding-right: 0;
    }
    
#col-3 li li{
    padding-right: 0;
    }

#col-3 table {font-size:10px; margin: 10px 0;background:#ffffff;}
#col-3 th { background: #ffffff; border-right: 1px solid #fff;border-bottom: 1px solid #bebebe; color: #676767;padding: 5px 8px; font-weight:normal;}
#col-3 td { padding: 5px 8px; border-bottom: 1px solid #bebebe;
  vertical-align: top;
}


#col-4 {
	width: 560px;
	float: left;
	padding-right:3px;
	height: inherit;
	left: 25px;
	padding-left: 74px;	
	font-size: 12px;
    
}
#col-4 table{table-layout:fixed;width:550px;}


#col-4 td {
	padding-right:15px;
	font-family: Verdana;
	color: #464648;
    font-size: 12px;
}


#col-4 h6{
	font-family: Verdana;
	font-size: 15px;
	color: #0f1633;
}

#col-4 ul{
	float: left;
	padding-left:30px;
	border:0;
	line-height:15px;
	list-style-type: none;
}


#col-4 ol{
	float: left;padding-left: 30px;	list-style-type: none;border:0;
}



#col-4 pre{padding-right:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #464648;}
	
#col-4 p {
	padding-right:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #464648;
}	
#col-4 li { width:500px;
	
	font-family: Verdana;
	font-size: 12px;
	color: #464648;	
	margin-left: -35px; 
	list-style-type: none;	
	
	min-height: 90px;
	border-bottom: 1px solid #d8d1c0;
	padding: 15px 10px;
}		
#col-4 li img{display: block; width: 72px; margin-right: 15px; float: left;}

#col-4 li p { font-size: 12px;
	margin-left: 98px;
	margin-top: -5px;
	
}
#img_contact { padding-left:8px;padding-right:5px;padding-top:8px;
	
	background:url(../images/shared/greybox.gif) no-repeat;
	width: 115px;
	height: 210px;
}

#image_oontact img{padding-left:5px;
	width:71px; height:90px;
}




#col-5 {width: 560px;
	float: left;
	padding-right: 3px;
	height: inherit;
	left: 25px;
	padding-left: 74px;}

#col-5 h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #0f1633;
	font-weight:bold;
}

#col-5 h4{
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    }
    
#col-5 h4 a{
    font-family: Verdana;
    color: #0f1633;
    }

#col-5 table{
	table-layout:fixed;
	width:450px;
	font-size:10px;
	background-color: #FFFFFF;	  
}

#col-5 p{
	line-height: 30px;	
	margin:0px;	
	} 

 #people-left{float:left;width:280px;}
 #people-right{float:right;width:250px; padding-left:30px;}   
	
#sidebar

 {
	margin:0 0 0 0;
	width:311px;
	float: left;
	height: inherit;
	padding-left: 12px;
} 



 #secondary-nav{
	border-bottom: none;
	line-height: 1.7em;
	padding-bottom: 0;
	
	width: 215px;
	text-align: left;
	position: relative;
	left: 15px;
	float: left;
	padding-left: 10px;
}

	 #secondary-nav h2{
	line-height:55px;
	border-top-color: #464648;
	border-top-style: solid;
	border-top-width: 7px;
	border-bottom-color: #C2C2C2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #464648;
	
	text-align: left;
	margin-bottom: 5px;
	
	font-size: 20px;
	font:Georgia;
	}

#secondary-nav p{ line-height:11pt;
    border-bottom-color: #C2C2C2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #3083d6;
	text-align:left;
	font:Verdana;
	font-size: 12px;	
	padding-left:3px;
	padding-right:23px;
	padding-bottom:7px;
	 }
	



 #mainsidebar-text{ background:url(../images/shared/dev-sidebar-images.png) no-repeat;
	
	height:500px;
	color: #646464;
	z-index:1;
	
	float:rights;
	position: relative;	
	font-size: 12px;
	text-align:left;
	margin-top: 20px; margin-left:-30px;
}
#sidebar-news{ background:url(../images/shared/dev-sidebar-images.png) no-repeat;
	
	height:500px;
	color: #646464;
	z-index:1;
	
	float:rights;
	position: relative;	
	font-size: 12px;
	text-align:left;
	margin-top: 20px; margin-left:-30px;
}
#text-news{margin-top:0px; padding-left:50px; padding-right:30px; }
#text-news p{color: #646464;padding-top:365px;
	
	 border:none;
		font-size:12px;line-height:18px;
	  padding-right:5px;
	text-align: left;
	}
 #sidebar-areas{
	background:url(../images/shared/dev-sidebar-images.png) no-repeat;
	
	height:500px;
	color: #646464;
	
	
	position: relative;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	margin-left:-30px;padding-top:0px;
	
}
#text-areas{margin-top:0px; padding-left:55px; padding-right:18px; border:none;}
 #text-areas p{color: #646464;padding-top:355px;
	
	 border:none;
		font-size:12px;line-height:18px;
	  padding-right:5px;
	text-align: left;
	}
 #sidebar-cpas{ background:url(../images/shared/archimedes21.png) no-repeat;
	
	height:580px;
	color: #646464;
	float:left;
	position: relative;	
	font-size: 12px;
	text-align: center;
	margin-top: 20px; margin-left:-45px;
}

#text-cpas{margin-top:495px; padding-left:68px; padding-right:30px; border:none;}
#text-cpas p{color: #646464;
	
	 border:none;
		font-size: 12px;
	text-align: center;}
	
	#sidebar-emps{ background:url(../images/shared/hooke1.png) no-repeat;
	
	height:600px;
	color: #646464;
	float:left;
	position: relative;	
	font-size: 12px;
	text-align: center;
	margin-top: 20px; margin-left:-45px;
}
#text-emps{margin-top:509px; padding-left:70px; padding-right:30px; border:none;}
#text-emps p{color: #646464;
	
	 border:none;
		font-size: 12px;
	text-align: center;}
	#sidebar-hpb{ background:url(../images/shared/darwin1.png) no-repeat;
	
	height:350px;
	color: #646464;
	

	float:left;
	position: relative;
	font-size: 12px;
	text-align: center;
	margin-top: 20px; margin-left:-45px;
}
#text-hpb{margin-top:265px; padding-left:65px; padding-right:50px; border:none;}
#text-hpb p{color: #646464;
	
	 border:none;
		font-size: 12px;
	text-align: center;}
	#sidebar-hpp{ background:url(../images/shared/hppsidebar1.png) no-repeat;
	
	height:520px;
	color: #646464;
		float:left;
	position: relative;	
	font-size: 12px;
	text-align: center;
	margin-top: 20px; margin-left:-45px;
}
#text-hpp{margin-top:405px; padding-left:70px; padding-right:35px; border:none;}
#text-hpp p{color: #646464;
	
	 border:none;
		font-size: 12px;
	text-align: center;}
	#sidebar-solv{ background:url(../images/shared/solv.png) no-repeat;
	
	height:520px;
	color: #646464;
		float:left;
	position: relative;	
	font-size: 12px;
	text-align: center;
	margin-top: 20px; margin-left:-45px;
}
#text-solv{margin-top:405px; padding-left:70px; padding-right:35px; border:none;}
#text-solv p{color: #646464;
	
	 border:none;
		font-size: 12px;
	text-align: center;}

	#sidebar-hppnp{ /*background:url(../images/shared/mach1.png) no-repeat;*/ 
	 background:url(../images/shared/MArr.png) no-repeat;
	height:500px;
	color: #646464;

	float:left;
	position: relative;	
	font-size: 12px;
	text-align: center;
	margin-top: 20px; margin-left:-25px;
}
#text-hppnp{margin-top:335px; padding-left:50px; padding-right:30px; border:none;}
#text-hppnp p{color: #646464;	font-style:normal;
	 border:none;
		font-size: 12px;
	text-align: center;}
#mainsidebar-text1{ 
	width: 278px;
	
	color: #646464;
	
	background-color: #ececd9;
	float:left;
	position: relative;	
	font-size: 12px;
	text-align: center;
	margin:10px 0px 0px 20px; 
}
#mainsidebar-text1 p{ padding:15px; padding-right:10px;color: #646464;font-size: 12px;
	text-align: left;
	}

#text{margin-top:0px; padding-left:30px; padding-right:30px; }/* margin-top:365px;*/
#sidebar img{
	background-color: #ffffff;
	
	margin-left: -50px; 
	margin-top: 20px;
	
	
}

#sidebar #mainsidebar-text p{padding-top:361px;
    font-size:12px;
    line-height:18px;
	padding-right:15px;
	padding-left: 25px;
	text-align: left;
	color: #696969;
}

#sidebar #mainsidebar-text img{ float:right; margin-top:0;
}

＃sidebar #sidebar-image{
	left: 0px;
	width: 315px;
	height: 373px;
}

/* Footer
----------------------------------------------------------------------- */
#footer {
	color: #ffffff;
	clear: both;
	font-size:1.1em; 
	line-height:normal;
	margin: 0 auto;
	margin-top:5px;
	text-align: left;
	width: 960px;
	background-color: #0f1633;
}
#footer p { font-size:11px;
	line-height:normal;
	color:#FFF;
	background-color: #0f1633;
}

#footer a {
	color: #3083d6;
	text-decoration:underline;
	background-color: #0f1633;
}
#footer a:hover {text-decoration: underline;}

#footer p.left { float:left; padding-left:24px; }
#footer p.right { float:right; width:225px; }
