﻿@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: 40px;
	background-color: #182745;
	height: 30px;
}
p a.navHome:hover {
	text-decoration: underline;
}
#top-of-page {
	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;
}


#top-of-page #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;
/*	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF; */
	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;
}
#top-of-page #search  {
	position: absolute;
	top: 15px;
	right: 15px;
	border-radius: 16px;
	background-color: #192746;
	height: 20px;
	width: 200px;
	border: 1px inset #192746;
	color: #E0E0E0;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
}
#top-of-page #search p {
	display: block;
	float: left;
	padding-top: 2px;
}

#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;
}

.pitt-seal {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	float: left;
}
.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;
}
.newItem{
    display:block;
    font-style:italic;
    font-size:.9em;
    text-transform:uppercase;
/*    font-family:Verdana, sans-serif; */
    border-radius:30px 0px 30px 0px;
/*    border:1px solid #182745; */
    padding:2px 3px 1px 3px;
    margin:0px;
    color:#fff;
    background-color:#6188C6;
    text-align:center;
    width:52px;
    box-shadow:2px 2px 2px #182745;
}

