/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-attachment: scroll;
	/*background-color: #C7B299;*/
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: right bottom;
}

#content {
	position: absolute;
	z-index: 100;
	padding: 0;
	margin: 0;
}

#logo {
	position: absolute;
	left: 10px;
	top: 10px;
	background-image: url('../../images/logoE.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	width: 210px;
	height: 129px;
}

#slogan {
	position: absolute;
	width: 680px;
	left: 200px;
	top: 43px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: .3em;
}

#certifications {
	position: absolute;
	left: 220px;
	top: 78px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	width: 680px;
	color: #00a987;
	text-align: center;
}

/*********** #navigationMain styles ***********/

#navigationMain {
	position: absolute;
	left: -20px;
	top: 140px;
	width: 243px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 800;
	/*border: 1px solid #003366;*/
}

#navigationMain a,
#navigationMain a:link,
#navigationMain a:visited {
	display: block;
	background-image:  url('../../images/navigationMain-blueHighlig.gif');
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-left: 30px;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

#navigationMain a:hover {
	display: block;
	background-image:  url('../../images/navigationMain-greenHighlig.gif');
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 30px;
	margin-bottom: 10px;
}




/*********** #navigationFooter styles ***********/

#navigationFooter {
	position: absolute;
	left: 10px;
	top: 440px;
	width: 190px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 800;	/*border: 1px solid #003366;*/
}


/*********** #footer styles ***********/

#footer {
	/*position: relative; *//* Needed for Safari */
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 1px;
	padding-bottom: 1px;
	/*background-color: #000;*/
	color: #000000;
	font-size: 11px;
	padding-left: 10px;

}

#footer li {
	display: inline;
	padding-right: 5px;
}

#footer a img {
    /*opacity: 0.5;*/
}

#footer a:hover img {
    /*opacity: 1;*/
}

#footer a {
	color: #011168;
	/*color: #B26D2C;*/
	text-decoration: underline;
	font-weight: bold;
/*	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 1px;*/
}

#footer a:hover {
	color: #FF0033;
	text-decoration: none;
/*	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 1px;*/
	/*background:#eeeeee;
	border: 1px solid #CC0000;*/
}

/*********** #story styles ***********/

#story {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	position: absolute;
	left: 240px;
	top: 140px;
	width: 600px;
}

.storyLeft {
	float: left;
	width: 48%;
}

.storyRight {
	float: right;
	width: 48%;
}

#story h1 {
	font-size: 18px;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 6px;
	margin-bottom: 0;
}

#story h2 {
	font-size: 14px;
	padding-top: 7px;
	margin-top: 0;
	padding-bottom: 7px;
	margin-bottom: 0;
}

#story h3 {
	font-size: 12px;
	padding-top: 7px;
	margin-top: 0;
	padding-bottom: 3px;
	margin-bottom: 0;
}

#story p {
	font-size: 12px;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 9px;
	margin-bottom: 0;
}

#story table {
	padding-top: 6px;
	padding-bottom: 18px;
	margin-top: 6px;
	margin-bottom: 18px;
	border: 2px solid #011168;
}

#story .tableBorderRow,
.tableBorderRow {
	border-bottom: 1px solid #011168;
}

#story .tableBorderColumn,
.tableBorderColumn {
	border-right: 1px solid #011168;
}

#story tr.even {
	background-color: #EEEEEE;
}


#story caption {
	font-size: 12px;
	font-weight: bold;
	background-color: #011168;
	padding-top: 3px;
	padding-bottom: 3px;
}

#story th {
	font-size: 12px;
	padding: 2px;
}

#story td {
	font-size: 12px;
	/*padding: 2px;
	margin: 2px;*/
}


#story ul {
	font-size: 12px;
	line-height: 1.1em;
	list-style-type: none;
	margin:0 0 0px;
	padding:0 0 0 4px;
}

#story ul ul {
	font-size: 12px;
	line-height: 1.1em;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
}

#story li {
	list-style-type: none;
	background:url('../../images/ul_bullet.gif') no-repeat .1em 0px;
	margin:0 0 4px;
	padding:0 0 0 6px;
}

#story ul li ul li {
	margin-top: 4px;
}


.storyLeft img {
	margin-left: 6px;
	margin-bottom: 6px;
}

.callToAction {
	text-align: left;
	font-size: 11px;
	line-height: 1.4em;
	padding-top: 6px;
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 20px;
	margin-right: 24px;
	padding-bottom: 0.5em;
	font-weight:500;
	width: 85%;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #EEEEEE;
	border-top-color: #333333;
	border-bottom-color: #333333;
	color: #000000;
}

.callToAction a, .callToAction a:link, .callToAction a:visited {
	color: #011168;
	text-decoration: underline;
}

.callToAction a:hover {
	color: #FF0033;
	text-decoration: underline;
}


/*********** clear styles ***********/

.clearBoth {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}


.corporateColor1 {
	/*color: #009999;*/
	color: #011168;
}

.corporateColor2 {
	color: #FFFFFF;
}

/*********** table styles ***********/

.tableHead {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}

table.contactUs td {
	font-size: 10px;
	line-height: 10px;
	padding: 0;
	margin: 0;
}

.requiredtext {
	color: #cc3333;
	font-weight: bold;
}

table.contactUs {
	/*border: 1px solid #660000;*/
	width: 400px;
	margin-top: 20px;
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
caption {
	caption-side:top;
	width: 400px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	/*background-color: #9B8A77;*/
	background-color:#0000CC;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.formButton {
	background-color: #011168;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
hr {
	margin-top: 7px;
	margin-bottom: 10px;
}
#contactInfo    {
	position: absolute;
	top: 30px;
}

/************ productLocator styles **************/

.productLocator {
	/*padding-right: 2px;
	padding-top: 1px;*/
}

/*
.productLocator td {
	font-size: 9px;
}
*/

.productLocator a, .productLocator a:link, .productLocator a:hover, .productLocator a:visited {
	color: #011168;
	text-decoration:none;
	display:block;
	font-weight:bold;
	/*border: none;*/
	border: 2px solid #CCCCCC;
}

.productLocator a:hover {
	color: #011168;
	text-decoration:none;
	display:block;
	font-weight:bold;
	/*border: none;*/
	border: 2px solid #011168;
	/*background-color:#FFFFFF;*/
}

.productType
{
	/*border: 1px solid #011168;*/
	border: none;
	/*padding-bottom: 3px;*/
}

.productLocator form {
	padding: 0;
	margin: 0;
}


.productLocator a img,
.productLocator a:link img,
.productLocator a:visited img
 {
	border: 1px solid #999999;
	/**** Opacity Controls ****/
		/*opacity:.50;
		filter: alpha(opacity=50);
		-moz-opacity: 0.50;*/
}

.productLocator a:hover img {
	/**** Opacity Controls ****/
		/*opacity: 1;
		filter: alpha(opacity=100);
		-moz-opacity: 1;*/
	border: 1px solid #CCCCCC;
}
.productLocatorMenu {
  color: #333333;
  border : 1px solid #011168;
  background-color : #eeeeee;
  background: #eeeeee;
  font-size: 9px;
}

.productLocatorResults {
}
