@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: normal;
	background-color: #FFFFFF;
	padding: 0px;
}
#MainWrapper { width: 750px; }

#contentContainerSpk {
	width: 750px;
	background-image: 
	background-repeat: 
	background-position: left top;
}


#contentContainer {
	width: 750px;
	background-image: url(../CSS_Images/wrapperBkgd.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.twoColSpread{
	background-color: #FFFFFF;
	width: 570px;
	float: left;
}
#columnOne {
	float: left;
	width: 180px;
}
.middleCol380NoBorder {
	float: left;
	width: 380px;
	padding-left: 0px;
}

.middleCol340 {
	float: left;
	width: 340px;
	padding-left: 10px;
	border-top-width: thin;
	border-top-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding-right: 10px;
}

.middleCol340border {
	float: left;
	width: 340px;
	padding-left: 10px;
	border-top-width: thin;
	border-top-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	border-right-style: inset;
	padding-right: 5px;
}

.middleCol380 {
	float: left;
	width: 380px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.thirdCol190 {
	float: left;
	width: 190px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.redMenuBar380 {
	background-color: #660000;
	float: left;
	height: 14px;
	width: 365px;
	font-size: 1.0em;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
}
.clearfloats { clear: both; }
/********************************* Page Header DIV ***************************************************/
#pageHeader {
	background-color: #000;
	height: 80px;
	width: 750px;
}

#logo, #logo a {
	background-color: #000000;
	background-repeat: no-repeat;
	display: block;
	height: 80px;
	width: 100px;
	float: left;
}
#logo a:hover, #logo a:active {
	background-color: #000000;
	background-image: url(http://www.sc.edu/template/images/hdr_usc.gif);
	background-repeat: no-repeat;
	display: block;
}
#tree, #tree a, #tree a:hover, #tree a:active {
	background-color: #990000;
	background-image: url(http://www.sc.edu/template/images/hdr_logo.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 80px;
	width: 80px;
}
.banner {
	background-color: #000000;
	background-image: url(../CSS_Images/pageBanner.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 80px;
	width: 570px;
}
/*******************************Skip Nav DIV********************************/
#skipNav {
	position: absolute;
	z-index: 6;
	left: -100px;
}
#skipNav h3 { display: none; }
#skipNav ul {
	display: block;
	list-style-type: none;
}
#skipNav span { display: none; }
/*******************************Page Elements********************************/

a {
	color: #990000;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	color: #FF0000;
	text-decoration: none;
}
.blackCell {
	background-color: #000000;
	width: 380px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	vertical-align: middle;
}
.blackCell h1{
	padding-top: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
	font-size: 1.7em;
	font-weight: normal;
	padding-left: 0px;
	margin-bottom: -12px;
	margin-top: 5px;
}

