body {
	min-width: 780px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(Images/bg_tile.jpg);
	background-repeat:repeat-x;
	text-align: center;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: Black;
	background-color: White;
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#363636, endColorstr=#adbaad); */
}		
/* Typographic style rules adapted from http://www.thenoodleincident.com/tutorials/typography/ */

h1, h2, h3, h4, h5, h6, h7 {color: #363636;} /* dark grey */

h1 {
	margin: 0 0 0 0em;
	font-size: 2.0em;
	font-weight: normal;
}
h2 {
	clear: both;
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.7em;
	font-weight: normal;
}
h3 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.0em;
	font-weight: bold;
}
/* h6 is used for right aligned titles */
h6 {
	margin: 0em 0em 0em 0em;
	font-size: 1.7em;
	font-weight: normal;
	text-align:right;
}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {font-weight: bold;}

acronym[title] {
	cursor:help;
	border-bottom:1px dotted Gray;
	font-size: 95%;
}
#headerImage {
	margin-left:20px;
}
#mainwrapper {			
	margin: 0 auto;
	width: 780px;
	text-align: left;
	background-repeat: repeat-y;
	background-image: url(Images/main_bg.png);
}
#topShadow {
	height: 20px;
	background-image: url(Images/top_shadow.png);
	background-repeat: no-repeat;
}
#header {
	position: relative;
	height: 143px;
	margin-left: 10px;
}
#branding {
	position: absolute;
	right: 21px;
	top: 0px;
	z-index:1000;
	text-align: right;
}
#companyName {
	color: White;
	font-size: 50px;
}

#logoImage {vertical-align: bottom;}

#slogan {
	color: White;
	font-size: 12px;
	position:absolute;
	left: 10px;
}
#breadcrumbs {
	position: absolute;
	left: 32px;
	bottom: 0px; 
	color: #faab30;
	font-weight: bold;
}
#breadcrumbs a {
	text-decoration: underline;
	color: #faab30;
}

#breadcrumbs a:hover {text-decoration:none;}

#content {
	position:relative;
	margin-top:20px;
}

/* Hide from IE5 Mac \*/
* html #content {
	height:1%;
}
/* End hide from IE5 Mac */

#menu {
	position:absolute;
	left:40px;
	top:0;
	width: 130px;
}
#menu a {				
	display:block !important;
	margin-left:40px;	
	background-image: none !important;
	background-repeat: no-repeat;
}		
#menu .menuNormal {
	border: none;
	color: Gray;
	font-weight:bold;
}
#menu .menuHover {
	border: none;
	background-color: White;
	color: Black;
	background-image: url(Images/img_menu_hover.gif);
	background-repeat:no-repeat;
}
#menu .menuSelected {
	border: none;
	background-color: White;
	color: Black;
	background-image: url(Images/img_menu_active.gif);
	background-repeat:no-repeat;	
}

#menu .menuSelected .menuSelected {border:none;} /* khtml compatibility hack */

#menu .subMenu table
{
	background-color: White;
	background-image: url(Images/subMenu_bg.png);
	background-repeat:repeat-y;
	border:none;
}
#menu .subMenu a {
	width:325px;
	border:none;
}

* html #menu .subMenu a {width:325px;}

#menu .subMenuNormal {			 
	color: Gray;
	font-weight: bold;
	background-color:Transparent;	
}

html>body .subMenuNormal {border: none;}

#menu .subMenuHover {
    border:none;
    background-color: Transparent;
    color: Silver;
}
* html #menu .subMenuHover 
{
	border:none;
    background-color:Transparent;
    color: Silver;
 }
#menu .subMenuHover td {
    background-image: url(Images/img_submenu_hover.png);
	background-repeat:no-repeat;
	background-color:Transparent;
}
html>body #menu .subMenuHover{
 	background-color:Transparent;
	color: Black;
	background-image: url(Images/img_submenu_hover.png);
	background-repeat:no-repeat;
}
html>body #menu .subMenuHover td{
      background-color:transparent;
      background-image:none;
}
#copy {			
	position:static;
	margin-left:150px;
	margin-right:20px;
	padding: 0 3.5em 4em;
	width: 530px;
}
/* required to justify descriptions in Product page grid */
.prodDesc
{
	font-size:80%;
	font-weight:lighter;
	font-style:normal;
	font-variant:normal;
	text-align:justify;
}

* html #copy {padding:0 5em 4em 2em;}

/* Hide from IE5 Mac \*/
* html #copy {height:1%;}
/* End hide from IE Mac*/

#copy ol, #copy ul, #copy li {
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	font-size: 1.0em;
	line-height: 1.8em;
}

* html #copy ul {padding-left:18px;}

