/***********************************************/
/* 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: #000000;
	text-align: center;
}

a:link, a:visited, a:hover {
	color: #000099;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	background-color: #DCE0DA;
}
/* 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: #848B83; /*#334d55;*/
}

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

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;
}

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

				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrap {
	width: 752px;
	text-align: left;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	background-image: url(../images/small_steel.jpg); 
	background-repeat: repeat-y; 
}

#masthead{
	padding: 10px 0px;
	width: 100%;	
	background-color: #B1BAAE; 
	text-align: center;
}
#wrap2 {
	width: 100%;
	border-top: 3px solid #000;
	position: relative;
}

#navBar{
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	width: 160px;
	text-align:center
	
}

#content{
	float:right;
	width: 555px;
	margin: 0;
	padding: 10px 3% 0px 0px;
	background-color: #FFFFFF;
	border-left: 3px solid  #000;
	background-image: url(../images/contenter_shadow.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#footer{
	clear: both;
	font-size: 75%;
	color: #000000;
	padding: 10px 10px 10px 10px;
	margin: 0px;
	background-color: #C1B6AA;
	text-align: center;
		border-top: 3px solid #000;
		border-bottom: 20px solid #000;
}
/* 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" */

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


#sitename{
	color:#6B6472 /*#ffffff;*/;
	margin: 0;
	padding: 0px 0px 10px 10px;
	font-weight: 400;
	text-align: center;
}

#sitename h1{
font-size:2.2em;
margin:0;
}

#sitename p{
	font-size:1em;
	margin:0;
	font-style: italic;
	font-weight: bold;
}


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

#pageName{
	padding: 0px 0px 10px 10px;
	color:#848B83;
}



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

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

.feature h3{
	padding: 0px 0px 5px 0px;
}

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

.feature li{
	margin-bottom: 12px;
}

.grey_row{background-color: #C5BE97;}
.orange_row { background-color: #FF9900; font-weight:bold; text-align:center;}
.center_test{text-align:center;}
/* adjust margins to change separation between the feature image and text flowing around it */


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

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

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


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

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

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

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


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

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 4px 0px 6px 4px;
	/* border-bottom: 1px dotted #000;*/
	font-size: 75%;
	text-align: left;
	width: 100%;
	
}

#sectionLinks h3{
	padding-top: 10px;
	width: 100%;
}

#sectionLinks a:link, #sectionLinks a:visited{
	padding: 4px 0px 6px 4px;
	border-top: 1px dotted #000;
	width: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 100%;
	color:  #000000;
	background-color: transparent;	
	font-weight: bold;
}

#sectionLinks a:hover{
	padding: 4px 0px 6px 4px;
	color: #000000;
	background-color: #DCE3DB; /*#FFF1AE;*/
	border-top: 1px solid #000;
	text-decoration: none;
	font-weight: bold;
}


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

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

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


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
#navBar h2 {
	color: #242326;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 3px;
	font-size: 1.2em;
	
}
.disclaimer {
	font-size: 0.9em;
	font-style: normal;
}
