/*-------------------------------------------------
Title:		HSA styles for screen media
Updated:	August 21 2010
------------------------------------------------- */





/* redefined HTML
------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #fff;
	color: #333;
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%;
	line-height: 1;
	}
	
abbr {
	border-bottom: 1px dotted #ccc;
	cursor: help;
	}
	
img, a img {
	border: none;
	vertical-align: text-bottom;
	}
	
	img.left {
		float: left;
		margin: 0 9px 9px 0;
		}
		
	img.icon {
		float: right;
		margin: 0 0 9px 9px;
		}
		
	img.annl {
		cursor: help;
		padding-left: 5px;
		}
		
	img.bank {
		cursor: help;
		padding-left: 5px;
		}
		
fieldset {
	border: none;
	}
	
legend {
	display: none;
	}
	
table {
	border-collapse: collapse;
	margin: 0 0 18px 0;
	}
	
hr {
	border: none;
	border-top: 1px solid #666;
	height: 1px;
	margin: 0 0 1.8em 0;
	}
/* -------------------------------------------------
                                         end HTML */





/* structure
------------------------------------------------- */
#wrap {
	background: #fff;
	width: 710px;
	margin: 0 auto;
	}

#header {
	position: relative;
	}

#header:after,
#nav:after,
.buttons:after,
.column .whitepaper:after,
.box .twocolumn:after,
div.key dl:after,
.ui-datepicker-header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
#content {
	clear: both;
	}

.box {
	background: #eee;
	margin: 0 0 9px 0;
	}

.box .top,
.box .btm {
	width: 100%;
	height: 8px;
	}

.box .top {
	background: url(../img/ui/corners/tl_eeeeee.png) no-repeat top left;
	}

.box .btm {
	background: url(../img/ui/corners/bl_eeeeee.png) no-repeat bottom left;
	}

.box .top div,
.box .btm div {
	float: right;
	width: 8px;
	height: 8px;
	}

.box .top div {
	background: url(../img/ui/corners/tr_eeeeee.png) no-repeat top right;
	}
	
.box .btm div {
	background: url(../img/ui/corners/br_eeeeee.png) no-repeat bottom right;
	}

.box .copy,
.box .twocolumn {
	background: #fff;
	margin: 0 8px;
	padding: 9px;
	}
	
	.box .forms {
		background: #eee;
		margin: 0;
		padding: 9px;
		}

.box blockquote {
	background: url(../img/ui/quotes/caslon_128.png) no-repeat 20px 10px;
	padding: 20px 75px;
	}
	
	.box blockquote.cycler {
		position: relative;
		width: 100%;
		height: 130px;
		padding: 0;
		z-index: 0;
		}
		
	.box blockquote.cycler .quote {
		position: absolute;
		background: url(../img/ui/quotes/caslon_128.png) no-repeat 20px 10px;
		padding: 20px 50px 20px 75px;
		z-index: 10;
		}






	.nav .box,
	.sidebar .box {
		background: #d7e4ef;
		}

		.sidebar .alt {
			background: #eee !important;
			}
	
	.nav .box .btm,
	.sidebar .box .btm {
		clear: both;
		background-image: url(../img/ui/corners/bl_d7e4ef.png);
		}

		.sidebar .alt .btm {
			background-image: url(../img/ui/corners/bl_eeeeee.png) !important;
			}
		
		.sidebar .box .btm {
			clear: both;
			}

	.nav .box .btm div,
	.sidebar .box .btm div {
		background-image: url(../img/ui/corners/br_d7e4ef.png);
		}

		.sidebar .alt .btm div {
			background-image: url(../img/ui/corners/br_eeeeee.png) !important;
			}
	
	.nav .box .copy,
	.sidebar .box .copy {
		background: #d7e4ef;
		width: auto;
		margin: 0;
		padding-bottom: 0;
		}

		.sidebar .alt .copy {
			background: #eee !important;
			}
		
		.sidebar .box .copy {
			padding-bottom: 9px;
			}

/*sidebar no bg color - cg 3.29.2010*/

	.sidebar .nobg .copy {
		background: #fff;
		width: 180px;
		margin: 0;
		padding-bottom: 0;
		}




		/* two-column basic */
		.twocolumn .copy {
			float: left;
			width: 510px;
			margin: 0 0 18px 0;
			}
			
			.twocolumn .copy .box .copy {
				width: auto;
				margin: 0;
				background: #eee;
				}

			.twocolumn .copy .box .btm {
				clear: both;
				}
		
		.twocolumn .sidebar {
			float: right;
			width: 180px;
			margin: 0 0 18px 0;
			}
		
		.twocolumn div.action {
			clear: both;
			padding: 20px 0 15px 0;
			text-align: center;
			}






		/* two-column homepage */
		.home .twocolumn .copy {
			width: 490px;
			}
			
			.home .twocolumn .copy .box .copy,
			.home .twocolumn .sidebar .box .copy {
				width: auto !important;
				text-align: center;
				}

		.home .twocolumn .sidebar {
			width: 200px;
			}
		
		.home .twocolumn .copy .detail {
			width: 490px;
			margin: 0 0 18px 0;
			background: #d7e4ef;
			}
		
		.home .detail .copy {
			width: 470px !important;
			padding: 10px 10px 0 10px;
			background: #d7e4ef;
			}
		
		.detail .btm {
			clear: both;
			width: 100%;
			height: 8px;
			background: url(../img/ui/corners/bl_d7e4ef.png) no-repeat bottom left;
			}
			
			.detail .btm div {
				float: right;
				width: 8px;
				height: 8px;
				background: url(../img/ui/corners/br_d7e4ef.png) no-repeat bottom right;
				}






		/* admin basic */
		.admin .copy {
			float: left;
			width: 540px;
			margin: 0 0 18px 0;
			}
			
			.admin .copy .box .copy {
				width: 520px;
				margin: 0;
				padding: 10px;
				background: #eee;
				}

			.admin .copy .box .btm {
				clear: both;
				}
		
		.admin div.nav,
		.admin .sidebar {
			float: right;
			width: 160px;
			margin: 0 0 18px 0;
			}






