/*This first section may be broken out for use with branding.shtml when used with the php include statement */
@charset "iso-8859-1";
/*css for nametag...created 5 Mar 2008
--last updated xxxxxx : discription of actions taken  : by xx--*/

/* ********Fixes IE margin-padding error****** */
* { margin : 0;	padding : 0;}
.clear {font-size: 1px; height: 1px}
/* ****************STRUCTURING STYLES********************* */
body {
	background-color:#666666;
	min-width:985px; /* maintains usability for viewers set below 800px in width */
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	text-align: center;
}

a:link {color: #003399; text-decoration: none; }
a:visited {color: #666666; 	text-decoration: none; }
a:hover, a:active { color: #FF9900; text-decoration: none; }

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000000;
	line-height: 125%;
	text-indent: 25px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

h1 {display: none;} /*heading used for non-css format*/
h2 {display: none;} /*heading used for non-css format*/

/*         ----------list styles----------          */
ul {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 125%;}
li {color: #333333;}
label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	color: #CC6600;
}
.newProduct {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 125%;
}
.newProduct ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-position: outside;
	line-height: 125%;
	list-style-type: none;
}
.newProduct li {
	color: #333333;
	padding-top: 5px;
	padding-left: 10px;
}


/*          ----------table styles----------        */
table {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-align: center; background-repeat: no-repeat;}

#container {
	width:985px;
	position:relative;
	margin-right:auto; /* centers container in all new browsers */
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	}

/* containerNarrow is used on openWindow with no left navigation ie. calculator pages, online design etc. */
#containerNarrow {
	width:800px;
	position:relative;
	margin-right:auto; /* centers container in all new browsers */
	margin-left: auto;
	text-align: center; /* maintains usability for viewers set below 800px in width */
	background-color: #FFFFFF;
}

#content{float: left; width: 760px; left: 225px; background-color: #FFFFFF; padding-left: 10px;}

/*    ----------------product navigation-----------------            */
#proNavBack { /*background for the centered productNav bar */
	background-image: url(../imageGeneral/navBkg.jpg); 	position: absolute; 	top: 111px;	left: 0px; 	width:985px; 	height:25px; }
#productNav { /*positions productNav */
	position: absolute;	top: 111px;	left: 15px;	width: 948px;	z-index: 400;	}
#nav {/* visible navigation ALL LISTS*/
	font-size: 12px; color: #000000; float: left;	width: 950px;	list-style: none;	line-height: 16px;	font-weight: bold;	padding: 0;	text-align: left;	}
#nav ul {
	float: left;	list-style: none;	line-height: 16px;	font-weight: bold;	padding: 0;	}
/* the first level of drop down menu */
#nav a {
	display: block;	width: auto; padding-top: 4px;	padding-right: 2px;	padding-bottom: 4px;	padding-left: 2px; color: #000000;}
.noLink {
	display: block;	width: auto;	color: #000000;	font-size: 12px;	line-height: 24px;	}
#nav li { /*all list items */
	float: left; padding: 0; width: 157px;	} /* width needed for Opera */

/* Hiding and retrieving the drop downs */
#nav li ul { /* second level lists */
	position: absolute;	left: -999em;	height: auto;	width: 157px;	font-weight: normal;	margin: 0;	z-index: 575;	background-color:#FEE8A3;	border: 1px solid #FF9934;	} /*using left instead of display to hide menues because display: none isn't read by screen readers */
#nav li ul ul { /* third-and-above-level lists */
	margin: -18px 0 0 -130px;	}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;	}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;	}
#nav li:hover, #nav li.sfhover {
	background-image:url(../imageGeneral/navBkg-over.jpg);	}

/*    ----------------left navigation-section and resource nav-----------------            */
#sectionNav{float: left; width: 200px; position: relative; background-color: #FFFFFF;}

/*********** #sectionLinks styles ***********/

.sectionLinks{
	position: relative;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 1;
	line-height: 19px;
	background-repeat: repeat-x;
	padding-left: 15px;
	font-weight: bold;
	color: #CC6600;
}

