/*-----------------------------------------------------*/
/* Document:       WKFS.css                            */
/* Version:        1.4                                 */
/* Authors:        Annette, Stacey, Mark               */
/* Creation-Date:  07.12.2006                          */
/* Last-Edit:      03.28.2007                          */
/*-----------------------------------------------------*/

/***********************************************/
/* HTML STYLES                                 */
/***********************************************/ 

body {
	margin: 0px;
	padding: 0px;
	background-color: #DFDBD8;
	background-image: url("images/background_body.gif");
	background-repeat: repeat-x;
	}

body, div, table, td, th, li, p {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: small;
	color: #474747;
	line-height: 1.4em;
	}

a {
	color: #458EBF;
	text-decoration: none;
	}

a:link {
	color: #458EBF;
	text-decoration: none;
	}

a:visited {
	color: #458EBF;
	text-decoration: none;
	}

a:hover {
	color: #82bFEA;
	text-decoration: underline;
	}

h1 {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #5AA140;
	margin: 20px 0px 0px 15px;
	padding: 13px 15px 5px 0px;
	line-height: 1.1em;
	border-bottom: 1px solid #B2D78A;
	position: relative;
	z-index: 2;
	}

#pageName {
	margin-left: 10px;
	background-image: url("images/H1.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}

h2 {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #5AA140;
	margin: 20px 0px 5px 0px;
	padding: 5px 0px 10px 20px;
	border-top: 1px solid #C8C8C8;
	background-image: url("images/background-h2.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}

h2 a:link {
	color: #5AA140;
	text-decoration: none;
	}

h2 a:visited {
	color: #5AA140;
	text-decoration: none;
	}
	
h2 a:hover {
	color: #5AA140;
	text-decoration: underline;
	}

h2 a:active{
	color: #5AA140;
	text-decoration: underline;
	}

h3 {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #5AA140;
	margin-top: 10px;
	margin-bottom: 3px;
	padding-bottom: 5px;
	border-bottom: 1px solid #D2D2D2;
	}

h4 {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #7D7D7D;
	margin-top: 20px;
	padding: 5px 10px 0px 10px;
	border-top: 1px solid #CAC3BF;
	background-image: url("images/background_thread.gif");
	background-position: top left;
	background-repeat: repeat-x;
	}
	
h5 {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #5AA140;
	margin-top: 10px;
	margin-bottom: 3px;
	padding-bottom: 5px;
	}
	
ul li {
	list-style-type: square;
	color: #90cc4b;
	}
	
li .copy {
	font-size: 100%;
	color: #474747;
	line-height: 1.4em;
	}

/***********************************************/
/* FORM STYLES                                 */
/***********************************************/

input {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	}

input.small {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	width: 40px;
	height: 14px;
	}
	
input.medium {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	width: 120px;
	height: 14px;
	}
	
input.large {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	width: 250px;
	height: 14px;
	}

input.submit {
	width: 51px;
	height: 19px;
	padding: 5px 5px 5px 0px;
	}

input.cancel {
	width: 52px;
	height: 19px;
	padding: 5px 5px 5px 5px;
	}

select {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	width: 225px;
	}

select.short {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	width: 55px;
	}
	
select.medium {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	width: 125px;
	}
	
select.long {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	width: 300px;
	}

textarea {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	width: 93%;
	}

/***********************************************/
/* LAYOUT CLASSES                              */
/***********************************************/

#master {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-color: #FFFFFF;
	}

#mastHead {
	position: absolute; 
	top: 0px; 
	left: 0px;
	z-index: 2;
	}

#mastSpace {
	height: 48px;
	}
	
#globalHeader {
	width: 100%;
	}

#navPrimary {
	height: 69px;
	width: 100%;
	text-align: left !important;
	white-space: nowrap;
	}

#navPrimary td {
	vertical-align: bottom;
	}
	
td.leftColumn  {
	vertical-align: top; 
	width: 200px;
	background-color: #DDF0C9;
	border-left: 1px solid #CAC3BF;
	}

td.contentColumn {
	vertical-align: top;
	text-align: left;
	background-color: #FFFFFF;
	padding-right: 65px;
	background-image: url("images/background_thread.gif");
	background-position: top left;
	background-repeat: repeat-x;
	}
	
