/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:0px;
	text-align: left;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/backgroundGradientNew.jpg);
	background-repeat: repeat-x;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 7px;

}
.inset1 {
	margin-left: 15px;
}
.inset2 {
	margin-left: 20px;
}
.maintitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #003399;
	border: 1px #003399;
	padding-bottom: 5px;

}

.product_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color:#FF3399;
	margin-left: 7px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #003399;
	margin-left: 7px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px #003399;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #003399;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
	
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-left: 5px;
}

h2, h3, h4, h5 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	margin-left: 7px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px #003399;
}

.headerLft {
	float:left;
	padding:0;
	margin:0;
	width:20%;
	}
	
.headerCenter {
	width:40%;
	}
	
.headerRt {
	width:100%;
	background-image: url(images/sss_header_rt.jpg);
	background-repeat: no-repeat;
	float: left;
	}
	
.sectionTitle {
	font-size:14px;
	text-align:left;
	display:block;
	color: #000099;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #05349C;
	border-bottom-color: #05349C;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #F3F5F8;
	width: 99%;
}
	
.sectionTitleproducts {
   	font-size:14px;
	text-align:left;
	color: #000099;
	font-weight: bold;
	margin: 5px;
	width:500px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #05349C;
	border-bottom-color: #05349C;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #F3F5F8;
}

.tableBorder {
	border: thin solid #CCCCCC;
}
.smtext {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
	
#navWidth {
	width:780px;
	}
	

#nav, #nav ul {
	float:left;
	list-style:none;
	/*text-align:left;*/
	font-weight:normal;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding:0;/*add padding and margin 0 to set text correctly on main listing in Mozilla*/
	
}



#nav ul li h2 a{
	text-decoration:none;
	background:url(images/tab-left-blue.jpg) no-repeat left top;
	font-size:13px;
	display:block;
	padding:4px 10px 3px 10px;
	color:#ffffff;
	font-weight:normal;
	
	}	
	
		
#nav ul li h2{
	background:url(images/tab-right-blue.jpg) no-repeat right top;
	margin:0 0 0 2px;
	display:block;
	font-weight:normal;
	/*border-bottom:1px solid #999999;*/
	}

#nav ul li:hover h2, #nav  ul li.sfhover h2{
	background:url(images/tab-right-gray.jpg) no-repeat right top;
	margin:0;
	margin-left:2px;/*seperates tabs*/
	}
	
#nav li:hover a, #nav li.sfhover a{
	text-decoration:none;
	background:url(images/tab-left-gray.jpg) no-repeat left top;
	display:block;
	color:#ffffff;
	}
	
#nav li:hover li a, #nav a.sfhover li a {
	background-image:none;
	padding:3px 0 3px 0;/*changes how the rollover displays*/
	}
	
	
#nav a{
	display:block; /*places line breaks before and after element*/
	text-decoration:none;
	/*padding:0.3em;*/
	color:#ffffff;/*input color to cancel out default*/
	margin:0;	
}

/*#nav h2:hover a, #nav h2 li:hover, #nav h2 a:hover,  {
	color:#FFFFFF;
	background-color:#003399;
	}*/

#nav >a {
	width:100px;
	}
	
	
#nav ul li {
	/*float:left;*/
	list-style:none;
	margin:0;
	padding:0;
	
	}

#nav li{
	float:left;
	padding:0;
	margin:0;
	/*position:relative;*/
	}
	


#nav li ul{
	position:absolute;
	left:-999em;
	/*height:auto;*/
	text-align:left;
	font-weight:400;
	width:175px;/*sets the width of the 1st drop down*/

	}

#nav li>ul {
	text-align:left;
	width:150px; /*sets the width of the drop down menu*/
	/*margin: 5px 0 0 0; commented out 12/18/06 to fix how it shows in IE7 but now comes into Mozilla area*/
	}

#nav li li{
	width:150px;
	}


#nav >li li {
	width:150px;
	padding:0px;
	margin:0;
	}
	

#nav ul li li a, #nav li ul a, #nav ul li li{
	width:175px;
	text-align:left;
	color:#fff;
	background-color:#333333;
	background-image:none;
	font-size:12px;
	line-height:normal;
	/*line-height:auto;*/
	font-weight:bold;
	padding:3px 0 3px 5px;
	}
	


