/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

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

.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	font-family: Verdana,sans-serif;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	text-decoration: underline;
}

a:visited 
{
  color: #999999;
  text-decoration: line-through;
}

a:hover 
{
 color: #FF0000;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3 {
	font-family: Verdana,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 1.75em;
 font-weight: normal;
 padding: 7px 0px 7px 20px;
}

h2{
 font-size: 1.15em;
 color: #000000;
 font-weight:bold;
}

h3{
 font-size: 1em;
 color: #663366;
}

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

#masthead{
	margin: 0;
	width: 100%;
}
#titlehead{
	margin: 0;
	width: 100%;
}

#contentWrapper {
 display:block;
	width: 100%;
	margin: 0;
}

#content {
	font-size: 1em;
	color: #000000;
}

#footer{
  display: none;
}
#footer a, a:visited {
  display: none;
}

#johnherr {
  display: none;
}
#johnherr a, a:visited {
  display: none;
}

#navBar{
 display:block;
}

#textSize {
  display: none;
 }
	
a.textSizeControl, a.textSizeControl:visited {
  display: none;
}
a.textSizeControl:hover {
  display: none;
}

/***********************************************/
/*Component Divs                               */

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

#pageName img {
  float: left;
  padding-right: 10px;
}

#pageName 
{
  display:block;
}

#story p {
	padding: 0px 0px 0px 0px;
	font-size: .68em;
}

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

#story p.feature_title, #story p.feature_author, #story p.feature_takeaway {
 font-family: Verdana, sans-serif;
	position:relative;
	display:block;
	background-color:#eeeeee;
 margin: 0px;
	padding:0px;
 padding-left: 10px;
 padding-right: 10px;
}

#story p.feature_title{
 border-top: 2px solid #663366;
	padding-top: 10px;
 font-weight: bold;
 font-size: .9em;
 color: #663366;
}

#story p.feature_author 
{
 font-weight: bold;
 color: #000000;
}

#story p.feature_takeaway 
{
 font-style: italic;
	padding-bottom:10px;
}

/* adjust margins to change separation between the feature image and text flowing around it */


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

#story h3
{
  font-size: .68em;
}

#story 
{
  font-size: 1em; 
}

#story li
{font-size: .68em;}


/*************** optionals ******************/

table {
  font-size: .7em;
}
#story table p { 
  font-size: 1em;
}
td {
  vertical-align: top;
  border: solid 1px #999999;
  padding: 4px;
}

td.cell
{
  background-color: #eeeeee;
}

#story td li  { font-size: 1em; }

/*********** #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;}

#anchorLinks 
{
  font-weight: bold;
  font-size: .9em;
		padding-bottom: 10px;
}

#navBar hr
{
  display: none;
}

#photos img 
{
  display:block;
}

#photos 
{
		font-size: 1em;
}

#photos p
{
		font-family: Verdana, sans-serif;
		font-size: .7em;
		color: #000000;
}


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

#sectionLinks{
  display: none;
}

#sectionLinks li{
  display: none;
}

#sectionLinks a 
{
  display: none;
}

#sectionLinks a:link {
  display: none;
}

#sectionLinks a:visited{
  display: none;
}

#sectionLinks a:hover{
  display: none;
}


