@charset "UTF-8";
/* CSS Document */

/*
-----------------------------------------------
Lifeworks section styles
----------------------------------------------- */
h2 {
	color: #fff;
	padding-bottom: 10px;
}

#flashcontent {
	height: 380px;

}

/* All Pages
----------------------------------------------- */
#lifeworks-section {
	margin:  0 auto;
	width: 900px;
	text-align: left;
	position: relative;
	z-index: 1;
	color: #fff;
}

.col1 {
	width: 689px;
	float: left;
	position: relative;
}
.col2 {
	width: 205px;
	float: right;
	position: relative;
}

.col1 .box1 {
	width: 205px;
	height: 110px;
	position: absolute;
	left: 0;
	top: 44px;
}
.col1 .box2 {
	width: 188px;
	height: 202px;
	position: absolute;
	left: 17px;
	top: 160px;
}
.col1 .box3 {
	width: 478px;
	float: right;
}
.col1 .boxtop {
	height: 20px;
	background: url(../lifeworks/images/box3_graytop.gif) no-repeat;
}
.col1 .boxcontent {
	background: #999;
	text-align: left;
	min-height: 340px;
	padding: 0 10px 0 20px;
}
.col1 .boxbot {
	height: 20px;
	background: url(../lifeworks/images/box3_graybot.gif) no-repeat;
}
.col2 .box4 {
	width: 205px;
	height: 240px;
	margin-top: 31px;
}
.col2 .box4 .boxtop {
	height: 20px;
	background: url(../lifeworks/images/box4_graytop.gif) no-repeat;
}
.col2 .box4 .boxcontent {
	background: #999;
	text-align: left;
	min-height: 200px;
	padding: 0 10px;
}
.col2 .box4 .boxbot {
	height: 20px;
	background: url(../lifeworks/images/box4_graybot.gif) no-repeat;
}
.col2 .box5 {
	width: 172px;
	height: 102px;
	margin-top: 6px;
}




/* Default Page
----------------------------------------------- */
.default-page .box1 {
	background: url(../lifeworks/images/lifeworks_box1.jpg) no-repeat;
}
.default-page .box2 {
	background: url(../lifeworks/images/lifeworks_box2.jpg) no-repeat;
}
.default-page .box4 {
	background: url(../lifeworks/images/lifeworks_box4.jpg) no-repeat;
}
.default-page .box5 {
	background: url(../lifeworks/images/lifeworks_box5.jpg) no-repeat;
}

/* Sitemap Page
----------------------------------------------- */
.sitemap-page .box1 {
	background: url(../lifeworks/images/lifeworks_box1.jpg) no-repeat;
}
.sitemap-page .box2 {
	background: url(../lifeworks/images/lifeworks_box2.jpg) no-repeat;
}
.sitemap-page .box4 {
	background: url(../lifeworks/images/lifeworks_box4.jpg) no-repeat;
}
.sitemap-page .box5 {
	background: url(../lifeworks/images/lifeworks_box5.jpg) no-repeat;
}

/*sitemap*/
	
ul#sitemap {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#sitemap li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#sitemap li {
	margin: 6px 0 6px 0;
}

ul#sitemap li ul {
	margin: 0;
	padding: 0 0 0 20px;
}

ul#sitemap li li {
	background: transparent url('../images/sm_horiz.gif') 0 5px no-repeat;
	border-left: 1px dotted #fff;
	margin: 1px 0;
	padding: 6px 0 7px 25px;
}

ul#sitemap li li.end {
	background: transparent url('../images/sm_end.gif') 0 0 no-repeat;
	border-left: none;
	margin: 0 0 7px 0;
	padding: 6px 0 0 25px;
}
ul#sitemap li.last {
	margin-bottom: 0;
}

/* Disclaimers Page
----------------------------------------------- */
.disclaimers-page .box1 {
	background: url(../lifeworks/images/lifeworks_box1.jpg) no-repeat;
}
.disclaimers-page .box2 {
	background: url(../lifeworks/images/lifeworks_box2.jpg) no-repeat;
}
.disclaimers-page .box4 {
	background: url(../lifeworks/images/lifeworks_box4.jpg) no-repeat;
}
.disclaimers-page .box5 {
	background: url(../lifeworks/images/lifeworks_box5.jpg) no-repeat;
}

/* Contact Us Page
----------------------------------------------- */
.contact-us-page .box1 {
	background: url(../lifeworks/images/lifeworks_box1.jpg) no-repeat;
}
.contact-us-page .box2 {
	background: url(../lifeworks/images/lifeworks_box2.jpg) no-repeat;
}
.contact-us-page .box5 {
	background: url(../lifeworks/images/lifeworks_box5.jpg) no-repeat;
}

/* Links
----------------------------------------------- */
#lifeworks-section .box3 a:link, #lifeworks-section .box3 a:visited {
	color: #fff;
	text-decoration: underline;
}
#lifeworks-section .box3 a:hover, #lifeworks-section .box3 a:active {
	color: #000;
}

/* All Pages _ Misc
----------------------------------------------- */
/* Sub Nav */
.nav li {
	list-style-type: none;
	font-size: 14px;
	padding-bottom: 10px;
	background: url(../individuals-and-families/images/dot_gray.gif) no-repeat;
	padding-left: 7px;
}
.nav li a:link, .nav li a:visited {
	color: #fff;
	text-decoration: none;
}
.nav li a:hover, .nav li a:active {
	color: #000;
	text-decoration: none;
}
.nav li a.selected:link, .nav li a.selected:visited {
	color: #333;
}