/**html #nav li ul a {
	width:120px;
	}
*/


/*sets third drop down menu location*/
#nav li ul ul{
	margin:-2.25em 0 0 170px;
	/*background-color:#ffffff;
	border:thin #000099;*/
	width:150px;
	padding:3px 0 3px 3px;	
	}
/*sets fourth drop down menu location*/	
#nav li ul ul ul{
	margin:-2.25em 0 0 125px;
	width:100px;	
	}
	
	
#nav li ul ul a{
	width:150px;
	padding:0;	
	margin:0px;
	}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul{
	left:-999em;
	}



#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul,#nav li li li.sfhover ul{
	left:auto;
	z-index:6000;
	}

#nav ul li a:hover li, #nav ul li a.sfhover li a {
	background-image:none;
	padding:0;
	margin:0;	
	}
	
#nav ul li.sfhover li a, #nav ul li li.sfhover li a {
	background-image:none;
	padding:3px 0 3px 0;
	margin:0;	
	}

/*
#nav ul li:hover li, #nav ul li.sfhover li, #nav li li:hover a, #nav li li.sfhover a{
	background:#3366CC;
	background-image:none;
	color:#000000;
	margin:0;
	}*/

#nav ul li li:hover, #nav ul li li a:hover, #nav ul li li.sfhover{
	background-image:none;
	background:#6699CC;
	color:#ffffff;
	margin:0;

	}
	
#nav li li li a:hover, #nav li li li:hover, #nav li li li.sfhover, #nav ul ul li li{
	width:150px;
	}
	


.submenuNT a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	padding-right: 5px;
	padding-left: 10px;
	display: block;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thick;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
}
.submenuNT a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	padding-right: 5px;
	padding-left: 10px;
	display: block;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thick;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
}
.submenuNT a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: left;
	padding-right: 5px;
	padding-left: 10px;
	display: block;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thick;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #666;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
}
.submenuNT a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	padding-right: 5px;
	padding-left: 10px;
	display: block;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thick;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color:#000;
	background-image: url(http://www.softwaresecuritysolutions.com/images/bk_release.jpg);
}

.submenuN a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	padding-right: 5px;
	padding-left: 10px;
	display: block;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thick;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color:#000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}
.submenuN a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	padding-right: 5px;
	padding-left: 10px;
	display: block;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thick;
	border-right-style:solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}
.submenuN a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: left;
	padding-right: 5px;
	padding-left: 10px;
	display: block;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thick;
	border-right-style:solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color:#666666;
	padding-top: 3px;
	padding-bottom: 3px;
}
.submenuN a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	padding-right: 5px;
	padding-left: 10px;
	display: block;
	
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thick;
	
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.submenuNsub a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #B0C4DE  ;
	text-align: left;
	padding-right: 5px;
	padding-left: 25px;
	display: block;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thick;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color:#000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}
.submenuNsub a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #B0C4DE  ;
	text-align: left;
	padding-right: 5px;
	padding-left: 25px;
	display: block;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thick;
	border-right-style:solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}
.submenuNsub a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: left;
	padding-right: 5px;
	padding-left: 25px;
	display: block;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thick;
	border-right-style:solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color:#666666;
	padding-top: 3px;
	padding-bottom: 3px;
}
.submenuNsub a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #B0C4DE  ;
	text-align: left;
	padding-right: 5px;
	padding-left: 25px;
	display: block;
	
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thick;
	
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}


.submenuTitleN a:link, .submenuTitleN a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
	display: block;
	font-style: normal;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	/*border-top-width: thin;*/
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thick;
	/*border-top-style: solid;*/
	border-right-style:solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}

.submenuTitleN a:hover, .submenuTitleN a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
	display: block;
	font-style: normal;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	/*border-top-width: thin;*/
	border-right-width: thin;
	/*border-bottom-width: thin;*/
	border-left-width: thick;
	/*border-top-style: solid;*/
	border-right-style:solid;
	/*border-bottom-style: solid;*/
	border-left-style: solid;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}
	
#content {
	clear:left;
	padding:3px 5px 3px 5px;
	}	


