/* from cause stylesheet */
/* Base font and font-size for all portal pages */
.text, p, td, tr, body, div, dt, dd, li /* , a, a:link, a:hover, a:visited */
{
  font: 11px Verdana, sans-serif;
}

/* base color and decoration */
.text, p, td, tr, body, div, dt, dd, li
{
  color: black;
}

/* Base styles for links*/
a:link, a:visited, a:link.link, a:visited.link
{
  color: #440055;
  font-weight: bold;
}

a:hover, a:hover.link
{ 
  color: #EEEECC;
  background-color: #440055;
  font-weight: bold;
}

/* Structure */

body {
  background-color: #EEEECC;
  color: black;
  font: 11px Verdana, sans-serif;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
}

li
{
  padding: 3px;
}

th p {
  font-weight: bold;
}

h1 {
  color: #DD8822;
  font: bold 18px Verdana, sans-serif;
}

h2 {
  color: #DD8822;
  font: bold 16px Verdana, sans-serif;
}

h3 {
  color: #DD8822;
  font: bold 13px Verdana, sans-serif;
}

h4 {
  color: #DD8822;
  font: bold 12px Verdana, sans-serif;
}

h5 {
  color: #DD8822;
  font: bold 11px Verdana, sans-serif;
}

h6 {
  color: #DD8822;
  font: bold 10px Verdana, sans-serif;
}

.left {
  text-align: left;
}

.justify {
  text-align: justify;
}

.center {
  text-align: center;
}

.title {
  color: #884444;
  font: 18px Verdana, sans-serif;
  text-align: center;
}

.cap {
  color: #440055;
  font-weight: bold;
}

.purple-bg {
  background-color: #440055;
}

.purple {
  color: #440055;
}

.red {
  color: red;
}

.yellow, a:link.yellow, a:visited.yellow {
  font-size: 10px;
  color: #FFBB44;
}

a:hover.yellow {
  font-size: 10px;
  color: #EEEECC;
  background-color: #440055;
  font-weight: bold;
}

.gradient-left {
  background-color: #DD8822;
}

.gradient-right {
  background-color: #884444;
}
.gradient-right p{
float: right;
}

.inverse {
  color: #EEEECC;
}

table.sidebar tr{
text-align: center;
}

table.sidebar td.level0 {
  font-size: 10px;
  background-color: #884444;
  
}

table.sidebar td.level0 a {
  font-size: 10px;
  color: #EEEECC;
  text-decoration: none;
  font-weight: normal;
}

table.sidebar td.level1 {
  font-size: 10px;
  background-color: #AA5500;
  text-align: center;
}

table.sidebar td.level1 a {
  font-size: 10px;
  color: #EEEECC;
  text-decoration: none;
  font-weight: normal;
  text-align: center;
}

table.sidebar td.level1-active {
  font-size: 10px;
  background-color: #AA5500;
  text-align: center;
}

table.sidebar td.level1-active a {
  font-size: 10px;
  color: #EEEECC;
  font-weight: normal;
}

table.sidebar td.level2 {
  font-size: 10px;
  background-color: #EECC99;
}

table.sidebar td.level2 a {
  font-size: 10px;
  text-decoration: none;
  font-weight: normal;
}

table.sidebar td.level2-active {
  font-size: 10px;
  background-color: #FFAA44;
}

table.sidebar td.level2-active a {
  font-size: 10px;
  text-decoration: none;
  font-weight: normal;
}

/* our styles */
.serc-content {
	padding:0px;
	margin-left: 0px;
	padding-left: 20px;
	margin-right: 160px;
	padding-top: 0px;
	padding-bottom: 50px;
}
table.sidebar tr, table.sidebar td{
	padding: 0;
	margin: 0;
}

#nav {
	margin: 0;
	padding: 0;
	padding-bottom: 1px;
	background:#EECC99;
	text-align: left;
	margin-bottom: 20px;
}

#nav a {
	display: block; 
	padding: 3px;
	text-decoration:none;
}




 .nav-heading {
	color: #333333;
	background: #dddddd;
}



.navListItem,   a{
	margin: 0;

}



