/***********************************************/
/* 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: 0px;
	padding: 0px;
	background-color: #ededed;
	height: 100%;
}


a:link, a:visited {
	color: #003366;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

img {
	border: none;
}

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: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

li {
	padding: 0;}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
.section_heading {
	text-align:left;
	width: 100%;
	border-bottom: 2px solid #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	color: #003366;
	font-style: italic;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px;
	width: 100%;
	min-width: 800px;
	background-color:#14192D;
}

#masthead_left{
	float: left;
	/*margin: 0 79% 0 0;*/
	padding: 0px 0px;
	/*background-color:#14192D;
	border-bottom: 1px solid #14192D;
	float: left;*/
}

#masthead_right{
	float: right;
	/*margin: 0 79% 0 0;*/
	padding: 0px 0px;
	/*background-color:#14192D;
	border-bottom: 1px solid #14192D;
	float: left;*/
}

#navBar{
	position: relative;
	top:0px; 
	bottom:0px; 
	left:0px; 
	right:0px;
	margin: 0 87% 0 0;
	padding: 0px;
	border-right: 2px solid #990000;
	height: 100%;
	min-height: 400px;
}

#content{
  float:right;
	width: 83%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/
#title{
	color:#990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	}
	
#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	clear:both;
	color: #dddddd;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	border-top: 1px solid #14192D;
	background-color:#990000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-size: 0.8em;
	line-height: 1.9em;
}
/* '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 {
	color:#eeeeee;
	font-weight:bold;
	font-style:italic;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0 0px 5px 15px;
	border: 1px solid #333333;
}


.featurecol-1 {
	width: 70%;
	float: left;
	padding: 30px 0 0 0;
}

.featurecol-1 img{
	float: left;
	margin: 0px 4px 0px 2px;
	border: 1px solid #333333;
}

.featurecol-50left {
	width: 47%;
	float: left;
	padding: 15px 2px 0 0
}

.featurecol-50right {
	width: 47%;
	float: right;
	padding: 15px 0 0 2px;
}

.featurecol-2{
	width: 28%;
	float: right;
	padding: 30px 0 0 0;
}

.featurecol-2 img{
	float: left;
	border: 1px solid #333333;
	margin: 0px 4px 0px 2px;
}

.feature-float-box {
	width: 30%;
	float: right;
	padding: 15px;
	background:#FFFFFF;
	border: 1px solid #000000;
	margin: 10px 2px 5px 10px;
}

/* 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: 1px solid #cccccc;
	font-size: 75%;
	color: #999999;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color: #22263C;
	text-align: center;
}
/* 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{
	color: #cccccc;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************* #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;
	color: #696969;
}

/* 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 {
	color: #003366;
	position: relative;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-size: 0.9em;
	border-bottom: 0px #003366 solid;
}

#sectionLinks h3{
	padding: 10px 0px 1px 10px;
}

/*
#sectionLinks a:link a:visited{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	color: #0033CC;
	font-weight: bold;
	width: auto;
	text-decoration:none;
}
*/

#sectionLinks a {
	color:#003366;
	padding: 2px 0px 2px 10px;
	font-weight: bold;
	text-decoration: none;
}
#sectionLinks a:hover{
	color: #990000;
}


/*********** #subsectionLinks styles ***********/
.subsectionLinks {
	color: #666666;
	position: relative;
	margin: 0 0 0 10px;
	padding: 0px;
	font-size: 0.8em;
}

.subsectionLinks h3{
	padding: 15px 0px 2px 10px;
}

.subsectionLinks a {
	color:#333333;
	padding: 2px 0px 2px 10px;
	text-decoration: none;
}
.subsectionLinks a:hover{
	color: #990000;
	background-color: #9DACBF;
}
