/* CSS Document */

body {
     font: 100.01%/1.3 Verdana, Arial, Helvetica, sans-serif;
     background: #FFF;
     margin: 0;
     padding: 0;
     text-align: center;
}
html, body {
	min-height:100%;
	margin-bottom:1px;
}
#holder {
	border: 1px #FFF solid;
	margin: 8px auto;
	padding: 0;
	width: 751px;
	text-align: left;
	position: relative;
}

/* header styles */
#header {
	margin-top: 66px;/*
	background: #FFF;*/
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
}
#links {
	position: absolute;
	/*top: 28px;
	right: 3px;*/
	top: 32px;
	right: -1px;
	text-align: right;
}
#links p {
	font-size: 65%;
}

/* top navigation styles */
#nav {
	background: url(images/midgrey.gif) repeat-x left top;
}

#navend {
	background: url(images/end_l.gif) no-repeat left top;
	height: 27px;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 149px;
	background: url(images/end_r.gif) no-repeat right top;
	height: 27px;
}
#nav li {
	width: 156px;
	float: left;
	font-size: 70%;
	font-weight: 500;
	padding: 0;
	border-left: 1px #FFF solid;
	margin: 0;
	text-align: center;
	line-height: 100%;
}
#nav li a:link, #nav li a:visited {
	display: block;
	color: #FFF;
	text-decoration: none;
	margin: 1px 0 0;
	padding: 8px 0 7px;
	width: 100%;
}
#nav #employeelnk a {
	background: #E6C462 url(images/button_employees.gif) no-repeat right bottom;
}
#nav #employerlnk a {
	background: #66A0AB url(images/button_employers.gif) no-repeat right bottom;
}
#nav #flexlnk a {
	background: #CB5A5E url(images/button_flexright.gif) no-repeat right bottom;
	border-right: 1px solid #FFF;
}
body#employee #nav #employeelnk a, body#employer #nav #employerlnk a, body#flexrt #nav #flexlnk a {
	background: #FFF url(images/button_on.gif) no-repeat right bottom;
	padding: 7px 0 6px;
	border: 1px #E0E0E0 solid;
}
* html #nav li a:link, * html #nav li a:visited {
	padding: 9px 0 8px;
}
* html body#employee #nav #employeelnk a, * html body#employer #nav #employerlnk a, * html body#flexrt #nav #flexlnk a {
	padding: 8px 0 7px;
}
/* content holder that creates the vertical line */
#faux {
	background: url(images/divider.gif) repeat-y 498px 0px;
	margin: 25px 0;
}
body.two #faux {
	background: url(none);
}

/* left side navigation */
#subnav {
	width: 250px;
	float: left;
	margin-top: -5px;
}
#subnav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 80%;
	font-weight: bold;
	width: 240px;
}
#subnav li {
	padding: 0;
	margin: 0 0 1px 3px;
	border-bottom: 1px dotted #666;
}
#subnav li a:link, #subnav li a:visited {
	display: block;
	text-decoration: none;
	margin: 1px 0 2px;
	padding: 5px 12px 3px 5px;
	width: 216px;
	background: url(images/arrow.gif) no-repeat right center;
}
#subnav li a:hover, #subnav li a:active, #subnav li a:focus {
	background: #333;
	background: url(images/arrow_over.gif) no-repeat right center;
}
/* highlighted box in left column */
#focus {
	margin-top: 25px;
	background: url(images/callmid.gif) repeat-y;
	font-size: 90%;
}
.callmid {
	padding: 5px 10px 0 15px;
}
#focus {
	margin-top: 25px;
	background: url(images/callmid.gif) repeat-y;
	font-size: 90%;
}
.focusmid {
	padding: 5px 10px 0 15px;
}

/* right column */
#callout {
	width: 215px;
	float: right;
}
body.two #callout {
	display: none;
}

/* main content area */
#register {
	margin: 0 0px 0 275px;
	padding: 0;
}
#content {
	margin: 0 260px 0 275px;
	padding: 0;
}
body.two #content {
	margin-right: 10px;
}
h1 {
	font: normal 1.1em Tahoma, Arial, Helvetica, sans-serif; 	
}
h2, h3 {
	font: normal 1em Tahoma, Arial, Helvetica, sans-serif; 	
}
td h2 { 
	font-size: 130%;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3 {
	margin-bottom: 5px;
}
form h3 {
	margin-top: 25px;
}
p, #content ul, #callout ul, ol {
	color: #333;
	font-size: .8em;
	margin-top: 0;
	margin-bottom: 13px;
}
#callout ul, #content ul {
	padding-left: 15px;
}
* html #callout ul, * html #content ul {
	padding-left: 0;
	margin-left: 15px;
}
#content ul li, #callout ul li {
	margin-top: 10px;
	margin-bottom: 5px;
}
#callout p, #callout ul {
	font-size: 70%;
}
#content ul ul li, #content ol ul li {
	font-size: 120%;
}
p.estimate {
	margin-top: 25px;
	font-weight: bold;
}
.notop {
	margin-top: 0;
}
.sm {
	font-size: .7em;
}