.box .twocolumn .column {
	float: left;
	width: 48%;
	}

.box .twocolumn .left {
	padding: 0 2% 0 0;
	}

.box .twocolumn .right {
	padding: 0 0 0 2%;
	}






		/* resource center */
		.resources .nav {
			float: left;
			width: 180px;
			margin: 0 0 18px 0;
			}
		
		
		.resources .content {
			float: right;
			width: 510px;
			margin: 0 0 18px 0;
			}
		
		
		.resources .content .copy {
			background: #eee;
			padding: 10px;
			}
			
			.resources .content .copy .btm {
				width: 510px;
				height: 8px;
				margin: -10px;
				background: url(../img/ui/corners/bl_eeeeee.png) no-repeat bottom left;
				}
			
			.resources .content .copy .btm div {
				float: right;
				width: 8px;
				height: 8px;
				background: url(../img/ui/corners/br_eeeeee.png) no-repeat bottom right;
				}


			/* Research Center Page */
			
			.research h3 {
			 	padding-bottom:10px;
			 	}
			 	
			.research .links {
				padding-left:75px; padding-bottom:20px;
				}
				
			.research img {
				float:left; padding:0px;
				}
	
	



		/* open an account box */
		div.open {
			float: right;
			width: 200px;
			text-align: center;
			border: 1px solid #c2c2c2;
			}
			
			div.open .top,
			div.open .btm {
				width: 202px;
				height: 8px;
				position: relative;
				}
		
			div.open .top {
				top: -1px;
				left: -1px;
				background: url(../img/ui/corners/tl_fff_c2c.png) no-repeat top left;
				}
		
			div.open .btm {
				bottom: -1px;
				left: -1px;
				background: url(../img/ui/corners/bl_fff_c2c.png) no-repeat bottom left;
				}
			
			div.open .top div,
			div.open .btm div {
				float: right;
				width: 8px;
				height: 8px;
				}
		
			div.open .top div {
				background: url(../img/ui/corners/tr_fff_c2c.png) no-repeat top right;
				}
		
			div.open .btm div {
				background: url(../img/ui/corners/br_fff_c2c.png) no-repeat bottom right;
				}
		
		div.newsletter {
			position: relative;
			float: none;
			width: 322px;
			margin: 12px auto 24px auto;
			text-align: left;
			}
			
			div.newsletter .top,
			div.newsletter .btm {
				width: 324px !important;
				}
			
			div.newsletter .copy {
				float: none;
				width: auto;
				padding: 0 10px;
				background: none;
				}
		
		div.whitepaper {
			position: relative;
			float: none;
			width: 322px;
			margin: 12px auto 24px auto;
			text-align: left;
			}
			
			div.whitepaper .top,
			div.whitepaper .btm {
				width: 324px !important;
				}
			
			div.whitepaper .copy {
				float: none;
				width: auto;
				padding: 0 10px 0 140px;
				background: none;
				}
			
			img#whitepaper {
				position: absolute;
				top: -4px;
				left: 10px;
				}


.ui-helper-hidden-accessible {display: none;}


div.img {
	margin: 0 0 18px 0;
	text-align: center;
	}
	
	.home .sidebar div.img {
		margin: 0;
		}

div.clear {clear: both;}
/* -------------------------------------------------
                                    end structure */





/* typography
------------------------------------------------- */
h1 {
	background: #99bbde url(../img/ui/gradients/bg_h1.png) repeat-x 0 0;
	color: #fff;
	font-size: 2.4em;
	font-weight: normal;
	margin: 0 0 .75em 0;
	}
	
	
	h1.narrow {
		float: left;
		width: 20.416666em;
		}
	
	h1 .top,
	h1 .btm {
		display: block;
		width: 100%;
		height: 8px;
		margin: 0;
		padding: 0;
		}
		
	h1 .top {
		background: url(../img/ui/corners/tl_h1.png) no-repeat top left;
		}

	h1 .btm {
		background: url(../img/ui/corners/bl_h1.png) no-repeat bottom left;
		}

	h1 .top span,
	h1 .btm span {
		float: right;
		display: block;
		width: 8px;
		height: 8px;
		margin: 0;
		padding: 0;
		}
		
		h1.flag .top span {
			width: 217px;
			height: 59px;
			background: url(../img/photos/flag_220x59.png) no-repeat top right;
			}
		
		h1.flag .btm span {
			display: none;
			}

	h1 .top span {
		background: url(../img/ui/corners/tr_h1.png) no-repeat top right;
		}

	h1 .btm span {
		background: url(../img/ui/corners/br_h1.png) no-repeat bottom right;
		}
	
	h1 span {
		display: block;
		padding: 10px .75em 9px .75em;
		}
	

h2 {
	background: #c2c2c2 url(../img/ui/corners/tl_c2c2c2.png) no-repeat top left;
	color: #fff;
	font-size: 1.6em;
	line-height: 1.125;	
	}
	
	h2 span {
		display: block;
		padding: .5em .625em;
		background: url(../img/ui/corners/tr_c2c2c2.png) no-repeat top right;
		}
	
	.box .copy h2 {
		background: none;
		color: #0e489d;
		font-size: 1.8em;
		line-height: 1;
		margin: -.222em 0 .222em 0;
		}
	
	.feature .copy h2 {
		background: none;
		color: #0000ff;
		}

