/*------------------------------------------------------------

Basic Style Sheet (with filters / hacks included)


/* ======= GLOBAL STYLES ======= */

/* begin css reset here */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */



/* h1, h2, h3, h4, h5, h6, p,  img, strong,  b, blockquote,    I took these out*/
html, body, div, span, applet, object, iframe, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/* background: transparent; */
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end css reset here */


/* 1 line tricks
http://www.cssglobe.com/post/1392/8-premium-one-line-css-tips

VERTICALLY CENTERS CONTENT IN BOX (IN THIS CASE THE BOX WOULD BE 24 PIXELS TALL)
line-height:24px; 

= = =

PREVENTS OVERSIZED CONTENT TO BREK FIXED WIDTH FLOATED LAYOUTS
#main{ 
	overflow:hidden;
}

= = =

PREVENTS LINE BREAKS IN LINKS
a{ 
	white-space:nowrap;
}

= = =

ALWAYS SHOW FIREFOX SCROLLBAR
html{
	overflow:-moz-scrollbars-vertical;
}

= = =

REMOVE VERTICAL TEXTAREA SCROLLBAR IN IE
textarea{
	overflow:auto;
}

= = =

FORCE PAGE BREAKS WHEN PRINTING YOUR DOCUMENT
h2{
	page-break-before:always;
}

= = =

REMOVE ACTIVE LINK BORDERS
a:active, a:focus{
	outline:none;
}


*/


body{
	font-family: Verdana,Arial,sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	font-size: 11px;
}

a:link, a:visited, a:hover {
	color: #006600;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #00CC00;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	padding-right: 4px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 125%;
	color: #891A4F;
	padding: 0px 0px 0px 0px;
}

h2{
 font-size: 110%;
 color: #000000;
}

h3{
 font-size: 100%;
 color: #000000;
}

h4{
	font-size: 105%;
	font-weight: normal;
	color: #000000;
	padding: 10px 0px 0px 0px;
}

h5{
 font-size: 115%;
 color: #334d55;
}

ul{
	list-style-type: circle;
	/*list-style-image: url(images/arrow_purp.gif);*/
}

ul ul{
	list-style-type: disc;
	/*list-style-image: url(images/bulletPurpleArrowList02.gif);*/
}

ul ul ul{
	list-style-type: none;
	/*list-style-image: url(images/bulletPurpleArrowList01.gif);*/
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #FFFFFF;
	width: 100%;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:left;
	width: auto;
	margin: 0;
	padding: 5px 10px 10px 10px;
}


/*********** #MainSection styles ***********/

#mainSection{
	position: static;
	padding: 0px 0px 0px 0px;
	top: 0px;
	right: 0px;
	color: #1E1E1E;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}

#mainSection h1{
	padding: 0px 0px 0px 0px;
	color: #000000;
}
#mainSection h2{
	padding: 5px 0px 5px 0px;
	color: #a91A4F;
}


#mainSection a{
	color: #006600;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	position: static;
}

#mainSection a:hover{
	text-decoration: none;
	color: #00CC00;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}



/*********** #greenSection styles ***********/

#greenSection{
	position: static;
	padding: 0px 0px 0px 0px;
	top: 0px;
	right: 0px;
	color: #005A9C;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}

#greenSection h1{
	padding: 5px 0px 5px 10px;
}
#greenSection h2{
	padding: 5px 0px 5px 0px;
	color: #186321;
}


#greenSection a{
	color: #DC0000;
	padding: 0px 0px 0px 4px;
	font-weight: bold;
	position: static;
}

#greenSection a:hover{
	text-decoration: none;
	color: #E25508;
	padding: 0px 0px 0px 4px;
	font-weight: bold;
}


/*********** #purplesection styles ***********/

#purplesection2{
	position: static;
	top: 0px;
	right: 0px;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	line-height: 15px;
}

#purplesection2 h1{
	padding: 10px 0px 2px 0px;
	color: #FFFFFF;
}

#purplesection2 h2{
	padding: 10px 0px 2px 10px;
	color: #FFFFFF;
}

#purplesection2 h3{
	padding: 10px 0px 2px 0px;
	color: #FFFFFF;
}


#purplesection2 a{
	color: #005A9C;
	padding: 2px 0px 2px 4px;
}

#purplesection2 a:hover{
	text-decoration: none;
	color: #669933;
	padding: 2px 0px 2px 4px;
}