td.rightColumn  {
	vertical-align: top;
	width: 200px;
	background-color: #E6E6E7;
	border-right: 1px solid #CAC3BF;
	}

/***********************************************/
/* GLOBAL NAVIGATION STYLES                    */
/***********************************************/

.globalNav {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	text-align: right;
	color: #474747;
	position: absolute; 
	top: 15px; right: 5px;
	}

.globalNav a:link {
	color: #317FB9;
	text-decoration: none;
	}

.globalNav a:visited {
	color: #317FB9;
	text-decoration: none;
	}

.globalNav a:active {
	color: #317FB9;
	text-decoration: none;
	}

.globalNav a:hover {
	color: #317FB9;
	text-decoration: underline;
	}
	
/***********************************************/
/* DROP NAVIGATION STYLES                      */
/***********************************************/

.menu {
	position: absolute;
	visibility: hidden;
	width: 200px;
	z-index: 5;
	background: #519CD0;
	}
	
.menu div {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	line-height: 2em;
	}
	
.menu div a {
	z-index: 5;
	display: block;
	text-indent: 15px;
	color: #FFFFFF;
	width: 100%;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	}

.menu div a:hover, .menu div a:active, .menu div a:focus {
	color: #FFFFFF;
	background-color: #82BFEA;
	width: 100%;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	}
	
.menu div a:visited {
	z-index: 5;
	display: block;
	color: #FFFFFF;
	width: 100%;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	}

/***********************************************/
/* LEFT NAVIGATION STYLES                      */
/***********************************************/

#navLeft1 {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #474747;
	background-color: #B6DD8F;
	border-bottom: 1px dotted #969696;
	}

#navLeft1 a {
	display: block;
	color: #474747;
	padding: 5px 0px 5px 21px;
	border-bottom: none;
	background-image: url("images/navigationArrow-1.gif");
	background-position: center left;
	background-repeat: no-repeat;
	text-decoration: none;
	}

#navLeft1 a:hover {
	text-decoration: none;
	background-color: #92CC57;
	}

#navLeft1-OnState {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #474747;
	background-color: #E7E595;
	border-bottom: 1px dotted #969696;
	padding: 5px 0px 5px 21px;
	background-image: url("images/navigationArrow-1.gif");
	background-position: center left;
	background-repeat: no-repeat;
	}
	
#navLeft1-OnState a {
	color: #474747;
	}
	
#navLeft1-OnState a:hover {
	color: #474747;
	text-decoration: none;
	}

#navLeft2 {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #474747;
	background-color: #EEEDB5;
	border-bottom: 1px dotted #969696;
	}

#navLeft2 a {
	display: block;
	color: #474747;
	padding: 5px 0px 5px 31px;
	border-bottom: none;
	background-image: url("images/navigationArrow-2.gif");
	background-position: center left;
	background-repeat: no-repeat;
	}

#navLeft2 a:hover {
	text-decoration: none;
	background-color: #F5F5D5;
	}

#navLeft2-OnState {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #474747;
	background-color: #F5F5D5;
	padding: 5px 0px 5px 31px;
	background-image: url("images/navigationArrow-2.gif");
	background-position: center left;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #969696;
	}

#navLeft2-OnState a {
	color: #474747;
	}
	
#navLeft2-OnState a:hover {
	color: #474747;
	text-decoration: none;
	}
	
#navLeft3 {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #474747;
	background-color: #F8F7DF;
	border-bottom: 1px dotted #969696;
	}

#navLeft3 a {
	display: block;
	color: #474747;
	padding: 5px 0px 5px 41px;
	border-bottom: none;
	background-image: url("images/navigationArrow-3.gif");
	background-position: center left;
	background-repeat: no-repeat;
	}

#navLeft3 a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	}
	
#navLeft3-OnState {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #474747;
	background-color: #FFFFFF;
	padding: 5px 0px 5px 41px;
	background-image: url("images/navigationArrow-3.gif");
	background-position: center left;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #969696;
	}
	
#navLeft3-OnState a {
	color: #474747;
	}
	
#navLeft3-OnState a:hover {
	color: #474747;
	text-decoration: none;
	}