h3 {
	color: #021f7d;
	font-size: 1.4em;
	line-height: 1.2857;
	}
	
	form + h3,
	h2 + h3 {
		margin-top: 1.2857em;
		}
	
h4 {
	font-size: 1.2em;
	line-height: 1.5;
	}
	
	h2 + h4 {
		margin-top: 1.5em;
		}
	
	h3 + h4 {
		margin-top: .75em;
		}
	
	.box .column h4 {
		color: #021f7d;
		}
	
	.nav h4,
	.sidebar h4 {
		background: #99bbde url(../img/ui/corners/tl_99bbde.png) no-repeat top left;
		color: #021f7d;
		text-align: center;
		line-height: 1.25;
		}
		
		.nav h4,
		.sidebar h4 {
			border-bottom: 1px solid #fff;
			}
			
			.sidebar .box .copy h4 {
				background: none;
				border: none;
				text-align: left;
				}

		.sidebar h4.alt {
			background: #c2c2c2 url(../img/ui/corners/tl_c2c2c2.png) no-repeat top left !important;
			color: #333;
			}
		
		.nav h4 span,
		.sidebar h4 span {
			display: block;
			padding: .5em 0 .41666em 0;
			background: url(../img/ui/corners/tr_99bbde.png) no-repeat top right;
			}

			.sidebar h4.alt span {
				background: url(../img/ui/corners/tr_c2c2c2.png) no-repeat top right !important;
				}

p {
	font-size: 1.2em;
	line-height: 1.5;
	margin: 0 0 1.5em 0;
	}
	
	p.nav {
		color: #666;
		font-size: 1.1em;
		line-height: 1.63636;
		margin: 1.63636em 0 .81818em 0;
		}
	
	p.nav img {
		vertical-align: middle;
		margin-top: -2px;
		}
	
	p.nav em {
		font-style: normal;
		}
	
	p.warning {
		background: #ffd9d9 url(/images/icon_exclamation.png) no-repeat 8px 7px;
		color: #333;
		border: 1px solid #f49883;
		padding: 6px 9px 6px 30px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		}
	
	li p,
	td p {
		font-size: 1em;
		}
	
	p.note {
		color: #666;
		font-size: 1.1em;
		line-height: 1.63636;
		margin: 0 0 1.63636em 0;
		}
	
	p.last-child,
	p:last-child {
		margin: 0 !important;
		}
		
		li p.last-child,
		li p:last-child {
			margin: 0 0 1.5em 0 !important;
			}

ol {
	margin: 0 0 18px 36px;
	}
	
	li ol {
		margin: .25em 0 .75em 2.25em;
		}
		
		li li ol {
			margin-left: 3em;
			}

ul {
	margin: 0 0 18px 18px;
	}
	
	li ul {
		margin: .25em 0 .75em 1.5em;
		}
	
	.sidebar .box .copy ul {
		width: 100%;
		margin-left: 0;
		}
	
	ol.steps,
	.forms ul {
		margin-left: 9px;
		}
	
	h2 + ol,
	h2 + ul,
	h3 + ol,
	h3 + ul,
	h4 + ol,
	h4 + ul {
		margin-top: 9px;
		}

li {
	font-size: 1.2em;
	line-height: 1.5;
	}
	
	li li {
		font-size: 1em;
		}

ul li {
	list-style: none;
	padding: 0 0 0 12px;
	background: url(../img/ui/bullets/blue_square_6x6.gif) no-repeat 0 5px;
	}
	
	.error ul li {
		list-style: disc;
		padding: 0;
		background: none;
		}
	
	.forms ol li,
	.forms ul li {
		margin-bottom: .5em;
		}

ol li ol li {
	list-style: lower-alpha;
	}

ol li ol li ol li {
	list-style: decimal;
	}

ol.steps li {
	list-style: none;
	padding: 0 0 0 30px;
	background-position: 0 .25em;
	background-repeat: no-repeat;
	}
	
	li.step1 {background-image: url(../img/ui/bullets/01.gif);}
	li.step2 {background-image: url(../img/ui/bullets/02.gif);}
	li.step3 {background-image: url(../img/ui/bullets/03.gif);}

ol.terms li {
	margin: 0 0 1em 0;
	}
	
	ol.terms li li {
		margin: 0 0 .25em 0;
		}

ol.terms p {
	margin: 0 0 .5em 0;
	}

dl {
	margin: 0 0 1.8em 0;
	}
	
	dl dl {
		margin: 0 0 .75em 1.5em;
		}

dt {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5;
	}
	
	dd dd,
	dd dt,
	dt dd,
	dt dt {
		font-size: 1em;
		}

dd {
	font-size: 1.2em;
	line-height: 1.5;
	margin: 0 0 .75em 0;
	}

td, th {
	font-size: 1.2em;
	line-height: 1.5;
	}
	
	td td,
	td th {
		font-size: 1em;
		}

.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
	font-size: 1em;
	}


.vcard {
	font-size: 1.2em;
	line-height: 1.5;
	margin: 0 0 1.5em 0;
	}

.org {
	display: none;
	}
	
	.agent .org {
		display: block;
		font-weight: bold;
		}

span.type,
em.type {
	color: #666;
	font-size: .91666em;
	font-style: normal;
	text-transform: uppercase;
	}

div.error,
div.success,
p.error,
p.success {
	padding: 9px;
	}

	div.error,
	div.success {
		margin-bottom: 18px;
		}
		
		h2 + div.error,
		h2 + p.error,
		h2 + div.success,
		h2 + p.success {
			margin-top: 9px;
			}