* html #copy li {padding-left:0.5em;}

#copy li {list-style-image: url(Images/bullet.gif);}

#copy li.bullet2 
{
	font-size: 0.9em;
	line-height: 1.5em;
	list-style-image: url(Images/bullet2.gif);
	margin-top:0em;
	padding-top:0em;
}

#copy p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-left: 0px;
}

#copy li > p {margin-top: 0.1em;}

#copy .pullQuote {
	float: right;
	display:inline;
	width: 25%;
	margin: 1em 0 1em 1em;
	font-size: 120%;
	font-weight: bold;
	line-height: 130%;
	color: #ee3a17;
}
#copy .pullQuoteTop {
	float: left;
	display:inline;
	width: 100%;
	margin: 0em 0em 0em 0em;
	font-size: 120%;
	font-weight: bold;
	line-height: 100%;
	color: #ee3a17;
}
#copy .thankYou
{
	margin-top:100px;
	text-align:center;
	font-size:large;
}

#copy .rightAlign 
{
	float:right;
	text-align:right;
	font-size: 100%;
	font-weight: bold;
	color: Black;
	margin-top: 0em;
	padding-top: 0em;
}

#copyright {
	margin-top:15px;
	font-size:xx-small;
	font-weight:lighter;
	color: #adbaad;
	text-align:right;
	vertical-align:bottom;
	margin-right:4em;
}
#copy .inlineImage {
	float: right;
	display:inline;
	width: 150px;
	height:200px;
	margin: 1em 0 1em 1em;	
}

#copy .leftColumn {
	float: left;
	display:inline;
	width: 40%;
}
#copy .rightColumn {
	float: right;
	display:inline;
	width: 40%;
}

#copy .singleColumn {
	float: left;
	display:inline;
	width: 100%;
}

#copy a {color:Blue;}

#copy a:link {text-decoration:underline;}

#copy a:hover {text-decoration:none;}

#copy .textBox {
	border:1px solid Gray;
	margin-left: 1em;
	background-color:White;
	position:absolute;
	left:50%;
	font-size: 85%;
}
#copy .textBoxArea {
	border:1px solid Gray;
	margin-left: 1em;
	background-color:White;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#copy .textBox:focus {background-color:White;}

#copy .dropDownlist {
	margin-left: 1em;
	background-color: White;
}

#copy .radioButtonList {margin-left: 1em;}

#copy fieldset {
	border:1px solid #990000;
	padding: 1.5em;
}

#copy legend {color: #990000;}

#copy .button {
    margin:1em 0;
    border:1px solid Black;
    background-color:Gray;
    color: #faab30;
	width: 20%;
	margin: 1em 0 1em 1em;
	float:right;
	font-size: 120%;
	font-weight: bold;
	line-height: 120%;
} 

* html .button {padding:0 0.5em;} 

#bottomShadow {
	height: 10px;		
	background-image: url(Images/bottom_shadow.png);
	background-repeat: no-repeat;
}

* html #bottomShadow {margin-bottom:-8px;}

.clearfix:after {
  content: "."; 
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
 .clearfix {display: inline-block;} /* Fixes IE/Mac */
 
/* Hides from IE-mac \*/
* html .clearfix,
* html .clearfix * {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

@media print {	
	body {
		border-bottom: 1px solid Black;
		color: Gray !important;
		background:White !important;		
		font-size:10pt;
		line-height:12pt;
	}	
	h1, h2, h3, h4, h5, h6 {
		font-weight: bold;
		color: #ee3a17;
	}

	#mainwrapper,#topShadow,#bottomShadow {background:none;}

	#header {
		position: static;
		height: auto;
	}	

	#menu,#mastheadImage {display:none;}	

	#branding {
		position: static;		
		text-align:left;
		margin: 0;
		padding: 0;
	}

	#companyName {
		color: Black;
	}
	
	#slogan {
		color: Black;
	}
	#breadcrumbs {
		position: static;
		margin: 1em 0;
		padding-bottom: 2em;
		border-bottom: 1px solid Black;
		color: #faab30;
	}

	#breadcrumbs a {color: #faab30;}

	#copy {
		margin-left:0;
		padding: 0 2em;
		width: 80%
	}

	#copy a {color: Gray;}

	#copy li {
		list-style-image: none;
		list-style-type: disc;
	}

	#copy .pullQuote {display: none; color:Navy;}

	#copy .textBox {
		border: 1px solid Gray;
		background:none;
	}

	#copy .textBox:focus {background:none;}

	#copy fieldset {border:1px solid Gray;}

    #copy legend {padding-bottom:1em;}

	#copy .dropDownlist {background:none;}
}
