@charset "utf-8";
/* CSS Document */

 
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	background-color: #FFFFFF;
	background-image: url(graphics/body_background.gif);
	background-repeat: repeat-x;
	height: 100%;
}
.twoColFixLt #container {
	width: 956px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 217px;
	background-image: url(graphics/nav_sides.png);
	behavior: url('pngbehavior.htc');
	background-repeat: repeat-y;
}
#body_715px{
	width: 715px;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
}

.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
} 
.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;
}
.png img{
 	behavior: url('pngbehavior.htc');}
	
/* NAVIGATION */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
	width: 195px; /*width of menu*/
	padding-top: 20px;
}

.arrowlistmenu ul{
	list-style-type: none;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	margin-top: 0;
	margin-right: 0;
	margin-left: 20px;
}

.arrowlistmenu ul li{
	padding-bottom: 5px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	/*color: #A70303; custom bullet list image*/
	color: #666666;
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	background-image: url(graphics/arrowbullet.png);
	behavior: url('pngbehavior.htc');
	background-repeat: no-repeat;
	background-position: left center;
}

.arrowlistmenu ul li a.active{
	color:#FFF;
/*	background-color: #0066CC;#A70303;*/
	background-color: #e45000;
	background-image: url(graphics/arrowbullet_active.png);
}
/*.arrowlistmenu ul li a:visited{
color: #A70303;
}*/

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #e45000;
background-color: #F3F3F3;
}
/* END NAV */

a:link {
	color: #1288e6;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
a:visited {
	text-decoration: none;
	color: #429ee0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
a:active {
	text-decoration: none;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
img {
	border:0}
.text_main {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 18px;
	text-align: left;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.text_header { /* OLD files use this - NEW files should use h1 tag/style */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 36px;
	font-weight: 600;
	color:#0066CC;/*#B60303;*/ /*#e45000;*/
}
.row_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: 500;
	color: #666666;
	background-color: #EBF2F8;
}
.product_name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.row_header_main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: 600;
	color: #FFFFFF;
	background-color: #0051D4;
}
.blue_italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #0074CC;
}
.blue {
	color: #0074CC;
}
.orange {
	color: #E45000;
}
.subheader {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #E45000;
}
.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	list-style-position: outside;
	list-style-image: url(graphics/bullet.gif);
	text-align: left;
}
h1.list  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
}
#list h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
}
blockquote.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-bottom: 6px;
	line-height: 18px;
	margin: 0px;
	padding-left: 15px;
	padding-top: 10px;
}
#list blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-bottom: 6px;
	line-height: 18px;
	margin: 0px;
	padding-left: 15px;
	padding-top: 10px;
}
ul.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	list-style-position: outside;
	list-style-image: url(graphics/bullet.gif);
}
#list ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	list-style-position: outside;
	list-style-image: url(graphics/bullet.gif);
}
ul.list li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	list-style-position: outside;
	list-style-image: url(graphics/bullet.gif);
	padding-bottom: 12px;
	line-height: 18px;
}
#list ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	list-style-position: outside;
	list-style-image: url(graphics/bullet.gif);
	padding-bottom: 12px;
	line-height: 18px;
}
p {
	text-align: left;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	} 
	
	.margin_left_3px {
	margin-left:3px
	}
.margin_top_5px {
	margin-top:5px
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 36px;
	font-weight: 600;
	color:#0066CC;/*#B60303;*/ /* #e45000;*/
	text-align: left;
	padding: 0px;
	margin: 0px;
}
h2 {
	margin: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E45000;
	text-align: left;
}
.subheader_shaded h2{
	margin: 0px;

}
.redbuttontext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
	border: 1px solid #FF0000;
}
.subheader_shaded {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(graphics/bg_td1.jpg);
	background-repeat: repeat-x;
	padding-left: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E3E3E3;
	border-bottom-color: #E3E3E3;
	width: 715px;
}

.tableheader_shaded {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(graphics/bg_td1.jpg);
	background-repeat: repeat-x;
	padding-left: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E3E3E3;
	border-bottom-color: #E3E3E3;

}

tr.odd {
	background-color:#F4f4f4;
}
.graybox {
	background-color: #F4F4F4;
	padding-left: 10px;
	padding-right: 10px;
}

/*---------- Image Fade Effect --------*/
img.fade_on_hover
{
    opacity:1.0;
    filter:alpha(opacity=100);
}
 
[if IE 5]>
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLt #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLt #sidebar1 { padding-top: 30px; }
.twoColFixLt #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

<![endif]
/* ----------- BASIC TABLE BORDERS -------*/

td.td_border_bottom{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}

td.td_border_left{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E3E3E3;
}

td.td_green_shaded{
	background-color: #ECFCCB;
}

td.td_gray_shaded{
	background-color: #F4F4F4;
	}
td.td_inset_10px{
	margin:10px;
	padding:10px;
	}