/*main container*/
#main {
	position:relative;
	margin:0 auto;
	padding:181px 0 0;
}
/*content*/
#container {
	overflow:hidden;
	width:100%;
	margin-left:-2px;
	width: 978px;
}

img {border-style:none;}
a {
	text-decoration:underline;
	color:#5482ab;
}
a:hover {text-decoration:none;}

input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}


/*title*/
.title {
	background: transparent url('/static/unitedstates/images/title-box.gif') repeat-y;
	width: 978px;
	margin:0 0 13px 0;
}
.title .top {
	background: url('/static/unitedstates/images/title-box-top.gif') no-repeat;
	width: 976px;
}
.title .bottom {
	background: url('/static/unitedstates/images/title-box-bottom.gif') no-repeat 0 100%;
	width: 976px;
	padding:4px 4px 6px;
}
.title .text {
	height:1%;
	overflow:hidden;
	background:#ebebeb url('/static/unitedstates/images/title-box-text.gif') repeat-x;
	padding:2px;
	width: 963px;
}
.title .image {
	float:left;
	margin:0 -100% 0 0;
	position:relative;
}
.title .image img {display:block;}


.title .image h1 {
	background: url('/static/unitedstates/images/txt-financial.png') no-repeat;
	width: 289px;
	height: 49px;
	position:absolute;
	top:70px;
	left:318px;
	text-indent:-999px;
	margin:0;
}

.pages {
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	bottom:1px;
}
.pages li {
	float:left;
	font:11px/18px Tahoma, Arial, Helvetica, sans-serif;;
	text-align:center;
	padding:0 1px 0 0;
}
.pages li a {
	color:#fff;
	display:block;
	background: url('/static/unitedstates/images/pages.png') no-repeat;
	width:18px;
	height:18px;
	text-decoration:none;
	cursor:pointer;
}
.pages li.active a,
.pages li a:hover {background: url('/static/unitedstates/images/pages-hover.png') no-repeat;}

.title .image p {
	margin:0;
	position:absolute;
	width:298px;
	top:116px;
	left:325px;
	font-size:14px;
	line-height:18px;
	color:#fff;
}
.more {
	vertical-align:middle;
	background: transparent url('/static/unitedstates/images/more.png') no-repeat;
	padding:0 11px 1px 4px;
	font: 11px/16px Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing:0;
	color:#ffffff;
	text-decoration:none;
}

.more:hover {text-decoration:underline;}
.title .txt {
	float:right;
	width:324px;
	/*margin-left:-20px;*/
	
}
.title .txt h2 {
	margin:0 0 8px;
	background: url('/static/unitedstates/images/title.gif') no-repeat;
	padding:0 0 0 25px;
	height:1%;
	overflow:hidden;
	line-height:29px;
}
.title .txt h2 span {
	display:block;
	height:29px;
	text-indent:-9999px;
	overflow:hidden;
}
.txt-access {
	background: url('/static/unitedstates/images/txt-access.gif') no-repeat 0 5px;
	width: 161px;

}
.txt-what {
	background: url('/static/unitedstates/images/txt-what.gif') no-repeat 0 6px;
	width: 266px;
}
.select {
	padding:18px 0 26px 36px;
	height:1%;
	overflow:hidden;
}
.choose-from {
	padding:0 0 0 36px;
	height:1%;
	overflow:hidden;
}
.choose-from p {
	line-height:16px;
	margin:0 0 6px;
}
.choose-from ul {
	float:left;
	margin:0;
	padding:0;
	width:143px;
}
.choose-from ul li {
	line-height:20px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	background : transparent none;
	margin-bottom: 0px;
}
.select select {
	width:272px;
	padding:0;
	margin:0;
}

#content {
	width:641px;
	float:left;
	overflow:hidden;
	padding:0 0 0 3px;
}

.blue-box {
	height:1%;
	overflow:hidden;
}
.blue-box h2 {
	background:#003946;
	margin:0;
	line-height:30px;
	font-size:18px;
	padding:0 0 0 9px;
}
.blue-box h2 span {
	background: url('/static/unitedstates/images/txt-checkout.gif') no-repeat;
	width: 317px;
	height: 31px;
	display:block;
	text-indent:-9999px;
}
.blue-box p {
	line-height:16px;
	margin:0 0 10px;
}
.box-text {
	height:1%;
	overflow:hidden;
	padding:10px 20px 14px;
	background: url('/static/unitedstates/images/box.gif') repeat-x;
}
.boxes {
	height:1%;
	overflow:hidden;
}
.boxes div {
	width:328px;
	float:left;
	overflow:hidden;
}
.boxes div.alt {width:265px;}
.boxes div h3 {
	font-size:14px;
	line-height:16px;
	color:#333;
	margin:0 0 8px;
	font-weight:bold;
}
.boxes div ul {
	list-style:none;
	margin:0;
	padding:0;
}
.boxes div ul li {
	height:1%;
	overflow:hidden;
	vertical-align:top;
	line-height:16px;
	padding:0 0 4px;
	background:transparent none;
	margin-bottom: 0px;
}
/*tabset*/
.tabset {
	border-bottom:5px solid #898f4b;
	width:641px;
	overflow:hidden;
	position:relative;
}
.tabset ul{
	list-style:none;
	margin:0;
	padding:0;
	width:642px;
	background:#b8bc93;
	border-bottom:1px solid #fff;
}
.tabset ul:after {
	content:"";
	display:block;
	clear:both;
}
.tabset li {
	border-left:1px solid #fff;
	float:left;
	margin:0 0 0 -1px;
	padding:0 1px 0 0;
	font-size:18px;
	line-height:18px;
	list-style-image:none;
	list-style-type:none;
	background-image:none;
	
}
.tabset li a {
	display:block;
	line-height:25px;
	color:#fff;
	width:197px;
	padding:5px 8px 2px;
	cursor:pointer;
	text-decoration:none;
	height:18px;
}
.tabset li.active a,
.tabset li a:hover {
	padding-bottom:3px;
	margin-bottom:-1px;
	position:relative;
	background:#898f4b;
	text-decoration:none;
}
.tabset li a span {
	display:block;
	text-indent:-9999px;
	height:18px;
	overflow:hidden;
}
.a-whats span {background: url('/static/unitedstates/IT%20Site%20Administration/images/a-individuals-families.png') no-repeat;}
.a-unretirement span {background: url('/static/unitedstates/IT%20Site%20Administration/images/a-businesses.png') no-repeat;}
.a-job span {background: url('/static/unitedstates/IT%20Site%20Administration/images/a-FinancialProfessionals.png') no-repeat;}