.lftPanel {
	background-color: #000000;	
	border: 1px solid #FFFFFF;
	width: 166px;
	height: 25px;
	padding: 0px;
	margin: 0px;
}


html>.lftPanel {
	width:173px;
	}

.lftNewPanel {
	background-color: #000000;
	/*background-image:url(images/background-menu.gif);
	background-repeat:repeat-x;*/
	border: 1px solid #FFFFFF;
	width:258px;
	height: 25px;
	padding: 0px;
	margin: 0px;
}

	
html>.lftNewPanel {
	width:117px;
	}
	
 .rtPanel{
	background-color: #000000;
	border: 1px solid #FFFFFF;
	height: 24px;
	padding: 0px;
	margin: 0px;
	width:3px;
		
	}
	
.dropShadowrt {
	background-image: url(images/sss-dropShadowPx.jpg);
	width: 100%;
	background-repeat: repeat-x;
}
.headerBackground {
	background-image: url(images/SSS_header_background.jpg);
	padding:0;
	margin:0;
	background-repeat: no-repeat;
	width: 100%;
}
.boxBorder {
	border: 1px solid #666666;
}

.column1 {
	font-size:12px;
	text-align:left;
	display:block;
	width:695px;
	padding-bottom: 3px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-left: 3px;
	padding-top: 3px;
	background-image: url(images/release_bk.jpg);
	font-weight: normal;
	height: 20px;
	}
	
.column2 {
	display:block;
	padding-top:5px;
	padding-left: 5px;
	width: 695px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	font-size: 12px;
	}


#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	background-color: #000000;
	padding:5px;
	
}

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

	
#footer a:visited{
	color:#FFFFFF;
	}
	
#footer a:hover {
	color:#CCCC66;
	}
	
#footer a:active {
	color:#FFFFFF;
	}
	
	
.servicetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}


	
#securityTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
}
.securityText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.smText2 {
font-family: Arial, Helvetica, sans-serif; font-size: 9pt
}
.rtPanelHome {

	background-color: #000000;
	border: 1px solid #FFFFFF;
	height: 24px;
	padding: 0px;
	margin: 0px;
	width:16px;
}
.headerBackgroundHome {

	background-image: url(http://www.SoftwareSecuritySolutions.com/images/SSS_header_background.jpg);
	padding:0;
	margin:0;
	width: 20px;
	background-repeat: no-repeat;
}

#zeroDayBubble {
	position:absolute;
	width:201px;
	height:162px;
	z-index:1;
	left: 541px;
	top: 153px;
	visibility: hidden;
}
#zeroDayBubble {
	position:absolute;
	left:548px;
	top:200px;
	width:201px;
	height:115px;
	z-index:2;
}
.sectionTitleproducts50per {

   	font-size:14px;
	text-align:left;
	color: #000099;
	font-weight: bold;
	margin: 5px;
	width:50%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #05349C;
	border-bottom-color: #05349C;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #F3F5F8;
}
.sectionTitle90per {

	font-size:14px;
	text-align:left;
	display:block;
	color: #000099;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #05349C;
	border-bottom-color: #05349C;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #F3F5F8;
	width: 99%;
}
.redBold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}
.headerCenterBkgd {
	background-image: url(images/SSS_header_center.jpg);
	background-repeat: no-repeat;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}
.rtPanelshort {

	background-color: #000000;
	border: 1px solid #FFFFFF;
	height: 24px;
	padding: 0px;
	margin: 0px;
	width:20px;
}
.mainTemplateBox {
	background-color: #FFFFFF;
	border: 2px double #CCCCCC;

}
.sectionTitle80perCopy {
	font-size:14px;
	text-align:left;
	display:block;
	color: #000099;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #05349C;
	border-bottom-color: #05349C;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #F3F5F8;
	width: 80%;
}
.anchorTag a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	background-image: url(images/arrow-red-sm.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color:#000000;
	height: 50px;
	padding-left:24px;
	font-weight: 500;
}
.anchorTag a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	background-image: url(images/arrow-red-sm.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color:#000000;
	height: 50px;
	padding-left:24px;
	font-weight: 500;
	
}
.anchorTag a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	background-image: url(images/arrow-red-sm.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #999999;
	height: 50px;
	padding-left: 24px;
	font-weight: 500;
}
.anchorTag a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	background-image: url(images/arrow-red-sm.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color:#000000;
	height: 50px;
	padding-left:24px;
	font-weight: 500;
}
.kasTable {
	padding-bottom: 10px;
}
 .kasTableTop {
 	padding-top:10px;
	}
