* {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
}

body {
  background: white url(../graphics/background.gif) repeat-x;
  height:100%;
}

p {
  margin: 1em 0 1em 0;
}

.coursefooter, .coursefooter a{
  color: #FFFFFF
}

a:hover {
	text-decoration: none;
}

#crumb {
  margin: 0px 0px 10px 0px;
  font-size: 70%;
}

div#header {
  position: relative; 
  background: url(../graphics/header_vprsrch.gif) white;
  height: 93px;
  width: 912px;
  margin: 0 auto 0 auto;
}

div#global_links {
  position: absolute;
  bottom: 66px;
  right: 13px;
}

div#global_links p {
  font-size: .6em;
  margin: 0;
  padding: 0;
}

div#global_links a {
  text-decoration: none;
  color: #000000;
}

div#searchform {
 font-size: .8em;
 margin-top: 15px;
 width: 866px;
}

div#global_links a:hover {
  text-decoration: underline;
}

a#psu_mark {
  text-decoration: none;
  position: absolute;
  top: 9px;
  left: 6px;
  height: 58px;
  width: 93px;
}

a#hsi {
  text-decoration: none;
  position: absolute;
  top: 33px;
  left: 102px;
  height: 28px;
  width: 250px;
}

div#content {
  position: relative;
  margin: 0px auto 0px auto;
  width: 912px;
 /* height: 600px;*/
  background: #e5e5e5;
}

div#nav * {
  padding: 0; 
  margin: 0;
}

div#nav {
  position: relative;
  height: 40px;
  width: 912px;
}

div#nav li {
  display: inline;
}

a#home, a#background, a#capabilities, a#nonlethal, a#contact, a#contracts {
  text-decoration: none;
  position: absolute;
  top: 0px;
}

a#home {
  left: 0;
  height: 40px;
  width: 151px;
  background: url(../graphics/but_home.gif) 0 -40px;
  text-decoration: none;
}

a#home:hover {
  left: 0;
  height: 40px;
  width: 151px;
  background: url(../graphics/but_home.gif) 0 0;
}

a#background {
  left: 151px;
  height: 40px;
  width: 152px;
  background: url(../graphics/but_background.gif) 0 -40px;
  text-decoration: none;
}

a#background:hover {
  left: 151px;
  height: 40px;
  width: 152px;
  background: url(../graphics/but_background.gif) 0 0;
}

a#capabilities {
  left: 303px;
  height: 40px;
  width: 152px;
  background: url(../graphics/but_capabilities.gif) 0 -40px;
  text-decoration: none;
}

a#capabilities:hover {
  left: 303px;
  height: 40px;
  width: 152px;
  background: url(../graphics/but_capabilities.gif) 0 0;
}

a#contracts {
  left: 456px;
  height: 40px;
  width: 152px;
  background: url(../graphics/but_contracts.gif) 0 -40px;
  text-decoration: none;
}

a#contracts:hover {
  left: 456px;
  height: 40px;
  width: 152px;
  background: url(../graphics/but_contracts.gif) 0 0;
}

a#nonlethal {
  left: 608px;
  height: 40px;
  width: 152px;
  background: url(../graphics/but_nonlethal.gif) 0 -40px;
  text-decoration: none;
}

a#nonlethal:hover {
  left: 608px;
  height: 40px;
  width: 152px;
  background: url(../graphics/but_nonlethal.gif) 0 0;
}


a#contact {
  left: 760px;
  height: 40px;
  width: 152px;
  background: url(../graphics/but_contact.gif) 0 -40px;
  text-decoration: none;
}

a#contact:hover {
  left: 760px;
  height: 40px;
  width: 152px;
  background: url(../graphics/but_contact.gif) 0 0;
}

div#links {
  color: black;
  text-align: center;
}

div#links ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}

div#links li {
  display: inline; 
  padding: .4em;
  font-size: .9em;
  font-weight: bold;
}

div#banner {
  background: url(../graphics/banner.jpg);
  height: 128px;
}

span.hidden {
  display: none;
}

.hidden {
  display: none;
}

div#main_content {
  padding-top: 20px;
  padding-bottom: 0px;
  background: #e5e5e5;
}

div#main_content h1, 
div#main_content h2,
div#main_content h3,
div#main_content h4 {
  font-weight: bold;
}

div#main_content h1 { font-size: 1.3em; }
div#main_content h2 { font-size: 1.2em; }
div#main_content h3 { font-size: 1.1em; }
div#main_content h4 { font-size: 1.0em; color:#000066; }

.contact_title {
	color:#000066;
	font-size: 1.1em;
	font-weight:bold;
}

.staff {
	font-size: .9em;
	margin: 0px 0px 0px 15px;	 
}

div#main_content p {
  font-size: .8em;
}
/* Discovery ------------------------------------------------------------- */
div#ContactUs {
	font-size: .85em;
	font-weight: bold;
}


/* END ----------------------------------------------------------- */

div#main_content_left { 
  position: relative;
  background: #e5e5e5;
 /* float: left;*/
  padding-left: 21px;
  padding-right: 25px;
  
}

div#main_content_left ul {
  font-size: .8em;
  margin-top: .2em;
  margin-bottom: .2em;
}

div#main_content_left ul li {
  list-style-image: url(../graphics/bullet_redarrow.gif);
  list-style-position: outside;
  margin-left: 21px;
  margin-bottom: .5em;
}

div#main_content_left ul li ul {
  font-size: 1em;
  list-style-image: url(../graphics/bullet_red.gif);
  list-style-position: inside;
  margin-left: 20px;
  margin-top: 10px;
}

div#main_content_left ul.redbullet li {
	list-style-image: url(../graphics/bullet_red.gif);
	list-style-position: outside;
	margin-left: 21px;
	margin-top: .2em;
	margin-bottom: .5em;
}

.toggle {
	color:#0000FF;
	text-decoration: underline;
	cursor: pointer;
}

div#main_content_left table { 
  margin: 5px 0 5px 0;
  font-size: .8em;
}

div#main_content_left td { 
  padding: 6px;
  vertical-align: top;
  text-align: left;
}

div#main_content_left td p { 
  font-size: 1em;
  vertical-align: top;
}

div#main_content_left table tr td ul { 
  font-size: 1em;
  list-style-image: url(../graphics/bullet_red.gif);
}

div#main_content_left th { 
  padding: 6px;
  vertical-align: top;
  text-align:left;
}
/*
div#main_content_right {
  position: relative;
  padding-right: 21px;
  background: #e5e5e5;
  float: right;
  width: 327px;
}
*/

div#main_content_right {
  position: relative;
  top: 0px;
  padding: 5px 0px 25px 25px;
  float: right;
  width: 327px;
}


div#main_content_right img {
  border: 1px solid black;
}

div#address {
	position:relative;
	padding-top: 320px;
	width: 327px;
}

div#footer {
clear:both;
  /* position: relative; */
  background: #e5e5e5;
  color: black;
  width: 912px;
  margin: 0 auto 0 auto;
  padding: 3px 0 3px 0;
}

div#footer p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: .7em;
}

div#inner_footer {
  margin: 0 10px 0 10px;
  padding: 3px 0 3px 0;   /*  padding: 5px 0 20px 0; */
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}

/* ########### ########### ########### ########### ########### ########### */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}