/*********** #purplesection styles ***********/

#purplesection{
	position: static;
	top: 0px;
	right: 0px;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	line-height: 15px;
}

#purplesection h1{
	padding: 10px 0px 2px 0px;
	color: #FFFFFF;
}

#purplesection h2{
	padding: 10px 0px 2px 10px;
	color: #FFFFFF;
}

#purplesection h3{
	padding: 10px 0px 2px 0px;
	color: #FFFFFF;
}


#purplesection a{
	color: #005A9C;
	padding: 2px 0px 2px 4px;
}

#purplesection a:hover{
	text-decoration: none;
	color: #669933;
	padding: 2px 0px 2px 4px;
}




/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* '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; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.headings{
	padding: 0px 0px 5px 0px;
	font-size: 80%;
}

.headings h1{
	padding: 5px 0px 5px 0px;
	text-align: left;
}

.headings h2{
	padding: 5px 0px 5px 0px;
	text-align: left;
}
.headings h3{
	padding: 10px 0px 5px 0px;
	text-align: left;
}

.headings img{
	float: none;
	padding: 0px 0px 0px 0px;
	margin: 0 0px 0px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 5px 0px;
	font-size: 80%;
}

.feature h3{
	padding: 10px 0px 5px 0px;
	text-align: left;
}

.feature img{
	float: none;
	padding: 0px 0px 0px 0px;
	margin: 0 0px 0px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 0px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

/************** utility styles *****************/

#utility{
	position: static;
	top: 0px;
	right: 0px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}

#utility a{
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
}

#utility a:hover{
	text-decoration: none;
	color: #BED73D;
	padding: 0px 0px 0px 0px;
}



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 0px solid #FFFFFF;
	font-size: 75%;
	color: #FFFFFF;
	padding: 1px 1px 1px 1px;
	margin-top: 1px;
	float: none;
	text-align: center;
	background-color: #000000;
	vertical-align: middle;
	margin-bottom: 1px;
	margin: 0;
	padding-bottom: 1px;
	padding-top: 1px;
}
/* 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;}
#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: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}






/*********** #sectionLinks styles ***********/

#sectionLinks{
	font-family: Arial,sans-serif;
	position: static;
	top: 0px;
	right: 0px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}


#sectionLinks a{
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
}

#sectionLinks a:hover{
	text-decoration: none;
	color: #BED73D;
	padding: 0px 0px 0px 0px;
}


/*********** .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;
}
.sevenSteps {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}
.sevenStepsBullet {
	font-size: 24px;
	color: #891A4F;
	font-weight: bold;
}
.linkList {
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(images/arrow_purp.gif);
	line-height: 18px;
	padding-bottom: 0px;
}
.dhList {
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(images/bullet_purp.gif);
	line-height: 18px;
}

.dhSublist {
	list-style-image: url(images/bullet_purp.gif);
}
.dhSubSubList {
	list-style-image: url(images/bullet_purp.gif);
}
.header {
	font-size: 16pt;
	color: #a91a4f;
}
.footer {
	font-size: 12px;
	color: #a91a4f;
}


/* ======= Productline STYLES ======= */

.clear {
clear:both;
}


#wrapProductline {
	float: left;
	width: 155px;
	background-color: #ffffff;

}

#Productline {
	float: left;
	display: block;
}

.Pheader {
	font-size: 13px;
	color: #005A9C;
	padding: 0px 0px 0px 10px;
	line-height: 17px;
}

#Productline .Pspacer {
	font-size: 1pt;
	padding: 0px 0px 2px 10px;
	margin: 10px 0px 0px 0px;
}

#Productline ul {
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	width: 155px;
	font-size: 11px;
	font-weight: normal;	/*border-left: 1px solid #3f403d;*/
}

#Productline ul li {
	float: left;
	width: 155px;
	height: 14px;
	display: inline;
	text-align: left;
	margin: 0px 0px 0px 0px;
	/*border-left: 1px solid #3f403d;*/
	padding: 0px 0px 0px 0px;
}

#Productline ul li a:link, #Productline ul li a:visited {
	display: block;
	height: 14px; 
	padding: 0px 0px 0px 10px;
	color: #1c1f16;
	background-color: #FFFFFF;
}

#Productline ul li a:hover, #Productline ul li a:active {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #005a8c;
}

body.Productline li#pl a {
	/*background-color: #000000;*/
	color: #EBBE55;
}
