body{
	background: #f8f8f8;
	color: #4f4f4f;
}

a, a:visited{
	color: #196aab;
	text-decoration: none;
	outline: none;
}

a:hover{
	color: #9cc333;
	text-decoration: underline;
}

label{
	outline: none;
}

ul{
	list-style: disc url(/assets/img/bullet.png);
}

.wrapper{
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	background: #fff;
}

.container{
	background: #fff;
}

.overall{
	background: url(/assets/img/bg-overall.png) repeat-y;
}

.footer{
	height: 97px;
	background: url(/assets/img/bg-footer.png);
	position: relative;
}

.hd_def{
	height: 380px;
	background: url(/assets/img/bg-header-def.jpg);
}

.hd_alt{
	background: url(/assets/img/bg-header-alt.jpg);
	height: 210px;
}

.hd_alt .copy{
	position: absolute;
	bottom: 22px;
	left: 58px;
}

.page{
	background-image: url(/assets/img/bg-page.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 44px 0px;
}

#header{
	position: relative;
}

#logo{
	position: absolute;
	top: 16px;
	left: 42px;
}

.hd_def .copy{
	width: 580px;
	height: 218px;
	position: absolute;
	bottom: 22px;
	left: 42px;
}

#sidebar{
	background: #f5f5f5;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    CCborderRadius: 6px;
}

#sidebar .inner{
	padding: 12px;
}

a.button, input.button, a.button:visited, input.button:visited{
	font-size: 1.1em;
	color: #FFFFFF;
	background: #165598 url(/assets/img/bg-button.png) repeat-x;
	text-decoration: none;
	padding: 8px 8px 6px 8px;
	display: block;
	float: left;
}

a.button{
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    CCborderRadius: 6px;
}

a.button:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

.hd_def .but{
	position: absolute;
	right: 76px;
	bottom: 32px;
}

.legal{
	position: absolute;
	left: 104px;
	top: 20px;
	color: #6e6e6e;
}

.legal a, .legal a:visited, .legal span{
	color: #aeaeae;
	text-decoration: none;
}

.legal a:hover{
	color: #6e6e6e;
}

.footer a.rss{
	position: absolute;
	width: 24px;
	height: 24px;
	right: 25px;
	bottom: 25px;
	text-indent: -9999px;
}

.footer .links{
	position: absolute;
	right: 80px;
	top: 28px;
}

.footer .links a, .footer .links a:visited{
	color: #6e6e6e;
	text-decoration: none;
	font: 0.9em;
}

.footer .links a:hover{
	text-decoration: none;
	color: #333;
}

.checkers{
	background: #f5f5f5;
}

.checkers label{
	clear: both;
	cursor: pointer;
	padding: 0.7em 0.7em 0.7em 32px;
	font-size: 1.1em;
	color: #4f4f4f;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: 8px 6px;
}

.checkers label.checked{
	background-image: url(/assets/img/icon-checked.gif);
}

.checkers label.unchecked{
	background-image: url(/assets/img/icon-unchecked.gif);
}

.checkers label.selected{
	background-image: url(/assets/img/icon-selected.gif);
}

.checkers label.unselected{
	background-image: url(/assets/img/icon-unselected.gif);
}

.fieldWrapper{
	background: url(/assets/img/bg-fieldWrapper.gif) no-repeat;
	width: 217px;
	height: 28px;
	float: left;
}

.fieldWrapper input{
	background: none;
	border: none;
	color: #727272;
	font-size: 1em;
	width: 200px;
	height: 19px;
	margin: 5px 0 0 8px;
}

.rss{
	line-height: 22px;
}

.rss img{
	margin-right: 6px;
	float: left;
	margin-top: 2px;
}

.rss a, .rss a:visited{
	color: #3f3f3f;
	font-weight: bold;
	display: block;
	float: left;
	text-decoration: none;
	font-size: 1.1em;
}

.rss a:hover{
	text-decoration: underline;
}

a.nav-item{
	float: left;
	background: url(/assets/img/bg-nav-def.gif) no-repeat;
}

a.nav-item, a.nav-item:visited{
	font-size: 13px;
	color: #6f6f6f;
	background: #dedede url(/assets/img/bg-nav-def.gif) no-repeat;
	text-decoration: none;
	padding: 11px 14px 9px 14px;
	display: block;
	float: left;
	border: 1px solid #dedede;
	border-top: 0px;
	border-right: 1px solid #e6e6e6;
}

a.nav-item.act, a.nav-item.act:visited, a.nav-item.act:hover{
	background: #165598 url(/assets/img/bg-nav-act.gif) repeat-x;
	color: #FFFFFF;
}

a.nav-item:hover{
	color: #000000;
}

#menu{
	width: 285px;
	height: 40px;
	position: absolute;
	right: 45px;
	top: 0px;
}

h2{
	color: #124881;
	font-weight: bold;
}

.odd{
	background: #e7f0f5;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    CCborderRadius: 6px;
}

.faqs span{
	font-size: 1.3em;
	color: #196aab;
}

.content{
	background-image: url(/assets/img/bg-content.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 24px;
}

#sidebar h3{
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #ffffff;
	color: black;
	font-size: 1.2em;
	margin: 10px 0px;
}

