﻿@charset "utf-8";
/* CSS Document */


body {
	font-size: 16px;
    background-color:#384F7C;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
}
.clearfloat {
	clear: both;
}
 .googleOpenSans {
	font-family: 'Open Sans Condensed';
}

#container {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-bottom: 20px;
	position: relative;
}
p a.navHome{
	position: absolute;
	bottom: -29px;
	left: 0px;
	z-index: 5;
	text-decoration: none;
	color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	display: block;
	text-align: center;
	width: 81px;
	padding-right: 22px;
	background-color: #182745;
	height: 30px;
}
p a.navHome:hover {
	text-decoration: underline;
}
#pageHeader {
	height: 100px;
	width: 920px;
	background: -webkit-linear-gradient(180deg, #20335b, #182745);
	background: -moz-linear-gradient(180deg, #20335b, #182745);
	background: -o-linear-gradient(180deg, #20335b, #182745);
	background: -ms-linear-gradient(180deg, #20335b, #182745);
	background: linear-gradient(180deg, #20335b, #182745);
	position: relative;
}
#pageHeader #lrdc-logo {
	position: absolute;
	left: 15px;
	top: 15px;

}
#headerLinks  {
	padding-top: 8px;
	padding-bottom: 5px;
	text-align: center;
	padding-right: 0px;
	width: 340px;
	float: right;
	margin-top: 0px;
	margin-right: 38px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	z-index: 3;
	position: relative;
	color: #FFF;
}
#headerLinks a {
	font-size: 0.75em;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#headerLinks a:hover {
	text-decoration: underline;
}
#breadcrumbs {
	padding-left: 24px;
	padding-top: 3px;
	padding-bottom: 3px;
    font-size:12px;
	color: #666;
	z-index: 6;
	background: -webkit-linear-gradient(135deg, #eee, #fff);
	background: -moz-linear-gradient(135deg,#eee);
	background: -o-linear-gradient(135deg,#eee, #fff);
	background: -ms-linear-gradient(135deg,#eee, #fff);
	background: linear-gradient(135deg,#eee, #fff);
    margin:-10px 0px 25px 0px;

}
#breadcrumbs a {
	text-decoration: none;
	color: #666666;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}

.pittLogo {
    width:250px;
    padding:4px 0 2px 8px;
}
.blue-divider {
	background-color: #182745;
	height: 10px;
}
.shadow {
	background-image: url(../images/bg_dropshadow_1x10.png);
	background-repeat: repeat-x;
	height: 10px;
	width: 100%;
	position: relative;
	z-index: 3;
}

.grayLine {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
    border-left:none;
    border-right:none;
	margin-top: 10px;
	margin-bottom: 10px;
}
.fileIcon {
	padding-right: 5px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/* footer styles */
#lrdcFooter {
	background: -webkit-linear-gradient(180deg, #20335b, #182745);
	background: -moz-linear-gradient(180deg, #20335b, #182745);
	background: -o-linear-gradient(180deg, #20335b, #182745);
	background: -ms-linear-gradient(180deg, #20335b, #182745);
	background: linear-gradient(180deg, #20335b, #182745);
	position: relative;
	color: #eee;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 50px;
	font-weight: normal;
}
#lrdcFooter .bldgGraphic {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#lrdcFooter article {
	margin-right: 70px;
}
#lrdcFooter #links {
	float: left;
}
#lrdcFooter #links ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#lrdcFooter #links ul li a {
	text-decoration: none;
	color: #eee;
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
}
#lrdcFooter #links ul li a:hover {
	text-decoration: underline;
}
#lrdcFooter #socialMedia {
	float: left;
	padding-left: 10px;
}
#lrdcFooter #socialMedia img {
	height: 35px;
	margin-right: 8px;
	margin-top: 5px;
}
#lrdcFooter #address {
	float: left;
	padding-left: 80px;
}
#lrdcFooter #address p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
#lrdcFooter #address p a{
    color:#fff;
}
#copyright  {
	clear: both;
	background-color: #fff;
	/*	background-color: #182745;*/
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 50px;
}
#copyright p {
	margin: 0px;
	padding: 0px;
	color: #182745;
	font-size: 0.7em;
}

