/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}

a img { border: 0; }

tr#top_shim {
	display: none;
}

img.left {
	float: left;
	margin: 0 15px 10px 0;
}

/**********************************************************
	Type
**********************************************************/
a:link, a:visited {
	color: #D00;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

h2, p {
	margin: 0 0 1em;
}

/* Older h2 style.  Not sure where it's in use.  Let's keep an eye out...
h2 {
	font: bold 11px/1.2 Verdana, Arial, Helvetica, sans-serif;
	color: #000;
} */

/* "PDF Style" Headline */
h2 {
	font: normal 16px/1.2 Georgia, serif;
	color: #FF7017;
	text-transform: uppercase;
}
h2 a img { vertical-align: middle; margin-right: 5px;}

h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #FF7017;
}
/*
#contract_growing h2 {
	padding-left: 21px;
}
#contract_growing h2:first-line {   padding-left: 0; }
*/
h2 .job_title {
	font-style: italic;
	font-weight: normal;
}


p {
	font-size: 10px;
	line-height: 14px;
}
p.intro {
	font: 11px/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 15px;
}
p.wideLeading {
	line-height: 18px;
}
p.catalogToc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;

}

li {
	font-size: 10px;
	line-height: 14px;
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
}
ul {
	font-size: 10px;
	line-height: 14px;
}


/**********************************************************
	Who We Are Profile Images
**********************************************************/

div.profile {
	clear: both;
	float: left;
	width: 375px;
	margin: 0 0 15px 0;
}
div.profile h2 {
	font: bold 11px/1.2 Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 .5em 0;
	padding: 0;
}


/**********************************************************
	Table of Contents
**********************************************************/

.toc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}

.dots { background:url('images/dots.gif') repeat-x bottom; padding-right: 2px; }

.field { background-color: #fff; padding-right: 2px; } 



/**********************************************************
	Legacy
**********************************************************/

.zoneID {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
}
.zoneAreas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #000000;
}
.claims {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #DD0000;
}

.secSatHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
td.secSatHdrCell {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.secSatItems {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}
td.secSatItemsCell {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.secSatRule {
	background-color: #AA9F4E;
}
.genPubSubTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
}



