/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body,td,th{
	/*font-family: Verdana,Arial,sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.166;
	font-size: 14px;
}

/*
 td{
	font-family: Verdana,Arial,sans-serif;
	color: #000000;
	font-size: 12px;
}
*/

/*
.comparisonTable {
	border: 1px solid #FFFFFF;
}

a:link, a:visited, a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
*/

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	padding-right: 4px;
}

h1{
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size: 200%;
	color: #FF0000;
	padding: 0px 0px 0px 0px;
}

h2{
 font-size: 125%;
 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;
}
				
/************** .feature styles ***************/

.maincontent{
	color: #000000;
	font-size: 14px;
}

.maincontent h3{
	text-align: left;
}

.maincontent img{
	float: none;
	padding: 0px 0px 0px 0px;
	margin: 0 0px 0px 0;
}


/***********************************************/
/* 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: 10px 10px 10px 10px;
	top: 0px;
	right: 0px;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}

#mainSection h1{
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
}


#mainSection h2{
	color: #78A827;
	font-size: 16px;
}

#mainSection h3{
	padding: 5px 0px 5px 0px;
	color: #78A827;
	font-size: 14px;
}

#mainSection hr {
	border: 0;
	color: #00AAAF;
	background-color: #00AAAF;
	height: 2px;
}

#mainSection a{
	color: #DE442A;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	position: static;
}

#mainSection a:hover{
	text-decoration: none;
	color: #84B82C;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

#mainSection ul {
	list-style-position: outside;
	line-height: 18px;
	list-style-image: url(images/dingbat.gif);
	padding-top: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}

#mainSection li {
	margin-top: 6px;
	margin-left: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	clear: none;
}

#mainSection ul.tight {
	line-height: 18px;
	margin: 0px 0px 0px 0px;
}



/*********** #MainSection styles ***********/

#mainSection2{
	position: static;
	padding: 10px 45px 10px 10px;
	top: 0px;
	right: 0px;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}

#mainSection2 h1{
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
}
#mainSection2 h2{
	padding: 5px 0px 5px 0px;
	color: #a91A4F;
}


#mainSection2 a{
	color: #DE442A;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	position: static;
}

#mainSection2 a:hover{
	text-decoration: none;
	color: #84B82C;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}




/*********** #blackSection styles ***********/

#blackSection{
	position: static;
	padding: 0px 0px 0px 1px;
	top: 0px;
	right: 0px;
	color: #FFE8C1;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}

#blackSection h1{
	padding: 0px 0px 0px 0px;
	color: #000000;
}
#blackSection h2{
	padding: 5px 0px 5px 0px;
	color: #a91A4F;
}


#blackSection a{
	color: #FFEAB4;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	position: static;
	text-decoration: none;
}

#blackSection a:hover{
	text-decoration: none;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}


/*********** #blueSection styles ***********/

#blueSection{
	position: static;
	padding: 0px 0px 0px 1px;
	top: 0px;
	right: 0px;
	color: #124F8B;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

#blueSection h1{
	padding: 0px 0px 0px 0px;
	color: #000000;
}
#blueSection h2{
	padding: 5px 0px 5px 0px;
	color: #a91A4F;
}


#blueSection a{
	color: #FCE122;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	position: static;
}

#blueSection a:hover{
	text-decoration: none;
	color: #F8981C;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}


/*********** #greenSection styles ***********/

#greenSection{
	color: #1E1E1E;
	font-size: 11px;
	font-weight: normal;
}

#greenSection h1{
	padding: 5px 0px 5px 10px;
}
#greenSection h2{
	padding: 5px 0px 5px 0px;
	color: #186321;
}


#greenSection a{
	color: #006600;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	position: static;
	text-decoration: underline;
}

#greenSection a:hover{
	text-decoration: underline;
	color: #EF1161;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}



/*********** #purplesection styles ***********/

#purplesection{
	position: static;
	top: 0px;
	right: 0px;
	color: #000000;
	font-size: 75%;
	/** font-weight: normal; ***/
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

#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: #006600;
	padding: 2px 0px 2px 4px;
}

#purplesection a:hover{
	text-decoration: none;
	color: #EF1161;
	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 0px 0px;
	font-size: 13px;
}

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


/************** picture styles *****************/

.picturefloat {
	display: inline;
	margin-right: 0px;
	margin-top: 2px;
	padding: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}


/************** utility styles *****************/

#utility{
	position: static;
	padding: 0px 0px 0px 0px;
	color: #231F20;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
}

#utility a{
	color: #231F20;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

#utility a:hover{
	text-decoration: none;
	color: #04949A;
	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: "Trebuchet MS",Verdana,Arial,sans-serif;
	position: static;
	top: 0px;
	right: 0px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}


#sectionLinks a{
	color: #000000;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

#sectionLinks a:hover{
	text-decoration: none;
	color: #57A02F;
	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;
}
.shopType {
	padding:4px;
	background-color:#D3344D;
	font-size: 18px;
	color:#F7DF43;
	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);
}
.greenheader {
	font-size: 13px;
	color: #000000;
	line-height: 16px;
}
.header {
	font-size: 19px;
	color: #009499;
	font-weight: bold;
	line-height: 24px;
}

.header1 {
	font-size: 20px;
	color: #DE442A;
	font-weight: bold;
	line-height: 22px;
}

.header2 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: 22px;
}
.header3 {
	font-size: 18px;
	color: #DE442A;
	font-weight: bold;
	line-height: 22px;
}

.header4 {
	font-size: 16px;
	color: #DE442A;
	font-weight: bold;
	line-height: 22px;
}

.footer {
	font-size: 12px;
	color: #a91a4f;
}