/***********************************************/
/* SEARCH STYLES                               */
/***********************************************/

#search {
	background-image: url("images/background_search.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	width: 200px;
	vertical-align: top !important;
	}

input.search {
	width: 153px;
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	margin: 0px 5px 0px 10px;
	color: #333333;
	background-color: #FFFFFF;
	position: absolute; 
	top: 75px;
	}

input.goButton {
	position: absolute; 
	right: 8px;
	top: 76px;
	width: 18px;
	height: 19px;
	}

#advancedSearch {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	margin: 0px 5px 0px 10px;
	color: #FFFFFF;
	position: absolute; 
	top: 97px;
	}

#advancedSearch a:link {
	color: #FFFFFF;
	text-decoration: none;
	}

#advancedSearch a:visited {
	color: #FFFFFF;
	}

#advancedSearch a:active {
	color: #FFFFFF;
	}

#advancedSearch a:hover {
	text-decoration: underline;
	}
	
#searchResultsTable {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	margin-top: 1px;
	margin-bottom: 1px;
	}

#searchResultsTable th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #90C66C;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #FFFFFF;
	height: 25px;
	}
	
#tableNavigation {
	padding: 2px 0px 2px 0px;
	border-top: 1px solid #CAC3BF;
	border-bottom: 1px solid #CAC3BF;
	}

#tableNavigation td {
	font-size: 85%;
	}
	
#tableNavigation td a:link {
	font-size: 85%;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
	}

#tableNavigation td a:visited {
	font-size: 85%;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
	}

#tableNavigation td a:hover {
	font-size: 85%;
	text-decoration: underline;
	padding: 0px 3px 0px 3px;
	}
	
#tableNavigation td a.on:link {
	font-size: 85%;
	color: #474747;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
	}

#tableNavigation td a.on:visited {
	font-size: 85%;
	color: #474747;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
	}

#searchResultsTable td a.on:hover {
	color: #474747;
	text-decoration: underline;
	padding: 0px 3px 0px 3px;
	}
	
#searchResultsTable td {
	font-size: 85%;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #CAC3BF;
	}
	
#searchResultsTable tr.colored {
	background-color: #DFDBD8;
	}

/***********************************************/
/* DTSEARCH STYLES                       */
/***********************************************/

.SearchControl 		{ font-family: Arial; font-size: 85%;  margin-bottom: 0;  margin-top: 0;    }
#SearchRequest	{ font-family: Arial; font-size: 85%;  }
#SearchButton 	{ font-family: Arial; font-size: 85%;  }
#SearchType 	{ font-family: Arial; font-size: 85%;  }
#IndexList  	{ font-family: Arial; font-size: 85%;  }


.BB_body		{ font-family: Arial; font-size: 85%; background-color: #b8dcff; align: center; }

table.SearchForm {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 94%;
}

form.SearchForm {
	padding: 0 0 .5em 0;
	margin: 0 0 0 0;
	
}

td.SearchControl {
}

#SearchFormDiv {
	border: 1px outset;
	background-color: #f1f8ff;
	margin: .2em 3% .2em 3%;
	padding-left: .3em;
}

#ResultsTableDiv {
	border: 1px;
}

#ResultsDiv {
	border: 1px outset;
	margin: .2em 3% .2em 3%; 
	padding-left: .3em;
}


#ResultsHeaderDiv {
	border: 1px;
	padding-left: .3em;
	margin: .2em 3% .2em 3%;
}
table.SearchResults {
 	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #b8dcff; 
	width: 94%;
	}
	
p.SearchTitle 		{ font-size: small; font-weight: bold; color: Navy;
					  margin-top: 0.3em; margin-bottom: 0.3em; padding: 0px 0px 0px 0px;
					text-align: center;
					}
p.SearchSubTitle	{ font-size: x-small; font-weight: normal; color: Navy; 
					  margin-top: 0; margin-bottom: 0.2em; padding: 0px 0px 0px 0px;
					}
p.NextPrevLinks		{ font-family: Arial; font-size: x-small; color: Navy; 
					  margin-top: 0; margin-bottom: 0.2em; padding: 0px 5px 0px 0px;
					  text-align: right; font-weight: bold;
					}