.subHeads{
	width: 555px;
	float: left;
	background-color: #FFFFFF;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
.subHeadImages {
	float: left;
	height: 80px;
	width: 172px;
	padding-right: 20px;
}
.subHeadImages2 {
	float: left;
	height: 80px;
	width: 175px;
	padding-left: 0px;
	text-align: left;
	padding-right: 13px;
}
.subHeadImages3 {
	float: left;
	height: 80px;
	width: 175px;
	padding-left: 0px;
	text-align: right;
}
/*******************************itemSolidLine 180 DIVS ********************************/
.itemSolidLine190 { 
	float: left;
	width: 180px;
	font-size: 1.1em;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.itemSolidLine190x240 {
	float: left;
	width: 180px;
	font-size: 1.1em;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 240px;
}
.itemNoLine190 {
	float: left;
	width: 180px;
	font-size: 1.1em;
	color: #000000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;	
}
.itemSolidLine190  p {
	margin-top: 5px;
	line-height: 1.3em;
}
.itemNoLine190  p {
	margin-top: 5px;
	line-height: 1.3em;
	font-size: 1.0em;
}
.itemSolidLine190  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.itemSolidLine190  h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: -5px;
	line-height: 1.4em;
}
.itemNoLine190  h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: -5px;
	line-height: 1.5em;
}
.itemSolidLine190   h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.itemSolidLine190NoPad {
	float: left;
	width: 189px;
	font-size: 1.0em;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.itemNoLine190NoPad {
	float: left;
	width: 190px;
	font-size: 1.1em;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: bottom;
}
.itemNoLine190NoPadTop {
	float: left;
	width: 175px;
	font-size: 1.1em;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.itemNoLine190 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.itemSolidLine190 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 5px;
}
/*******************************itemSolidLine SolidLine DIVS ********************************/

.itemNoLineSpk {
	width: 340px;
	padding-top: 0px;
	border-bottom-width: 1px;
	padding-left: 0px;
	padding-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.itemNoLineSpk p {
	font-size: 1.2em;
}

.itemSolidLine {
	width: 360px;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-left: 15px;
	padding-right: 5px;
}
.itemSolidLine h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: -12px;
	margin-top: 5px;
}
.itemSolidLine p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #000000;
}
/*******************************itemNoLine DIVS ********************************/
.itemSolidLineProfile {
	width: 360px;
	padding: 5px 5px 5px 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.itemNoLine {
	width: 360px;
	padding: 5px 5px 5px 15px;
	
}

.itemNoLinePadLeft {
	width: 180px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;	
}

.itemNoLine p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #000000;
}

.itemNoLine h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: -12px;
	margin-top: 5px;
}

.itemNoLineNoPad p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #000000;
}
.ulNoBulletsBold li { padding-bottom: 10px; }
.ulNoBulletsBold  li  ul {
	font-weight: normal;
	color: #990000;
	list-style-type: none;
	font-size: .95em;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
.ulNoBulletsBold li ul li {
	list-style-type: none;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
}
.linksSmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
}
.profiles {
	width: 185px;
	padding-top: 5px;
}
.timeStamp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #999999;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
table.features {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	line-height: 1.2em;
	font-size: 1.2em;
}
.imageThumb {
	height: 85px;
	width: 80px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}
.imageThumb p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	text-align: left;
	line-height: .5em;
	padding-bottom: 2px;
}

/*******************************Top Tool Bar ********************************/
#topToolBar {
	left:0px;
	top:80px;
	width:555px;
	height:14px;
	background-color: #FFFFFF;
	margin-left: 190px;
	padding-top: 2px;
	padding-bottom: 0px;
	display: block;
}
#topToolBarContainer {
	background-color: #FFFFFF;
	height: 14px;
	width: 750px;
}
#futureStudents, #futureStudents a {
	background-repeat: no-repeat;
	float: left;
	height: 14px;
	width: 120px;
	background-image: url(../topToolBaor08/futureStudents.jpg);
	background-position: 0px 0px;
	background-color: #FFFFFF;
	display: block;
}
#futureStudents a:hover {
	background-repeat: no-repeat;
	background-position: 0px -15px;
	background-color: #FFFFFF;
	background-image: url(../topToolBaor08/futureStudents.jpg);
}
#currentStudents, #currentStudents a {
	background-color: #FFFFFF;
	background-image: url(../topToolBaor08/currentStudents.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 14px;
	width: 120px;
	float: left;
}
#currentStudents a:hover {
	background-color: #FFFFFF;
	background-image: url(../topToolBaor08/currentStudents.jpg);
	background-repeat: no-repeat;
	background-position: 0px -15px;
}
#facultyStaff, #facultyStaff a {
	background-color: #FFFFFF;
	background-image: url(../topToolBaor08/facultyStaff.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 14px;
	width: 100px;
	float: left;
	padding-right: 0px;
}
#facultyStaff a:hover {
	background-color: #FFFFFF;
	background-image: url(../topToolBaor08/facultyStaff.jpg);
	background-repeat: no-repeat;
	background-position: 0px -15px;
}
#parents, #parents a {
	background-color: #FFFFFF;
	background-image: url(../topToolBaor08/parents.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 14px;
	width: 70px;
	float: left;
}
#parents a:hover {
	background-color: #FFFFFF;
	background-image: url(../topToolBaor08/parents.jpg);
	background-repeat: no-repeat;
	background-position: 0px -15px;
}
#alumni, #alumni a {
	background-color: #FFFFFF;
	background-image: url(../topToolBaor08/alumni.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 14px;
	width: 70px;
	float: left;
}
#alumni a:hover {
	background-color: #FFFFFF;
	background-image: url(../topToolBaor08/alumni.jpg);
	background-repeat: no-repeat;
	background-position: 0px -15px;
}
#visitor, #visitor a {
	background-color: #FFFFFF;
	background-image: url(../topToolBaor08/visitors.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 14px;
	width: 70px;
	float: left;
}
#visitor a:hover {
	background-color: #FFFFFF;
	background-image: url(../topToolBaor08/visitors.jpg);
	background-repeat: no-repeat;
	background-position: 0px -15px;
}
/*******************************LeftNavBar ********************************/
#leftNavBarSpkup{
	width: 170px;
	background-image: url(../../budget/images/newnavbar3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 800px;
	background-color: #660000;
}

