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

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



body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

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

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





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

h1{
 font-size: 120%;
 color: #0B1B64;
}

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

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

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

h5{
 font-size: 100%;
 color: #0B1B64;
}

ul{
 list-style-type: square;
}

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

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

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

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

.homeborder{
border-color:#0A68B0;
	border-width: 4px;
	border-style: solid;
}

.hometitle{

	background-color:#D9F1EA;
	width: 100%;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	color:#0A68B0;
	border-width: 2px;
	border-style: solid;
	border-color: #0A68B0;
		padding-top:4px;

	height:20px;
}

#masthead{
	margin: 0;
	padding-bottom: 2px;
		padding-top: 6px;
	background-color:#D9F1EA;
	width: 86%;
	vertical-align:baseline;
	
	color:#34ADD5;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0A68B0;
		border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #0A68B0;
	height:86px;
}

#leftcol{
	position:absolute;
	margin: 0;
	width: 210px;
	z-index:100;
	top: 213px;
	left: -3px;
	height: 154px;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #FF0000;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height:100%;
}

#content{
	position:relative;
	width: 86%;
}


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

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
color:#34ADD5;

	height:40px;
}



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

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


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

#globalNav{
color: #FFFFFF;
padding: 0px 0px 0px 10px;
white-space: nowrap;
vertical-align:bottom;
}
/* '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: 90%;
	padding: 0px 4px 0px 0px; 
}



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

.feature{
	padding: 0px 0px 0px 150px;
	font-size: 100%;
	line-height:150%;
}

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

/* 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{
	padding:0 0 0 150px;
	clear: both;
	color: #000000;
	margin-top: 0px;
	text-align: center;
	width:70%;
}
/* 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" */



/*********** #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;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #BEB7BB;
	font-size: 90%;
}

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

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #BEB7BB;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #BEB7BB;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #BEB7BB;
	background-color: #BEB7BB;
	padding: 2px 0px 2px 10px;
}


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




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

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

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

