@charset "utf-8";
a img {border: none;}
a:active
{
  outline: none;
}

body  {
	text-align: center;
	margin: 0;
	background-color: #CCC;
	font-family:  Arial, Helvetica, Verdana,sans-serif;
	font-size: 100%;
	color: #333;
}
.twoColFixRtHdr #container {
	width: 740px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	padding: 0px;
} 
.twoColFixRtHdr #header {
	height: 137px;
	background-color: #CCC;
	background-image: url(images/bgTop.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
} 



.twoColFixRtHdr #header2 {
	margin: 0px;
	padding: 0;
	height: 60px;

} 

 h1 {
	font-size: 28px;
	line-height: 18px;
	font-weight: bold;
	padding-left: 35px;
	color: #80b3e6;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

h1 a {
	text-decoration:none;
	color: #80b3e6;
	}
h1 a:hover {
	text-decoration:none;
	color: #80b3e6;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #80b3e6;
	}

h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}

h3 {
	font-size: 16px;
	color: #80b3e6;
	line-height: 18px;
	margin-top: 18px;
	padding-top: 0px;
	margin-bottom: 10px;
}


h4 {
	font-size: 14px;
	color: #69C;
	line-height: 16px;
	margin-top: 18px;
	padding-top: 0px;
	margin-bottom: 8px;
	font-weight: normal;
}

p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
}


td {
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 10px;
}



.price {
	font-size: 16px;
	color: #80b3e6;
	line-height: 18px;
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
}




.sidePullout {
	background-color: #CCC;
	width: 200px;
}

#mainContent li {
	font-size: 12px;
	line-height: 18px;
	list-style-image: url(images/icons/bullet.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#mainContent ol li {
	font-size: 12px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-image: none;
	list-style-type: decimal;
}

#mainContent li:hover {

	list-style-image: url(images/icons/bullet-on.gif);

}
#mainContent ol li:hover {
	list-style-image: none;
}
#mainContent ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
}



#mainContent li a:link, #mainContent li a:visited {
	text-decoration:none;
	color:#336699;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #336699;
	}
	


#mainContent li a:hover {
	text-decoration:none;
	color:#99cc33;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 203px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 35px;
	font-weight: normal;

} 
.twoColFixRtHdr #footer {
	background-color: #999;
	text-align: right;
	color: #FFF;
	background-image: url(images/logoFooter.png);
	background-repeat: no-repeat;
	background-position: 667px 9px;
	height: 69px;
	padding-top: 0;
	padding-right: 95px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#mainContent a:link, #mainContent a:visited {
	color: #336699;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #336699;
}

#mainContent a:hover {
	color: #99cc33;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}


#sidebar1 a:link, #sidebar1 a:visited {
	text-decoration: none;
	color: #333;
}

#sidebar1 a:hover {

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #336699;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#topNav { /* top layer of navigation */
	font-size: 12px;
	color: #fff;
	padding-left: 21px;
	padding-top:  15px;
	width: 300px;
}


#topNav a:link, #topNav a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}

#topNav a:hover {

	text-decoration: underline;
	}
	
	
	
.rhItem {
	height: 60px;
	font-size: 12px;
	padding-left: 12px;
	padding-top: 12px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#bg1 {
	background-image: url(images/icons/rhIcon1.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#bg2 {
	background-image: url(images/icons/rhIcon2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#bg3 {
	background-image: url(images/icons/rhIcon3.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#bg4 {
	background-image: url(images/icons/rhIcon4.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#bg5 {
	background-image: url(images/icons/rhIcon5.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#bg6 {
	background-image: url(images/icons/rhIcon6.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#bg1:hover {
	background-image: url(images/icons/rhIcon1-on.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#bg2:hover {
	background-image: url(images/icons/rhIcon2-on.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#bg3:hover {
	background-image: url(images/icons/rhIcon3-on.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#bg4:hover {
	background-image: url(images/icons/rhIcon4-on.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#bg5:hover {
	background-image: url(images/icons/rhIcon5-on.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#bg6:hover {
	background-image: url(images/icons/rhIcon6-on.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.rhItemNew {
	height: 60px;
	font-size: 12px;
	padding-left: 12px;
	padding-top: 12px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(images/icons/new-off.png);
	background-repeat: no-repeat;
	background-position: left top;
}


.rhItemNew:hover {
	background-image: url(images/icons/new-on.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.notes {font-size:smaller;}

.grey-list {
	background-image:url(images/icons/bullet-grey.gif);
	background-repeat:no-repeat;
	background-position:left 3px;
	text-indent: 15px;
}


.alignleft {
float: left;
	text-indent: 15px;
	background-image:url(images/icons/bullet-grey.gif);
	background-repeat:no-repeat;
	background-position:left 3px;
}
.alignright {
float: right;
}


.formula {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: 18px;
	}

em {
	font-size: 14px;
	font-style: normal;
}
.folio {
	background-image: url(images/folio/bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 10px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#mainContent .folio a:link, #mainContent .folio a:visited  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

} 


#footer a {
	text-decoration:none;
	color:#FFF;
}


#mainContent a.pdf {
	padding-right: 18px;
	display:inline-block;
	background-color: transparent;
	background-image: url(images/icons/new-on.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


strong {
	color: #555;
}

#footer strong {
	color: #fff;
}

a:focus { outline: none; }
