body{
	margin:0;
	padding:0;
	font-family:Verdana;
	font-size:11px;
/*	background-color:#ffffff;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat; */
}
a:link{
	text-decoration:none;
	color:#565656;
}
a:visited{
	text-decoration:none;
	color:#565656;
}
a:hover {
	text-decoration:none;
	color: #999999;
}

h1{
	font-family:Verdana;
	font-size:16pt;
	color:#066CB6;
	font-weight:normal;
	padding:0;
	margin:0;
	line-height:24px;
}
.divHeader{
	width:1000px;
	height:113px;
	background-image:url(../images/logo.jpg);
	background-position: left top;
	background-repeat:no-repeat;
}


/* Top Most nav buttons */


.nav{
	font-size:10px;
	padding:0;
	margin:0 0 0 635px;
	height:26px;
	text-align:center;
}
.nav ul{
	padding:0;
	margin:0;
	height:30px;
}
.nav li{
	height:26px;
	margin:85px 0 0 0;
	padding:0 0 0 0;
	display:block;
	width:78px;
	float:left;
	text-align:center;
	vertical-align:middle;
	list-style-type:none;
	font-weight:bold;
	background-image:url(../images/nav.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.nav li a, .nav li a:visited{
		padding:7px 0 0 0;
	color:#ffffff;
	display:block;
	text-decoration:none;
	text-align:center;
}
.nav li a:hover{
	padding:7px 0 0 0;
	color:#60BCFF;
	text-decoration:none;
}

/* Top Most nav Ends here */




/* NAVIGATION */

.menu {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	position:relative;
	margin-left:260px;
	height:30px;
	z-index:100;
	background-image: url(images/bg_nav.jpg);
	background-repeat: repeat-y;
	background-position: right;
	border-bottom:1px solid #cccccd;
	border-top:1px solid #cccccd;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
}
.menu li {
	float:left;
	position:relative;
}
.menu li.lft {
	float:left;
	position:relative;
	background-image:url(../images/sep.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

.menu li a, .menu li a:visited {
	float:left;
	display:block;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none; 
	color:#000000; 
	height:30px; 
	line-height:29px;
	padding: 0 20px 0 20px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:30px;
	left:0; 
	width:150px;
	font-weight:normal;

}

/* another hack for IE5.5 */
* html .menu ul ul {
	top:29px;
	t\op:30px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; background:transparent;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#ffffff url(../images/bullet.gif) left;
	background-repeat:no-repeat;
	color:#000; 
	height:auto; 
	line-height:1em; 
	padding:5px 2px 5px 20px; 
	width:150px;
	border-bottom: 1px solid #066cb7;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
	width:150px;
	w\idth:149px;
}

/* style the top level hover */
.menu a:hover {
	color:#ffffff; 
	background:#066CB7;
}

.menu ul ul a:hover{
	color:#ffffff; 
	background:#066CB7 url(../images/bullet.gif) left;
	background-repeat:no-repeat;
}

/* hack for Mozila */
.menu :hover > a {
	color:#ffffff;
	background:#066CB7;
}
/* hack for Mozila */
.menu ul ul :hover > a {
	color:#ffffff;
	background:#066CB7 url(../images/bullet.gif) left;
	background-repeat:no-repeat;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible; 
}

.banner{
	width:1000px;
	height:147px;
	text-align:center;
	background-image:url(../images/banner.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
.banner1{
	width:680px;
	height:43px;
	font-family:Arial;
	font-size:12pt;
	color:#ffffff;
	font-weight:normal;
	padding:5px 0 0 320px;
	margin:0;
	background-image:url(../images/banner_inside.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
.headRepeat{
	width:100%;
	height:291px;
	background-color:#ffffff;
	background-image:url(../images/bgtop.gif);
	background-repeat:repeat-x;
}
.headRepeat1{
	width:100%;
	height:192px;
	background-color:#ffffff;
	background-image:url(../images/bgtop.gif);
	background-repeat:repeat-x;
	border-bottom:5px solid #cccccc;
}
.homeBg{
	width:90%;
	float:left;
	padding:0 0 0 100px;
	background-color:#ffffff;
	border-top:1px solid #ffffff;
}

.homeText{
	padding:10px 20px;
	margin:0 0 0 30px;
	width:700px;
	background-image:url(../images/hometextbg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}
.homeText1{
float:left;
	padding:10px 0 30px 0;
	margin:0px;
	width:770px;
}
.para{
	font-family:Verdana;
	font-size:16px;        /*font-size:11px;    */
	line-height:12pt;      /* line-height:16pt; */
	color:#565656;
	margin-top:5px;
	text-align:justify;
}
.para1{
	font-family:Verdana;
	font-size:16px;                /*font-size:11px;  */
	color:#565656;
	margin-top:0px;
}

.productBox{
	float:left;
	width:243px;
	padding:0;
	margin:0 0 0 0;
}
.productBox1{
	Float:left;
	width:243px;
	padding:0;
	margin:0 0 0 20px;
}
.pBoxTop{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#6F6F6F;
	width:155px;
	height:50px;
	padding:30px 0 0 85px;
	margin:0;
	background-image:url(../images/box1.gif);
	background-repeat:no-repeat;
}
.pBoxTop1{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#6F6F6F;
	width:135px;
	height:50px;
	padding:30px 0 0 105px;
	margin:0;
	background-image:url(../images/box2.gif);
	background-repeat:no-repeat;
}
.pBoxTop2{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#6F6F6F;
	width:130px;
	height:50px;
	padding:30px 0 0 110px;
	margin:0;
	background-image:url(../images/box3.gif);
	background-repeat:no-repeat;
}
.pBoxText{
	width:193px;
	margin:0 0 0 16px;
	padding: 0 0 0 30px;
	background-image:url(../images/boxbg.gif);
	background-repeat:repeat-y;
}
.pBoxText1{
	width:183px;
	margin:0 0 0 16px;
	padding: 0 20px 0 20px;
	background-image:url(../images/boxbg.gif);
	background-repeat:repeat-y;
}

.pBoxTop3{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#6F6F6F;
	width:158px;
	height:70px;             /*height:35px;  */
	padding:30px 0 0 85px;
	margin:0;
	background-image:url(../images/box4.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.pBoxTop4{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#6F6F6F;
	width:165px;
	height:70px;             /*height:35px;  */
	padding:30px 0 0 78px;
	margin:0;
	background-image:url(../images/box5.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.pBoxTop5{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#6F6F6F;
	width:153px;
	height:70px;             /*height:35px;  */
	padding:30px 0 0 90px;
	margin:0;
	background-image:url(../images/box6.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.headingBox{
	font-family:Verdana;
	font-size:14pt;
	font-weight:bold;
}
.boxText1{
	font-family:Verdana;
	font-size:14pt;
	font-weight:bold;
	color:#ee0000;
}
.boxText2{
	font-family:Verdana;
	font-size:18pt;
	font-weight:bold;
	color:#0044ab;
}
.pBoxFooter{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	width:157px;
	height:33px;
	padding:12px 0 0 67px;
	margin:0 0 0 16px;
	background-image:url(../images/box_bottom1.gif);
	background-repeat:no-repeat;

}

.pBoxFooter1{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	width:157px;
	height:33px;
	padding:12px 0 0 67px;
	margin:0 0 0 16px;
	background-image:url(../images/box_bottom2.gif);
	background-repeat:no-repeat;
}

.pBoxFooter2{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	width:157px;
	height:33px;
	padding:12px 0 0 67px;
	margin:0 0 0 16px;
	background-image:url(../images/box_bottom3.gif);
	background-repeat:no-repeat;
}
.pBoxFooter3{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	width:157px;
	height:33px;
	padding:12px 0 0 67px;
	margin:0 0 0 16px;
	background-image:url(../images/box_bottom4.gif);
	background-repeat:no-repeat;

}
.pBoxFooter4{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	width:157px;
	height:33px;
	padding:12px 0 0 67px;
	margin:0 0 0 16px;
	background-image:url(../images/box_bottom5.gif);
	background-repeat:no-repeat;

}
.pBoxFooter5{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	width:157px;
	height:33px;
	padding:12px 0 0 67px;
	margin:0 0 0 16px;
	background-image:url(../images/box_bottom6.gif);
	background-repeat:no-repeat;

}

.pBoxUl{
	width:191px;
	height:165px;
	font-family:Verdana;
	font-size:10px;
	margin:0;
	padding:0;
}
.pBoxUl ul{
	margin:0 0 0 15px;
	padding:0;
}
.pBoxUl li{
	margin:0;
	padding:0;
	list-style-image:url(../images/list_bullet3.gif);
}
.pBoxUl li a, .pBoxUl li a:visited{
	color:#565656;
	text-decoration:none;
}
.pBoxUl li a:hover{
	color:#999999;
	text-decoration:none;
}


.pBoxUl2{
	width:191px;
	height:200px;             /*height:60px;  */
	padding:20px 0 0 0;
	font-family:Verdana;
	font-size:10pt;
	margin:0 auto;
	color:#666666;
}
/* For the News Box -  Needs to be bigger than the pBox10 by 20*/
.pBoxUl1{
	width:191px;
	height:220px;
	padding:0;
	font-family:Verdana;
	font-size:10px;
	margin:0 auto;
	color:#666666;
}
.footer{
	height:68px;
	width:100%;
	float:left;
	border-top:3px solid #979797;
	background-color:#A3A3A3;
}
.designBy{
	padding:0;
	margin:0 0 0 400px;
	color:#ffffff;
	height:20px;
	font-size:10px;
	font-weight:bold;
}
.designBy a:link, .designBy a:visited{
	color:#ffffff;
	text-decoration:underline;
	font-weight:bold;
}
.designBy a:hover{
	color:#dddddd;
	text-decoration:none;
	font-weight:bold;
}
.copy{
	padding:0;
	margin:0 0 0 350px;
	color:#dddddd;
	height:20px;
	font-size:10px;
}
.footerText{
	
	padding:0;
	margin:0 0 0 300px;
	height:30px;
	color:#ffffff;
	font-size:10px;
}
.footerText ul{
	padding:0;
	margin:0;
	height:30px;
}
.footerText li{
	height:22px;
	margin:0;
	padding:8px 5px 0 5px;
	float:left;
	text-align:right;
	list-style-type:none;
	font-weight:normal;
}
.footerText li a, .footerText li a:visited{
	color:#ffffff;
	float:left;
	display:block;
	text-decoration:none;
	text-align:left;
}
.footerText li a:hover{
	color:#eeeeee;
	text-decoration:none;
}
.rm a, .rm a:visited{
	font-size:10px;
	color:#565656;
	text-decoration:none;
	font-weight:bold;
}
.rm a:hover{
	color:#999999;
	text-decoration:none;
	font-weight:bold;
}
/* inside page classes */
.paraInside{
	float:right;
	width:550px;
	font-family:Verdana;
	font-size:16px;        /*font-size:11px;  */
	line-height:14pt;     /*line-height:16pt;  */
	color:#565656;
	padding:0 0 10px 0;
	margin:0;
	text-align:justify;
}
.paraInside a:link, .paraInside :visited {
	text-decoration:underline;
	color:#565656;
}
.paraInside a:hover {
	text-decoration:none;
	color: #999999;
}
.leftNav{
	float:left;
	width:200px;
	margin:0;
	padding:0;
}
.leftNavHead{
	float:left;
	width:200px;
	height:20px;
	padding:6px 0 0 0;
	margin:0;
	background-image:url(../images/leftnavhead.gif);
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	text-indent:10px;
}
.leftNavMenu{
	float:left;
	font-family:Verdana;
	font-size:11px;
	color:#565656;
	padding:0 0 0 0;
	display:block;
	line-height:18px;
	width:195px;
	margin:0;

}
.leftNavMenu a, .leftNavMenu a:visited{
	float:left;
	font-family:Verdana;
	font-size:11px;
	color:#565656;
	padding:0 0 0 5px;
	display:block;
	height:18px;
	width:195px;
	margin:0;
	text-decoration:none;
	background-color:#ffffff;
	border-bottom:1px dashed #565656;
}
.leftNavMenu a:hover{
	color:#ffffff;
	text-decoration:none;
	background-color:#066CB7;
	border-bottom:1px dashed #565656;
}
.leftNavMenu1{
	float:left;
	font-family:Verdana;
	font-size:11px;
	color:#565656;
	padding:0 0 0 0;
	display:block;
	line-height:16px;
	width:195px;
	margin:0;

}
.leftNavMenu1 a, .leftNavMenu1 a:visited{
	float:left;
	font-family:Verdana;
	font-size:11px;
	color:#565656;
	padding:0 0 0 5px;
	display:block;
	height:34px;
	width:195px;
	margin:0;
	text-decoration:none;
	background-color:#ffffff;
	border-bottom:1px dashed #565656;
}
.leftNavMenu1 a:hover{
	color:#ffffff;
	text-decoration:none;
	background-color:#066CB7;
	border-bottom:1px dashed #565656;
}

.content_ol {
	float:left;
	vertical-align:top;
	font-size: 16px;             /*font-size: 11px;*/
	font-family: Verdana;
	text-align:justify;
}
.content_ol a:link, .content_ol :visited {
	text-decoration:underline;
	color:#565656;
}
.content_ol a:hover {
	text-decoration:none;
	color: #999999;
}
.content_ol ol ul {
	list-style-type: none;
	padding:0;
	margin: 0;
}
.content_ol ul li {
	line-height:16px;
	list-style-image:url(../images/list_bullet3.gif);
	margin: 0;
	padding:5px 0 10px 0;
}

.content_ol1 {
	float:left;
	vertical-align:top;
	font-size: 11px;
	font-family: Verdana;
	text-align:justify;
}
.content_ol1 a:link, .content_ol1 :visited {
	text-decoration:underline;
	color:#565656;
}
.content_ol1 a:hover {
	text-decoration:none;
	color: #999999;
}
.content_ol1 ul li {
	line-height:16px;
	list-style-image:url(../images/list_bullet1.gif);
	margin: 0;
	padding: 5px 0 10px 0;
}

h4{
font-size:10pt;
color:#565656;
font-weight:bold;
}
.subHeadAdd{
font-size:10px;
font-weight:bold;
}
.body_text {
	FONT-SIZE: 13px; COLOR: #666666; FONT-FAMILY: Arial
}

