/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	background-image:url(../images/bgcolor.gif);
	font-size: small;
	min-width: 760px;
	max-width: 1200px;
	border-style: none;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** tag styles **************/

p{
	color:#000000;
	font:Arial, Helvetica, sans-serif;
	font-size:small;
	padding-left: 5px;
}


h1{
	font: bold 120% Arial,sans-serif;
	color: #000066;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	font-size: large;
}

h2{
	font: bold 114% Arial,sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	font-size: large;
}

h3{
	font: Arial,sans-serif;
	color: #000066;
	margin: 0px;
	padding: 0px;
	font-weight: bolder;
	font-size: x-small;
}

h4{
	font: 100% Arial,sans-serif;
	color: #003366;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	margin-left: 5px;
}

h5{
	font: 100% Arial,sans-serif;
	color: #000066;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	font-weight: bold;
}

h6{
	font: 100% Arial,sans-serif;
	color: #000066;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	font-size: 1em;
}

table{
	border-collapse:collapse;
	margin-left: 25px;
}

td{
	font-size:small;
	padding-left:3px;
	text-align: center;
}
	
th{
	text-align:center;
	font-size:small;
	color:#000066;
	font-weight:bold;
	padding-left:3px;
}

tr.odd {
	background-color:#e4e4cb;
}

td.border {
	border: solid #cccccc 1px;
}

/*************** list tag styles ***************/

ol li{
	padding-bottom:10px;
}

ul{
	padding-right: 10px;
	list-style-type: disc;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: circle;
}

ul ul ul ul{
 list-style-type: none;
}

#content ul li {
	list-style: none;
	background-image:url(../images/pyr-bullet.gif);
	background-repeat:no-repeat;
	padding-left: 18px;
	margin-bottom: 6px;
	background-position: 0px 3px;
}

#content  ul ul li {
	list-style-type: disc;
	background-image:none;
	padding-left:3px;
	margin-bottom:3px;
}

#content  ul ul ul li {
	list-style-type: none;
	background-image:none;
	padding-left:3px;
	margin-bottom:3px;
}

#contentNoHeadlines ul li {
	list-style: none;
	background-image:url(../images/pyr-bullet.gif);
	background-repeat:no-repeat;
	padding-left: 18px;
	margin-bottom: 6px;
	background-position: 0px 3px;
}

/********* form and related tag styles *********/


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pagecell1{
	position:absolute;
	top: 142px;
	left: 18px;
	width:95.6%;
	background-image:url(../images/bgcolor-pagecell.gif);
	min-width: 760px;
}

#pagecellSpecial{
	position:absolute;
	top: 83px;
	left: 18px;
	width:95.6%;
	background-image:url(../images/bgcolor-pagecell.gif);
	min-width: 760px;
}


#masthead{
	position: absolute;
	top: 0px;
	left: 18px;
	right: 2%;
	width:95.6%;
	background-image:url("../images/logoEnd.gif");
	min-width: 760px;  /**not supported in IE6 or before**/
}

#pageNav{
	float: left;
	width:188px;
	padding: 0px;
	background-image:url(../images/bgcolor-pagecell.gif);
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:30px 188px 0px 188px;
	border-left: 1px solid #ccd2d2;
}

#contentNoHeadlines{
	padding: 0px 10px 0px 0px;
	margin:30px 25px 0px 188px;
	border-left: 1px solid #ccd2d2;
}

#contentPromo{
	padding: 0px 10px 0px 0px;
	margin:30px 25px 0px 25px;
}

#headlines{
	float:right;
	width: 150px;
	padding-right: 10px;
	margin-top: 40px;
}

/***********************************************/
/* Rounded corners                             */
/***********************************************/

#topl{
      top:-1px;
      left:-1px;
      margin:0px;
      padding:0px;
      z-index: 100;
}

.rtop, .rbottom{
      display:block;
      background:#E0DCBC;
}

.rtop *, .rbottom *{
      display: block;
      height: 1px;
      overflow: hidden;
	  background-image:url(../images/bgcolor-pagecell.gif);
}

.r1{
      margin: 0 5px;
}

.r2{
      margin: 0 3px;
}

.r3{
      margin: 0 2px;
}

.r4{
      margin: 0 1px;
      height: 2px;
}

#topr{
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

/***********************************************/
/* globalNav styles                            */
/***********************************************/

#globalNav{
position: relative;
width: 100%;
min-width: 760px; /**not supported in IE6 or before**/
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:  url("../images/glbnav_background-tan.gif");
}