/* content area table styles */
#content table {
	border: 1px #666 solid;
	border-top: none;
	border-collapse: collapse;
}
#content td {
	border-top: 1px solid #666;
	border-collapse: collapse;
	vertical-align: top;
	padding: 4px;
	font-size: 70%;
}
#content table.plain, #content table.plain td {
	border: none;
}
#content th {
	font-size: 75%;
	text-align: left;
	padding: 4px 4px 0;
	vertical-align: bottom;
	border-top: 1px solid #666;
	border-collapse: collapse;
}
#content .table p {
	font-size: 95%;
}
tr.odd {
	background: #ECECEC;
}
#content th.rows {
	vertical-align: top;
	background: #E0E0E0;
}

/* footer styles */
#footer {
	font-size: 85%;
	border-top: #666 solid 1px;
}
#footer p {
	color: #CCC;
	margin-top: 5px;
}
a {
	text-decoration: none;
}

.fltrt {
	float: right;
	margin-left: 5px;
}
.fltlft {
	float: left;
	margin-right: 5px;
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0;
}
/* form styles */
#content form {
	/*border: 1px solid #CCC;*/
	width: 430px;
	margin: 5px auto;
	padding: 10px;
}
#content form.zero {
	margin: 0;
	padding: 0;
	width: auto;
}
input, textarea, select {
	color: #333;
	border: 1px solid #666;
	padding: 1px;
	/*background: #E3A7A9;
	margin: 2px 2px 3px 2px;*/
}
form input:focus, form input:active, form textarea:focus, form textarea:active {
	color: #FFF;
	border: 1px solid #333;
}
label {
	font-size: 70%;
}
.forms td label {
	font-size: 105%;
	text-align: right;
}
.formstyle label {
	display: block;
	margin-left: 75px;
	margin-bottom: 1px;
}
.formstyle .offset label {
	margin-left: 30px;
}

#content .forms, #content .forms td {
	border: none;
}
input.none {
	border: none;
	padding: 0;
	background: #FFF;
}
.formstyle input, .formstyle select {
	display: block;
	width: 230px;
	margin: 0 auto 5px;
}
.formstyle input.check {
	width: auto;
	margin-right: 10px;
	margin-bottom: 0;
	display: inline;
}
.formstyle .invis {
	display: none;
}
.formstyle .spacer {
	margin-left: 60px;
}
fieldset {
	border: 1px solid #CCC;
	margin: 0 0 10px;
	padding: 5px 5px 15px;
}
legend {
	/*border: 1px solid #666;*/
	color: #666;
	background: #E0E0E0;
	padding: 4px 6px 3px;
	margin-bottom: 5px;
	margin-left: 10px;
	font: normal 1em Arial, Helvetica, sans-serif;
}
input.button {
	border: 1px solid #333;
	color: #FFF;
	width: 10em;
	margin: 10px auto;
	padding: 3px;
	text-align: center;
}

/* sitemap styles */
#sitemap {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#sitemap ul, #sitemap ul ul, #sitemap ul ul ul {
	margin-left: 10px;
	padding-left: 10px;
	font-weight: normal;
}
#sitemap ul {
	margin-bottom: 15px;
}
#sitemap ul ul, #sitemap ul ul ul {
	font-size: 85%;
	margin-bottom: 5px;
}
#sitemap li {
	margin-bottom: 0;
}
#sitemap ul a {
	font-weight: bold;
}
#sitemap ul a, #sitemap ul ul ul a {
	color: #CB5A5E;
}
#sitemap ul ul a, #sitemap ul ul ul ul a {
	color: #528EC2; 
	font-weight: normal;
}
#sitemap a:hover, #sitemap a:active, #sitemap a:focus {
	text-decoration: underline;
}.red {
	color: #FF0000;
}
fieldset ul {
	margin-left: 20px;
	padding-left: 0;
}