div.error,
div.success,
p.error,
p.success {
	color: #333;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	}	

div.error,
p.error {
	background: #f7e8e8;
	border: 1px solid #cc3300;
	}

div.success,
p.success {
	background: #e3f4df;
	border: 1px solid #009900;
	}

div.new,
div.note {
	margin: 9px 0;
	padding: 6px 9px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	}
	
	div.copy div.note {margin-bottom: 18px;}

div.new {
	background: #f9f9f9;
	border: 1px solid #ddd;
	font-weight: bold;
	}
	
	.new strong {color: #009900;}
	.new a {font-weight: normal;}
	
div.note {
	background: #f5f5dc;
	border: 1px solid #feab46;
	}

div.new p.last-child,
div.note p.last-child,
div.new p:last-child,
div.note p:last-child,
div.note table {margin: 0;}

div.sub {
	background: #d7e4ef;
	margin: 0 0 18px 0;
	padding: 9px;
	border: 1px solid #99bbde;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	}

pre {
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 18px;
	}

pre.email {
	margin: 0 18px 18px;
	padding: 0;
	background: none;
	}

em.note {
	color: #666;
	font-size: .91666em;
	font-style: normal;
	}

div.key h4 {
	background: #ddd;
	color: #333;
	border: 1px solid #ddd;
	margin: 0;
	padding: 3px 0 2px 0;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	}

div.key dl {
	background: #f9f9f9;
	padding: 8px 0 0 0;
	border: 1px solid #ddd;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	}

div.key dl dt {
	clear: both;
	float: left;
	width: 20px;
	height: 16px;
	margin: 0 0 6px 0;
	padding: 0 0 0 11px;
	}

div.key dl dd {
	color: #666;
	font-size: 11px;
	line-height: 14px;
	float: right;
	width: 115px;
	min-height: 15px;
	margin: 0 0 6px 0;
	padding: 1px 9px 0 3px;
	}
/* -------------------------------------------------
                                   end typography */





/* link styles
------------------------------------------------- */
a:link,
a:visited,
a:hover,
a:active {
	color: #0000ff;
	text-decoration: none;
	}
	
a:hover {
	color: #ff0000;
	text-decoration: underline;
	}
	
.feature .copy a {
	text-decoration: underline;
	}

.pdf,
.word,
.xls {
	padding: 0 0 1px 18px;
	}

.email {
	background: url(../img/ui/icons/email.png) no-repeat 0 -1px;
	padding: 0 0 0 20px;
	}
	
	.vcard .email {
		background-position: 100% 0;
		padding: 0 20px 0 0;
		}

.pdf {
	background: url(../img/ui/icons/pdf.gif) no-repeat 0 0;
	}

.word {
	background: url(../img/ui/icons/word.png) no-repeat 0 0;
	}

.xls {
	background: url(../img/ui/icons/excel.png) no-repeat 0 0;
	}
	
	h4 .pdf,
	h4 .xls,
	ol li .pdf,
	ol li .word,
	.forms .pdf,
	.forms .word,
	.forms .xls {
		background-position: 100% 0;
		}
	
	ol li .pdf,
	ol li .word,
	h4 .pdf,
	.forms .pdf {
		padding: 0 18px 1px 0;
		}
	
	h4 .xls,
	ol li .pdf,
	ol li .word,
	.forms .word,
	.forms .xls {
		padding: 0 18px 2px 0;
		}


div.open .open,
a.enroll,
a.register,
a.open,
a.tour {
	display: block;
	width: 130px;
	height: 0;
	margin: .7em auto;
	padding: 26px 0 0 0;
	overflow: hidden;
	}

a.enroll {
	background: url(../img/ui/buttons/btn_enroll_130x52.png) no-repeat 0 0;
	}

a.register {
	background: url(../img/ui/buttons/btn_register_130x52.png) no-repeat 0 0;
	}

a.open {
	background: url(../img/ui/buttons/btn_open_130x52.png) no-repeat 0 0;
	}
	
	div.copy div.action a.open {
		background-image: url(../img/ui/buttons/btn_open_130x52_eee.png);
		}
	
	.sidebar .box a.open {
		margin: 0 auto;
		background-image: url(../img/ui/buttons/btn_open_hsa_130x52.png);
		}

	.sidebar .box a.trading {
		width: 150px !important;
		background: url(../img/ui/buttons/btn_open_trading_150x52.png) no-repeat 0 0 !important;
		}

	.sidebar .box a.tour {
		width: 150px !important;
		background: url(../img/ui/buttons/btn_take_tour_150x52.png) no-repeat 0 0 !important;
		}

div.open .open:hover,
a.enroll:hover,
a.register:hover,
a.open:hover,
.sidebar .box a.trading:hover,
.sidebar .box a.tour:hover {
	background-position: 0 -26px !important;
	}

.note .hide {
	display: block;
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
	margin: 0 -5px -5px 0;
	}

a.top {
	display: block;
	width: 5em;
	margin: 2em auto;
	padding: .25em 0;
	border: 1px solid #ccc;
	text-align: center;
	}
	
	a.top:hover {
		background: #f7f7f7;
		color: #0000ff;
		font-weight: bold;
		}
/* -------------------------------------------------
                                  end link styles */





/* header
------------------------------------------------- */
#logo {
	padding: 10px 0 5px 0;
	}
	
	.ehsa#logo {
		margin: 15px 0 15px 15px;
		padding: 0;
		}

#logout {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.2em;
	margin: 12px 0 0 0;
	padding: 6px 12px;
	color: #021f7d;
	}
	
	#logout:hover {
		background: #d7e4ef;
		color: #021f7d;
		font-weight: bold;
		text-decoration: none;
		}

