/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.4;	
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #B22222;
	text-decoration: none;
}
a:visited{
	color: #BB2223;
}

a:hover {
	color:#000000;

}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #666666;
}

h2{
 font-size: 140%;
 color: #666666;
}

h3{
 font-size: 150%;
 color: #666666;
}

h4{
 font-size: 120%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 110%;
 color: #000000;
}

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;
}

#container {
width:990px;
}
#masthead{
	margin: 0;
	height: 70px;
	padding: 5px 0px 0px 5px;
	border-bottom: 1px solid #666666;
	width: 95%;
}
#innermast {
float:right;
}

#navBar{
	margin: 20px 80% 30px 4px;
	padding-top: 0px;
	height: 188px;
	font-family: Verdana, Arial, sans-serif;
	background: #ffffff url(/images/grdnt_red.png) repeat-x;
}
#navBar a {

	display: block;
	font: bold 0.9em Verdana,sans-serif;
	height: 30px;
	padding: 6px 0 0 10px;
	text-decoration: none;
}
#navBar li:hover {
background: #444;
}

#tm {
	font-weight:bold;
	font-style: italic;
}
#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
float: right;
color: #cccccc;
width: 500px;
padding: 0px 10px 0px 0px;
font-family: Arial, Helvetica, sans-serif;

}
/* '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;
	color: #666666; 
}


/************* #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: left;
	font-size: 145%;
	color:#CC0000;
}


.pullquote2 {
	width: 160px;
	color: #333333;
	float: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	line-height:150%;
	padding:5px;
	margin-top:10px;
	margin-left:10px;
	border-left: 1px solid #CCCCCC;
}
.imageright {
	float: right;
	padding: 9px;
	margin-left: 10px;
	background-color: #ffffff;
	border: 1px solid #bac1a3;
}
.imageleft {
	float: left;
	padding: 9px;
	margin-right: 10px;
	background-color: #ffffff;
	border: 1px solid #bac1a3;
}

.headerright {
	float:right;
	padding-right: 25px;
	
	}
	
.headerleft {
	float:left;
	padding-left: 25px;
	}	

/* 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 #666666; width:930px;
	font-size: 65%;
	color: #666666;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
/* 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 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; color:#FFFFFF}
#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: 2px solid #EEE;}

/* fix for browsers that don't need the hack */


#navBar li a#current {
	background-color: #666666;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#navBar li a#submenu {
	color: #FFFFFF;
	background-color:#000000;
	text-decoration: none;
	border-top: 1px solid #999999;
	
}

#navBar li a#submenu_current {
	color: #BF0000;
	background-color: #000000;
	text-decoration: none;
	border-top: 1px solid #999999;

}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	border: 1px solid #000000;
	background-color: #333333;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #333333;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #333333;
	background-color: #333333;
}

#sectionLinks a:hover{
	background-color: #BF0000;
	color:#BFBFBF;
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}



/*********** .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;
	border-boottom: 1px solid #CCCCCC;
	background-color:#CCFF99;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.style1 {font-size: 80%}
.style2 {color: #000000}
.style4 {color: #CC0033}
.style5 {color: #666666}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style16 {font-size: 110%; color: #FFFFFF; }
.style17 {color: #FFFFFF}