#leftNavBar{
	background-color: #660000;
	width: 180px;
	background-image: url(../CSS08_Images/redFade660000.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 200px;
	padding-top: 10px;
	float: left;
}

#leftNavBar_budget{
	background-color: #660000;
	width: 180px;
	background-image: url(../CSS08_Images/redFade660000.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 200px;
	padding-top: 10px;
	float: left;
}

.video380x240 {
	height: 240px;
	width: 380px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
#about, #about a {
	background-color: #660000;
	background-image: url(../CSS08_Images/aboutUniv.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	display: block;
	height: 24px;
	width: 180px;
	float: left;
	padding-right: 0px;
}
#about a:hover {
	background-color: #990000;
	background-image: url(../CSS08_Images/aboutUniv.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#apply, #apply a {
	background-color: #660000;
	background-image: url(../CSS08_Images/applyToSC.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	display: block;
	height: 24px;
	width: 180px;
	float: left;
	padding-right: 0px;
}
#apply a:hover {
	background-color: #990000;
	background-image: url(../CSS08_Images/applyToSC.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#collegesSchools, #collegesSchools a {
	background-color: #660000;
	background-image: url(../CSS08_Images/collegesSchools.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	display: block;
	height: 24px;
	width: 180px;
	float: left;
	padding-right: 0px;
}
#collegesSchools a:hover {
	background-color: #990000;
	background-image: url(../CSS08_Images/collegesSchools.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#researchSciences, #researchSciences a {
	background-color: #660000;
	background-image: url(../CSS08_Images/researchSciences.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	display: block;
	height: 24px;
	width: 180px;
	float: left;
	padding-right: 0px;
}
#researchSciences a:hover {
	background-color: #990000;
	background-image: url(../CSS08_Images/researchSciences.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#regionalCampuses, #regionalCampuses a {
	background-color: #660000;
	background-image: url(../CSS08_Images/regionalCampuses.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	display: block;
	height: 24px;
	width: 180px;
	float: left;
	padding-right: 0px;
}
.graph {
	background-image: url(../../budget/images/State_Appropriation.jpg);
	height: 203px;
	width: 151px;
}
#regionalCampuses a:hover {
	background-color: #660000;
	background-image: url(../CSS08_Images/regionalCampuses.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#libraries, #libraries a {
	background-color: #660000;
	background-image: url(../CSS08_Images/univLibraries.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	display: block;
	height: 24px;
	width: 180px;
	float: left;
	padding-right: 0px;
}
#libraries a:hover {
	background-color: #660000;
	background-image: url(../CSS08_Images/univLibraries.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#athletics, #athletics a {
	background-color: #660000;
	background-image: url(../CSS08_Images/athletics.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	display: block;
	height: 24px;
	width: 180px;
	float: left;
	padding-right: 0px;
}
#athletics a:hover {
	background-color: #660000;
	background-image: url(../CSS08_Images/athletics.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#innovista, #innovista a {
	background-color: #660000;
	background-image: url(../CSS08_Images/innovista.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	display: block;
	height: 24px;
	width: 180px;
	float: left;
	padding-right: 0px;
}
#innovista a:hover {
	background-color: #660000;
	background-image: url(../CSS08_Images/innovista.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#technology, #technology a {
	background-color: #660000;
	background-image: url(../CSS08_Images/technology.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	display: block;
	height: 24px;
	width: 180px;
	float: left;
	padding-right: 0px;
}
#technology a:hover {
	background-color: #660000;
	background-image: url(../CSS08_Images/technology.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#univOffices, #univOffices a {
	background-color: #660000;
	background-image: url(../CSS08_Images/univOffices.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	display: block;
	height: 14px;
	width: 180px;
	float: left;
	padding-right: 0px;
	padding-bottom: 15px;
}
#univOffices a:hover {
	background-color: #660000;
	background-image: url(../CSS08_Images/univOffices.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#advancedSearch, #advancedSearch a {
	background-color: #660000;
	background-image: url(../CSS08_Images/aadvancedSearch.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	display: block;
	height: 24px;
	width: 180px;
	float: left;
	padding-right: 0px;
	padding-top: 2px;
}
#advancedSearch a:hover {
	background-color: #660000;
	background-image: url(file:///WD%20Passport/webCom/uscpubs/CSS08_Images/aadvancedSearch.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#azIndex, #azIndex a {
	background-color: #660000;
	background-image: url(../CSS08_Images/azIndex.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	display: block;
	height: 24px;
	width: 180px;
	float: left;
	padding-right: 0px;
}
#azIndex a:hover {
	background-color: #660000;
	background-image: url(../CSS08_Images/azIndex.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#supportSC, #supportSC a {
	background-color: #660000;
	background-image: url(../CSS08_Images/supportSC.jpg);
	background-repeat: no-repeat;
	background-position: 0px -23px;
	display: block;
	height: 24px;
	width: 180px;
	float: left;
	padding-right: 0px;
	padding-top: 5px;
}
#supportSC a:hover {
	background-color: #660000;
	background-image: url(../CSS08_Images/supportSC.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/*---------------This is the Seearch Box DIV---------- */

#searchbox {
	background-color: #660000;
	display: block;
	width: 160px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 7px;
	margin-left: 0px;
	height: 30px;
}

.form {
	padding-top: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#searchbox label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
}
#searchbox input {
	display: block;
	float: left;
	margin-right: 5px;
}
#searchbox input#qt {
	font: bold 10px/10px Arial, sans-serif;
	border: 1px solid #900;
	border-color: #600 #d99 #d99 #600;
	width: 125px; /* was 130 */
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#formContainer {
	float: left;
	width: 170px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#searchbox input#qp {
display: none;
}
#searchbox a {
	display: block;
	clear: both;
	text-decoration: none;
	color: #fff; /*padding: 5px 0; Breaks in IE*/
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding-top: 2px;
}
#searchbox a:hover {
background: 
none; 
color: #ccc;
}
#searchbox190/*---------------This is the Seearch Box 180 DIV---------- */

 {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 0px;
	background-color: #333333;
	width: 180px;
	height: 50px;
	float: left;
}
.search190 {
	color: #FFFFFF;
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	vertical-align: top;
	padding: 0px;
}
.search190Label {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.search190Input {
	width: 125px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color: #000000;
}

.form {
	padding-top: 5px;
	margin: 0px;
	color: #FFFFFF;
}
#colThreeFormContainer {
	float: left;
	width: 170px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#searchbox190Submit    {
width: 16px; 
height: 16px;
}
#bottomToolBar { background-color: #000000;
	height: 14px;
	width: 750px; }
#returnToTop, #returnToTop a {
	float: left;
	height: 14px;
	width: 180px;
	background-image: url(../bottomToolBar08/return.jpg);
	display: block;
	background-position: 0px 0px;
	background-color: #999999;
	background-repeat: no-repeat;
}
#returnToTop a:hover {
	background-image: url(..//bottomToolBar08/return.jpg);
	background-position: 0px -15px;
}
#directory, #directory a {
	float: left;
	height: 14px;
	width: 99px;
	background-image: url(../bottomToolBar08/directory.jpg);
	display: block;
	background-position: 0px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
 }
#directory a:hover {
	background-image: url(../bottomToolBar08/directory.jpg);
	background-position: 0px -14px;
}
#map, #map a {
	float: left;
	height: 14px;
	width: 99px;
	background-image: url(../bottomToolBar08/map.jpg);
	display: block;
	background-position: 0px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
 }
#map a:hover {
	background-image: url(../bottomToolBar08/map.jpg);
	background-position: 0px -14px;
}
#calendar, #calendar a {
	float: left;
	height: 14px;
	width: 109px;
	background-image: url(../bottomToolBar08/calendar.jpg);
	display: block;
	background-position: 0px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
 }
#calendar a:hover {
	background-image: url(../bottomToolBar08/calendar.jpg);
	background-position: 0px -14px;
}
#vip, #vip a {
	float: left;
	height: 14px;
	width: 70px;
	background-image: url(../bottomToolBar08/VIP.jpg);
	display: block;
	background-position: 0px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
 }
