/***********************************************/
/* 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: #CF0511;
}

h4{
 font-size: 120%;
 font-weight: normal;
 color: #CF0511;
}

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: 990px;
}
#innermast {
float:right;
position:fixed;
top:30px;
left:250px;
}


#tm {
	font-weight:bold;
	font-style: italic;
}
#content{
  float:left;
	width: 90%;
	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: 680px;
padding: 30px 0px 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;
	margin: 10px 0px 0px 0px;
	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:990px;
	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;
}

textarea, select, input, object 
{
color: #000;
background: #fff;
border: 1px solid #c0c0c0
}


/************* #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 ***********/


#navcontainer ul li
{
list-style-type: none;
padding: 0;
margin: 0;
display: block;
float: left;
background: url("/dev/images/navBarBg.png") repeat-x 20px;
font: 10px/20px MS Sans Serif, Geneva, sans-serif;
font-weight: bold;
text-align: center;
}

#navcontainer a
{
color: #000;
text-decoration: none;
display: block;
width: 120px;
border-top: 1px solid #A8B090;
border-bottom: 1px solid #A8B090;
border-left: 1px solid #A8B090;
border-right: 1px solid #A8B090;
}

#navcontainer li#active { background: url("/dev/images/navBarBgHover.png") repeat-x 20px; }
#navcontainer a:hover { background: url("/dev/images/navBarBgHover.png") repeat-x 20px; }


/*********** #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}