#whitelabel {
	position: absolute;
	bottom: 60px;
	right: 0;
	font-family: Georgia, Times, serif;
	text-align: right;
	}
	
	.rc#whitelabel {bottom: 20px !important;}
	
	#whitelabel span#agency {
		color: #333;
		font-size: 1.2em;
		line-height: 1.5;
		}
		
	#whitelabel span#agent {
		color: #021f7d;
		font-size: 1.8em;
		}
/* -------------------------------------------------
                                       end header */






/* navigation
------------------------------------------------- */
#nav {
	position: relative;
	width: 100%;
	background: #021f7d;
	margin: 0 0 10px 0;
	z-index: 1000;
	}


	/* level 1 */
	#nav li {
		position: relative;
		float: left;
		padding: 0;
		
		font-family: "Arial Black", Helvetica, Arial, sans-serif;
		font-size: 1.3em;
		line-height: 1;
		list-style: none;
		
		background: #021f7d;
		color: #fff;
		}
	
	#nav li#n-skip {
		float: right;
		width: 30px;
		height: 0;
		font-size: 1em;
		padding: 30px 0 0 0;
		overflow: hidden;
		}

	#nav li#n-welcome {
		}
	
	#nav li a:link,
	#nav li a:visited,
	#nav li a:hover,
	#nav li a:active {
		float: left;
		display: block;
		padding: 8px 10px 9px 10px; /*.615em .769em .6923em .769em*/
		background: #021f7d;
		color: #fff;
		text-decoration: none;
		}
	
	#nav li a:hover {
		background: #354c97;
		}
	
	#nav #n-welcome a:link,
	#nav #n-welcome a:visited,
	#nav #n-welcome a:hover,
	#nav #n-welcome a:active {
		padding-bottom: 9px; /*.7em*/
		padding-left: 15px; /*1.154em*/
		}
	
	#nav li.active a span,
	#nav li a span {
		display: block;
		position: absolute;
		width: 4px;
		height: 4px;
		}
	
	#nav li a span.tl {
		top: 0;
		left: 0;
		}

	#nav li a span.bl {
		bottom: 0;
		left: 0;
		}

	#nav li a span.tr {
		top: 0;
		right: 0;
		}

	#nav li a span.br {
		bottom: 0;
		right: 0;
		}

	#nav li a span.tl {background: url(../img/ui/corners/tl_021f7d_4x4.png) no-repeat top left;}
	#nav li a span.tr {background: url(../img/ui/corners/tr_021f7d_4x4.png) no-repeat top right;}
	#nav li a span.bl {background: url(../img/ui/corners/bl_021f7d_4x4.png) no-repeat bottom left;}
	#nav li a span.br {background: url(../img/ui/corners/br_021f7d_4x4.png) no-repeat bottom right;}

	#nav li a:hover span.tl {background-image: url(../img/ui/corners/tl_354c97_4x4.png);}
	#nav li a:hover span.bl {background-image: url(../img/ui/corners/bl_354c97_4x4.png);}
		

		
		
		/* level 2 */
		#nav li ul {
			display: none;
			position: absolute;
			left: 0;
			top: 30px; /*2.3077em*/
			width: 195px; /*15em*/
			margin: 0;
			z-index: 1000;
			background: #fff;
			border: 1px solid #ccc;
			}
		
		#nav li li {
			position: relative;
			font-family: Arial, sans-serif;
			font-size: .923em;
			font-weight: bold;
			}
		
		#nav li li a:link,
		#nav li li a:visited,
		#nav li li a:hover,
		#nav li li a:active {
			float: none;
			display: block;
			width: 177px; /*14.76em*/
			padding: 6px 9px !important;
			background: #fff;
			color: #0000ff;
			border-bottom: 1px solid #ddd;
			}
		
		#nav li li.last-child a,
		#nav li li:last-child a {
			border: none !important;
			}


			
			
			/* level 3 */
			#nav li.hover ul ul,
			#nav li.sfhover ul ul,
			#nav li:hover ul ul {
				display: none;
				position: absolute;
				width: 195px; /*16.26em*/
				top: -1px;
				left: 195px;
				}
				
			#nav li li li {
				font-size: 1em;
				}
				
			#nav li li li a:link,
			#nav li li li a:visited,
			#nav li li li a:hover,
			#nav li li li a:active {
				width: 177px;
				border-bottom: 1px solid #ddd !important;
				}
			
			#nav li li li.last-child a,
			#nav li li li:last-child a {
				border: none !important;
				}



#nav ul li a:hover,
#nav li ul li a:hover {
	background: #fafafa;
	color: #ff0000;
	}

#nav li.hover ul,
#nav li.hover ul li.hover ul,
#nav li.sfhover ul,
#nav li.sfhover ul li.sfhover ul,
#nav li:hover ul,
#nav li:hover ul li:hover ul {
	display: block;
	}




.nav ul {
	margin: 0 0 9px 0;
	background: #d7e4ef;
	}

.nav ul li {
	padding: 0;
	line-height: 1;
	background: none;
	}

