/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

/*/*/a{}
html, body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color:#000000;
	text-align:left;
	font-size:small;
	voice-family:"\"}\"";
	voice-family:inherit;
	font-size: small;
	    
}


/* */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 



a:link, a:visited, a:hover {
	color: #006699;
	font-size: 14px;
	text-decoration: none;
	height: 1%;
	
}

a:hover {
	text-decoration: underline;
	height: 1%;
	
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: none;
}

ul ul{
 list-style-type: none;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	width: 750px;
	margin: 0;
	position: relative;
	background-color: #FFFFFF;
}

#branding {
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url(../images/mistOnRocks.jpg);
	background-repeat: no-repeat;
	height: 108px;
}

#content {
	width: 395px;
	display: inline;
	background-color: #FFFFFF;
}


#navBar {
	position:absolute;
  	top:108px;
  	left:0;
  	width: 205px;
	height: auto;
  	background-color: #eee;
  	padding: 20px 0;
	border-right: 1px solid #ccc;
	clear: both;
	display: block;
}	

#rtCol {
	position: absolute;
	left:600px;
	top:135px;
	width:150px;
	background:#fff;
	border-left:1px solid #ccc;
}


#footer {
	clear: both;
}

/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
background-color: #eee;
padding: 4px 0px 0px 210px;
white-space: nowrap;
font-size: 85%;
height: 14px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 100%;
	padding: 0px 9px 0px 0px;
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0; }

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 10px 0px 10px 15px;
	width: 100%;
	color: #666666;
 	width: auto;
	display: block;
}

#sectionLinks a:visited{
	padding: 10px 0px 10px 15px;
	color: #666666;
	display: block;
}

#sectionLinks a:hover{
	background-color: #dddddd;
	padding: 10px 0px 10px 15px;
	color: #666666;
	display: block;
}

/*********** #rtColLinks styles ***********/

#rtColLinks{
	position: relative;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-align: left;
}

#rtColLinks a:link{
	padding: 10px 0px 10px 15px;
	width: 100%;
	color: #666666;
 	width: auto;
	display: block;
}

#rtColLinks a:visited{
	padding: 10px 0px 10px 15px;
	color: #666666;
	display: block;
}

#rtColLinks a:hover{
	background-color: #ffffff;
	padding: 10px 0px 10px 15px;
	color: #666666;
	display: block;
}

.rtColAddress {
	font-size: 95%;
	margin-top: 20px;
	margin-left: 25px;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 20px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************* #siteInfo styles ***************/
/* styles for the siteInfo menu - remove padding, margin and bullets */
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
  
/* float each list element inline */
#footer li {
  float: left;
  display: inline;
}

#footer{
	border-top: #C2C2C2 thin solid;
	font-size: 95%;
	background-color: #dddddd;
	color: #666666;
	padding: 2px 0px 2px 0px;
	margin-top: 45px;
	display: block;
	text-align: center;
	width: 750px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#footer a {
  display:block;
  margin: 0;
  height: 1em;
  padding: 2px 0 5px 0px;
  width: 160px;
  
}

#footer a:link, #footer a:visited {
	color: #666666;
	font-size: 14px;
	width: 160px;
	display: block;
}

#footer a:hover, #footer a:active {
  color: #666666;
  font-size: 14px;
  width: 160px;
  display: block;
}

.copyRt {
	font-size: 70%;
	color: #666666;
	padding: 5px 0px 0px 45px;
	margin-top: 0px;
	text-align: left;
	height: 1em;
	display: block;
}

/************** .feature styles ***************/

.feature{
	padding: 10px 2px 10px 10px;
	font-size: 100%;
	color: #666666;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/*************** #pageName styles **************/

.pageName{
	font-family:Arial, Helvetica, sans-serif;
	padding: 10px 0px 10px 10px;
	color: #666666;
	font-weight: bold;
	font-size: 18px;
	
}

/************** .story styles *****************/

.story{
	padding: 10px 165px 0px 220px;
	font-size: 85%;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;	
	clear: both;
}

.story p{
	padding: 10px 5px 20px 5px;
	background-color: #FFFFFF;
	
}

.story a:link, .story a:visited {
	color: #0000FF;
	font-size: 12px;
	margin-left: 10px;
}

.story a:hover {
	text-decoration: underline;
	color: #666666;
}

.indent {
	margin-left: 10px;
}

.story h2 {
	margin-left: 10px;
}

.subhead {
	color: #006699;
	font-size: 16px;
	font-weight: bold;
}

.glasstable {
	border: 1px solid #629380;
	padding: 12px 8px 12px 8px;
}
.glasstablehead {
	background-color:#005032;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin:0px;
	padding:5px;
}

.trans {
	visibility: hidden;
}

.ul {
	text-decoration: underline;
}

.regUl {
	list-style: disc;
	text-indent: 10px;
	padding-left: 20px;
	list-style-position: outside;
}

.partnerNonLink {
	font-size: 12px;
	margin-left: 10px;
}

.red {
	color: #FF0000;
}

.indentLinks {
	padding-left: 10px;
}