Caption       	{ font-size: x-small; font-weight: bold; color: Black; }

	 
td.ResultsTableHeaderLeft {
	color: navy;
	font-size: small;
	font-weight: bold;
	text-align: center;
	width: 10%;
	}

td.ResultsTableHeaderRight {
	color: navy;
	font-size: small;
	font-weight: bold; 
	text-align: left;
	}

td.ResultsItemLeft {
	background-color: #f1f8ff;
	font-size: x-small;
	width: 10%;
	text-align: right;
	}
	
td.ResultsItemRight {
	background-color: #f1f8ff;
	font-size: x-small;
	width: 90%;
	}

.BBbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	width: 8em;
	}
.BBBarTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	color: navy;
	text-align: left;
	float: left;
	}
#ButtonBar {
	text-align: right;
	}


/***********************************************/
/* CONTENT COLUMN STYLES                       */
/***********************************************/

#contentMain {
	margin: 0px 0px 50px 25px;
	background-color: #FFFFFF;
	position: relative;
	z-index: 2;
	}

#contentMain td {
	padding: 5px 0px 5px 0px;
	vertical-align: top;
	}
	
#right {
	text-align: right;
	}

.note {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 85%;
	color: #474747;
	line-height: normal;
	}
	
.smallCaps {
	font-variant:small-caps;
	}	

.twoColTableLEFT {
	padding: 5px 10px 15px 0px !important;
	vertical-align: top;
	width: 50%;
	}

.twoColTableRIGHT {
	padding: 5px 0px 15px 10px !important;
	vertical-align: top;
	width: 50%;
	}

#arrowLink {
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 20px;
	background-image: url("images/button_arrow.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}
	
#arrowLink a:link {
	text-decoration: underline;
	}
	
#arrowLink a:hover {
	text-decoration: underline;
	}
	
#arrowLink a:visited {
	text-decoration: underline;
	}
	
.required {
	color: #5AA140;
	font-weight: bold;
	}

.error {
	color: #DB034B;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 20px;
	background-image: url("images/icon-error.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}

#contentMain th {
	text-align: left;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	}
	
tr.colored {
	background-color: #DFDBD8;
	}

#lineBreak {
	margin: 5px 0px 10px 0px;
	border-top: 1px dotted #CAC3BF;
	}

td.noWrap {
	white-space: nowrap;
	}
	
td.alignRight {
	text-align: right !important;
	}
	
td.alignCenter {
	text-align: center !important;
	}

img { 
	vertical-align: bottom;
	}

/***********************************************/
/* RIGHT COLUMN STYLES                         */
/***********************************************/

#rightColumn {
	font-family: tahoma, arial, trebuchet ms, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #646464;
	margin: 0px 10px 0px 10px;
	}
	
#rightColumn p {
	font-family: tahoma, arial, trebuchet ms, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #646464;
	}
	
#rightColumn a {
	color: #3F88BE;
	text-decoration: none;
	}
	
#rightColumn a:visited {
	color: #3F88BE;
	text-decoration: none;
	}
	
#rightColumn a:active {
	color: #3F88BE;
	text-decoration: none;
	}

#rightColumn a:hover {
	color: #3F88BE;
	text-decoration: underline;
	}
	
#rightColumn a.right {
	display: block;
	color: #3F88BE;
	text-decoration: none;
	background-image: url("images/right_divider.gif");
	background-repeat: no-repeat;
	padding: 5px 0px 5px 0px;
	background-position: bottom left;
	}
	
#rightColumn a.right:visited {
	display: block;
	color: #3F88BE;
	text-decoration: none;
	}
	
#rightColumn a.right:active {
	display: block;
	color: #3F88BE;
	text-decoration: none;
	}

#rightColumn a.right:hover {
	display: block;
	color: #3F88BE;
	text-decoration: underline;
	}

#rightColumn .subHeader {
	font-family: tahoma, arial, trebuchet ms, sans-serif;
	font-size: 100%;
	color: #787878;
	font-weight: bold;
	text-decoration: none;
	}

/***********************************************/
/* VIEW MORE / VIEW LESS LAYERS                */
/***********************************************/

