/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

a {
	color: #001ac2;
}

table#topStretch {
	background-image: url(../images/templateImages/navTableBg.jpg);
	margin: 0px;
	padding: 0px;
	height: 133px;
	width: 100%;
}

table#main{
	border-right-width: 1px;
	border-right-color: #b7b7b7;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	width: 800px;
	background-color: #fbfbfb;
	background-image: url(../images/templateImages/contentBlockBg.gif);
}

table#sideNav {
	float: left;
	height: 100%;
	width: 150px;

}

div#contentHeader{
	width: 650px;
	background-image: url(../images/templateImages/contentTitleHeader.jpg);
	height: 74px;
}

div#contentText{
	width: 642px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b7b7b7;
	padding: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
	background-image: url(../images/templateImages/contentBg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

a#homeLink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #017cc2;


}
.homeLink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #017cc2;
	border:none;
}
.productContent{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
}

#buttons {
	margin: 0px;
	padding: 0px;
	float: left;
}

#buttons img {
	float: left;
}

h1 {
	margin-top: 25px;
	text-indent: 67px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #178b4a;
	position:absolute;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #007cc2;
	margin-bottom: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #007cc2;
	margin-bottom: 0px;
}


/*div.hr {
	height: 15px;
	background-attachment: scroll;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 2px;
	margin-bottom: 0px;
	background-image: url(../images/templateImages/hrBg.gif);
}
*/
div.hr {
border: none 0; 
border-top: 1px dashed #999;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
margin-top: 4px;
margin-bottom: 4px;
} 

div.hr hr {
  display: none;
}



ul#nav{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FFFFFF;
	font-size: 12px;
}

td.subNav {
	height: 38px;
	width: 150px;
	background-image: url(../images/templateImages/sideBtnBg.jpg);
	text-align:center;
	background-repeat: no-repeat;
	position: relative;
}

td.subLink  {
	margin-top: 15px;
	position: relative;
}

td.subNav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:none;
}

div#bottom {
	clear: left;
	width: 800px;
	text-align:center;
}

div#bottom a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	font-weight: bold;
}
.wrapLeft { 
     float:left; 
     clear:left; 
     margin-bottom: 1px; 
     margin-right:3px; 
} 

.wrapLeftPad { 
     float:left; 
     clear:left; 
     margin-bottom: 1px; 
     margin-right:3px;
	 margin-left:3px; 
} 

.wrapRight { 
     float:right; 
     clear:right; 
     margin-bottom: 3px; 
     margin-right:3px; 
} 
