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

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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 20px 20px 0 20px;
	padding: 0px;
	width: 800px;
	border: 2px solid #669999;
}

a:link, a:visited, a:hover {
	color: #336666;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

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

h1{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #333333;
}

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

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

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

h5{
 font-size: 85%;
 color: #336666;
 font-weight: bold;
}

h6{
 font-size: 120%;
 color: #ffffcc;
}

h7{
 font-size: 90%;
 color: #333333;
 font-style: italic;
}

ul{
 list-style-type: disc;
}

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

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

ol li {
  list-style-type: decimal;
}

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

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

#masthead{
	margin: 0;
	padding: 0px 0px;
	background-color: #669999;
	width: 100%;
}

#navBar{
	margin: 0px 78% 0px 10px;
	width: 150px;
	position: absolute;
	padding: 0px 8px 8px 0;
	background-color:#FFFFFF;
}

#content{
    float:right;
    position: static;
	width: 77%;
	padding: 10px 3px 0 0;
	background-color:#FFFFFF;
}
#content2{
    position: static;
	width: 77%;
	padding: 10px 3px 0 0;
	background-color:#FFFFFF;
}


#spancontent{
    float: right;
	position: static;
	width: 100%;
	background-color:#FFFFFF;
}

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

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

#pageName{
	padding: 10px 0px 10px 10px;
}


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

#globalNav{
background-color: #99cccc;
white-space: nowrap;
width: 100%;
border-bottom: 8px solid #669999;
}


/* '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 */
#indexLinks-espanol{
	position: static;
	border-right: 1px solid #669999;
	border-left: 1px solid #669999;
	padding: 5px 0px 5px 0px;
}

#indexLinks-espanol  h5{
    font-size: 75%;
}

#indexLinks-espanol  a:link{
	padding: 5px 0px 5px 0px;
}

#indexLinks-espanol  a:visited{
	padding: 5px 0px 5px 0px;
}

#indexLinks-espanol  a:hover{
	color: #ccffff;
	padding: 5px 0px 5px 0px;
}


#indexLinks{
	position: static;
	border-right: 1px solid #669999;
	border-left: 1px solid #669999;
	padding: 5px 3px 5px 3px;
}

#indexLinks  h5{
    font-size: 75%;
}

#indexLinks  a:link{
	padding: 5px 3px 5px 3px;
}

#indexLinks  a:visited{
	padding: 5px 3px 5px 3px;
}

#indexLinks  a:hover{
	color: #ccffff;
	padding: 5px 3px 5px 3px;
}

#indexLinks{
	position: static;
	border-right: 1px solid #669999;
	border-left: 1px solid #669999;
	padding: 5px 3px 5px 3px;
}



#globalLinks{
	position: static;
	border-right: 1px solid #669999;
	border-left: 1px solid #669999;
	padding: 5px 5px 5px 5px;
}

#globalLinks h5{
    font-size: 75%;
}

#globalLinks a:link{
	padding: 5px 5px 5px 5px;
}

#globalLinks a:visited{
	padding: 5px 5px 5px 5px;
}

#globalLinks a:hover{
	color: #ccffff;
	padding: 5px 5px 5px 5px;
}




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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

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

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.feature a:link{
    text-decoration: underline;
}

.feature a:visited{
	text-decoration: underline;
}

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


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

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
	color: #666666;
	padding: 0px 10px 0px 10px;
	margin-top: 0px;
	white-space: nowrap;
}
/* 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" */

#siteInfo a:hover{
    text-decoration: underline;
	}

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


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

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


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

#sectionLinks{
	position: static;
	margin: 20px 0px 0px 0px;
	width: 145px;
	padding: 0px;
	font-size: 80%;
	background-color: #ccffff;
	border: 5px double #669999;
	white-space: nowrap;
}

#sectionLinks h3{
	padding: 5px 5px 5px 10px;
}

#sectionLinks a:link{
	padding: 4px 10px 4px 10px;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	padding: 4px 10px 4px 10px;
}

#sectionLinks a:hover{
	background-color: #99cccc;
	padding: 4px 10px 4px 10px;
}

#sectionNoLinks{
    position: relative;
	padding: 4px 10px 4px 10px;
	color: #336666;
	background-color: #99cccc;
}

#sectionNoLinks h3{
    padding: 4px 10px 4px 10px;
	border-bottom: 1px solid #669999;
}

#announcebox {
    position: relative;
	margin: 15px 0 0 0px;
	width: 128px;
	padding: 6px;
	border: 5px solid #ffff99;
	border-style: double;
	font-size: 90%;
	background-color: #669999;
	color: #ffff99;
	text-align: center;
	line-height: 20px;
}

#announcebox a:link{
	color: #ffff99;
}

#announcebox a:visited{
	color: #ffff99;
}

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

#quotebox {
	position: relative;
	margin: 20px 0 0 5px;
	width: 147px;
	color: #336666;
	text-align: left;
	line-height: 18px;
}