/* Pitt Sites style sheet
Header, navbar, content, and footer */

html, body {
	background-image: url(images/background_page.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	}
	
#logo	{
	height: 120px;
	width: 110 px;
	padding-left: 20px;
	padding-top: 20px;
	float: left;
}

#header {
	height: 120px;
	margin-left: 120px;
	width: 500px;
	padding-top: 10px;
	padding-left: 20px;
	text-align: center;
	color: white;
	
	}	
	
#nav {
	width: 200px;
	margin-top: 80px;
	padding-left: 15px;
	float: left;
	clear: both;
	}
	
	
#content {
	margin-left: 250px;
	width: 510px;
	}

#footer {
	background-color: #fff;
	color: #415485;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 0px 0px 0 0;
	clear: both;
	}
	
#pop {
	position:absolute;
	z-index:4;
	left: 10px;
	top: 10px;
	width: 790px;
	height: 200;
 }

 #framenavbar {
 	margin-left: 20px;
 }
	
	

.spacer {
	clear: both;
	}
	
p {
	padding: 0;
	margin-top: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
p.code {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size : 14px;
	color: Navy;
	background-color: #f3f3f2;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	}
	
dd, dt {
	font-family: 'Lucida Grande', Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	}
	
h1 {
	padding-right: 3px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-left: 140px;
	margin-right: 20px	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid;
	background-color: #415485;
	color: #ffffff;
	width: 50%;
}

h3	{
	font-size:14px;
	text-align:center;
}

h4	{
font-size:12px;
	}

.hilite { background-color:yellow}

.linethrough { text-decoration: line-through}

a:link { color : #01333A;
}

a:visited { color : #01333A; }

a:hover { color : #B31E40;
}

a.itemcss:link
{
	font-size:8pt;
	text-decoration:none;
	font-family:Tahoma, Arial;
	color:Navy;
	cursor:hand;
}
a.itemcss
{
	font-size:8pt;
	text-decoration:none;
	font-family:Tahoma, Arial;
	color:#000000;
	cursor:default;
}
a.itemcss:visited
{
	text-decoration:none;
	font-family:Tahoma, Arial;
	color:Navy;
	cursor:hand;
}
a.itemcss:hover
{
	text-decoration:none;
	font-family:Tahoma, Arial;
	color:#6495ED;
	cursor:hand;
}
a.itemcss:active
{
	text-decoration:none;
	font-family:Tahoma, Arial;
	color::Red;
	cursor:hand;
}



/*Rounded Corner Box*/
#xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0 10px; letter-spacing:1px;}
#xsnazzy h1 {font-size:2.5em; color:#fff;}
#xsnazzy h2 {font-size:2em;color:#06a; border:0;}
#xsnazzy p {padding-bottom:0.5em;}
#xsnazzy h2 {padding-top:0.5em;}
#xsnazzy {background: transparent; margin:1em;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#D4D4D4; border-left:1px solid #08c; border-right:1px solid #08c;}
.xb1 {margin:0 5px; background:#08c;}
.xb2 {margin:0 3px; border-width:0 2px;}

.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; background:#D4D4D4; border:0 solid #08c; border-width:0 1px;}
/*End of Rounded Corner Box*/

/*Fluid Drop Shadows Text Box*/
.out {
display:block;
background:#bbb;
border:1px solid #ddd;
position:relative;
margin:1em 0;
}
.in {
text-align:justify;
background:#fff;
border:1px solid #555;
position:relative;
padding:5px;
font-weight:normal;
}
.ltin {
left:-5px;
}
.tpin {
top:-5px;
}
.narrow {width:24em;} /* change to suit */
h5 {text-align:center;font-weight:bold; color:#000;}
/*End of Fluid Drop Shadows Box*/