/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	background:  url("images/Bg_grad3.jpg") no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	color: #0D2C89;
	font: bold 120% Verdana, Arial, sans-serif;
}

h2{
 font-size: 114%;
 color: #0B2D87;
}

h3{
 font-size: 100%;
 color: #0D2B8B;
}

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;
}

a:link{
	text-decoration: none;
	color: #FFFFFF;
}
a:visited{
	text-decoration: none;
	color: #FFFFFF;
}

a:hover{
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	position: absolute;
	top: 88px;
	width: 820px;
}

#navBar{
	padding: 0px;
	width: 180px;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 0;
	left: 0px;
	position: absolute;
}

#content{
	width: 620px;
	left: 179px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 10px 0 15px;
	float: right;
	position: absolute;
	height: 931px;
	top: 23px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
	color: #0E2D8A;
	font-size: 80%;
}
#pageName a:link, #pageName a:visited{color: #0D2C89; font-weight: bold; }


/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	font-size: small;
	left: 20px;
	position: absolute;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	top: 18px;
}
/* '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 {
	padding: 0px 4px 0px 0px;
	color: #FFFFFF;
	font-weight: bold;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature td{
	left: 0px;
}
.feature em {
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

.feature a:link, .feature a:visited{color: #0D2C89; font-weight: bold; }

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* 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 img{
	padding: 0px 10px 0px 0px;
	margin-top: 0;
	margin-left: 0;
	border-width: 0px;
	border-style: none;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.story a:link, .story a:visited {
	color: #0B2C89;
}
.story td{
	padding: 0px 0px 10px 5px;
}
.story a.capsule{
	color: #4D5593;
	display:block;
	padding-bottom: 5px;
	font-weight: bold;
}

.story a.capsule:hover{
	text-decoration: underline;
}

.storyLeft{
	width: 50%;
	padding-right: 10px;
	font-size: 100%;
}

#story2 {
	width: 308px;
	left: 75px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #0D2C89;
	position: absolute;
	font-size: 80%;
}

#story2 a:link, #story2 a:visited {
	color: #0B2C89;
}
#story2 h3 {

	font: bold 125% Arial,sans-serif;
	color: #000000;
}
#story2 p {

	padding: 0px 0px 10px 0px;
	font-size: 80%;
}
#story2 td {


	font-size: 80%;
}
/************* #siteInfo styles ***************/

#siteInfo{
	padding: 10px;
	margin-top: 0px;
	width: 600px;
	left: 0px;
	text-align: center;
	font-size: x-small;
}
/* 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;
}
#siteInfo a:link, #siteInfo a:hover, #siteInfo a:visited{
	color: #4D5593;
	font-weight: bold;
	text-decoration: none;
}


/************* #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;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	width: 150px;
	position: relative;
	text-align: center;
	background:  url("bg_nav.jpg");
	left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

}

#sectionLinks h3{
	padding-right: 0px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-bottom: 1px solid #666666;
	font-weight: bold;
	width: 150px;
	position: relative;
	padding-right: 0px;
	font-size: 70%;
	color: #006699;
	text-align: left;
	padding-left: 10px;
	border-top: 1px solid #FFFFFF;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

.sectionLinks a:link {color:#000099; text-decoration:underline;}
.sectionLinks a:visited {color: #FF0000; text-decoration:underline;}
	

/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	padding: 10px 0px 10px 15px;
}

.relatedLinks h3{
	padding: 10px 0px 2px;
	font-size: 14px;
	width: 160px;
	top: 10px;
	color: #FFFFFF;
}

.relatedLinks a:link, .relatedLinks a:visited{
	color: #FFFFFF;
	font-size: 80%;
	display: block;
}

.relatedLinks a:hover{
	text-decoration: underline;
}

/************** #advert styles **************/

#advert{
	padding: 5px 5px 10px;
	font-size: 70%;
	border-top: #cccccc;
	color: #000000;
	background: #e6e6e6;
	top: 10px;
	position: relative;
	left: 10px;
	width: 150px;
}

/*#advert img{
	display: block;
}*/


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
	color: #FF0000;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
#PageCell1 {
	width: 820px;
	position: absolute;
	top: 246px;
}

/************** Dropdown styles **************/

#DropDown {
	position: absolute;
	top: 121px;
	font-size: x-small;
	color: #FFFFFF;
	background:  url("pix_trans.gif") repeat;
	width: 820px;

}
#DropDown a:hover{
	color: #FF5400;

}

.DropDown0 {
	position: absolute;
	left: 20px;
	visibility: hidden;
}

.DropDown1 {
	position: absolute;
	left: 75px;
	visibility: hidden;
}


.DropDown2 {
	position: absolute;
	left: 135px;
	top: 0px;
	visibility: hidden;
}
.DropDown3 {
	position: absolute;
	left: 219px;
	visibility: hidden;
}

.DropDown4 {
	position: absolute;
	left: 395px;
	visibility: hidden;
}

.DropDown5 {
	position: absolute;
	left: 585px;
	visibility: hidden;
}

.DropDown6 {
	position: absolute;
	left: 690px;
	visibility: hidden;
	height: 10px;
	width: 10px;
}
#LeftMenu {
	font-size: x-small;
}
#LeftMenu a:link {
	font-size: x-small;
	color: #0B2C89;
}
#LeftMenu a:hover {
	font-size: x-small;
	color: #FF5400;
}

#ProductMenu {
	font-size: x-small;
	background: #FF0000;
	height: 100px;
	width: 160px;
	left: 10px;
	position: absolute;
	padding-top: 10px;
	padding-bottom: 10px;
}
#ProductMenu a:link, #LeftMenu a:visited {
	font-size: x-small;
	color: #0B2C89;
}
#ProductMenu a:hover{
	font-size: x-small;
	color: #FF5400;
}

.products{
	width: 620px;
	left: 181px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 10px 0 15px;
	float: right;
	position: absolute;
	font-size: small;
	top: -11px;
}
.products a:link, .products a:visited {
	font-size: x-small;
	color: #0B2C89;
}
.products a:hover{
	font-size: x-small;
	text-decoration: underline overline;
}
/************** Orange/Blue Feature Text **************/
.style1 {color: #FF5206}
.style2 {color: #FE5504; font-weight: bold; }
.style3 {color: #0D2C89}
.style4 {color: #0D2C89; font-weight: bold; }
.style4 a{color: #0D2C89; font-weight: bold; }
.style5 {color: #06FF06; font-weight: bold;}
.style6 {color: #05FFFF; font-weight: bold;}
.style7 {color: #FF0000; font-weight: bold;}
.style8 {font-size: small; 	color: #0E2B89;}
