html,body,h1,h2,h3,h4,h5,h6,div,p,ul,li{
	margin:0;
	padding:0;
	border:0;
	color:#202020;
}
html{height: 100%;}
body{
	font:11px/13px arial,sans-serif;
	height: 100%;
	background: #e6e6e6;
}
table {
	
	background: #ffffff;
}
a{color:#000;text-decoration:none;}
a:hover{text-decoration:underline;}
a:focus{outline:none;}
form{display:inline;}

img{border:none;display:block;}
label,select,textarea,input{vertical-align:middle;}
img.left{
	float: left;
	margin-right: 22px;
}
img.right{
	float: right;
	margin-right: 22px;
}
#header{
	height: 299px;
	position: relative;
}
#header ul{
	list-style: none;
	height: 15px;
	float: right;
	padding-top: 82px;
	padding-right: 17px;
	position: relative;
	z-index: 1000;
}
#header ul li{
	background: url(../images/sep.gif) no-repeat 0 7px;
	display: inline;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	float: left;
	padding: 0 1px 25px 5px;
}
#header ul .first{background: none;}
#header ul li a{
	color: #626262;
	float: left;
	padding: 5px 3px 8px 4px;
	position: relative;
}
#header ul li a span{
	display: none;
	background: url(../images/shadow.png) no-repeat;
	width: 12px;
	height: 26px;
	position: absolute;
	top: 0px;
	right: -12px;
}
#header ul .active a, 
#header ul li a:hover{
	color: #f55902;
	text-decoration: none;
}
#header ul li:hover a, 
#header ul li.hover a{
	background: url(../images/border1.gif) no-repeat;
}
#header ul li:hover a span, 
#header ul li.hover a span{
	display: block;
}
#header ul li:hover, 
#header ul li.hover{position: relative;}
#header ul li:hover .sub, 
#header ul li.hover .sub
{display: block;}
#header ul .sub{
	display: none;
	width: 183px;
	position: absolute;
	left: 5px;
	top: 26px;
	z-index: 1000;
	background: url(../images/1x1.gif);
}
#header ul .sub div{
	background: url(../images/nav1.png) no-repeat;
	width: 183px;
	height: 13px;
	position: absolute;
	left: 0px;
	bottom: -13px;
	line-height: 0;
	font-size: 0;
	z-index:1000;
}
#header ul .sub ul{
	background: url(../images/nav.png) repeat-y;
	width: 175px;
	height: auto;
	float: none;
	padding: 0 7px 0 1px;
	position: static;
}
#header ul .sub ul li{
	background: none;
	display: block;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	text-transform: none;
	float: none;
	padding: 5px 4px 6px 7px;
	border-bottom: 1px solid #ddd;
	z-index: 1000;
}
#header ul .sub ul li.last{
border-bottom:none;
}
#header ul .sub ul li a{
	padding: 0;
	float: none;
	background: none;
	position: static;
}
#header ul .sub ul .last{border: 0;}
#header ul .sub ul li a{color: #5d5d5d;}
#header ul .sub ul li a:hover{color: #ff6311;}

#header ul .firstActive {color: #FF5800;background: none;}

.logo{
	background: url(../images/logo.gif) no-repeat;
	width: 144px;
	height: 64px;
	overflow: hidden;
	text-indent: -3000px;
	position: absolute;
	left: 20px;
	top: 16px;
	float:left;
}
.tag
{
	background: url(../images/hdr-notification.jpg) no-repeat;
	width: 375px;
	height: 70px;
	display: block;
	overflow: hidden;
	float:right;
	position:absolute;
		right: 0px;
		top: 5px;
	}