.nav ul li a:link,
.nav ul li a:visited,
.nav ul li a:hover,
.nav ul li a:active {
	display: block;
	width: 156px; /*13em*/
	padding: 5px 12px; /*.41666em 1em*/
	background: #d7e4ef;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	}
	
	.admin .nav ul li a:link,
	.admin .nav ul li a:visited,
	.admin .nav ul li a:hover,
	.admin .nav ul li a:active {
		width: 136px; /*11.3333em*/
		}

.nav ul li a:hover {
	background: #99bbde;
	color: #0000ff;
	font-weight: bold;
	}

.nav ul li:last-child a:link,
.nav ul li:last-child a:visited,
.nav ul li:last-child a:hover,
.nav ul li:last-child a:active {
	width: 180px; /*15em*/
	padding: 0;
	background: #d7e4ef url(../img/ui/corners/bl_d7e4ef.png) no-repeat bottom left;
	border: none;
	}

.nav ul li.last-child a:link,
.nav ul li.last-child a:visited,
.nav ul li.last-child a:hover,
.nav ul li.last-child a:active {
	width: 180px;
	padding: 0;
	background: #d7e4ef url(../img/ui/corners/bl_d7e4ef.png) no-repeat bottom left;
	border: none;
	}
	
	.admin .nav ul li:last-child a:link,
	.admin .nav ul li:last-child a:visited,
	.admin .nav ul li:last-child a:hover,
	.admin .nav ul li:last-child a:active {
		width: 160px; /*13.3333em*/
		}
	
	.admin .nav ul li.last-child a:link,
	.admin .nav ul li.last-child a:visited,
	.admin .nav ul li.last-child a:hover,
	.admin .nav ul li.last-child a:active {
		width: 160px;
		}
		
	.nav ul li:last-child a:hover {
		background: #99bbde url(../img/ui/corners/bl_99bbde.png) no-repeat bottom left !important;
		}

	.nav ul li.last-child a:hover {
		background: #99bbde url(../img/ui/corners/bl_99bbde.png) no-repeat bottom left !important;
		}

.nav ul li:last-child a span {
	display: block;
	padding: 5px 12px; /*.41666em 1em*/
	background: url(../img/ui/corners/br_d7e4ef.png) no-repeat bottom right !important;
	}

.nav ul li.last-child a span {
	display: block;
	padding: 5px 12px; /*.41666em 1em*/
	background: url(../img/ui/corners/br_d7e4ef.png) no-repeat bottom right !important;
	}
	
	.nav ul li.active a span,
	.nav ul li:last-child a:hover span {
		background-image: url(../img/ui/corners/br_99bbde.png) !important;
		}
		
	.nav ul li.active a span,
	.nav ul li.last-child a:hover span {
		background-image: url(../img/ui/corners/br_99bbde.png) !important;
		}

.nav ul li.active a:link,
.nav ul li.active a:visited,
.nav ul li.active a:hover,
.nav ul li.active a:active {
	background: #99bbde;
	color: #0000ff;
	font-weight: bold;
	text-decoration: none;
	}
	
	.nav ul li.active:last-child a:link,
	.nav ul li.active:last-child a:visited,
	.nav ul li.active:last-child a:hover,
	.nav ul li.active:last-child a:active {
		background: #99bbde url(../img/ui/corners/bl_99bbde.png) no-repeat bottom left !important;
		}


.nav ul li ul {
	display: none;
	}

.nav ul li.active ul {
	display: block;
	margin: 0;
	}

.nav ul ul li {
	font-size: .91666em;
	}

.nav ul li.active ul li a:link,
.nav ul li.active ul li a:visited,
.nav ul li.active ul li a:hover,
.nav ul li.active ul li a:active {
	background: #d7e4ef !important;
	font-weight: normal;
	width: 121px !important; /*11em*/
	padding: 5px 11px 5px 28px !important; /*.4545em 1em .4545em 2.54545em*/
	border-bottom: 1px solid #fff !important;
	}


.nav ul li.active ul li.active a:link,
.nav ul li.active ul li.active a:visited,
.nav ul li.active ul li.active a:hover,
.nav ul li.active ul li.active a:active,
.nav ul li.active ul li a:hover {
	background: #d7e4ef url(../img/ui/bullets/doc22_10x10.png) no-repeat 15px 50% !important;
	}


.tabs {
	float: left;
	width: 100%;
	margin: 0;
	background: #fff;
	}

.tabs li {
	float: left;
	display: inline;
	line-height: 1.25;
	list-style: none;
	margin: 0 .5em 0 0;
	padding: 0;
	background: #d7e4ef;
	text-align: center;
	cursor: pointer;
	}

.tabs li a:link,
.tabs li a:visited,
.tabs li a:hover,
.tabs li a:active {
	float: left;
	background: #c2c2c2;
	color: #333;
	text-decoration: none;
	cursor: pointer;
	}
	
	.tabs li a span {
		display: block;
		float: left;
		padding: .25em 1.5em;
		background: url(../img/ui/corners/tr_c2c2c2.png) no-repeat top right;
		}
	
.tabs li a:hover {
	}

.tabs li.active a:link,
.tabs li.active a:visited,
.tabs li.active a:hover,
.tabs li.active a:active {
	background: #d7e4ef;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	}
	
	.tabs li.active a span {
		background-image: url(../img/ui/corners/tr_d7e4ef.png) !important;
		}
	
/* -------------------------------------------------
                                   end navigation */






/* buttons
------------------------------------------------- */
.buttons {
	font-size: 1.2em;
	margin: 0 0 1.5em 0;
	width: 100%;
	}

	body#print .buttons {
		padding-bottom: 1.5em;
		}

td .buttons {
	font-size: 1em;
	margin: .25em 0 .5em 0;
	}

.buttons a:link,
.buttons a:visited,
.buttons a:hover,
.buttons a:active,
.buttons button {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 5px 10px 6px 7px; /* Links */
	}
	
	.buttons .right {
		float: right;
		}
	
.buttons button {
	padding: 4px 10px 3px 7px; /* IE6 */
	}

.buttons button[type] {
	padding: 5px 10px 5px 7px; /* Firefox */
	line-height: 17px; /* Safari */
	}

*:first-child+html button[type] {
	padding: 4px 10px 3px 7px; /* IE7 */
	}

.buttons button img,
.buttons a img {
	margin: 0 3px -1px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
	}

/* STANDARD */
button:hover,
.buttons a:hover {
	background-color: #dff4ff;
	border: 1px solid #c2e1ef;
	color: #336699;
	}
	
.buttons a:active{
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
	}

/* POSITIVE */
button.positive,
.buttons a.positive {
	color: #529214;
	}

.buttons a.positive:hover, button.positive:hover{
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
	}

.buttons a.positive:active{
	background-color: #529214;
	border: 1px solid #529214;
	color: #fff;
	}

/* NEGATIVE */
.buttons a.negative, button.negative {
	color: #d12f19;
	}

.buttons a.negative:hover,
button.negative:hover {
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
	}

.buttons a.negative:active {
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
	}

.buttons a.text {
	background: #eee !important;
	border-color: #eee !important;
	color: #d12f19 !important;
	font-weight: normal;
	}
	
	.buttons a.text:hover {
		text-decoration: underline;
		}

/* DISABLED */
.buttons a.disabled,
button.disabled {
	color: #999;
	}

.buttons a.disabled:hover,
button.disabled:hover {
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
	}

.buttons a.disabled:active {
	background-color: #666;
	border: 1px solid #666;
	color: #fff;
	}
/* -------------------------------------------------
                                      end buttons */






/* table styles
------------------------------------------------- */
table.data {
	margin: 9px 0 18px 0;
	width: 100%;
	}

table.data#contributions {
	border-bottom: 1px solid #ddd;
	}

