﻿body#bg{
margin-top:0px;
	background: url('images/bgd.jpg'); }
	
img{ border:0px;
}

a:link {
text-decoration:none;
outline: none;
}
a:visited {
text-decoration: none; 
outline: none;
}
a:hover {
text-decoration: none;
outline: none;
}
a:active {
text-decoration: none;
outline: none;
}

/* Start of product menu accodion */
#slide {padding:10px; margin:0; width:181px; font-family:arial, sans-serif; font-size:12px; background:#000; position:absolute;}
/* line 14 is is initial state of tab  */
#slide dt {padding:0; margin:0; width:181px; height:34px; background:url('menu4.gif'); color:#ddd; text-align:center; line-height:37px; cursor:pointer; font-weight:bold;}
/* line 16 on click changes image color */
#slide dt.current { color: #fff; background: url('activepng.png') left bottom;}
#slide dt a {display:block; height:34px; color:#fff; text-decoration:none; line-height:37px;}
#slide dt a:hover {color:#fc0;}
/* line below controls the color of the inside divs which i made yellow #FFFF99 */

#slide dd, dd ul dd {
	padding: 0;
	margin: 0;
	background:  #FFFF99; 
	text-align: center;
	width: 181px;
	height: 0;
	overflow: hidden;
	position: relative;
}

#slide dd ul {padding:0; margin:0; list-style:none; position:relative; left:0; bottom:0; height:auto;}
#slide dd ul dd ul {padding:0; margin:0; list-style:none; position:absolute; left:0; bottom:0; height:auto;}

#slide dd ul li, dd ul dd ul li{border-bottom:1px solid #aaa; width:181px; height:25px; line-height:25px; background: #FFFF99}

#slide dd ul li a, dd ul dd ul li a {
	color:  navy;
	text-decoration: none;
	font-size: 11px;
	display: block;
	height: 25px; }
	
#slide dd ul li.current, dd ul dd ul li.current {
	background: #CC99FF; 
	color: #000;
	font-weight: bolder;
	text-decoration: none;
	/*letter-spacing: 2px;*/
}

/* End of product navigation accordion */

/* start of main navigation */
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 545px; /*For KHTML*/
  list-style: none;
  height: 24px;
  text-align: left;
  z-index:1000;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
  z-index:10001;
}

ul#navmenu ul {
  margin: 0;
  border: 1px #666;
  border-style: solid none none none;
  padding: 0;
  width: 187px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 187px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  border: 1px solid #000;
  border-right-color: #000;
  border-bottom-color: #000;
  padding: 0 15px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: black;
  color: #3A80CC;
  font: bold 11px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #999;
  color: #FFF;
  border-color: #CCC;
  border-right-color: #666;
  border-bottom-color: #666;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: black;
  color: #3A80CC;
  border: 1px solid #666;
  border-top-color: #000;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #999;
  color: #FFF;
  border-color: #CCC;
  border-right-color: #666;
  border-bottom-color: #666;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 180px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}
/* End of main navigation */

#wrapper{
	width: 968px;
	background-color: #E4E4E4;
	border: thin solid #996633;
	height: auto; /* it is misaligned if height is not defined*/;
	position: absolute;
	margin-top: 0px;
	background-attachment: fixed;
    left: 50%;
    margin-left: -484px;

 }

#content{
	/*border-width: 3px; this content is for all except index */
	width: 755px;
	float: right;
	height: auto;
	position: relative;
	background-color: #FFFFFF; /*padding-left: 10px; 
	padding-right: 10px; 
	margin-left: 10px;*/;
	padding-bottom: 20px;
	border-top-style: solid;
	border-top-color: #000066;
	padding-left:10px;
	}

#content2{
	/*border-width: 3px;  */
	width: 745px;
	float: right;
	height: auto;
	position: relative;
	background-color: #FFFFFF; /*padding-left: 10px; 
	padding-right: 10px; 
	margin-left: 10px;*/;
	padding-bottom: 20px;
	border-top-style: solid;
	border-top-color: #000066;	
}


.tableStyle{
	border: 1px solid #C0C0C0;
	width: 745px;
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
}

.tableStyle2{
    position:relative;
	padding: 3px;
    border-color: #CCCCFF; 	 
    border-width: 2px;
	width: 500px;
	background-image: url('images/sidebgdRL.jpg');
	background-repeat: repeat-y;
	background-position: right;
	background-attachment: scroll;
	background-color: #FFFFFF;
}





#breadcrumb {
	/*padding: 10px;  */
	float: right;
	border: thin none #FF9933;
	background-color: #E4E4E4;
	position: relative;
	width: 700px; }
	
#breadcrumbfont{
	font-size: 10px;
	font-family: Tahoma;
	font-weight: lighter;
	text-decoration: none;
	color: #000000;
	/*float: left;*/ }

#breadcrumbfont:hover{
	 color: red;				
}

.TitleFont{
	font-size: 20px;
	font-family: Arial;
	color: #000000;
	letter-spacing: 2px;
	font-weight: bolder; /*display: block; */;
	margin: 8px auto 8px auto;
	text-align: left;
}

.Fontstyle1, .Fontstyle3, .Fontstyle5, .Fontstyle6, .Fontstyle7{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	 padding:15px;
 }

.Fontstyle1{
	color: #000080;
	 }

.Fontstyle2{
	color: #000000;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	 }

.Fontstyle3{
	color: #FF3300;
	/*display:block;*/
	 }

/* olive font */	 
.Fontstyle4{
	color: #808000; 
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large
}

.Fontstyle5{
	color:#008000;
}

.Fontstyle6{
	color: #000000;
}

.Fontstyle7{
	color:#CC0000;
}

.Fontstyle8{
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
/*same as  Fontstyle1 with diff dimensions*/
.Fontstyle10{
	color: #000080;
	font-family:  "Trebuchet MS";
	font-size: 12px;
}

.plainText{
	color: #000000;
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	letter-spacing: 2px; }
	
	
.itallicText, .itallicText2{	
	font-style: italic;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	 }

.itallicText{
	color: #0033CC;
	}
	
	
.itallicText2{
	color: #004000;
}

.redFooter{
	position: relative;
	color: #E60000;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none; }

.divider, .divider2{
	border-width: thin;
	border-color: #666666;
	background-color: #E4E4E4;
	height: 25px;
	border-top-style: solid;
	border-bottom-style: solid;
	 }

.divider { 
	background-color: #E4E4E4;
}

.divider2{
background-color:white;
}

.bar{
	/*background-color: #808080; */	
	background-color: #647898;
	height: 24px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Tahoma;
	letter-spacing: 1px;
	font-weight: bold; 
	}
	
.bar2{
    background-color:#268BA8;
    height: 30px;	
}

.whiteText{
	color: #FFFFFF;
	font-size: 12px;
	font-family: Tahoma;
	letter-spacing: 1px;
	font-weight: bold; }

.Cell{
	width: 50%;
	height: 130px; 
}

.Container{
	width:770px;
	float:right;
	height:auto;
	position:relative; 
	padding-left:10px;
	background-color:white;
}


.PaddingStyle{
   padding:20px;
	}

.selected{
	background-color: #CC99FF;
	}
.selected2{
	background-image: url('activepng.png');
	color: #FFFFFF;
}

.greyOut{
	background-color: #CCCCCC;
	text-decoration: none;
	}

.greyOut2{
	background-image: url('menu4.gif');
	text-decoration: none;
	}


.productFooter{
	background-image: url('images/productFooter.png');
	background-repeat: repeat-x;
	background-attachment: scroll;
	width: 100%;
}