.custQuote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	line-height: normal;
}

dl {
	width: 190px;
	color:#000000;
	margin: 0 0 0 0;
	background-color: #CCCCCC;
	background-image: url(images/mountainBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	
  }

dt {
	margin: 0;
	padding: 10px;
	color:#FFFFFF;
	background-color: #003399;
	background-image: url(images/mountainTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
  }

dd {
  margin: 0;
  padding: 10px;
  }
/* CSS for the box starts here */
	.box {
		padding:0 12px 0 0;
		background:#fff url(images/bordersNew.gif) 100% 0 repeat-y;
	}
	.bi {
		padding:0 0 0 12px;
		background:#fff url(images/bordersNew.gif) 0 0 repeat-y;
	}
	.bt {
		height:17px;
		margin:0 -12px;
		background:url(images/boxNew.gif) 100% 0 no-repeat;
	}
	.bt div {
		width:18px;
		height:37px;
		background:url(images/boxNew.gif) 0 0 no-repeat;
	}
	.bb {
		height:17px;
		margin:0 -12px;
		background:url(images/boxNew.gif) 100% 100% no-repeat;
	}
	.bb div {
		width:18px;
		height:37px;
		background:url(images/boxNew.gif) 0 100% no-repeat;
	}
	.box h1 {
		margin:0;
		
		background:#cccccc;
		font:bold 1.2em/1 Arial, Helvetica, sans-serif;
	}
	.box p, .box ul {
		margin:0;
		padding:4px 10px;
		background:#fff;
	}
	.box li {
		margin:0 0 0 2em;
		padding:0;
	}
	
	.teaser {
		padding:0 0 0 11px;
		margin:10px;
		background:url(images/tsr-l.gif) top left no-repeat;
	}
	.teaser h3 {
		background-color:#cccccc;	
		background:url(images/tsr-r.gif) top right no-repeat;
		margin:0;
		padding:11px 10px 0.5em 0;		
		height:30px;
	}
	.teaser p {
		margin:0 0 0 -11px;
		padding:0 11px 0.5em;
		border:1px solid #d8d8d8;
		border-width:0 1px;
		background:#fff;
	}
	.teaser div {
		margin:0 0 0 -11px;
		padding-left:11px;
		background:url(images/tsr-l.gif) bottom left no-repeat;
	}
	.teaser a.more {
		display:block;
		text-align:right;
		padding:0 10px 10px 0;
		background:url(images/tsr-r.gif) bottom right no-repeat;
	}
	
/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(images/box-thrasher.jpg) no-repeat bottom right; 
} 
.cssbox { 
    width: 200px !important; /* intended total box width - padding-right(next) */
    width: 190px; /* IE Win = width - padding */
    padding-right: 10px; /* the gap on the right edge of the image (not content padding) */
    margin: 0 10px auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; margin-right: -10px; /* pull the right image over on top of border */
    padding-right: 20px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 { 
    background-position: top left; 
	color:#FFFFFF;
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.cssbox_body { 
    background-position: bottom left; 
    margin-right: 25px; /* interior-padding right */ 
    padding: 15px 0 15px 40px; /* mirror .cssbox_head right/left */ 
} 
.productButtonText {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	font-style: normal;
	line-height: 24px;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.insetList {
	margin-left: 40px;
}
.insetText {
	display: block;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.cyberPatrolMaroon {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990033;
}

/*Main index page 3 box tables*/


	

.indexNewTextBox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	width:245px;
	text-align: left;
}

.indexNewSideBox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	width:186px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	text-align: left;
}
.indexNewSideBox  h2 {
	background-color: #FFFFFF;
	color:#006699;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-style: italic;
	font-size:14px;
	
}

.indexNewTextBox ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.leftTop {
	background-color:#99b2cc;
	font-size:14px;
	color:#FFFFFF;
	padding-left: 10px;
	border: 1px solid #000000;
	text-align: left;
	width:246px;
	}
	
.leftTop h2 {
	font-size:14px;
	color:#FFFFFF;
	}

	
.centerTop {
	background-color:#688eb3;
	font-size:14px;
	text-align: left;
	color:#FFFFFF;
	padding-left: 10px;
	border: 1px solid #000000;
	width:246px;
	
	}
	
.centerTop h2 {
	font-size:14px;
	color:#FFFFFF;
	}
	
.rightTop {
	background-color:#4d7aa6;
	font-size:14px;
	text-align: left;
	color:#FFFFFF;
	padding-left: 10px;
	border: 1px solid #000000;
	width:246px;
	}
	
.rightTop h2 {
	font-size:14px;
	color:#FFFFFF;
	}
	
.newsTop {
	background-color:#000066;
	font-size:14px;
	width:190px;
	color:#FFFFFF;
	padding-left: 10px;
	border: 1px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	}

.indexTextBoxRtShadow {
	background-image: url(images/shadowIndexTextBox.jpg);
	background-repeat: repeat-y;
}
.newsTopOrange {
	background-color:#993300;
	font-size:14px;
	width:190px;
	color:#FFFFFF;
	padding-left: 10px;
	border: 1px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}


#menuBar, #menuBar ul {
	background:#ffffff;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height:23px;
	font-weight: bold;
	list-style:none;
	margin:0;
	padding:0;	
	}
	
#menuBar ul {
	position:absolute;
	}
	
	
#menuBar ul ul{
	width:740px;
	position:absolute;
	background-color:#999999;
	font-size:13px;
	font-weight:normal;
	float:left;
	}
	
	