#header img{
	position: absolute;
	left: 10px;
	bottom: 0px;
	margin-top:1px;
	z-index: 1;
}
#header .flash{
	position: absolute;
	left: 10px;
	bottom: 0px;
	margin-top:1px;
	z-index: 1;
}
#header .flashbig{
	position: absolute;
	left: 10px;
	bottom: 0px;
	margin-top:1px;
	top:110px;
	z-index: 1;
}
#header .rolldown{
	position: absolute;
	left: 10px;
	bottom: 0px;
	margin-top:1px;
	z-index: 1;
}
#main{
	background: #ffffff;
	margin:0 auto;
	width: 775px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;

}
/*Added*/
#body{
	background: #fff url(../images/backgroundBody.gif);
	margin-top: 35px;
	margin-bottom: 10px;
	width: 775px;
}
#bodyOne{
	background: #fff none;
	margin-top: 35px;
	margin-bottom: 10px;
	width: 775px;
}
.content{	
	width: 515px;
	float: left;
	padding-left: 50px;
	padding-right: 18 px;
	color: #202020;
	font-size: 12px;
	line-height: 14px;
	min-height:550px;
}
.contentOne{	
	width: 715px;
	float: left;
	padding-left: 50px;
	padding-right: 20px;
	color: #202020;
	font-size: 12px;
	line-height: 14px;
	min-height:550px;
}
.content a{
	color: #FF5800;
	text-decoration:underline;
}
.content a:hover{
	color: #5D5D5D;
	text-decoration:underline;
}
.content a:visited{
	color: #FF5800;
	text-decoration:underline;
}
.content h1{
	font-size: 17px;
	color: #ed6900;
	margin-bottom: 12px;
}
.content h2{
	font-size: 18px;
	color: #626262;
	margin-bottom: 24px;
}
.content h3{
	font-weight: bold;
	font-size: 12px;
	color: #3a3a3a;
	padding-bottom: 13px;
}
.content .letterhead{
	font-weight: bold;
	font-size: 12px;
	color: #FF5800;
	padding-left: 3px;
	margin-bottom:5px;
	background: #f4f4f4;
	width:100%;
}
.content p{
	padding: 0 0 15px 0;
}
.content ul{
	margin-left: 40px;
	padding-bottom: 20px;
}
.content ul li{
	
}
.content ul li a{
	text-decoration: underline;
	line-height: 14px;
}
.content ul li a:hover{text-decoration: none;}
#column{
	width: 167px;
	float: left;
	padding-left: 23px;
	padding-bottom: 16px;
	color:#585858;}
	#column a {
	color:#585858;
	}
	
	.column #letterhead{
	font-weight: bold;
	font-size: 12px;
	color: #FF5800;
	padding-left: 3px;
	margin-bottom:5px;
	background: #f4f4f4;
	width:100%;
}
#column ul{
	list-style: none;
}
#right{
	float:right;
	width:145px;
	padding:4px 45px 40px 11px;
}
#right a{
color:#626262;
}
#right a:hover{
color:#FF5800;
text-decoration:none;
}

.nav{
	width: 165px;
	background: #f4f4f4;
	border: 1px solid #d0cfcb;
}
.nav h3{
	background: #d5d5d5;
	color: #5e5a68;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 0 4px 6px;
	border-bottom: 1px solid #cfccc5;
}
.nav ul{
	padding:6px 0 19px 5px;
	line-height: 15px;
}
#column  .nav ul li a{
	color: #FF5800;
	text-decoration: underline;
}
#column .nav ul li a.visited{
	color: #FF5800;
	text-decoration: underline;
}
#column .nav ul li a:hover{
	text-decoration: none;
	color:#626262;
}
#column .nav ul li.indent {
	margin:0px;
	margin-left:10px;
	padding:0 0 0 0px;
}
#column .nav ul li.indent a{
	color:#626262;
}
.list{
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	margin-top: 15px;
	padding-top: 11px;
	padding-bottom: 11px;
}
.list li{
	padding-left: 31px;
	height: 29px;
	line-height: 27px;
}
.items{
	border-top: 1px solid #ccc;
	padding-top: 21px;
}
.items h3{
	color: #a4a4a6;
	font-size: 13px;
	padding-bottom: 13px;
}
.items li a{
	color: #a4a4a6;
}



.list .iconDemo{background: url(../images/iconDemo.gif) no-repeat;}
.list .iconNewsletter{background: url(../images/icoNewletter.gif) no-repeat;}
.list .iconROI{background: url(../images/iconROI.gif) no-repeat;}
.list .iconPR{background: url(../images/iconPR.gif) no-repeat;}
.list .iconAwards{background: url(../images/iconAwards.gif) no-repeat;}
.list .iconConnect{background: url(../images/iconCC.gif) no-repeat;}



