/* Body
----------------------------------------------- */
*{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
}



/* Structure
----------------------------------------------- */
#header,
#container,
#footer{
	position: relative;
	width: 773px;
	margin: 0 auto;
}

#header{
	height: 88px;
	background: url(../images/bg-header.gif) top center no-repeat;
}

#container{
	background-position: top center;
	background-repeat: repeat-y;
	min-height: 500px;
	overflow: hidden;
}

.employer #container{ background-image: url(../images/bg-container-employer.gif); }
.participant #container{ background-image: url(../images/bg-container-participant.gif); }
.home #container{ background-image: url(../images/bg-container-home.gif); }

#footer{
	background-position: top center;
	background-repeat: no-repeat;
	clear: both;
}

.employer #footer{ background-image: url(../images/bg-footer-employer.gif); }
.participant #footer{ background-image: url(../images/bg-footer-participant.gif); }
.home #footer{ background-image: url(../images/bg-footer-home.gif); }

#header-interior,
#container-interior,
#footer-interior{
	position: relative;
	width: 647px;
	margin: 0 auto;
}

#header-interior{
	background: url(../images/bg-header-interior.gif) bottom left repeat-x;
	height: 88px;
}

#nav{
	float: left;
	display: inline;
	width: 465px;
	height: 88px;
	background: url(../images/bg-nav.gif) bottom right no-repeat;
}

#sidebar{
	float: left;
	display: inline;
	padding: 20px 10px;
	width: 155px;
}

#content{
	float: left;
	display: inline;
	padding: 20px 10px 20px 10px;
	width: 431px;
}

#content .option{
	float: left;
	display: inline;
	clear: both;
	width: 440px;
	margin-bottom: 26px;
}

#content .alphabet{
	float: left;
}

#content .alphabet div{
	float: left;
	display: inline;
	margin-right: 1em;
	width: 126px;
}

#content div.download{
	float: left;
	display: inline;
}



/* Paragraphs and Headlines
----------------------------------------------- */
#header h1{
	float: left;
	display: inline;
	width: 182px;
	height: 88px;
	background: url(../images/logo.gif) 28px 12px no-repeat;
}

#header h1 span{
	margin-left: -999em;
}

#container-interior h1{
	border-top: solid 1px #fff;
}

#sidebar h1{
	border-top: none;
	font-size: 13px;
	color: #fff;
	margin-bottom: 8px;
}

#content h1{
	border-top: none;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 1em;
}

.employer #content h1{ color: #401717; }
.participant #content h1{ color: #0a280d; }
.home #content h1{ color: #032e4c; }

#content h2{
	margin-bottom: .8em;
	font-size: 14px;
}

#content .accordion h2{
	margin-top: 1em;
}

#content h3{
	font-size: 12px;
	line-height: 1.5em;
	margin-left: 14px;
}

#content h4{
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 1.5em;
	margin-bottom: .5em;
	margin-left: 14px;
	cursor: pointer;
	padding-left: 12px;
	background-image: url(../images/icon-plus.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
}

#content h4.active{
	background-image: url(../images/icon-minus.gif);
}

#content p{
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin-left: 14px;
}

#content .alphabet p{
	font-size: 11px;
}

#content p.footnote{
	font-size: 11px;
	clear: both;
}

#content .option h2{
	color: #032e4c;
	text-transform: uppercase;
	margin-bottom: 4px;
}

#content div.download p{
	margin-left: 0;
}

#footer p{
	clear: both;
	margin-left: 23px;
	line-height: 3em;
	font-size: 11px;
	color: #808284;
}



/* Lists
----------------------------------------------- */
#nav ul{
	float: left;
	display: inline;
	margin-top: 50px;
	margin-left: 18px;
	border-left: solid 2px #adaeb0;
}

#nav li{
	float: left;
	display: inline;
	border-right: solid 2px #adaeb0;
	font-size: 12px;
	list-style-type: none;
	line-height: 33px;
}

#sidebar ul{
	margin-left: 14px;
}

#sidebar li{
	color: #fff;
	font-size: 12px;
	line-height: 2em;
}

#content ul,
#content ol,
#content dl{
	margin-bottom: 1em;
	margin-left: 14px;
}

#content ul li{
	font-size: 12px;
	line-height: 2em;
	/* list-style-type: none; */
	margin-left: 14px;
}

#content ol li{
	font-size: 12px;
	line-height: 1.5em;
	margin-left: 14px;
}

#content dt{
	font-weight: bold;
	font-size: 12px;
	line-height: 2em;
	padding-left: 14px;
	background-position: left center;
	background-repeat: no-repeat;
}

#content dd{
	font-size: 12px;
	line-height: 2em;
	margin-left: 14px;
}

.employer #content dt{ background-image: url(../images/bg-dt-employer.gif); }
.participant #content dt{ background-image: url(../images/bg-dt-participant.gif); }

#content .option ul{
	float: left;
	width: 307px;
	margin-left: 0;
}

#content .option li{
	font-size: 11px;
	list-style-type: none;
	background: #fff url(../images/bg-li-option.gif) left 8px no-repeat;
	padding-left: 12px;
	line-height: 1.5em;
}

#footer ul{
	float: left;
	display: inline;
	margin-left: 14px;
	padding-top: 52px;
}

#footer li{
	float: left;
	display: inline;
	font-size: 11px;
	background: url(../images/bg-li-footer.gif) center left no-repeat;
}

#footer li:first-child{
	background: none;
}


/* Links
----------------------------------------------- */
#header h1 a{
	display: block;
	width: 182px;
	height: 88px;
}

#nav li a{
	color: #fff;
	text-decoration: none;
	padding: 8px 14px 14px 14px;
}

#nav li a:hover,
#nav li a.active{
	background: url(../images/bg-nav_on.gif) bottom left repeat-x;
}

#sidebar li a{
	color: #fff;
	text-decoration: none;
}

#content a{
	text-decoration: underline;
	color: #000;
}

#content a:hover{
	text-decoration: none;
}

#footer li a{
	color: #808284;
	text-decoration: none;
	padding-left: 9px;
	margin-right: 7px;
}



/* Images
----------------------------------------------- */
img{
	border: 0;
}

#content .option img{
	float: left;
	display: inline;
	margin-right: 8px;
	border: solid 2px #032e4c;
}

#content img.download{
	float: left;
	display: inline;
	margin-right: 8px;
}



/* Forms
----------------------------------------------- */
input, select, textarea {
	margin-left: .5em;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

fieldset {
	margin-top: 1em;
	border: none;
}

fieldset div {
	clear: both;
	margin: .3em 0;
	position: relative;
}

label,
fieldset div#cr p {
	font-size: 12px;
	display: block;
	width: 12em;
	text-align: right;
	float: left;
}

fieldset div#cr p{
	margin-bottom: 85px;
}

fieldset div#cr label {
	text-align: left;
	margin-left: 0;
	width: auto;
	float: none;
}



/* Tables
----------------------------------------------- */
.datatable{
	width: 95%;
	border-top: solid 1px #333;
	border-left: solid 1px #333;
	border-collapse: collapse;
	margin-bottom: 1em;
}

.datatable th,
.datatable td{
	padding: 4px;
	font-size: 12px;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
}

.datatable th{
	background-color: #f1f1f1;
	vertical-align: bottom;
}

.datatable td{
	text-align: center;
}

.datatable td.first-cell{
	text-align: left;
}

.minitable{
	width: 95%;
	border-collapse: collapse;
	margin-bottom: 1em;
}

.minitable td{
	padding: 4px;
	font-size: 12px;
}

#content .datatable h2,
#content .minitable h2{
	margin-bottom: 0;
}