#menuBar li ul li ul {
	position:absolute;
	display:block;
	left:-999em;
	height:inherit;
	margin:0;
	text-align:left;
	width:150px; /*set the width of the 1st drop down*/
	}
	
		
#menuBar li{
	background:url(images/tab-right-feb-Roll.jpg) no-repeat right top;
	margin:0;
	margin-top:1px;
	margin-left:2px;
	padding:0;
	float:left;
	/*border-bottom:1px solid #999999;*/
	}
	
#menuBar a{
	text-decoration:none;
	background:url(images/tab-left--feb-Roll.jpg) no-repeat left top;
	display:block;
	padding:4px 10px 3px 10px;
	color:#000000;
	float:left;
	}
	
#menuBar .current  {
	background:url(images/tab-right-gray.jpg) no-repeat right top;
	margin-top: -1px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}
	
#menuBar .current a {
	color:#ffffff;
	text-decoration:none;
	background:url(images/tab-left-gray.jpg) no-repeat left top;
	display:block;
	float:left;
	}
		

	
/* added #menuBar li>current li.sf1hover, #menuBar li>current a.sf1hover but now right side won't change over*/	
#menuBar ul li:hover, #menuBar  ul li.sf1hover, #menuBar li a:hover li, #menuBar li a.sf1hover li, #menuBar li>current li.sf1hover, #menuBar li>current a.sf1hover{
	background:url(images/tab-right-gray.jpg) no-repeat right top;
	margin:0;
	margin-left:2px;/*seperates tabs*/
	float:left;
	/*border-bottom:1px solid #999999;*/
	}
	
#menuBar ul li:hover, #menuBar  ul li.sf1hover, #menuBar li a:hover li, #menuBar li a.sf1hover li{
	background:url(images/tab-right-gray.jpg) no-repeat right top;	
	}
	
	
#menuBar li:hover a, #menuBar li.sf1hover a, #menuBar li a:hover, #menuBar li a.sf1hover{
	text-decoration:none;
	background:url(images/tab-left-gray.jpg) no-repeat left top;
	display:block;
	color:#ffffff;
	float:left;
	}
	

#menuBar ul li ul li, #menuBar li:hover ul a, #menuBar li.sf1hover ul li, #menuBar a.sf1hover ul li{
	font-size:13px;
	color:#ffffff;
	background-image:none;
	display:block;
	background-color:#999999;
	padding-right:5px;
	padding-left:4px;
	margin-top:0px;
	}

	
	
