﻿@charset "UTF-8";
body  {
	font-family:"Lucida Grande", Verdana, Arial;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height:20px;
	font-size:11px;
	line-height:18px;
}
.twoColFixLt #container { 
	width: 957px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
    top: 0px;
    left: -1px;
    height: 922px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 0px;
}
.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
} 

.twoColFixLt #mainContent2 { 
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.toprightnav{
	position:absolute;
	width: 295px;
	left: 661px;
	top: 40px;
}

.toprightnav ul {
list-style:none;
display:inline;
}


.toprightnav ul li {
list-style:none;
float:left;
margin-right:3px;
}


.mainnav{
text-align:right;
height:29px;
background-image:url(images/navBG.gif);
padding-top:13px;
width:707px;
float:right;
margin-right:4px;
font-size:12px;
line-height:21px;
clear:both;
}

.mainnav ul {
list-style:none;
display:inline;
}


.mainnav ul li {
list-style:none;
float:right;
margin-right:30px;
}



.homeheadertext {
	color: #FFFFFF;
	font-size: 10px;
	margin:5px 0px 0px 0px;
}



#subnav1{
	margin: 0px 0px 0px 20px;
	background-image:url(images/subnavbg.gif);
}

#subnav1 h2{
	margin-left: 0px;
	margin-bottom: 10px;
	color: #7f7f7f;
}

#subnav1 ul{

	list-style: none;
	
}

#subnav1 ul li{

	margin-bottom: 10px;
	
	line-height:13px;
}

#subnav1 ul li a{
	color: #000;
	text-decoration:none;
}

#subnav1 ul li a:hover{
	color:#FF0000;
	text-decoration:none;	
}

#subnav1 ul li.current{
	background:url(images/navArrow.gif);
	background-repeat:no-repeat;
	padding-left:13px;
	
}

#subnav1 ul li.current a{
	color:#ee3124;
	text-decoration:none;
}







#subnav2{
	margin: 0px 0px 0px 20px;
	background-image:url(images/subnavbg.gif);
}

#subnav2 h2{
	margin-left: 0px;
	margin-bottom: 10px;
	color: #7f7f7f;
}

#subnav2 ul{
	
	list-style: none;
}

#subnav2 ul li{
	margin-bottom: 10px;
	line-height:13px;
}

#subnav2 ul li a{
	color: #000;
	text-decoration:none;
}

#subnav2 ul li a:hover{
	color:#FF0000;
	text-decoration:none;	
}

#subnav2 ul li.current{
	background:url(images/navArrow.gif);
	background-repeat:no-repeat;
	padding-left:13px;
	
}

#subnav2 ul li.current a{
	color:#ee3124;
	text-decoration:none;
}


#subnav2 ul li.off{
	background-repeat:no-repeat;
	padding-left:15px;
	
}

#subnav2 ul li.off a{
	color:#000000;
	text-decoration:none;
}












.footer{

color:#999999;
text-align:center;
padding:20px;
}

.search{
font-size:12px;
font-weight:bold;
color:#999999;
text-align:right;
padding-right:15px;
height:40px;
}

h1{ 
font-weight:bold; 
color:#000000;
font-size:12px;
}

h2{ 
font-weight:bold; 
color:#000000;
font-size:14px;

padding:10px 0px 10px 0px;}

.header{
background-image:url(images/arrowHeader.gif);
background-repeat:no-repeat;
height:20px;
padding:0px 0px 0px 60px;
color:#ee3124;
}

.headeroff{
background-repeat:no-repeat;
height:20px;
padding:0px 0px 0px 60px;
color:#000;
    width: 116px;
}


.headeroff a{
background-repeat:no-repeat;
height:20px;
padding:0px 0px 0px 0px;
color:#000;
text-decoration:none;
}


#supporttable td{
border-right:#CCCCCC 1px solid;
border-bottom:#CCCCCC 1px solid;
padding:10px;

}

#supporttable tr.noborder td{
border-bottom: none;

}

#supporttable td.noborder{
border-right: none;

}


a:link {color: #FF0000}
a:visited {color: #FF0000}
a:hover {color:#FF0000}
a:active {color: #0000FF}