/*tab*/
.contentpanel {
	background: url('/static/unitedstates/images/tab.gif') repeat-x;
	height:1%;
	overflow:hidden;
	padding:1px 18px 0 20px;
}
.news {
	width:666px;
	height:1%;
	overflow:hidden;
	margin:0 0 -2px;
}
.news ul {
	list-style:none;
	margin:0 54px 0 0;
	padding:0;
	width:274px;
	float:left;
	overflow:hidden;
}
.news li {
	height:1%;
	overflow:hidden;
	vertical-align:top;
	padding:10px 0;
	background: url('/static/unitedstates/images/dotted.gif') repeat-x;
	margin:-1px 0 0;
}
.news li em {
	display:block;
	padding: 0 0 4px;
	line-height:16px;
	font-style:normal;
}
.news li ul {
	list-style:none;
	margin:0;
	padding:0;
	width:auto;
}
.news li ul li {
	line-height:14px;
	padding:0 0 6px;
	margin:0;
	background:none;
}
.block {
	width:618px;
	overflow:hidden;
	background: url('/static/unitedstates/images/dotted.gif') repeat-x;
	line-height:16px;
	padding:13px 0 10px ;
}
.block p {
	float:left;
	margin:0;
	color:#474747;
}
.block ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.block ul li {
	padding: 0 10px 0 0;
	float:left;
}
.block ul li a {
	float:left;
}
.block ul li.rss a {
	padding:0 0 0 20px;
	background: url('/static/unitedstates/images/rss.gif') no-repeat 0 50%;
}
.block ul li.mail a {
	padding:0 0 0 25px;
	background: url('/static/unitedstates/images/mail.gif') no-repeat 0 50%;
}

/*sidebar*/
#sidebar{
	overflow:hidden;
	width:313px;
	float:right;
	padding: 0 4px 0 0;
}
/*side-box*/
.side-box {
	height:1%;
	overflow:hidden;
}
.side-box h3 {
	background:#5482ab;
	padding:0 10px;
	font:18px/30px "Trebuchet MS", Helvetica, sans-serif;
	color:#fff;
	margin:0;
}
.side-box h3 span {
	display:block;
	text-indent:-9999px;
}
.txt-quick {
	background: url('/static/unitedstates/images/txt-quick.gif') no-repeat;
	width: 92px;
	height: 31px;
}
.txt-spotlight {
	background: url('/static/unitedstates/images/txt-spotlight.gif') no-repeat;
	width: 78px;
	height: 31px;
}
.side-box .txt {
	background: url('/static/unitedstates/images/box.gif') repeat-x;
	height:1%;
	overflow:hidden;
	padding:10px 21px 20px;
}
.side-box .txt h4 {
	font-size:14px;
	line-height:16px;
	color:#333;
	margin:0 0 8px;
	font-weight:bold;
}
.side-box .txt p {
	font-size:11px;
	line-height:16px;
	margin:0 0 8px;
}
.side-box .txt .pdf {
	float:left;
	background: url('/static/unitedstates/images/pdf.gif') no-repeat;
	padding:0 0 0 22px;
	line-height:20px;
}
.slide-box {
	list-style:none;
	margin:0 -10px 0 -14px;
	padding:0;
	width:295px;
	position:relative;
}
.slide-box li {
	height:1%;
	overflow:hidden;
	vertical-align:top;
	padding:0 0 10px;
	background-image:none;
	margin-bottom:0px;
}
.slide-box li.active div {display:block;}
.slide-box li strong {
	font-weight:normal;
	display:block;
	background: url('/static/unitedstates/images/marker.gif') no-repeat 0 50%;
	padding:0 0 0 14px;
	font-size:14px;
	line-height:18px;
	color:#666;
}
.slide-box li strong a {
	color:#666;
	text-decoration:none;
}
.slide-box li strong a:hover {text-decoration:underline;}
.slide-box li.active strong {
	background: url('/static/unitedstates/images/marker-active.gif') no-repeat 0 50%;
}
.slide-box li div {
	height:1%;
	overflow:hidden;
	display:none;
	padding:0 0 0 15px;
}
.slide-box li ul {
	list-style:none;
	margin:0;
	padding:0;
	width:128px;
	overflow:hidden;
	float:left;
	background: transparent none;
}
.slide-box li ul.right {float:right;}
.slide-box li ul li {
	font-size:11px;
	line-height:16px;
	color:#5482ab;
	padding:0 0 4px;
	background : transparent none;
	margin-bottom: 0px;
}
.label {
	position:absolute;
	left:-9999px;
	z-index:-1;
}