#sidebar h3 span{
	display: block;
	padding: 8px 0px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e6e6e6;
}

#sidebar ul{
	list-style: none;
	margin: 0px 0px 16px 0px;
	list-style-image: none;
}

#sidebar ul li{
	margin: 3px 0px;
}

#sidebar ul a, #sidebar ul a:visited{
	color: #727272;
}

#sidebar ul a:hover{
	color: #000000;
}

.entry h3{
	font-size: 1.8em;
	color: #196aab;
	border-bottom: 1px solid #d0deec;
	padding: 0 0 6px 0;
	margin: 0 0 6px 0;
}

.entry h3 a:hover{
	text-decoration: none;
}

.entry .date{
	text-align: right;
	color: #333;
	margin-bottom: 8px;
}

.entry{
	margin-bottom: 44px;
}

.posted .last{
	text-align: right;
}

.posted .last a, .posted .last img{
	float: right;
}

.posted .last img{
	margin: 2px 7px 0 0;
}

.posted .first div, .posted .first img{
	float: left;
}

.posted .first img{
	margin: 2px 5px 0 0;
}

#entry_comments .string{}

#entry_comments h4{
	font-size: 1.5em;
}

#surv_callout{
	width: 270px;
	height: 130px;
	background: url(/assets/img/bg-callout.jpg);
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    CCborderRadius: 6px;
}

.instructions{
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    CCborderRadius: 6px;
}

#surv_callout a{
	display: block;
	height: 117px;
	text-indent: -9999px;
}

h2.alt{
	font-size: 1.6em;
	border-bottom: 1px solid #ffffff;
	margin: 0px 0 8px 0;
}

h2.alt span{
	display: block;
	border-bottom: 1px solid #e6e6e6;
	padding: 8px 0px;
}

#sidebar ul.check{
	list-style: url(/assets/img/bullet-check.png);
	margin: 0px 0px 16px 23px;
}

#sidebar ul.check li{
	margin: 6px 0px;
	color: #124881;
	font-size: 1.1em;
}

#survey-page{
	background: #f5f5f5;
	border-top: 1px solid #FFFFFF;
	padding: 0 16px;
}

#stages{
	background: #f8f8f8;
	height: 58px;
	border: 1px solid #f0f0f0;
	border-bottom: 1px solid #e6e6e6;
}

#stage-one, #stage-two, #stage-three, #stage-four{
	width: 200px;
	height: 58px;
	border-right: 1px solid #fefefe;
	border-left: 1px solid #ebebeb;
	float: left;
	color: #c6c6c6;
}

#stages .completed{
	background: url(/assets/img/bg-stages-completed.gif) repeat-x;
	border-right: 1px solid #4e772d;
	border-left: 1px solid #466b29;
	color: #b9d8a8;
}

#stages .current{
	background: url(/assets/img/bg-stages-current.gif) repeat-x;
	border-right: 1px solid #c4ced9;
	border-left: none;
	color: #ffffff;
}

#stages span{
	display: block;
}

#stages .inner{
	padding: 10px 0 0 16px;
}

#stages .title{
	font-weight: bold;
	font-size: 1.1em;
}

#stages .firststage{
	border-left: none;
}

#stages .laststage{
	border-right: none;
}

.checkers .left{
	text-align: right;
	width: 100px;
}

.checkers td{
	padding: 12px 8px;
}

.checkers ul{
	list-style: none;
	margin: 0;
}

.checkers li{
	margin: 16px 0;
}

.vitup td{
	vertical-align: top;
}

.vitup ul{
	margin-top: 10px;
}

.vitup li{
	margin: 4px 0;
}

#booklink{
	position: absolute;
	width: 175px;
	height: 225px;
	bottom: 75px;
	right: 100px;
}

#booklink a{
	display: block;
	text-indent: -9999px;
	width: 175px;
	height: 225px;
}

.testimonial{
	padding-left: 36px;
	background: url(/assets/img/bg-quote.gif) top left no-repeat;
}

#seg, #sbox-content div{
	width: 480px;
	height: 280px;
	position: relative;
	margin: 10px 0 0 10px;
}

#seg a{
	display: block;
	width: 240px;
	height: 280px;
	text-indent: -9999px;
	position: absolute;
	background-attachment: fixed;
	background-position: 0px 0px;
}

#seg #left{
	top: 0;
	left: 0;
	background: url(/assets/img/seg-left.png) no-repeat;
}

#seg #left:hover{
	background-position: 0px -280px;
}

#seg #right{
	top: 0;
	right: 0;
	background: url(/assets/img/seg-right.png) no-repeat;
}

#seg #right:hover{
	background-position: 0px -280px;
}

.instructions{
	background: #366ba4;
	color: #FFFFFF;
	padding: 16px;
	font-size: 1.2em;
}

.instructions p{
	margin: 0;
}

.nav-item-cv{
	-webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    CCborderRadiusBL: 6px;
}

.nav-item-cvv{
	-webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    CCborderRadiusBR: 6px;
}

#sleep li{
	list-style-image: none;
}