/* CSS Document */
/* FONT AND ELEMENT STYLES */

/* main body fonts*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #231F20;
}
a:link {
	color: #A1B0B4;
	line-height: 12px;
	text-decoration: none;
}
a:visited {
	color: #00446A;
	line-height: 12px;
	text-decoration: none;	
}
a:hover {
	color: #A1B0B4;
	line-height: 12px;
	text-decoration: underline;
}
a:active {
	color: #A1B0B4;
	line-height: 12px;
	text-decoration: none;
}

/* make <p> tags behave with a zero top and full line-height bottom*/
p {
	margin: 0 0 18px 0;
}

p.product {
	margin: 8px 0 0 0;
}

p.productnote {
	margin: 18px 0 0 0;
	color: #81371B
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #81371B;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 12px;
}

h2 {
/* no difference; this is just for google */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #81371B;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 12px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #81371B;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 12px;
}

hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
 	height: 18px;
	border: none;
	border-top: 1px #7D98B9 solid;
}

ul {
	list-style-position: outside;
	padding: 0px;
	margin-left: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

li {
	list-style-type: square;
	margin:0 0 6px 0;
}

li li {
	list-style-type: circle;
	margin:6px 0 0 0;
}

.homePageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 6px;
	font-weight: bold;
	color: #FFFFFF;
}

.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.pageSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 6px;
	font-weight: normal !important;
	color: #FFFFFF;
}

.pageDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #81371B;
}

/* left side navigation all pages */

p.mainNav, p.mainNavSelected {
	margin: 0 0 18px 0;
}

.mainNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 10px;
	color: #393D58;
	font-weight: bold;
}
.mainNav a:link {
	color: #393D58; /*#CDD8DE;*/
	font-size: 14px;
	line-height: 10px;
	font-weight: bold;
	text-decoration: none;
}
.mainNav a:visited {
	color: #393D58;
	font-size: 14px;
	line-height: 10px;
	font-weight: bold;
	text-decoration: none;	
}
.mainNav a:hover {
	color: #CDD8DE;
	font-size: 14px;
	line-height: 10px;
	font-weight: bold;
	text-decoration: none;
}
.mainNav a:active {
	color: #393D58;
	font-size: 14px;
	line-height: 10px;
	font-weight: bold;
	text-decoration: none;
}

.mainNavSelected {
/* show when inside page is selected */
	color: #CDD8DE;
	font-size: 14px;
	line-height: 10px;
	font-weight: bold;
	text-decoration: none;
}

.mainNavSelected a:link {
/* show when inside page is selected */
	color: #CDD8DE;
	font-size: 14px;
	line-height: 10px;
	font-weight: bold;
	text-decoration: none;
}

.mainNavSelected a:visited {
	/* show when inside page is selected */
	color: #CDD8DE;
	font-size: 14px;
	line-height: 10px;
	font-weight: bold;
	text-decoration: none;	
}
.mainNavSelected a:hover {
	/* show when inside page is selected */
	color: #CDD8DE;
	font-size: 14px;
	line-height: 10px;
	font-weight: bold;
	text-decoration: none;
}
.mainNavSelected a:active {
	/* show when inside page is selected */
	color: #CDD8DE;
	font-size: 14px;
	line-height: 10px;
	font-weight: bold;
	text-decoration: none;
}


/* secondaty page navigation all pages */
.pageNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #393D58;
	font-weight: bold;
}
.pageNav a:link {
	color: #A1B0B4;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}
.pageNav a:visited {
	color: #A1B0B4;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;	
}
.pageNav a:hover {
	color: #393D58;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}
.pageNav a:active {
	color: #A1B0B4;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}
.pageNavPipe {
	color: #A1B0B4;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}

/* footer */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BDC8CB;
}

/* pdf link */

.pdfSheet {
	color: #7C98B9;
	font-weight: bold;
	line-height: 12px;
}

.pdfSheet a:link {
	color: #7C98B9;
	line-height: 12px;
	text-decoration: none;
	font-weight: bold;
}
.pdfSheet a:visited {
	color: #7C98B9;
	line-height: 12px;
	text-decoration: none;	
	font-weight: bold;
}
.pdfSheet a:hover {
	color: #7C98B9;
	line-height: 12px;
	text-decoration: underline;
	font-weight: bold;
}
.pdfSheet a:active {
	color: #7C98B9;
	line-height: 12px;
	text-decoration: none;
	font-weight: bold;
}

/* HOME BUTTONS */

.buttonLink {
	margin:0; padding: 0 6px;
	color:#FFF;
	font-size: 14px;
	line-height: 17px;
}
.buttonLink a:link {
	margin:0; padding: 0;
	color:#FFF;
	font-size: 14px;
	line-height: 17px;
	text-decoration:none;
}
.buttonLink a:visited {
	margin:0; padding: 0;
	color:#FFF;
	font-size: 14px;
	line-height: 17px;
	text-decoration:none;
}
.buttonLink a:hover {
	margin:0; padding: 0;
	color:#FFF;
	font-size: 14px;
	line-height: 17px;
	text-decoration:none;
}
.buttonLink a:active {
	margin:0; padding: 0;
	color:#FFF;
	font-size: 14px;
	line-height: 17px;
	text-decoration:none;
}


/* HOME BUTTONS */
#dkbuttontop {
	height: 7px; 
	width: 208px; 
	background-image:url(../images/gr_dkButtonTop.gif);
	background-repeat:no-repeat;
}

#dkbutton {
	width: 208px; 
	background-color:#606379;
}

#dkbuttonbottom {
	height: 7px; 
	width: 208px; 
	background-image:url(../images/gr_dkButtonBottom.gif);
	background-repeat:no-repeat;
	margin-bottom: 4px;
}

#ltbuttontop {
	height: 7px; 
	width: 208px; 
	background-image:url(../images/gr_ltButtonTop.gif);
	background-repeat:no-repeat;
}
#ltbutton {
	width: 208px; 
	background-color:#9093a9;
}
#ltbuttonbottom {
	height: 7px; 
	width: 208px; 
	background-image:url(../images/gr_ltButtonBottom.gif);
	background-repeat:no-repeat;
	margin-bottom: 4px;
}