.banner-holder{
	padding: 13px 0 15px 0;
	color: #7a7a7a;
}
.banner-holder a{color: #7a7a7a;}
.banner-holder .row{
	padding-bottom: 9px;
}
.banner-holder p{
	padding-top: 2px;
	padding-right: 30px;
}
#footer{
	clear:both;
}
.tabset {
	background: url(../images/gradient.gif) repeat-x;
	float:left;
	width: 515px;
	margin-bottom: -22px;
	padding-left: 1px;
	white-space: nowrap;
	margin-right: -20px;
	margin-left: 1px;
}
.tabset a{
	background: url(../images/sep1.gif) no-repeat 100% 2px;
	float: left;
	height: 20px;
	color: #4e4e4e;
	padding: 0 28px;
	border-top: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
	line-height: 20px;
	position: relative;
	text-decoration:none;
}
.tabset a.last{background: none;margin-right: -10px;
	text-decoration:none;}
.tab p {
padding-right:15px;
}
.tab h4{
	font-weight: bold;
	font-size: 12px;
	color: #626262;
	padding-bottom: 13px;
}
.tab .img-list{
	overflow: hidden;
	clear: both;
	/*height: 1%;*/
	height:45px;
}
.tab .img-list a{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left:0px;
	text-decoration:none;
	}
	.tab .img-list a:hover{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left:0px;
	text-decoration:underline;
	}
.tab .img-list img{
	margin-right: 6px;
}
.tab h4 a{font-weight: normal;}
.tab img{border: 2px solid #d9d9d9;}
.tab ul{
	list-style: none;
	font-size: 11px;
}
.tab ul li{
	padding-bottom: 13px;
}
a.tab {
	float: left;
	margin: 0 5px -1px;
	padding:0 5px;
	position: relative;
	
}
.tabset a.active{
	font-weight: bold;
	border-bottom-color: #fff;
	border-right:  1px solid #b7b7b7;
	padding-right: 29px;
	background: none;
}
a.activelast{
	font-weight: bold;
	border-bottom-color: #fff;
	padding-right: 29px;
	background: none;
	text-decoration:none;
}
a.active:hover{text-decoration: none;}
a.activelast:hover{text-decoration: none;}
div.tab {
	border-left: 1px solid #b7b7b7;
	border-right:  1px solid #b7b7b7;
	border-bottom:  1px solid #b7b7b7;
	clear: both;
	width: 501px;
	padding: 38px 0 30px 15px;
	margin-right: -20px;
	overflow: hidden;
	/*height: 1%;*/
	margin-bottom: 30px;
	height:175px;
	display:none;
}
.wrap{padding-top: 10px;}
.wrap ul{
	padding-top: 8px;
	padding-bottom: 38px;
}

/* These are standard sIFR styles... do not modify */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1.sifr-h1 {
	visibility: hidden;
	font-size: 18px !important;
	
}

.sIFR-hasFlash h2.sifr-h2 {
	visibility: hidden;
	font-size: 19px !important;
	margin-top:-11px;
}


.sIFR-hasFlash h3.sifr-h3 {
	visibility: hidden;
	font-size: 20px !important;
	line-height:20px;
	
}

.sIFR-hasFlash h4.sifr-h4 {
	visibility: hidden;
	font-size: 12px !important;
	margin-top:-11px;
	text-transform:uppercase;
}

.sIFR-hasFlash h5.sifr-h5 {
	visibility: hidden;
	font-size: 14px !important;
	margin-top:0px;
	text-transform:uppercase;
}
/*Old Styles Carried Over*/
h2.title{
	font-size:14px;
	color:#8C8C8C;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:5px;
}

.list-news{
	margin:0;
	margin-top:-7px;
	padding:0px 0 0 0;
	overflow:hidden;
	width:150px;
	list-style:none;
	color:#585858;
	
}
.list-news li{
	width:150px;
	float:left;
	padding:0 0 7px 0;
	color:#585858;
}
.list-news h4{
	color:#202020;
	margin:0;
	padding:0 0 0 0px;
	/*background:#D5D5D5;*/
}
.list-news p{
	margin:0;
	padding:7px 0 5px 0px;

	color:#585858;
		font:12px Arial, Helvetica, sans-serif;
}
.list-news a{
	color:#585858;
	margin:0 0 0 0px;
	text-decoration:underline;
}
.list-news a:hover{
	text-decoration:underline;
	color:#FF5800;
}

/* NEWS Page*/

.list-newsPage{
	margin:0;
	padding:0px 0 0 0;
	overflow:hidden;
	width:475px;
	list-style:none;
	color:#585858;
}
.list-newsPage ul{
	padding:0;
	margin:0;
}
.list-newsPage li{
	width:475px;
	padding:0;
	margin:0;
	color:#585858;
}
.list-newsPage h4{
	color:#202020;
	margin:0;
	padding:0;
	/*background:#D5D5D5;*/
}

.list-newsPage a:link, a{
	color:#585858;
	margin:0px;
	text-decoration:none;
}
.list-newsPage a:hover{
	text-decoration:underline;
	color:#FF5800;
}

/* footer */
#footer{
	height:26px;
	width:775px;
	overflow:hidden;
	background:url(/resources/images/bg-footer.gif) no-repeat 50% 0;
}