#vip a:hover {
	background-image: url(../bottomToolBar08/VIP.jpg);
	background-position: 0px -14px;
}
#siteInfo, #siteInfo a {
	float: left;
	height: 14px;
	width: 189px;
	background-image: url(../bottomToolBar08/siteInfo.jpg);
	display: block;
	background-position: 0px 1px;
	background-color: #666666;
}
#siteInfo a:hover {
	background-image: url(../bottomToolBar08/siteInfo.jpg);
	background-position: 0px -14px;
}
/*-- This is the copyright div -- */
#copyright {
	height: 14px;
	width: 750px;
	display: block;
}

#copyrightContact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	text-align: left;
	padding-left: 10px;
	float: left;
	width: 365px;
}
#copyrightBoard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-align: right;
	padding-right: 15px;
	float: right;
	width: 360px;
}
.itemSolidLine h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}
.tableMenu {
	margin-top: 0px;
	margin-bottom: 0px;
}
.ulBullets190 {
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-top: 5px;
	padding-top: 5px;
	margin-left: 15px;
	padding-left: 0px;
	list-style-position: outside;
	color: #990000;
}

.ulBullets190budget {
	list-style-type: disc;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	margin-top: 5px;
	padding-top: 5px;
	margin-left: 10px;
	padding-left: 0px;
	list-style-position: outside;
	color: #FFFFFF;
}
.ulBullets {
	font-size: 1em;
	margin-left: 28px;
	list-style-type: disc;
	padding-top: 10px;
	padding-right: 15px;
}