#openView {
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 20px;
	background-image: url("images/button_openView.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}
	
#openView a:link {
	text-decoration: underline;
	}
	
#openView a:hover {
	text-decoration: underline;
	}
	
#openView a:visited {
	text-decoration: underline;
	}
	
#closeView {
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 20px;
	background-image: url("images/button_closeView.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}
	
#closeView a:link {
	text-decoration: underline;
	}
	
#closeView a:hover {
	text-decoration: underline;
	}
	
#closeView a:visited {
	text-decoration: underline;
	}
	
#openViewTable {
	margin: 8px 0px 8px 0px;
	width: 100%;
	}
	
#openViewTable td {
	font-size: 105%;
	width: 50%;
	padding: 0px 10px 0px 20px;
	}
	
/***********************************************/
/* FOOTER STYLES                               */
/***********************************************/

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #91867E;
	padding: 5px 10px 5px 10px;
	}
	
#footer td {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #FFFFFF;
	}

#footerNav {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	}

#footerNav a:link {
	color: #FFFFFF;
	text-decoration: none;
	}

#footerNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

#footerNav a:active {
	color: #FFFFFF;
	text-decoration: none;
	}

#footerNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

#footerBackground {
	background-color: #B2AAA4;
	}
	
/***********************************************/
/* PRODUCTS / FEATURED PRODUCTS                */
/***********************************************/

#productHeader {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #5AA140;
	text-indent: 20px;
	padding: 5px 0px 10px 0px;
	background-image: url("images/background-h2.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}
	
#productHeader a:link {
	color: #5AA140;
	text-decoration: none;
	}

#productHeader a:hover {
	color: #5AA140;
	text-decoration: underline;
	}

#productHeader a:active{
	color: #5AA140;
	text-decoration: underline;
	}

#productHeader a:visited {
	color: #5AA140;
	text-decoration: none;
	}
	
#featureHeader {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #7D7D7D;
	margin-top: 20px;
	padding: 5px 10px 0px 10px;
	border-top: 1px solid #CAC3BF;
	background-image: url("images/background_feature.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}
	
.featured {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	margin-left: 10px;
	color: #474747;
	line-height: 1.4em;
	}
	
/***********************************************/
/* PRESS RELEASE CLASSES                       */
/***********************************************/

#newsHeader {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 110%;
	font-weight: bold;
	margin-top: 20px;
	color: #474747;
	}
	
#newssub-Header {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 110%;
	font-weight: normal;
	font-style: italic;
	margin-top: 10px;
	color: #474747;
	}

/***********************************************/
/* INFORMATION TABLE CLASSES                   */
/***********************************************/

#informationTable {
	width: 100%;
	margin-top: 1px;
	margin-bottom: 1px;
	}

#informationTable th {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #90C66C;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #FFFFFF;
	height: 25px;
	}

#informationTable th.right {
	border-right: 1px solid #90C66C;
	}
	
#informationTable th {
	text-align: center;
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #90C66C;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #FFFFFF;
	height: 25px;
	}
	
#informationTable th a:link {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	}

#informationTable th a:visited {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;;
	}

#sinformationTable th a:active {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;e;
	}

#informationTable th a:hover {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	}

#informationTable td {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	text-align: left;
	font-weight: normal;
	color: #474747;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #CAC3BF;
	}

/***********************************************/
/* PRODUCTS / FEATURED PRODUCTS                */
/***********************************************/

.productHeader {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #5AA140;
	text-indent: 20px;
	width: 180px;
	margin: 0px;
	padding: 5px 0px 10px 0px;
	background-image: url("images/background-h2.gif");
	background-position: top left;
	background-repeat: no-repeat;
	border-top: 1px solid #C8C8C8;
	}
	
.productHeader a:link {
	color: #5AA140;
	text-decoration: none;
	}

.productHeader a:visited {
	color: #5AA140;
	text-decoration: none;
	}
	
.productHeader a:hover {
	color: #5AA140;
	text-decoration: underline;
	}

.productHeader a:active{
	color: #5AA140;
	text-decoration: underline;
	}

