@charset "iso-8859-1";
body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:0;
padding:0;
}
p:first-letter {
font-weight:bold;
font-size:16px;
}
.reverse {
font-weight: bold;
color:#FFFF00;
background-color:DimGray;
}
img#logo {
position:absolute;
left:0px;
top:0px;
}
#mcafee {
position:absolute;
left:890px;
top:25px;
}
#header {
overflow:hidden;
margin-left:120px;
height:28px;
text-align:center;
background-color:DimGray;
font-family:"Lucida Grande", Verdana, sans-serif; font-weight:bold;
white-space:nowrap;
_line-height:25px;
vertical-align:middle;
}
#header h1 {
font-size:13px;
color:Yellow;
}
#menu {
margin-left:120px;
background-color:#CC9900;
}
#menu ul {
overflow:hidden;
height:28px;
font-size:13px;
font-weight:bold;
margin:0px;
padding:0;
}
#menu ul li {
list-style:none;
float:left;
background-color:#CC9900;
padding:7px 10px 0;
}
#menu ul li a {
color:Yellow;
text-decoration:none;
}
#menu ul li a:hover {
color:#990000;
}
#banner {
width:100%;
height:91px;
background:#FFFF99;
overflow:hidden;
border-bottom:1px solid;
}
#leftnav {
float:left;
position:relative;
margin-left:-233px;
font-size:11px;
left:233px;
border-right:2px solid;
}
.left #category {
font-size:12px;
height:20px;
color:#FFFF00;
font-weight:bold;
width:232px;
text-align:center;
background:DimGray;
line-height:20px;
vertical-align:middle;
}
.left {
padding:0px;
width:232px;
list-style-type:none;
margin:0;
}
.left li {
float:left;
border-bottom:1px solid DimGray;
}
.left li.n1 {
width:26px;
background-color:#669900;
text-align:center;
color:Yellow;
}
.left li.rep {
width:201px;
background-color:#99CC66;
padding-left:5px;
}
.left li.n2 {
width:26px;
background-color:#7f8000;
text-align:center;
color:Yellow;
}
.left li.dup {
width:201px;
background-color:#b1cc35;
padding-left:5px;
}
.left li.n3 {
width:26px;
background-color:#996600;
text-align:center;
color:Yellow;
}
.left li.blank {
width:201px;
background-color:#CCCC00;
padding-left:5px;
}
.left li.n4 {
width:26px;
background-color:#999900;
text-align:center;
color:Yellow;
}
.left li.pak {
width:201px;
background-color:#FFFF99;
padding-left:5px;
}	
.left li.n5 {
width:26px;
background-color:#666633;
text-align:center;
color:Yellow;
}
.left li.dupequip {
width:201px;
background-color:#CCCC66;
padding-left:5px;
}	
.left li.n6 {
width:26px;
background-color:#993300;
text-align:center;
color:Yellow;
}
.left li.media {
width:201px;
background-color:#CC9900;
padding-left:5px;
}
.left a {
color:#191970;
text-decoration:none;
}
.left a:hover {
color:White;
background:Black;
}
.left a:visited {
color:Magenta;
}
#tollfree {
text-align:center;
background-color:#CC9900;
font-weight:bold;
line-height:20px;
overflow:hidden;
color:Yellow;
font-size:13px;
border-bottom:2px solid black;
}
#content {
margin-left:233px;
overflow:hidden;
border-left:1px solid;
}
#footer {
clear:both;
margin:0;
padding:5px;
text-align:center;
background-color:#396;
color:White;
font-size:14px;
}
h1 {
color:#CC9900;
font-size:18px;
}
h2 {
color:#0A4C15;
font-size:16px;
}
h3 {
color:#3366FF;
font-size:14px;
}
h4 {
color:#FF9966;
font-size:12px;
}
.white {
color:#FFFFFF;
}
.blue {
color:#0000FF;
}
.red {
color:#FF0000;
}
.green {
color:#009900;
}
.orange {
color:#FF9900;
}
.small {
font-size:10px;
}
.note {
color:#FF0000;
font-weight:bold;
}

.greenNote {
color:#999900;
font-weight:bold;
}


.FirstLetter {
font-weight:bold;
font-size:16px;
}
.example {
font-family:"Courier New", Courier, monospace;
font-size:12px;
color:#009933;
}
.fldLbl {
padding-left:3px;
width:80px;
}
#wrapper {
width:100%;
overflow:auto;
}
a {
color:#000088;
}
a:visited {
color:#800080;
}
#searchform {
display:inline;
vertical-align:middle;
}
.alert {
color:#FF0000;
font-weight:bold;
font-size:12px;
text-align:center;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #99cc66;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; 
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
}
.tab_content {
	padding: 20px;
}
