/*-----------------------------------------------*/

#content
{
	position: relative;
	margin: 0px;
	color: #000000;
	background-image: url(../images/mainContentHeader.jpg);
	_background-image: url(../images/mainContentHeader_IE6.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

table#infoBoxTable
{ background-color: #CCCCCC;
  color: #000000;
  width: 100%;
  clear: both;
}

table#infoBoxTable td
{ padding: 1px;
  overflow: hidden;
}

.infoBox
{ position: relative;
  width: 320px;
  height: 325px;
  margin: 0px;
  padding:0px;
}

.infoBox .infoHead
{ background-image: url('/images/infoBoxHead.gif');
  background-position: top left;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-weight: bold;
  padding-top: 2px;
  padding-left: 8px;
  padding-bottom: 2px;
  padding-right: 2px;
  overflow: hidden;
}

.infoBox .infoBody
{ background-image: url('/images/InfoBoxBody.gif');
  background-position: bottom left;
  background-repeat: no-repeat;
  color: #000000;
  padding-left:8px;
  padding-top:1px;
  padding-right:8px;
  padding-bottom:1px;
  font-size: 75%;
  height: 305px;
}

.infoBox .infoBody .taller
{ padding: 2px 2px 10px 2px;
}

.infoBox .infoBody input
{ font-size: 9pt;
  display: inline;
  border: 1px solid #666666;
  position: relative;
  z-index: 19;
}

.infoBox .infoBody select
{ font-size: 9pt;
  display: inline;
  position: relative;
  z-index: 19;
}

.infoBox .infoBody p
{ margin: 0px;
  padding: 1px;
  clear: both;
}


h1
{ font-size: 105%;
  font-weight: bold;
}

h2
{ 
  font-size: 80%;
  font-weight: bold;
  color: #000000;
  margin: 0px;
  /* font-size: 115%; Changed July 30, 2009*/ 
  /* color: #0066Added June 24, 2009;  Changed July 30, 2009*/ 
  /* margin-top: 20Added June 24, 2009;  Changed July 30, 2009*/ 
  /*margin-bottom: - Added June 24, 2009;  Changed July 30, 2009*/
}

h3
{ font-size: 120%; /* Was 100% */
  font-weight: bold;
  color: #000000;
}

h4 {
 font-size: 14px;
 font-weight: bold;
 color: #00AD00;
 margin-bottom: -10px;
 margin-top: 20px;
 }

h5 {
    font-size: 105%;
    font-weight: bold;
    color: #000000;
    margin-bottom: -10px;
    margin-top: 20px;
   }

blockquote
{ display: block;
  padding: 1em;
  color: #666666;
}

blockquote cite
{ display: block;
  padding: 1ex 0ex;
}

div.underline
{ border-bottom: 1px solid #CCCCCC;
  margin-bottom: 7px;
}

div.underline img
{ margin-bottom: -7px;
}

table.minimal
{ font-size: 90%;
  margin: 1px 1px 3px 3px;
  padding: 0px;
  border-collapse: collapse;
  empty-cells: hide;
  table-layout: fixed;
  width: 100%;
}

table.minimal td
{ margin: 0px;
  padding: 0px;
  vertical-align: top;
  border: 0px none;
  color: #000000;
}

table.threeColumnTable, table.twoColumnTable
{ width: 800px;
}

table.threeColumnTable td, table.twoColumnTable td
{ padding: 10px;
}

div.product
{ padding: 8px;
}

table.dataTable
{ width: 100%;
  border: 1px solid #000000;
  border-collapse: collapse;
}

table.dataTable td, table.dataTable th
{ border: 1px solid #000000;
  padding: 3px;
}

/* EventBox formats the event data that appears on the home page in the Event Calendar */
#EventBox
{ padding-left: 5px;
  font-size: 110%;
  line-height: 160%;
}

@media print
{ #EventBox
  { margin-left: 15px;
  }
}

#EventBox .eventHeader
{
    _font-Size: 80%;/* for IE6 and below*/
    _line-height: 100%; /* for IE6 and below */
}
#EventBox .eventDetails 
{ font-weight: normal;
  *font-size: 90%; /* For IE7 */
  _font-size: 75%;/* For IE6 and below */
}
        
#EventBox #SeeAll 
{   width: 45px;
    background-color : #EFEFEF;
    border: 1px solid #333333;
	text-align: center;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: -5px;
	*padding-left: 2px;/* for IE7*/
	margin-top: 1px;
	_margin-top: 5px; /* for IE6*/
	margin-left: -1px;
}
        
#EventBox #SeeAll .moreEventsLink a
{ text-decoration: none;
}

/* Formatting for Products-Default, Services-Default, About-Default, News-Default, Customers-Default, and Careers-Default */
.TopQuote {
    font-size: 90%;
    color: #666666;
    margin-top: 0px;
    margin-left: 20px;
    padding-top: 5px;
    width: 75%;
    
}
.TopQuote .quoteAuthor {
    font-style: italic;
}

#ThreeColumnLayout {
	width: 800px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 50px;
}

#ThreeColumnLayout td {
	width: 33%;
	vertical-align: top;
	position: relative;
	padding-bottom: 15px;
}

#ThreeColumnLayout .sectionContainer {
 
}

#ThreeColumnLayout #CustomersOnly {
    background-color : #EFEFEF;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
}

#ThreeColumnLayout h3 {
	font-size: 90%;
	margin-bottom: 5px;
}


#ThreeColumnLayout .logoContainer {
	position: relative;
	height: 45px;
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right: 30px;
}

#ThreeColumnLayout .sectionContainer .logoContainer .nameBox {
    position: absolute;
	bottom: 0px;
	font-size: 120%;
	font-weight: bold;
	color: #00AD00;
	letter-spacing: -0.05em;
	line-height: 115%;
	padding-bottom: 5px;
}

#ThreeColumnLayout .sectionContainer .logoContainer .nameBox a {
	font-weight: bold;
	color: #00AD00;
	text-decoration: none;	
}


#ThreeColumnLayout .sectionContainer .logoContainer .nameBox a:hover {
	color: #000000;
	text-decoration: none;
}

#ThreeColumnLayout .sectionContainer .logoContainer .logoBox {
	position: absolute;
	bottom: 0px;
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	letter-spacing: -0.05em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#ThreeColumnLayout .sectionContainer .logoContainer .logoBoxWithBottomRaised { /* For logos that don't have a character that drops below the bottom line, like a y, p, etc. */
	position: absolute;
	bottom: 2px;
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	letter-spacing: -0.05em;
}

#ThreeColumnLayout .descriptionContainer {
    
}

#ThreeColumnLayout .logoDescription {
	font-size: 85%;
	color: #333333;
	margin: 0px;
	margin-right: 30px;
}
#ThreeColumnLayout p .logoDescription a {
	color: #00AD00;
	text-decoration: underline;
	font-size: 95%;
}