#featureHeader {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 96.5%;
	font-weight: bold;
	color: #7D7D7D;
	margin-top: 20px;
	padding: 5px 10px 0px 10px;
	border-top: 1px solid #CAC3BF;
	background-image: url("images/background_feature.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}
	
.featured {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	margin-left: 10px;
	color: #474747;
	line-height: 1.4em;
	}
	
#backgroundPhoto1 {
	background-image: url("images/background-photo1.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	width: 508px;
	height: 200px;
	}
	
#backgroundPhoto1 td {
	padding-right: 175px;
	vertical-align: top;
	}
	
#backgroundPhoto2 {
	background-image: url("images/background-photo2.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	width: 508px;
	height: 200px;
	}
	
#backgroundPhoto2 td {
	padding-right: 175px;
	vertical-align: top;
	}
	
#backgroundPhoto3 {
	background-image: url("images/background-photo3.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	width: 508px;
	height: 200px;
	}
	
#backgroundPhoto3 td {
	padding-right: 175px;
	vertical-align: top;
	}
	
#backgroundPhoto4 {
	background-image: url("images/background-photo4.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	width: 508px;
	height: 200px;
	}
	
#backgroundPhoto4 td {
	padding-right: 175px;
	vertical-align: top;
	}
	
/***********************************************/
/* SOLUTIONS SCROLL                            */
/***********************************************/

#solutionHeader {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #FFFFFF;
	width: 185px;
	margin-top: 70px;
	margin-bottom: 10px;
	}
	
#workflowTable {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #474747;
	vertical-align: top;
	}

#workflowTable tr.odd {
	background-color: #EBEBEB;
	}
	
#workflowTable tr.even {
	background-color: #FFFFFF;
	}
	
#workflowTable td {
	border-top: 1px solid #DCDCDC;
	vertical-align: top;
	padding: 8px 15px 25px 10px;
	}
	
#workflowTable td.workflowTitle {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #474747;
	vertical-align: top;
	width: 150px;
	padding: 25px 25px 25px 0px;
	}
	
.solutionHeader a:link {
	color: #FFFFFF;
	text-decoration: none;
	}

.solutionHeader a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.solutionHeader a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

.solutionHeader a:active{
	color: #FFFFFF;
	text-decoration: underline;
	}

#solutionScroll {
	border-right: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
	border-top: 1px solid #C8C8C8;
	background-color: #F1F2F2;
	background-image: url("images/background-scrollMore.gif");
	background-position: bottom right;
	background-repeat: repeat-x;
	}
	
#solutionScroll td {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	font-weight: normal;
	}
	
#t1 {
	border-bottom: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
	}
	
#t1 td {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0px 15px 0px 15px;
	vertical-align: top;
	width: 254px;
	height: 260px;
	border-right: 1px solid #C8C8C8;
	}
	
#t1 td.scrollMore {
	padding: 0px 15px 0px 15px;
	vertical-align: top;
	height: 40px;
	background-image: url("images/background-scrollMore.gif");
	background-position: bottom right;
	background-repeat: repeat-x;
	}
	
#t1 td.scroller {
	padding: 0px;
	vertical-align: top;
	height: 15px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	}
	
#t1 td.odd {
	text-align: right;
	padding: 0px 18px 2px 15px;
	vertical-align: top;
	height: 15px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #69B0DB;
	}
	
#t1 td.even {
	text-align: right;
	padding: 0px 18px 2px 15px;
	vertical-align: top;
	height: 15px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #98C774;
	}

div#hold { 
	position: relative;
	overflow: hidden;
	width: 508px;
	height: 375px;
	z-index: 100;
	}
	
div#wn { 
	position: absolute;
	left: 0px;
	top: 0px;
	width: 508px;
	height: 375px;
	clip: rect(0px, 508px, 375px, 0px);
	overflow: hidden;
	z-index: 1;
	}
	
div#lyr1 { 
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	z-index: 1;
	}

div#scrollbar { 
	position: absolute;
	left: 0px;
	top: 2px;
	width: 508px;
	height: 11px;
	font-size: 0px;
	z-index: 2;
	}

div#track { 
	position: absolute;
	left: 13px;
	top: 0px;
	width: 482px;
	height: 11px;
	z-index: 1;
	background-color: #A3D3F1;
	}