#footer ul{
	margin:0;
	overflow:hidden;
	line-height:26px;
	padding:0 0 0 7px;
	list-style:none;
}
#footer ul li{
	float:left;
	padding:0 12px 0 7px;
	background:url(/resources/images/foo-divider.gif) no-repeat right;
}
#footer ul li.last{
	background:none;
}
#footer a{
	color:#696A6C;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

#connectCenter ul{
	margin:0;
	padding:10px 0 10px 0;
	list-style:none;
	width:495px;
	overflow:hidden;
}
#connectCenter ul li{
	width:495px;
	margin:5px 0 0 0;
	float:left;
}
#connectCenter ul li img.inner{
	border:none;
	float:right;
	margin:0 4px 0 0;
}

#connectCenter ul li a:link { 
	text-decoration:underline;
} 
#connectCenter ul li a:visited{
color:#020202;
text-decoration:none;
}
#connectCenter ul li a:hover{
color:#ff5800;
}
#connectCenter h2{
	font-size:12px;
	margin:0;
}
#connectCenter h2 a{
	text-decoration:none;
	color:#FF5800;
	text-decoration:none;
}
#connectCenter ul p{
	margin:2px 0 0 0;
	color:#666;
}
#connectCenter ul p a{
	color:#666;
	text-decoration:none;
}
#connectCenter ul img{
	border:1px solid #ccc;
	float:left;
	margin:0 4px 0 0;
}
#connectCenter ul div{
	width:390px;
	float:right;
	padding:17px 10px 17px 10px;
	background:#f4f4f4;
	min-height:63px;
}


/*SMALL CONNECT CENTER*/


#connectCentersmall ul{
	margin:0;
	padding:10px 0 10px 0;
	list-style:none;
	width:495px;
	overflow:hidden;
}
#connectCentersmall ul li{
	width:495px;
	margin:5px 0 0 0;
	float:left;
}
#connectCentersmall ul li img.inner{
	border:none;
	float:right;
	margin:0 4px 0 0;
}

#connectCentersmall ul li a:link { 
	text-decoration:underline;
} 
#connectCentersmall ul li a:visited{

text-decoration:underline;
}
#connectCentersmall ul li a:hover{
color:#ff5800;
}
#connectCentersmall h2{
	font-size:12px;
	margin:0;
}
#connectCentersmall h2 a{
	text-decoration:none;
	color:#FF5800;
	text-decoration:none;
}
#connectCentersmall ul p{
	margin:2px 0 0 0;
	color:#666;
}
#connectCentersmall ul p a{
	color:#666;
	text-decoration:underline;
}
#connectCentersmall ul img{
	border:1px solid #ccc;
	float:left;
	margin:0 4px 0 0;
}
#connectCentersmall ul div{
	width:390px;
	float:right;
	padding:5px 10px 5px 10px;
	background:#ffffff;
	min-height:63px;
}
/* END SMALL CONNECT */



.solution{
	margin:0;
	padding:11px 0 0 0;
	width:352px;
	overflow:hidden;
	list-style:none;
}
.solution li{
	float:left;
	width:352px;
	padding:4px 0 0 0;
}
.solution img{
	float:left;
	margin:0 2px 0 0;
	border:1px solid #999;
}
.solution p{
	margin:0;
	padding:10px 10px 10px 10px;
	font-size:12px;
	height:22px;
	background:#f4f4f4;
	float:left;
	width:275px;
}
.solution a{
	text-decoration:none;
	color:#666;
	margin:0 0 0 0px;
}
.solution a:hover{
	color:#C51212;
}

.orange
 {
 color: #FF5800;
 }
 
 .content .ManyCheckboxes
{
	position: static;
	background-color: white;
	height: 100px;
	overflow: auto;
	width: 300px;
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}