#nav ul{
	margin: 0;
	padding: 0;
	list-style-type : none;
	padding-left: 12px;

}

#nav li{
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
		color: #000;
			line-height: 1.1em;


}


#nav a{
	margin: 0;
	padding: 0;
	display: block; 
	padding-top: 4px;
	padding-bottom: 3px;
	text-decoration:none;
	line-height: 1em;
	font-weight: normal;
		font-size: 10px;
	color: #440055;

}


#nav .fullnavelement a{ 
		border-bottom: none;
		border-right: none;
	color: #440055;
		
}

#nav .fullnavelement .topnavelement a{ 
	color: #440055;
		margin-left: -7px;
}
	
#nav .navelement a{
	border-bottom: none;
	padding-left: 0;
}
	
#nav .navsubelement a{
	border-bottom: none;
	padding-left: 15px;


}
#nav .navsubsubelement a{
	border-bottom: none;
	padding-left: 28px;


}

#nav a.currentlocation {
		background: #FFAA44;
	}
	

	
#nav .fullnavelement a:hover {
		background: #440055;
		color:#fff;
		border-bottom: none;
	}

#nav a:hover{
		background: #440055;
		color:#fff;
	}
	


h1 {
font-size: x-large;
}

h2{
	font-size:150%;
	color: #111;
	border-bottom: 2px solid #92B2D6;
	font-weight: normal;
}


#right-column {
border-left: 1px solid #4A6A7F;

}


#titlebar {
	color: #4A6A7F
	border-top: 2px solid #4A6A7F;
	}
	


	
#invisible a:hover {
	
		background: #fff;
		color:#fff;
		
	}
	
.attribution{
		margin-top: 5px;
	font-size: 90%;
	line-height: 110%;
	color: #775;
}
	
#subfooter {
	border-top: 2px solid #4A6A7F
	border-bottom: 7px solid #4A6A7F
}
	
#footer {
    height: 60px;
    margin: 0;
	margin-top: 100px;
	padding: 0;
	width: auto;
	z-index: 1;
	clear: both;
}



.descriptionpullquote {
	font-size: 1.1em; 
	float: center;
	border: 1px solid #440055;
	border-bottom: 3px solid #440055
	padding: 5px;
	padding-top: 0px;
	margin: 15px 10px 10px 5px;
	color: #000;
}

.descriptionpullquote h4, .descriptionpullquote h2{
	margin-top: 0; color: #fff;
	background: #FFAA44;
	display: block;
	border-bottom: 1px solid #440055;
	padding: 2px;
	margin-left: -5px;
	margin-right: -5px;

}
.descriptionpullquote p{
	padding: 5px;
	margin: 0px;

}

p.searchhit{
  margin-bottom: 10px;
}


.browsevocab1{
	border: 1px solid #222;
}

.browselimit1 h2, .browsevocab1 h1 {
	background: #222;

}




.browsevocab2{
	border: 1px solid #a22;
}

.browselimit2 h2, .browsevocab2 h1 {
	background: #a22;

}





.browsevocab3{
	border: 1px solid #55a;
}

.browselimit3 h2, .browsevocab3 h1 {
	background: #55a;

}





.browsevocab4{
	border: 1px solid #eb3;
}

.browselimit4 h2, .browsevocab4 h1 {
	background: #eb3;
}

.browsevocab5{
	border: 1px solid #484;
}

.browselimit5 h2, .browsevocab5 h1 {
	background: #484;

}


#footer    
{
	background-color: rgb(228, 237, 247);
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(146, 178, 214);
    padding-bottom: 100px;
    padding-top: 10px;
    padding-left-value: 10px;
    padding-left-ltr-source: physical;
    padding-left-rtl-source: physical;
    padding-right-value: 10px;
    padding-right-ltr-source: physical;
    padding-right-rtl-source: physical;
    text-align: right;
    margin-top: 50px;
}

p { 
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	}
	
/*
need this to get left nav centered
*/
table.sidebar td p{
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

.author {
	font-size: 100%;

}

.rightlink {
  font-size: 95%;
}