div#dragBar {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 20px;
	height: 9px;
	z-index: 1;
	background-color: #3291C6;
	font-size: 0px;
	}  

div#leftScroll { 
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	font-size: 0px;
	}  

div#rightScroll { 
	position: absolute; 
	right: 0px;
	top: 0px;
	z-index: 3;
	font-size: 0px; 
	}
	
/***********************************************/
/* HOME PAGE                                   */
/***********************************************/

td.contentColumnHome {
  	vertical-align: top;
	text-align: left;
	background-color: #E6F3DB;
	border-left: 1px solid #FFFFFF;
	}
	
#backgroundFlash {
	background-color: #dcdcdc;
	}

.homeColumns {
	vertical-align: top;
	width: 50%;
	border-top: 2px solid #FFFFFF;
	}
	
#homeColumn-1 {
	padding: 45px 0px 10px 0px;
	background-image: url("images/background-solutionshome.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	border-right: 2px solid #FFFFFF;
	padding: 45px 25px 0px 25px;
	}
	
#homeColumn-2 {
	border-right: 1px solid #FFFFFF;
	}
	
#homeColumn-2 h2 {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #5AA140;
	margin: 0px 0px 5px 0px;
	border-top: 1px solid #C8C8C8;
	background-image: url("images/background-h2Home.gif");
	background-position: top left;
	background-repeat: no-repeat;
	height: 25px;
	}
	
/* On 6/22/07 I changed the right padding so that  DDS and VMP would fit on 1 line on the home page under branding.  
	It used to read:	padding: 0px 25px 15px 20px;*/
#home-padding {
	padding: 0px 15px 15px 20px;
	}

#pollTable {
	background-image: url("images/background-poll.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	}

#pollTable td {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #646464;
	vertical-align: top;
	padding: 10px 10px 10px 0px;
	}
	
#pollTable td.radio {
	width: 25px;
	padding: 10px 0px 0px 10px;
	}

/***********************************************/
/* OTHER                                       */
/***********************************************/

.photoLeft {
	float: left;
	margin: 0px 15px 15px 0px;
	border: 1px solid #61BF1A;
	padding: 2px;
	}

img.floatLeft {
	position: relative;
	float: left;
	margin: 0px 15px 5px 0px;
	border: 1px solid #61BF1A;
	padding: 2px;
	}

/***********************************************/
/* PRINT                                       */
/***********************************************/

/* Note: On 7/19/06 I changed the width from 110 
to 47 because we changed 'printable version' to 
just 'print' on the press release pages */
	
#printableVersion {
	position: absolute; 
	right: 270px;
	top: 140px;
	width: 47px;
	text-align: right;
	background-image: url("images/icon_printableVersion.gif");
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 4;
	}
	
#printableVersion a:link {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #458EBF;
	text-decoration: none;
	}
	
#printableVersion a:visited {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #458EBF;
	text-decoration: none;
	}
	
#printableVersion a:active {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #458EBF;
	text-decoration: none;
	}
		
#printableVersion a:hover {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #82bfea;
	text-decoration: underline;
	}
	
#printableVersion2 {
	position: absolute; 
	right: 270px;
	top: 140px;
	width: 187px;
	text-align: right;
	background-image: url("images/icon_printableVersion.gif");
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 4;
	}
	
#printableVersion2 a:link {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #458EBF;
	text-decoration: none;
	}
	
#printableVersion2 a:visited {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #458EBF;
	text-decoration: none;
	}
	
#printableVersion2 a:active {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #458EBF;
	text-decoration: none;
	}
		
#printableVersion a:hover {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #82bfea;
	text-decoration: underline;
	}
	
/***********************************************/
/* INFORMATION TABLES                          */
/***********************************************/

#infoTable {
	border-top: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	}

#infoTable td {
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	}

#infoTable td.header1 {
	width: 175px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #69b0db;
	padding: 5px;
	}
	
#infoTable td.header2 {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #69b0db;
	padding: 5px;
	}

tr.gray {
	background-color: #e6e6e6;
	background-image: url("images/background-infoTableGray.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
tr.white {
	background-color: #FFFFFF;
	}
	
#infoTable td {
	padding: 10px;
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #474747;
	vertical-align: top;
	}
	
#infoTable a {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
	}