﻿/* global element mods */
* {
	padding: 0;
	margin: 0;
}

body {
	background-image: url(images/layout/bgnd_grad.jpg);
	background-repeat: repeat-x;
	background-color: #adadad;
	font-family: arial;
	font-size: 11px;
}

#bodydiv {
	width: 755px;
	background-color: #ffffff;
	margin: 0 auto 0 auto;
}

/* header */
div.header {
	background-image:url(images/layout/bgnd_grad_black2.gif);
}

div.header a {
	color: #333333;
	padding-left: 15px;
}

div.header input {
	color: #333333;
	border: 1px solid #333333;
	width: 140px;
	height: 18px;
	font-family: arial;
	font-size: 11px;
}

/* main navigation */
div.mainnav {
	height: 30px;
	background-image: url(images/layout/nav_bgnd.gif);
	border-bottom: 1px solid #cccccc;
}

div.mainnav img {
	float: left;
}

/* footer */
div.footer  {
	clear: both;
}

div.botgrad {
	height: 80px;
	background-image:url(images/layout/bgnd_grad_grey.gif);
	background-repeat: repeat-x;
}

div.botspc {
	height: 100px;
}

div.footer span, div.footer a {
	color: #999999;
	padding-left: 10px;
}

/* content */



div.homefeat {
	background-image:url(images/layout/bgnd_grad_black3.gif);
	background-repeat: repeat-x;
	background-color: #454545;
	padding: 5px 15px 5px 10px;

}

div.pagefeat {
	background-image:url(images/layout/bgnd_grad_black2.gif);

	background-repeat: repeat-x;
	background-color: #000000;
	color: #ffffff;
}

div.homesubfeat {
	padding: 5px 15px 0 15px;
}

div.homesubfeat a.blue, div.homesubfeat span.grey, div.homesubfeat span.black, td.rightcol a.blue, table.prodgrid a.blue {
	font-family: arial narrow;
	font-size: 11px;
	font-weight: bold;
}

div.homesubfeat select, div.contentarea select {
	font-family: arial;
	font-size: 11px;
	width: 100%;
}

div.homesubfeat div, td.rightcol div, table.prodgrid div {
	padding: 5px 5px 15px 0;
}

td.rightcol {
	padding-top: 15px;
}

td.leftcol div.evn {
	background-color: #eeeeee;
}

td.leftcol div.end {
	border-bottom: 1px solid #cccccc;
}

td.leftcol div.evn, td.leftcol div.odd {
	border-top: 1px solid #cccccc;
	padding: 5px 0 5px 15px;
}

td.leftcol div.an12, td.leftcol div.an12 {
	border: 0;
	padding: 15px 0 15px 15px;
}

div.gridhead {
	padding: 15px 0 5px 0;
}

div.gridhead div {
	font-weight: bold;
	padding: 2px 0 2px 15px;
	background-color: #999999;
}

table.prodgrid img {
	display: block;
	padding-bottom: 15px;
}

div.contentarea {
	width: 565px;
	padding: 5px 0 5px 0;
	float: left;
}

div.breadcrumb {
	background-color: #000000;
	position: relative;
}

div.breadcrumbb {
	background-color: #eeeeee;
	position: relative;
}

div.breadcrumb div, div.breadcrumbb div {
	width: 425px;
	padding: 5px 5px 5px 15px;
}

a.printlink {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
}

div.specnav {
	background-color: #999999;
	height: 45px;
}

div.specnav a {
	display: block;
	float: left;
	height: 45px;
	width: 112px;
	font-family: arial narrow;
	background-color: #999999;
	color: #ffffff;
	font-weight: bold;
}

div.specnav a.active {
	background-color: #ffffff;
	color: #000000;
}

div.specnav span {
	display: block;
	padding: 10px 10px 0 15px;
}

.a14 {
	font-size: 14px;
}

.an11 {
	font-family: arial narrow;
	font-size: 11px;
}

.an11B {
	font-family: arial narrow;
	font-size: 11px;
	font-weight: bold;
}
.an12B {
	font-family: arial narrow;
	font-size: 12px;
	font-weight: bold;
}

.an12 {
	font-family: arial narrow;
	font-size: 12px;
}

.an16 {
	font-family: arial narrow;
	font-size: 16px;
	font-weight: bold;
}

.an16a {
	font-family: arial narrow;
	font-size: 16px;
	color: #cbcbcb;
}

.an20 {
	font-family: arial narrow;
	font-size: 20px;
}

.an11yellownav {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #ffcc00;
}


.pt15 {
	padding-top: 15px;
}

.yellow {
	color: #ffcc00;
}

.white {
	color: #ffffff;
}

.blue {
	color: #006699;
}


.grey {
	color: #cbcbcb;
}

.dkgrey {
	color: #999999;
}

.dkgreyb {
	color: #666666;
}

.black 
{
	font-family: Arial Black;
	font-size: 10px;	
}

.tbox
{
	font-family: Arial;
	font-size: 11px;
}

.tbutton
{
	font-family: Arial;
	font-size: 10px;
}

/* left navigation */
div.leftnav {
	padding: 5px;
	float: left;
}

div.leftnav a {
	color: #333333;
	padding: 5px 0 5px 0;
	
}

div.leftnav a.sub {
	padding-left: 15px;
}

div.navbgnd {
	width: 175px;
	background-image:url(images/layout/bgnd_grad_nav.gif);
	background-repeat: repeat-x;
}

div.navbgnd div {
	padding-left: 5px;
	width: 160px;
}