.ulBullets190  li {
	padding-bottom: 5px;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 0px;
	margin-left: 0px;
}
.itemNoLine h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: -12px;
	margin-top: 5px;
}
.redTextNonLink { color: #990000; }
.itemNoLine h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: -12px;
	margin-top: 5px;
}
.itemNoLine h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: -10px;
	margin-top: 5px;
}
.graySearchBox {
	background-color: #333333;
	width: 170px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 4px;
}

.newsSubHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #000000;
	padding-bottom: 15px;
	padding-left: 0px;
}
.newsSubHead a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #990000;
}
.sCenesPhoto {
	float: left;
	width: 240px;
	padding-top: 0px;
}
.sCenesPhotoCaption {
	float: left;
	padding-right: 2px;
	padding-left: 5px;
	width: 125px;
}



#leftNavSubBar {
	background-color: #FFFFFF;
	width: 180px;
	padding-top: 20px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

.leftNavSubHeadImage {
	float: left;
	height: 80px;
	width: 172px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}



.mediaBanner {
	background-color: #000000;
	background-image: url(file:///WD%20Passport/webCom/uscpubs/CSS08_Images/mediaRelationsHomeBanner.gif);
	background-repeat: no-repeat;
	float: left;
	height: 80px;
	width: 570px;
}
.dateStamp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color: #000000;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.tableText {
	padding-bottom: 15px;
	padding-left: 5px;
	vertical-align: top;
}
.tableHeadline {
	vertical-align: top;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
.ulBullets190NoBoldBlack {
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin-top: 5px;
	padding-top: 0px;
	margin-left: 15px;
	padding-left: 0px;
	list-style-position: outside;
	color: #000000;
}
.ulBullets190NoBoldBlack li { padding-bottom: 4px; }
.sCenesPhotoCaption h4 {
	float: left;
	padding-right: 2px;
	padding-left: 5px;
	font-size: .9em;
	font-weight: normal;
	width: 125px;
	line-height: 1.3em;
	padding-top: 3px;
}
.sCenesPhotoCaption p {
	float: left;
	padding-right: 2px;
	padding-left: 5px;
	font-size: 1.2em;
	font-weight: normal;
	width: 125px;
	line-height: 1.4em;
	padding-top: 5px;
}
.graySearchBox label {
	background-color: #333333;
	width: 170px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-weight: bold;
}
.checkboxTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #990000;
}
.itemSolidLine190x240 h4 {
	font-size: 1.1em;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.search190Submit {
	width: 16px;
	height: 16px;
	vertical-align: bottom;
}
.ulNoBulletsBold {
	padding-bottom: 10px;
	font-weight: bold;
	color: #990000;
	list-style-type: none;
	margin-left: -30px;
	font-size: 1.2em;
	padding-left: 30px;
}
.itemNoLine190NoPad  h4 {
	font-size: 1.0em;
	color: #000000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: -5px;
}
.ulBullets190Black {
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin-top: 5px;
	padding-top: 0px;
	margin-left: 10px;
	padding-left: 2px;
	list-style-position: outside;
	color: #000000;
}
.ulBullets190Blackgrey {
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin-top: 5px;
	padding-top: 0px;
	margin-left: 10px;
	padding-left: 2px;
	list-style-position: outside;
	color: #000000;
	background-color: #CCCCCC;
}



.ulBullets190Blackmod {
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin-top: 5px;
	padding-top: 0px;
	margin-left: 5px;
	padding-left: 2px;
	list-style-position: outside;
	color: #000000;
}
.ulBullets190Black  li a {
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-top: 5px;
	padding-top: 5px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: outside;
	color: #990000;
}
.ulBullets190Black li {
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 5px;
	padding-top: 5px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: outside;
}
.imageThumbIndex {
	height: 85px;
	width: 80px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-left: 15px;
	padding-top: 10px;
	float: left;
}
.imageThumbIndex p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	text-align: left;
	line-height: .5em;
	padding-bottom: 2px;
}
/*---------------This is Video Playback Controls---------- */
#controls {
	text-align: center;
	background-color: #CCCCCC;
	border-radius: 8px;
	/*-o-border-radius: 8px;
	-icab-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;*/
	width: 380px;
	height: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #222;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#controls a {
	font-size: 1.0em;
	text-transform: uppercase;
	padding: 2px;
	margin: 0 2px;
	display: inline;
	font-weight: bold;
}
.imageThumbBodynopdmg {
	height: 85px;
	width: 80px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	float: left;
}

.textThumbBodynopdmg {
	height: 85px;
	width: 200px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	padding-top: 2px;
	float: left;
}

.imageThumbBody {
	height: 85px;
	width: 80px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-left: 15px;
	padding-top: 25px;
	float: left;
}
.imageThumbBody p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	text-align: left;
	line-height: .5em;
	padding-bottom: 2px;
}
.video380x253HD {
	height: 253px;
	width: 380px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
.twoColSpreadNoPad {
	background-color: #FFFFFF;
	width: 570px;
	float: left;
	margin-left: 0px;
}
.middleCol560 {
	float: left;
	width: 510px;
	padding-left: 10px;
	border-top-width: thin;
	border-top-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.itemNoLineSpk p {
	width: 340px;
	padding-top: 0px;
	border-bottom-width: 1px;
	padding-left: 0px;
	padding-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
}