table.data#contributions a {
	text-decoration: underline;
	}

.data td,
.data th {
	padding: .2em .5em;
	vertical-align: middle;
	}
	
	.data#contributions td.acct,
	.data#contributions td.amount,
	.data#contributions th.amount {
		padding-right: 0;
		white-space: nowrap;
		}

	.data tbody.detail table td,
	.data tbody.detail table th {
		padding: .2em;
		}

.data td.toggle,
.data th.toggle {
	width: 25px;
	padding: 0;
	text-align: center;
	}

.data tfoot td,
.data tfoot th {
	font-size: 1.1em;
	line-height: 1.63636;
	border-bottom: 1px solid #ddd;
	text-align: left;
	}
	
	#contributions tfoot th {
		border-top: 1px solid #ddd;
		padding: .2727em 0 .2727em .72727em;
		}

.data thead {display: none;}

.data thead th {
	text-align: center;
	background: #bbb;
	color: #fff;
	border: 1px solid #ddd;
	border-bottom: none;
	padding-bottom: 0;
	}

.data tbody th {
	background: #bbb;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #ddd;
	}
			
	.data tbody.detail table th {
		background: none;
		color: #333;
		text-align: right;
		border: none;
		}

.data tbody th a:link,
.data tbody th a:visited,
.data tbody th a:hover,
.data tbody th a:active {
	color: #fff;
	text-decoration: underline;
	}

.data tbody th a:hover {
	color: #0000ff;
	}

.data tbody th.id,
.data tbody th.name {
	text-align: left;
	}

.data tbody {
	border: 1px solid #ddd;
	border-top: none;	
	}
	
	.data tbody.detail tbody {
		border: none;
		}

.data#contributions tbody {
	border-bottom: none;
	}

.data#contributions tbody.detail {
	display: none;
	border-bottom: 1px solid #ddd;
	}
	
.data .amount,
.data .date,
.data .method {
	text-align: right;
	}

.data td.date {
	color: #999;
	font-size: 1.1em;
	width: 120px;
	}

.data td.method {
	color: #999;
	font-size: 1.1em;
	}

.data tbody .action {
	color: #666;
	padding: .2em 0 .2em .5em;
	text-align: center;
	}

.data .action img,
.data .name img {
	vertical-align: middle;
	}

.data#contributions .detail td.name {
	padding-left: 2em;
	}

.odd {
	background: #f4f4f4;
	}

.data .check {
	width: 5px;
	padding: .2em .2em .2em .5em;
	}

.data .doc {
	width: 36px;
	padding: .2em 0 .2em .5em;
	white-space: nowrap;
	}
	
	* html .data .doc {width: 42px;}
	*:first-child+html .data .doc {width: 42px;}

form#companyFilter {
	float: right;
	position: relative;
	text-align: center;
	font-size: 1.1em;
	margin: 0 0 0 10px;
	padding: 6px;
	width: 132px; /*12em*/
	background: #f4f4f4;
	border: 1px solid #ccc;
	}

#companyFilter fieldset,
#employeeUpload fieldset {border: none;}
#companyFilter legend,
#employeeUpload legend {display: none;}

#companyFilter label {
	cursor: pointer;
	text-decoration: underline;
	}

#companyFilter #filters label {
	cursor: default;
	display: block;
	width: 100%;
	margin: 0 0 4px 0;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	cursor: pointer;
	}

#companyFilter #filters p label {
	display: inline;
	margin: 0;
	font-size: .916666em;
	line-height: 1.63636;
	font-weight: normal;
	vertical-align: middle;
	}

div#filters {
	display: none;
	position: absolute;
	top: -1px;
	right: -1px;
	padding: 10px;
	background: #f4f4f4;
	border: 1px solid #ccc;
	text-align: left;
	}
	
#filters .close {
	position: absolute;
	bottom: 10px;
	right: 10px;
	}
	
#companyID {
	display: block;
	font-size: 1.0909em;
	margin: 0 0 1em 0;
	}

#filters input {
	font-size: 1.0909em;
	}
/* -------------------------------------------------
                                 end table styles */






/* form styles
------------------------------------------------- */
label {
	cursor: pointer;
	}

label.error {
	color: #aa0000;
	font-size: 12px;
	padding-left: .5em;
	vertical-align: middle;
	}
	
	h4 + label.error {padding-left: 0;}
	
	textarea + label.error {
		vertical-align: top;
		}

p.radios * {
	vertical-align: middle;
	}
	
	.radios label {
		padding-right: 1em;
		}