.sectionLinks a:hover, a:active{ color: #CC6600; text-decoration: none;}

.sectionLinks a:link {color: #CC6600; text-decoration: none;}

.sectionLinks a:visited {color: #CC6600; text-decoration: none;}

.sectionReorder{
	position: relative;
	z-index: 1;
	line-height: 38px;
	background-color: #FFFFFF;
}

/*********** .resourceLinks styles ***********/

.resourceLinks{
	position: relative;
	font-size: 10px;
	line-height: 18px;
	padding-left: 30px;
	background-position: left;
	background-color: #FFFFFF;
}

.resourcePage{
	position: relative;
	font-size: 11px;
	line-height: 15px;
	padding-left: 45px;
	background-position: left;
	background-color: #FFFFFF;
	color: #666666;
	font-weight: bold;
}
.resourceLinks a:hover, a:active{color: #666666; text-decoration: none;}
.resourceLinks a:link {color: #000000; text-decoration: none;}
.resourceLinks a:visited {color: #000000;text-decoration: none;}

.resourcePage a:hover, a:active{color: #666666; text-decoration: none;}
.resourcePage a:link {color: #000000; text-decoration: none;}
.resourcePage a:visited {color: #000000;text-decoration: none;}


/*  ------------text styles for headings and emphasis--------------------    */
.orHead {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	line-height: 30px;
}

.orHeadtop {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	line-height: 30px;
}

.XlgBlack {font-size: 24px;font-weight: normal; color: #000000; line-height: 25px}
.lgBlack {font-size: 16px;font-weight: bold; color: #000000; line-height: 22px}
.mdBlack {font-size: 13px; font-weight: bolder; color: #000000; }
.smBlack {font-size: 10px; font-weight: bold; color: #000000; line-height: 12px;}
.smBlackLt {font-size: 11px; color: #000000; line-height: 12px;}
.XsmBlack{font-size: 8px; color: #000000; line-height: 12px;}

.XlgGrey {font-size: 36px; font-weight: bold; color: #777777; line-height: 38px;}
.lgGrey {font-size: 16px; font-weight: bold; color: #777777; line-height: 20px;}
.mdGrey {font-size: 13px; font-weight: bold; color: #777777;}
.mdGreyLt {font-size: 12px; color: #777777;}
.smGrey {font-size: 10px; font-weight: bold; color: #777777;}

.xXlgRed {font-size: 26px;font-weight: bold; color: #CC0000; line-height: 30px;}
.XlgRed {font-size: 20px;font-weight: bold; color: #CC0000; }
.lgRed {font-size: 16px;font-weight: bold; color: #CC0000; }
.mdRed {
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
}
.smRed {font-size: 10px; font-weight: bold; color: #CC0000;}
.smRedLt {font-size: 10px; color: #CC0000;}
.XsmRed {font-size: 8px; color: #CC0000;}

.lgBlue {font-size: 16px; font-weight: bold; color: #000099; line-height: 20px;}
.mdBlue {font-size: 13px; font-weight: bold; color: #000099;}
.mdBlueLt {font-size: 12px; color: #000099;}
.smBlue {font-size: 10px; font-weight: bold; color: #000099;}

.XlgOrange {font-size: 20px;font-weight: bold; color: #FF6600; line-height: 24px}
.lgOrange {font-size: 16px;font-weight: bold; color: #FF6600; }
.mdOrange {font-size: 12px; font-weight: bold; color: #FF6600;}
.smOrange {font-size: 10px; font-weight: bold; color: #FF6600;}

.XlgDOrange {font-size: 20px;font-weight: bold; color: #CC6600; line-height: 24px}
.lgDDOrange {font-size: 16px;font-weight: bold; color: #CC6600; }
.mdOrange {font-size: 12px; font-weight: bold; color: #CC6600;}
.smDOrange {font-size: 10px; font-weight: bold; color: #CC6600;}

.lgWhite {font-size: 16px;font-weight: bold; color: #FFFFFF; }
.mdWhite {font-size: 13px; font-weight: bold; color: #FFFFFF;}

/* ****************mast image and location********************* */
#branding{
	background-image:url(../imageGeneral/branding.gif);
	height: 135px;
	width: 985px;
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	background-position: bottom;
	z-index: 300;
	background-color: #FFFFFF;
}
#tagline{
	position: absolute;
	width: 366px;
	left: 58px;
	top: 76px;
	font-size: 12px;
	font-weight: bold;
	color: #B66501;
	text-decoration: none;
}
#liveChat{
	position: absolute;
	width: 100px;
	left: 868px;
	top: 9px;
	height: 86px;
}


/* ****************creates image map for hotspots********************* */
#logoHotSpot a{
	position: absolute;
	height: 75px;
	width: 309px;
	top: 0px;
	text-decoration: none;
	left: 1px;
}

#logoHotSpot a span {display: none;}

#ribbonHotSpot a{
	position: absolute;
	height: 136px;
	width: 417px;
	top: 698px;
	text-decoration: none;
	left: 239px;
}

#ribbonHotSpot a span {display: none;}

#lanyardHotSpot a{
	position: absolute;
	height: 158px;
	width: 213px;
	top: 885px;
	text-decoration: none;
	left: 462px;
}

#lanyardHotSpot a span {display: none;}

/* ****************locates navigation, phone, tagline, search etc.********************* */
#utilityNav {
	font-size:11px;
	text-decoration: none;
	position:absolute;
	width:341px;
	left: 507px;
	top: 80px;
	text-align: right;
	line-height: 16px;
}

#phoneTime {
	font-size:12px;
	position:absolute;
	width:426px;
	left: 423px;
	top: 7px;
	text-align: right;
	line-height: 16px;
	height: 36px;
	text-decoration: none;
}

#search {
	left: 512px;
	top: 75px;
	position: absolute;
	width: 465px;
	color: #0066CC;
}

#pageName{
	float: right;
	width: 700px;
	left: 11px;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	padding: 10px 18px 10px 10px;
}
#pageNameTwo{
	float: right;
	width: 700px;
	left: 11px;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	padding: 10px 18px 10px 10px;
	line-height: 110%;
}

/* --------------expandable round boxes---------------------*/
.rndBoxTop {
	width:750px;
	background-image: url(../imageGeneral/rndBox_top.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 22px;
	padding-left: 15px;
	padding-top: 15px;
}

.rndBoxBottom {
	width:750px;
	background-image: url(../imageGeneral/rndBox_bottom.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 22px;
	padding-left: 15px;
}

.rndBoxSides {
	width:750px;
	background-image: url(../imageGeneral/rndBox_middle.png);
	background-repeat: repeat-y;
	background-position: top;
	padding-left: 15px;
}

/*   -----------------back navigation----------------      */
#backNav{
	float: left;
	width: 700px;
	left: 12px;
	top: 130px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	background-image: url(../imageGeneral/backNav.gif);
	padding-left: 10px;
	font-size: 11px;
}

.backNav a:hover, a:active{
	color: #000000;
	text-decoration: none;
}

.backNav a:link {
	color: #CC0000;
	text-decoration: none;
}

.backNav a:visited {
	color: #CC0000;
	text-decoration: none;
}

/*    -----------------divs for site info-----------      */

#siteInfo {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; background-image:url(../imageGeneral/subNavBkg.jpg); background-repeat: repeat-x; background-color: #FFFFFF; clear: both; width: 985px; height: 250px;}

.subNav {font-size:11px; text-align: left;}

#footer{height: 85px; width: 985px; background-repeat: repeat-x; background-image: url(../imageGeneral/brandOnly.jpg);}
#footer a:hover, a:active{color: #666666;}

/*     ---------------- divs for images ----------------     */
.floatimgleft {float:left; margin-right:10px; margin-bottom:10px;}
.floatimgright {float:right; margin-right:10px; margin-bottom:10px;}

/* divs to control more-more drop downs*/
/* always visible */
#outer .holder {}
#outer .holder p {padding:5px 0 0 0; margin:0;}
#outer .holder p.bold {font-weight:bold;}
#outer .holder h2 {margin:0; padding:0;}

/* unclicked style div.more */
#outer div.more i {float:right; margin-right:-10px 10px 0 0; cursor:pointer; color:#FF6600; font-weight:bold;}
#outer div.more i.hide {display:none;}
#outer div.more p {display:none;}
#outer div.more img {display:none;}
#outer div.more table {display:none;}

/* clicked style div.click */
#outer div.click i.show {display:none;}
#outer div.click i.hide {display:block;}
#outer div.click p {display:block;}
#outer div.click img {display:block; float:right; padding-right:10px;}
#outer div.click table {display:block; float:right; padding-right:10px;}
select {
	width: 200px;
	font-size: 11px;
	line-height: 150%;
	z-index: 4;
}
