/* CSS Document */

body{
margin:0px;
padding:15px 0;
text-align:center;
background-color:#B2C3C0;
font-family: Verdana, Arial, Sans-serif;
font-size: 11px;
line-height: 14px;
color: #3A3A3A;
}

p {
margin-top: 0px;
margin-bottom: 14px;
}

a {
color: #003399;
text-decoration: none;
}

a:link {
color: #003399;
text-decoration: none;
}

a:visited {
color: #003399;
text-decoration: none;
}

a:hover {
color: #CC0000;
text-decoration: underline;
}

/*UCSC Styles*/

/* Page subsection heading */

h1 {
	margin-top: 0px;
	padding-top: 10px;
	font-weight: bold;
	color: #660000;
	font-size: 16px;
	text-transform: capitalize;
}

h2 {
	margin-top: 10px;
	margin-bottom: 6px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}


/*End UCSC Styles*/

#main{
margin-left:auto;
margin-right:auto;
width:818px;
text-align:left;}

#navbar{
height:22px;
background-image: url(images/bg_nav.gif);
background-repeat: repeat;
width: 817px;
}

#masthead{
height: 52px;
text-align: left;
background-image: url(images/masthead.gif);
background-repeat: repeat;
}

#nav{
position: inherit;
text-align: left;;
padding-top: 4px;
margin-left: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000000;
}

#nav a{
color: #000000;
}

#nav a:link, #nav a:visited {
color: #000000;
}

#nav a:hover {
color: #CC0000;
text-decoration:underline;
}


/* MAIN CONTENT*/

#inner_content{
background-image:url(images/bg_content.gif);
background-repeat:repeat-y;
min-height: 365px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

#inner_contenthome{
background-image:url(images/bg_contenthome.jpg);
background-repeat:no-repeat;
height: 408px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

#content{
margin-left: 200px;
margin-top: 0px;
margin-right: 0px;
width: 600px;
font-size: 11px;
line-height: 14px;
/*display:inline;/*ie hack for margin see: http://www.positioniseverything.net/explorer/doubled-margin.html*/
}

#contenthome{
margin-left: 220px;
margin-top: 0px;
margin-right: 0px;
padding-top: 315px;
width: 556px;
font-size: 11px;
line-height: 14px;
color: #ffffff;
/*display:inline;/*ie hack for margin see: http://www.positioniseverything.net/explorer/doubled-margin.html*/
}

#leftnav{
float: left;
margin-left: 8px;
margin-top: 0px;
width: 165px;
font-size: 10px;
line-height: 14px;
}

#featureimage{
float: right;
margin-top: 10px;
margin-right: 0px;
margin-left: 10px;
}

#foot {
background-image: url(images/bg_foot.gif);
background-repeat: repeat-y;
margin: 0px;
height: 70px;
}

#signature{
float:left;
margin-left: 6px;
margin-top: 0px;
width: 180px;
font-size: 10px;
line-height: 14px;
/*display:inline;/*ie hack for margin see: http://www.positioniseverything.net/explorer/doubled-margin.html*/
}

#footAd1{
float:left;
margin-left: 10px;
margin-top: 0px;
padding-top:4px;
width: 185px;
font-size: 10px;
line-height: 14px;
display:inline;/*ie hack for margin see: http://www.positioniseverything.net/explorer/doubled-margin.html*/
}

#footAd2{
float:left;
margin-left: 20px;
margin-top: 0px;
padding-top:4px;
width: 190px;
font-size: 10px;
line-height: 14px;
display:inline;/*ie hack for margin see: http://www.positioniseverything.net/explorer/doubled-margin.html*/
}

#footAd3{
float:left;
margin-left: 32px;
margin-top: 0px;
padding-top:4px;
width: 180px;
font-size: 10px;
line-height: 14px;
display:inline;/*ie hack for margin see: http://www.positioniseverything.net/explorer/doubled-margin.html*/
}


p.leftnav {
margin-top: 10px;
margin-left: 8px;
margin-right: 6px;
font-size: 10px;
line-height: 12px;
}

ul.leftnav {
margin-top: -2px;
margin-bottom: 0px;
margin-left: 12px;
padding-left: 8px;
}

li.leftnav {
	line-height: 14px;
	}
		

.leftheadings{
width: 203px;
height: 18px;
background-color: #ffffff;
font-size: 12px;
font-weight: bold;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
}

.homeheadings{
font-size: 12px;
font-weight: bold;
margin-top: 4px;
margin-bottom: 18px;
}


/* HACKS*/
/*start clear hack*/
.clearfix:after {      
    content: ".";        
   display: block;     
    height: 0;        
    clear: both;        
    visibility: hidden;
}
/*hide from ie-mac\*/    
* html .clearfix {height: 1%;}        
/*hide from ie-mac*/ 
.forms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
}


/*UCSC Styles*/

/* Page title text */
.subhead {
  margin-top: 0px;
  padding-top: 10px;
  font-family:Arial, Helvetica, sans-serif; 
  font-size:170%; 
  font-weight: 700;
  line-height: 22px;
  color:#900;
}

/* Page subsection heading */
.sectionhead {
  font-size:125%; 
  font-weight:700; 
  color:#333;
}
/* Page subsection heading as link */
.sectionhead a {
   font-weight:700;
   color:#333;
}

/* BEGIN Additional Styles */

/* add spacing between list items */
.listspacing li {
  margin: 0 0 1em 0;
  line-height: 1.3em; /* control left nav line wrapping here */
  padding: 0;
  font-size: 120%;
  font-weight:700;
}