/*sets submenu to correct left location*/	
/*#menuBar ul ul li, #menuBar ul li:hover ul li, #menuBar ul a:hover ul li a {
	top:25px;
	left:0;
	}*/
	
	
#menuBar li ul, #menuBar li.current ul ul {
	left:-999em;
	text-align:left;
	}
	


/*html>body #menuBar li ul {
	margin:2.1em 0 0 -12.5em;
	}*/
	
#menuBar li:hover ul ul, #menuBar li:hover ul ul ul, #menuBar li.sf1hover ul ul, #menuBar li.sf1hover ul ul ul{
	left:-999em;
}


/*added to decrease to spacing for the drop down menu*/
#menuBar li:hover ul li, #menuBar li.sf1hover ul li {
	padding:0;
	}

#menuBar li:hover ul, #menuBar li.sf1hover ul, #menuBar li li.sf1hover ul{
	position:absolute;
	margin:0px;
	padding:0px;
	left:0;
	top:22px;
	z-index:6000;
	float:left;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;*/
}

/*set the vertical drop down menu*/
#menuBar li li:hover ul, #menuBar li li.sf1hover ul, #menuBar li li:hover ul li a, #menuBar li li:hover ul li a, #menuBar li li:hover  ul li{
	
	margin:0;
	padding:0px;
	left:auto;
	top:1.75em;
	z-index:6000;
	
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;*/
}

/*ie 6 fix*/
#menuBar li.sf1hover ul li a, #menuBar a.sf1hover ul li{
	background-image:none;
	padding:3px 5px 4px 5px;
	margin:0;
	}
	

#menuBar ul ul li:hover a{/*sets the hover color for submenu*/
	/*background:#6699CC;*/
	background-image:none;
	background-color:#669900;
	color:#ffffff;
	/*border-right:#FFFFFF 1px solid;
	border-left:#FFFFFF 1px solid;*/
	}
	
#menuBar ul ul li:hover li a{/*second drop down menu color*/
	margin:0 0 0 0;
	padding:3px 0 3px 5px;
	background-color:#669900;
	width:200px;
	}
	
#menuBar ul ul li:hover li:hover a{/*second drop down menu rollover color*/
	background-color:#669999;
	width:200px;
	}



	
#menuBar li.current ul{
	background-image:none;
	background:#999999;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	position:absolute;
	margin:0px;
	padding:0px;
	left:0;
	top:22px;
	}
	
#menuBar li.current ul li {
	list-style:none;
	margin:0;
	padding:0;
	background-image:none;
	}
	
	
#menuBar li.current li a {
	text-decoration:none;
	color:#ffffff;
	float:left;
	background-image:none;
	padding:3px 5px 4px 5px;
	}
	
#menuBar li.current li:active{
	text-decoration:none;
	color:#ffffff;
	float:left;
	background-image:none;
	}
	
#menuBar li.current li h1 a{/*sets the color of the chosen submenu*/
	background-color:#336699;
	/*background-color:#3A89C9;*/
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	background-image:none;
	margin-top:-5px;
	margin-right:0px;
	margin-bottom:-1px;
	margin-left:-7px;
	padding-top:3px;
	padding-right:4px;
	padding-bottom:4px;
	padding-left:9px;
	}
	
#menuBar li.current li ul h1 a {
	background-color:#336699;
	/*background-color:#3A89C9;*/
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	background-image:none;
	margin-top:-5px;
	margin-right:0px;
	margin-bottom:-1px;
	margin-left:0;
	padding-top:3px;
	padding-right:4px;
	padding-bottom:4px;
	padding-left:9px;
	}

	
/*#menuBar li.current ul li h1 a:hover, #menuBar li.current ul li h1 a:sf1hover{
	padding:0 4px 0 3px;
	}*/
	

.BlueBoldText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*color: #999900;*/
	color:#669900;
	font-size: 16px;
	font-style: italic;
	border-top-color: #21A121;
	border-right-color: #21A121;
	border-bottom-color: #669900;
	border-left-color: #21A121;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	padding-top: 10px;
}
.borderMainContent {
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #000000;
}

.data_phrase {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	color: #000000;
	text-align: right;
}
.data_phraseNew {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
	color: #000000;
	text-align: left;
	margin-left: 40px;
}