#globalNav img{
	margin-bottom: -4px;
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 7px;
	height: 24px;
	padding: 0px;
	margin: 0px;
	right: 10px;
	z-index: 100;
	font-size: 12px;
	width: 647px;
	text-align: center;
}

a.glink, a.glink:visited{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-left: 1px solid #bcb56d;
	text-align: center;
}

a.glink:hover{
	background-image:  url("../images/glbnav_selected-tan.gif");
	text-decoration: none;
	text-align: center;
}

.skipLinks {display: none;}


/***********************************************/
/*subglobalNav styles                          */
/***********************************************/
.subglobalNav{
	position: absolute;
	top: 105px;
	right: 5px;
	/*width: 100%;*/
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #000000;
	font-size:14px;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 14px;
	color: #000000;
}

.subglobalNav a:hover{
	color: #006699;
}

/***********************************************/
/*sectionLinks styles                          */
/***********************************************/

.sectionLinks{
	margin: 0px;
	padding: 0px;
}

.sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #e4e4cb;
}

.sectionLinks a:link, .sectionLinks a:visited {
	display: block;
	border-top: 1px solid #eeeedf;
	border-bottom: 1px solid #e4e4cb;
	background-image:url(../images/bgcolor-button.gif);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

.sectionLinks a:hover{
	border-top: 1px solid #eeeedf;
	background-color: #006699;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color:#FFFFFF
}

.hide{
display: none;
}

.show{
	display: block;
	margin-left: 0px;
	padding-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 200;
	font-style: italic;
	text-indent: 3px;
}

/***********************************************/
/* quickLinks styles                           */
/***********************************************/

.quickLinks {
color:#000066;
margin-right: 3px;
}

.quickLinksHdr {
font-weight:bold;
background-color:#DDEEFF;
color:#000066;
margin-right: 0px;
font-weight:bold;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 13px;
	right: 5px;
	color: #919999;
	font-size: small;
	text-align: right;
}

#utility a{
	color: #ffffff;
	font-weight: bold;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 40px;
	right: 5px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}

/**************** date stamp styles *****************/

.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-align:right;
	position: absolute;
	top: 6px;
	right: 10px;
}

/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: Verdana,sans-serif;
	font-size:x-small;
	color: #666666;
	font-weight:bold;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#breadCrumb a{
	color: #666666;
	text-decoration:underline;
}

#breadCrumb a:hover{
	color: #666666;
	text-decoration: underline;
}


/************** home page styles *****************/

.hpitem{ 
	text-align: left;
	width: 188px;
	float: left;
	margin: 20px 0px 0px 8px;
	background: transparent;
	color: #D1D3D7;
}

.hphead{
	height: 14px;
	min-width: 250px;  /**not supported in IE6 or before**/ 
	padding: 5px 0px 5px 19px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	background-image: url("../images/hp-header.gif");
	overflow: hidden;
}

#advert{
	padding: 10px;
	color:#000066;
	font-size:x-small;
	right: 10px;
}

#advert img{
	display: block;
}
#progressive table{
	margin-left: 0px;
	width: 119px;
	height: 40px;
	border:1px;
	border-color:#000000;
	}

/************** product page styles *****************/



.tipBox{
	padding: 10px;
	color: #000066;
	font-size: x-small;
	border: 1px outset #e0dcbc;
	background-color: #e4e4cb;
	width: 135px;
}

.subhead{
	font-size: small;
	color:#000066;
	border-bottom: 1px dashed #000066;
}

.disclosure {
	font-size:x-small;
	margin-left:5px;
}	

.storyColumn1 {
	width:250px;
	padding-left:5px;
	float: left;
	margin-left: 3px;
}

.storyColumn2 {
	width:250px;
	position:relative;
	padding-left: 5px;
}

.storyColumnNarrow1 {
	width:165px;
	padding-left:5px;
	float: left;
	margin-left: 3px;
}

.storyColumnNarrow2 {
	width:165px;
	position:relative;
	padding-left: 5px;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** bottom template styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 12px;
	color: #000066;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	margin-bottom:0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#contactInfo{
	float:right;
	margin-top:-1px;
	padding-right: 10px;
	margin-right:10px;
	height:50px;
	z-index:1;
	top: 498px;
	font-size: 9px;
	color: #000066;
	text-align: right;
	width: 326px;
	left: 505px;
}

/********************* end **********************/