.entry td {
	padding: 0;
	}
	
	.entry .radios td,
	.entry .radios th {
		padding-top: 2px;
		}
	
	form.edit .entry td input,
	form.edit .entry td textarea {
		margin: .25em 0;
		}
	
.entry th {
	padding: 0 .5em 0 0;
	text-align: right;
	}
	
	.entry .checks td label,
	.entry .checks td input,
	.entry .radios td label,
	.entry .radios td input {
		vertical-align: middle;
		}
	
	.entry .textarea th {
		padding-top: .25em;
		vertical-align: text-top;
		}
	
	.login .entry th {
		padding-left: 3em;
		}

p input,
td input {
	font-size: 1em;
	margin: .25em 0;
	padding: .1666em;
	}
	
	.data td input {
		}

td select {
	font-size: 1em;
	margin: .25em 0;
	}

td select option {
	font-size: 1em;
	}
	
.entry td.note {
	font-size: 1.1em;
	line-height: 1.63636;
	}

.entry td.submit input {
	vertical-align: middle;
	}

.entry td.submit a.note {
	font-size: .91666em;
	vertical-align: middle;
	}


input,
select,
textarea {
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	}
	
	input.preview {color: #aaa;}

textarea {
	font-size: 1em;
	}
	
	.entry td textarea {
		margin: .25em 0;
		padding: .1666em .08333em;
		}

* html input,
* html select,
* html textarea {font-family: Arial, sans-serif;}

*:first-child+html input,
*:first-child+html select,
*:first-child+html textarea {font-family: Arial, sans-serif;}

.input input {
	padding: 2px;
	}

.input select {
	padding: 2px 1px 1px 1px;
	}

div.error {
	background: #f7e8e8;
	color: #cc3300;
	color: #333;
	border: 1px solid #cc3300;
	margin: 9px 0;
	padding: 4px 9px;
	}
	
	div#content div.error ul {
		margin: 0 0 9px 24px;
		}
		
	div.error ul li {
		background: none;
		list-style: disc;
		}

form.edit {padding: 0;}

form.edit fieldset {
	border: none;
	padding: 9px 0 18px 0;
	}

form.edit table {
	margin: 0 0 9px 0;
	}

form.edit fieldset.details {
	padding-top: 1em;
	}

form.edit legend,
form.edit#editprofile h3 {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2857;
	color: #0e489d;
	margin: 0 0 .321425em 0;
	padding: 0;
	}

form.edit#editprofile legend {
	display: none;
	}

form.edit#editprofile h3 {
	background: url(/images/icon_plus_blue.png) no-repeat 0 1px;
	border-bottom: 1px solid #c3d1e6;
	margin: 0;
	padding: 0 0 3px 18px;
	cursor: pointer;
	}

form.edit#editprofile h3.open {
	background-image: url(/images/icon_minus_blue.png);
	margin: 0 0 .321425em 0;
	}

* html form.edit legend {position: relative; left: -7px;}
*:first-child+html form.edit legend {position: relative; left: -7px;}

form.edit input {
	vertical-align: middle;
	}

form.edit input,
form.edit select,
form.edit textarea {
	margin: 0 5px 3px 0;
	}

.details td {padding-bottom: 1em;}
.details #banking td,
.details #overview td {padding-bottom: 0;}

.details div.note {
	margin: -.5em 0 1.2em 0;
	padding-bottom: 0;
	}

.details #achInstructions {
	margin: 1em 0 0 0;
	}

.details #achInstructions td {
	padding: 0 .5em 0 0;
	}

fieldset.submit {
	border: none !important;
	}

form.edit#editprofile div.buttons {
	margin-top: 3em;
	}
	
fieldset.submit legend {
	display: none;
	}

fieldset.submit input {
	font-size: 1.4em;
	padding: .25em .5em;
	}

* html .submit input {font-size: 1.2em; padding: .25em 0;}
*:first-child+html .submit input {font-size: 1.2em; padding: .25em 0;}

.amount input {
	width: 60px;
	text-align: right;
	}

.acct input,
.name input,
.ssn input,
tbody.detail table td input {
	font-size: .91666em;
	}

#employeeUpload, #employeeUpload fieldset {
	padding: 0;
	}

#employeeUpload table {
	margin: 0 0 18px 0;
	}


.label100 th {width: 120px;}
.label110 th {width: 132px;}
.label120 th {width: 144px;}
.label130 th {width: 156px;}
.label140 th {width: 168px;}
.label150 th {width: 180px;}
.label160 th {width: 192px;}

td button.ui-datepicker-trigger,
td img.ui-datepicker-trigger {
	border: none !important;
	margin-left: 4px !important;
	padding: 0 !important;
	outline: none !important;
	cursor: pointer !important;
	}
/* -------------------------------------------------
                                  end form styles */






/* tour styles
------------------------------------------------- */
.feature {
	margin: 20px 0;
	}

.feature:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
	* html .feature {height: 1%;}
	*:first-child+html .feature {min-height: 1%;}

.feature .img {
	float: left;
	width: 350px;
	}
	
	.feature .img img {
		border: 4px solid #d7e4ef;
		}

	.feature .img img:hover {
		border-color: #0e489d;
		}

.feature .copy {
	float: right;
	width: 350px;
	}
/* -------------------------------------------------
                                  end tour styles */





/* footer
------------------------------------------------- */
#footer {
	clear: both;
	width: 100%;
	margin: 18px 0 0 0;
	padding: 0 0 18px 0;
	text-align: center;
	}
/* -------------------------------------------------
                                       end footer */





/* resource page
-------------------------------------------------- */
.resource_list {
	padding-left: 75px;
	}
.res_pict {
	float: left;
	}
   





