/* RESET
-------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
    margin: 0; 
	padding: 0; 
	border: 0;
	}

html,body { 
    margin: 0;
	padding: 0;
	text-align: left;
	background-color: #ffffff;
	background-image: url(/imgs06/bg.gif);
	background-repeat: repeat-x;
	height: 100%;
	}

#printLogo {
	margin: 0 !important;
	padding: 0 !important;
	display: none !important;
	text-align: center;
	}
div.clearer {clear: both; line-height: 0; height: 0; visibility: hidden;}
.clearFix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

/* HEADER
-------------------------------------------------------------------- */
#header {
	width: 771px;
	height: 110px;
	background: url(/imgs06/header_bg.jpg) no-repeat;
	margin: 0;
	padding: 0;
 	}
#header .logo {
	float: left;
	width: 287px;
	height: 51px;
	background: url(/imgs06/header_logo.gif) no-repeat;
	margin: 50px 0 0 20px;
	padding: 0;
	}
* html #header .logo {
	margin-left: 10px;
	}
#header .logoLayout {
	float: left;
	width: 287px;
	height: 51px;
	margin: 50px 0 0 20px;
	padding: 0;
	}
* html #header .logoLayout {
	margin-left: 10px;
	}

/* UTILITY NAV-Careers Newsroom Calendar Contact Us [Logout] AddThis
-------------------------------------------------------------------- */
.util ul {
	width: 767px;
	list-style: none;
	height: 19px;
	text-align: right;
	margin: 3px 0 0 0;
	padding: 0 10px 0 0;
	}
.util ul li {
	background: url('/images/wider/util-nav-dot.gif') no-repeat 2px 50%;
	display: inline;
	margin: 0;
	padding: 0 0 1px 10px;
	}
.util ul li a {
	font-family: helvetica,arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 19px;
	margin: 0;
	padding: 0;
	color: #69829e;
	text-decoration: none;
	}
.util ul li a:hover {
	color: #69829e;
	text-decoration: none;
	}
.util ul li.on a {
	color: #69829e;
	text-decoration: none;
	}
.util ul li.first {
	background: none;
	}
.util ul li#addThis a img {
	width: 56px;
	height: 16px;
	vertical-align: bottom;
	margin: 0 0 3px 2px;
	padding: 0;
	border: 0;
	}
.util ul li#addThis, .util ul li.facebook, .util ul li.twitter {
	background: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	}
.util ul li.twitter a img, .util ul li.facebook a img {
	width: 18px;
	height: 19px;
	vertical-align: bottom;
	margin: 0 0 2px 0;
	padding: 0;
	border: 0;
	}

/* NAV - 04/22/09 added .wider class to widen dropdown
-------------------------------------------------------------------- */
div#navBg {
	width: 771px;
	height: 25px;
	background: url(/imgs06/nav_bg.gif) repeat-x;
	}
#nav, #nav ul {
	float: left;
	list-style: none;
	text-align: center;
	background: url(/imgs06/nav_bg.gif) repeat-x;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 23px;
	font-weight: bold;
	margin: 0 0 0 15px;
	padding: 2px 0 0 0;
	z-index: 500;
	}
* html #nav {
	line-height: 23px;
	margin-left: 7px;
	}
*:first-child+html #nav {
	line-height: 23px;
	}
#nav a:hover {
	text-decoration: underline;
	}
#nav a {
	width: 75px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 0 5px 0 5px;
	}
#nav a.daddy {
	width: 140px;
	background: url(/imgs06/nav_arrow.gif) no-repeat center right;
	margin-right: 7px;
	}
#nav.wider a.daddy {
	width: 255px;
	}
#nav li {
	border-left: 1px solid #c8e6e5;
	float: left;
	padding: 0;
	}
#nav li.last {
	border-right: 1px solid #c8e6e5;
	}
#nav li ul {
	position: absolute;
	left: -9999px;
	height: auto;
	width: 160px;
	font-weight: normal;
	color: #1c3e7f;
	background: #ffffff;
	border-right: 1px solid #1c3e7f;
	border-bottom: 1px solid #1c3e7f;
	border-left: 1px solid #1c3e7f;
	margin: 0 0 0 -1px;
	padding: 0;
	}
#nav.wider li ul {
	width: 282px;
	}

/* 2ND TIER MENUS */
#nav li li {
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	width: 149px;
	border-right: none;
	border-bottom: 1px dotted #4eb7b7;
	padding: 5px 0 5px 10px;
	}

#nav.wider li li {
	width: 270px;
	}

#nav li li:last-child {
	border-bottom: none;
	}
#nav li li.section_header {
	width: 144px;
	color: #0d3277;
	font-weight: bold;
	padding: 10px 0 5px 15px;
	}
#nav li li.section_header:hover {
	background: none;
	}

#nav.wider li li.section_header {
	width: 264px;
	}

#nav li ul a {
	color: #0d3277;
	width: 130px;
	}

#nav.wider li ul a {
	width: 260px;
	}

/* CONTROL POSITIONING OF 2nd tier menu -- Hacked for IE6 */
#nav li ul ul {
	margin: -36px 0 0 152px;
	border-top: 1px solid #1c3e7f;
	}

#nav.wider li ul ul {
	margin: -20px 0 0 271px;
	}

html>body #nav li ul ul {
	margin: -6px 0 0 159px;
	border-top: 1px solid #1c3e7f;
	}

html>body #nav.wider li ul ul {
	margin: -6px 0 0 271px;
	}
/* end CONTROL POSITIONING OF 2nd tier menu -- Hacked for IE6 */

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -9999px;
	}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}
#nav li:hover, #nav li.sfhover {
	background: #4eb7b7;
	}
#nav li li:hover, #nav li li.sfhover {
	background: #dcf0ef;
	}
/* Shawn fixes */
.daddy {
	float: right;
	}
* html .daddy {
	float: none;
	}
#nav li.on {
	background: #4eb7b7;
	}


/* programs wider */

#nav ul.programs {
	width: 275px;
	padding: 0;
	}
#nav ul.programs li {
	border-bottom: 1px dotted #4eb7b7;
	width: 265px;
	}
#nav ul.programs li:last-child {
	border-bottom: none;
	}
#nav ul.programs li a.daddy {
	width: 250px;
	}
#nav ul.programs ul li {
	width: 148px;
	}
#nav ul.programs li.section_header {
	width: 143px;
	}

/* extended rollover zone */
#nav ul li {
	padding-right: 1px;
	}

/* google cse */
#cse-search-results iframe {
	height: 1150px;
	}
.search {
	height: 17px;
	float: right;
	margin: 0;
	padding: 5px 10px 0 0;
	vertical-align: bottom;
	}
form#navSearch .search input#s {
	width: 134px !important;
	height: 12px;
	vertical-align: bottom;
	background: #ffffff;
	font-size: 11px;
	line-height: 11px;
	color: #023672;
	border: 1px solid #5d7ea4;
	margin: 0;
	padding: 2px 2px 1px 4px;
	outline: none;
	}
form#navSearch div input#go {
	width: 17px;
	height: 17px;
	vertical-align: bottom;
	margin: 0;
	padding: 0 0 0 1px;
	}
/* end google cse */


/* STRUCTURE / Home
-------------------------------------------------------------------- */
#wrapperHome {
	width: 787px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treated as min-height*/
	min-height: 100%; /* real browsers */
	margin-left: auto;
	margin-right: auto;
/*     background-image: url(/imgs06/bg_wrapperhome_new.gif);*/
	background-image: url(http://www.wested.org/imgs06/bg_wrapperhome_new2.gif);
	background-repeat: repeat;
	position: relative;
	}
#wrapperbgHome {
	width: 771px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}
#wrapperHome #top {
	width: 771px;
	height: 172px;
	margin-left: auto;
	margin-right: auto;
	}
#wrapperHome #btm {
	width: 771px;
	margin: 0 auto;
	padding-bottom: 60px;
	}
#wrapperHome .left {
	width: 485px;
	margin: 25px 0 0 15px;
	padding: 0;
	float: left;
	}
* html #wrapperHome .left {    /* IE 6 */
	margin-left: 7px;
	}
#wrapperHome .left .spot {
	width: 483px;
	margin: 0;
	padding: 0;
	border:1px dotted #023671;
	}
#wrapperHome .left .spot .spotview {
	width: 482px;
	height:188px;	
	overflow:hidden;
	position:relative;
	background: #fff;	
	}
#wrapperHome .left .spot .spotview ul{
	float:left;
	list-style: none;
	margin:0; 
	padding:0;
	position:absolute;
	}
#wrapperHome .left .spot .spotview ul li{
	height:188px;	
	}
#wrapperHome .left .spot .spotview ul li div.slide{
	width:452px;
	height:152px;
	padding: 10px;
	}
#wrapperHome .left .spot .spotview ul li .slide .slidepic {
	float:left;
	width:231px;
	height:166px;
	margin:0;
	padding:0;
	}
#wrapperHome .left .spot .spotview ul li div.slidetext{
	width:215px;
	height:166px;
	float:right;
	padding:0;
	}
#wrapperHome .left .spot .spotview ul li div.slidetext p,  #wrapperHome .left .spot .spotview ul li div.slidetext h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #003366;
	margin: 0 0 7px 15px;
	padding: 0;
	}
#wrapperHome .left .spot .spotview ul li div.slidetext h3{
	font-weight:bold;
	}	
#wrapperHome .left .spot .spotview ul li div.slidetext p a, #wrapperHome .left .spot .spotview ul li div.slidetext p a:hover, #wrapperHome .left .spot .spotview ul li div.slidetext h3.slidename a, #wrapperHome .left .spot .spotview ul li div.slidetext h3.slidename a:hover, #wrapperHome .left .spot .spotview ul li div.slidetext h3.slidename a:visited {
	color: #003366;
	text-decoration: none;
	border-bottom: 1px dotted #003366;
	}
#wrapperHome .left .spot .spotview ul li div.slidetext h3.slidename{
	margin-top:15px;
	}
#wrapperHome .left .spot .spottabs{
	height:20px;
	background-color: #99cecc;
	}
#wrapperHome .left .spot .spottabs ul{
	float:left;
	list-style: none;
/*	background: #99cecc;*/
	background: #c5d2d8;
	margin:0; 
	padding:0;
	}
#wrapperHome .left .spot .spottabs ul li{
	width:160px;
	height:19px;	
	float:left;
	display:block;
	border-left:1px dotted #023671;
	border-top:1px dotted #023671;
	}
#wrapperHome .left .spot .spottabs ul li:hover{
	background: #eee;
	}
#wrapperHome .left .spot .spottabs ul li.active{
	background: #fff;
	border-top:1px solid #fff;
	}
#wrapperHome .left .spot .spottabs ul li a{
	height:17px;
	display:block;
	padding: 2px 0 0 0;	
	font: 10px Verdana, sans-serif;
	text-align: center;
	text-decoration: none;
	color:#003366;
	outline:none;
	}
#wrapperHome .left .spot .spottabs ul li.first{
	border-left:none;
	}	
#wrapperHome .right {
	width: 245px;
	margin: 25px 0 0 0;
	padding: 0;
	float: right;
	vertical-align: top;
	}
#wrapperHome .right a {
	margin: 0;
	padding: 0;
	}
#wrapperHome .right2 {
	width: 243px;
	margin: 0;
	padding: 0 0 20px 0;
	border-left: 2px solid #ffffff;
	background: url('/imgs06/home-events-bg.gif') repeat-x 0px 158px;
	}

/* STRUCTURE & STYLES / Home / New Initiatives
-------------------------------------------------------------------- */
#wrapperHome .left #newInitsLabel {
	background: url('/imgs06/new-inits-label.gif') no-repeat 30px top;
	width: 485px;
	height: 23px;
	padding: 0;
	margin: 0;
	}
#wrapperHome .left #newInitsContainer {
	width: 477px;
	overflow: hidden;
	border: 1px dotted #023671;
	margin: 0 0 20px 0;
	padding: 3px 3px 0 3px;
	}
#wrapperHome .left #newInitsContainer .newInitListing {
	background-color: #eff4f8;
	margin: 0;
	padding: 15px 15px 15px 10px;
	border-bottom: 3px solid #dce6ef;
	}
#wrapperHome .left #newInitsContainer .newInitListing .newInitInfo {
	overflow: auto;
	padding: 0 0 0 10px;
	margin: 0;
	}
* html .newInitInfo {
	height: 1%;
	}
#wrapperHome .left #newInitsContainer .newInitListing img {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	}
#wrapperHome .left #newInitsContainer .newInitListing .newInitInfo h3 {
	margin: 0;
	padding: 0 0 7px 0;
	}
#wrapperHome .left #newInitsContainer .newInitListing .newInitInfo h3 a, 
#wrapperHome .left #newInitsContainer .newInitListing .newInitInfo h3 a:hover, 
#wrapperHome .left #newInitsContainer .newInitListing .newInitInfo h3 a:visited {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: 700;
	color: #3a1363;
	text-decoration: none;
	border-bottom: 1px dotted #3a1363;
	margin: 0;
	padding: 0;
	}
#wrapperHome .left #newInitsContainer .newInitListing .newInitInfo p {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #002165;
	margin: 0;
	padding: 0;
	}


/* STRUCTURE / Homepage
-------------------------------------------------------------------- */
#wrapperHome .left .feat {
	width: 483px;
	height: 307px;
	border: 1px dotted #023671;
	margin: 20px 0 0 0;
	padding: 0;
    overflow: hidden;
	}
#wrapperHome .left .feat .feat1 {
	width: 328px;
	height: 153px;
	border-bottom: 1px dotted #023671;
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	}
#wrapperHome .left .feat .feat2 {
	width: 328px;
	height: 153px;
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	}
#wrapperHome .left .feat .feat3 {
	width: 153px;
	height: 307px;
	border-left: 1px dotted #023671;
	float: right;
	margin: 0;
	padding: 0;
	}
#wrapperHome .left .feat .feat3New {
	width: 153px;
	height: 307px;
	border-left: 1px dotted #023671;
	float: right;
	background: url('/imgs06/service-spot-bg-home.gif') no-repeat left top;
	margin: 0;
	padding: 0;
	}
#wrapperHome .left .feat .cover {
	width: 87px;
	float: left;
	margin: 15px 15px 0 10px;
	padding: 0;
	}
#wrapperHome .left .feat .coverPhoto {
	margin-left: 14%;
	margin-right: 12%;
	margin-top: 15px;
	padding: 0;
	}
#wrapperHome .right .blueMan {
	background: url('/imgs06/blue-man-bg-new.gif') no-repeat left top;
	width: 246px;
	height: 70px;
	margin: 0;
	padding-top: 7px;
	padding-left: 15px;
	}


/* STRUCTURE / Main
-------------------------------------------------------------------- */
#wrapper {
	width: 787px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treated as min-height*/
	min-height: 100%; /* real browsers */
	margin-left: auto;
	margin-right: auto;
	background-image: url(/imgs06/bg_wrapper.jpg);
	background-repeat: repeat;
	position: relative;
	}
#wrapper #top {
	width: 771px;
	height: 172px;
	background: #d8eeec;
	margin-left: auto;
	margin-right: auto;
	}
#wrapper #btm {
	width: 771px;
	margin-left: auto;
	margin-right: auto;
	}
#wrapper #btm #subNav {
	width: 143px;
	height: auto !important;
	height: 100%;
	min-height: 300px;
	background: #d8eeec;
	margin: 0;
	padding: 0;
	float: left;
	}
#wrapper #btm #content {
	width: 587px;
	background-image: url(/imgs06/bg_content_new.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	float: left;
	}
#wrapper #btm #content #guts {
	width: 540px;
	margin: 0 0 0 25px;
	padding: 0;
	}
#wrapper #btm #right {
	width: 41px;
	height: 300px;
	background: #d8eeec;
	margin: 0;
	padding: 0;
	float: right;
	}
	
/* Hack for IE-win concerning right gradient */
* html #wrapper #btm #right {width: 35px;}
/* End hack */

/* Careers staff spotlight sidebar 
-------------------------------------------------------------------- */
#wrapper #btm #content #guts .staff_sidebar {
	float: right;
	margin: 0 0 10px 10px;
	padding: 0;
	border-top: 1px solid green;
	border-left: 1px solid green;
	}

/* STRUCTURE / Misc
-------------------------------------------------------------------- */
.emailnewscart {
	width: 350px;
	float: left;
	position: absolute;
	top: 7px;
	left: 20px;
	margin: 0;
	padding: 0;
	}
.emailnewscart img {
	vertical-align: middle;
	margin: 0;
	padding: 0 0 3px 2px;
	}
.emailnewscart p {
	font-family: helvetica,verdana,arial;
	font-size: 10px;
	color: #14487e;
    	   line-height: 18px;
	display: inline;
	margin: 0;
    	   padding: 0;
    	}
.emailnewscart p a {
	color: #14487e;
	text-decoration: none;
	}
.emailnewscart p a:hover {
	color: #14487e;
	text-decoration: none;
	}
.leftPad {
	padding-left: 25px;
	}


/* STRUCTURE / Subnav aka Leftnav aka Lefty
-------------------------------------------------------------------- */
#subNav ul {
	margin: 23px 10px 0 10px;
	padding: 0;
	}

#subNav ul li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#subNav ul li a {
	color: #3a1363;
	text-decoration: none;
	}

#subNav ul li a:hover {
	color: #3a1363;
	text-decoration: none;
	}

#subNav ul li.white {
	margin: 0 0 9px 0;
	padding: 0 0 9px 0;
	background: url(/imgs06/subnav_dots_white.gif) bottom left no-repeat;
	}
#subNav ul li.green {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	background: url(/imgs06/subnav_dots_green.gif) bottom left no-repeat;
	}
#subNav ul li.none {
	margin: 0 0 9px 0;
	padding: 0 0 9px 0;
	}
#subNav ul li#on a {
	font-weight: bold;
	color: #3a1363;
	text-decoration: none;
	}
#subNav .blueMan {
	width: 122px;
	margin: 20px auto;
	}
#subNav .blueManLinks {
	white-space: nowrap;
	margin: 0;
	padding: 4px 0 0 4px; 
	border-top: 1px solid #0d3e77;
	border-left: 1px solid #0d3e77;
	line-height: 14px;
	}
#subNav .blueManLinks a {
	margin: 0;
	padding: 0; 
	color: #48aa43;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	font-family: helvetical,arial,verdana;
	vertical-align: top;
	} 
#subNav .stayinf {
	width: 122px;
	height: 94px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0 0 0;
	}
#subNav .prodSearch {
	width: 140px;
	height: 118px;
	background: url(/imgs06/bg_prod_search.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	}


/* STYLES / Footer Home
-------------------------------------------------------------------- */
#wrapperHome .footer {
	width: 756px;
	margin: -60px 0 0 0;
	padding: 20px 0 20px 15px;
	position: relative;
	clear: both;
	}
#wrapperHome .footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	}
#wrapperHome .footer ul li {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	padding: 0 2px 0 0;
	display: inline;
	}
#wrapperHome .footer ul li.dot {
	margin: 0;
	padding: 0;
	background: url(/imgs06/footer_dot.gif) center left no-repeat;
	}
#wrapperHome .footer ul li a {
	color: #003366;
	text-decoration: none;
	}
#wrapperHome .footer ul li a:hover {
	color: #003366;
	text-decoration: none;
	}
#wrapperHome .footer p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #003366;
	margin: 0;
	padding: 0;
	}
#wrapperHome .footer p a {
	color: #003366;
	text-decoration: underline;
	}
#wrapperHome .footer p a:hover {
	color: #003366;
	text-decoration: underline;
	}


/* STYLES / Footer Sitewide
-------------------------------------------------------------------- */
#wrapper #btm .footer {
	width: 540px;
	margin: 0 0 30px 25px;
	padding: 8px 0 0 0;
	border-top: 2px solid #afc7de;
/*	background: url(/imgs06/footer_line.gif) top left no-repeat;*/
	}
#wrapper #btm .footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	}
#wrapper #btm .footer ul li {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	padding: 0 2px 0 0;
	display: inline;
	}
#wrapper #btm .footer ul li.dot {
	margin: 0;
	padding: 0;
	background: url(/imgs06/footer_dot.gif) center left no-repeat;
	}
#wrapper #btm .footer ul li a {
	color: #003366;
	text-decoration: none;
	}
#wrapper #btm .footer ul li a:hover {
	color: #003366;
	text-decoration: none;
	}
#wrapper #btm .footer p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #003366;
	margin: 0;
	padding: 0;
	}
#wrapper #btm .footer p a {
	color: #003366;
	text-decoration: underline;
	}
#wrapper #btm .footer p a:hover {
	color: #003366;
	text-decoration: underline;
	}


/* STYLES / Home / Features
-------------------------------------------------------------------- */
#wrapperHome .left .feat .feat1 h3, #wrapperHome .left .feat .feat2 h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: 700;
	color: #3a1363;
	margin: 15px 10px 5px 112px;
	padding: 0;
	}
#wrapperHome .left .feat h3 a, #wrapperHome .left .feat h3 a:hover, #wrapperHome .left .feat h3 a:visited {
	color: #3a1363;
	text-decoration: none;
	border-bottom: 1px dotted #3a1363;
	}
#wrapperHome .left .feat .feat3 h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: 700;
	color: #3a1363;
	margin: 10px 10px 7px 12px;
	padding: 0;
	}
#wrapperHome .left .feat .feat3New h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: 700;
	color: #3a1363;
	margin: 60px 10px 7px 12px;
	padding: 0;
	}
#wrapperHome .left .feat .feat1 p, #wrapperHome .left .feat .feat2 p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #003366;
	margin: 0 10px 0 112px;
	padding: 0;
	}
#wrapperHome .left .feat .feat3 p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #003366;
	margin: 0 10px 0 12px;
	padding: 0;
	}
#wrapperHome .left .feat .feat3New p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #003366;
	margin: 0 10px 0 12px;
	padding: 0;
	}

#wrapperHome .left .feat .feat1 p a,
#wrapperHome .left .feat .feat2 p a,
#wrapperHome .left .feat .feat3 p a,
#wrapperHome .left .feat .feat3New p a {
	color: #003366;
	text-decoration: underline;
	}

#wrapperHome .left .feat .feat1 p a:hover,
#wrapperHome .left .feat .feat2 p a:hover,
#wrapperHome .left .feat .feat3 p a:hover,
#wrapperHome .left .feat .feat3New p a:hover {
	color: #003366;
	text-decoration: underline;
	}


/* STYLES / Home / Staff Spotlight & Events
-------------------------------------------------------------------- */
#wrapperHome .right2 p.event {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #003366;
	margin: 0 10px 2px 14px;
	padding: 0;
	}
#wrapperHome .right2 p.event b {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: 700;
	color: #003366;
	margin: 0;
	padding: 0;
	}
#wrapperHome .right2 p.event a {
	color: #003366;
	text-decoration: underline;
	}
#wrapperHome .right2 p.event a:hover {
	color: #003366;
	text-decoration: underline;
	}
#wrapperHome .right2 p.date {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #003366;
	margin: 0 10px 15px 14px;
	padding: 0;
	}
#wrapperHome .right2 p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #003366;
	margin: 0 10px 10px 14px;
	padding: 0;
	}
#wrapperHome .right2 p a {
	color: #003366;
	text-decoration: underline;
	}
#wrapperHome .right2 p a:hover {
	color: #003366;
	text-decoration: underline;
	}

/* STYLES / Home / Blue Man
-------------------------------------------------------------------- */
#wrapperHome .right .blueMan {
	font-family: arial,verdana,sans-serif;
	font-size: 11px; 
	font-weight: 600;
	line-height: 17px;
	color: #003167;
	}
#wrapperHome .right .blueMan .blueManLinks {
	color: #398f1a;
	font-size: 11px;
	}
#wrapperHome .right .blueMan .blueManLinks a {
	color: #398f1a;
	font-size: 10.5px;
	text-decoration: none;
	border-bottom: 1px dotted #398f1a;
	}

/* STRUCTURE & STYLES / About Us / Bio
-------------------------------------------------------------------- */
#guts .bio {
	width: 540px;
	margin: 0;
	padding: 0;
	}
#guts .bio .top {
	width: 540px;
	height: 150px;
	margin: 10px 0 0 0;
	padding: 0;
	}
#guts .bio .top .info {
	width: 200px;
	height: 150px;
	margin: 0;
	padding: 0;
	text-align: right;
	float: left;
	position: relative;
	}
#guts .bio .top .info div {
	width: 190px;
	position: absolute;
	bottom: 0;
	left: 0;
	}
#guts .bio .top .info p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #3a1363;
	margin: 0 5px 0 0;
	padding: 0;
	}
#guts .bio .top .info p a, #guts .bio .top .info p a:hover {
	color: #3a1363;
	text-decoration: underline;
	}
#guts .bio .top .photo {
	width: 100px;
	height: 150px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	}
#guts .bio .top .photo div {
	position: absolute;
	bottom: 0;
	left: 0;
	}
#guts .bio .top .name {
	width: 225px;
	height: 150px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	}
#guts .bio .top .name div {
	position: absolute;
	bottom: 0;
	left: 0;
	}
#guts .bio .top .name h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #3da738;
	margin: 0 0 3px 10px;
	padding: 0;
	}
#guts .bio .top .name h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: 600;
	color: #003366;
	margin: 0 0 0 10px;
	padding: 0;
	}
#guts .bio .right  {
	width: 175px;
	float: right;
	border-left: 1px dotted #3da738;
	margin: 0 0 0 15px;
	padding: 0 0 0 10px;
/*	border-top: 3px solid #3da738;*/
	}
#guts .bio .right h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: 700;
	color: #3a1363;
	margin: 0 0 3px 0;
	padding: 0;
	}
#guts .bio .right p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #3a1363;
	margin: 0 0 10px 0;
	padding: 0;
	}
#guts .bio .right p a {
	color: #3a1363;
	text-decoration: none;
	}
#guts .bio .right p a:hover {
	color: #4cac4b;
	text-decoration: none;
	}
#guts .bio .right p.break {
	width: 170px;
	line-height: 5px;
	margin: 0px 0 10px 0;
	padding: 0;
	border-bottom: 1px dotted #afc7de;
	}


/* STRUCTURE & STYLES / About Us / Areas of Work
-------------------------------------------------------------------- */
#guts .areas {
	width: 540px;
	margin: 0;
	padding: 0;
	}

#guts .areas p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #003366;
	margin: 0 0 12px 0;
	padding: 0;
	}

#guts .areas p a, #guts .areas p a:hover {
	color: #3a1363;
	text-decoration: underline;
	}

#guts .areas ul {
	list-style-image: url(/imgs06/bullet.gif);
	margin: 15px 0 10px 40px;
	padding: 0;
	}

#guts .areas ul li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #003366;
	padding: 0 0 10px 0;
	}

#guts .areas ul li a, #guts .areas ul li a:hover {
	color: #3a1363;
	text-decoration: underline;
	}

#guts .areas .right {
	width: 175px;
	float: right;
	border-left: 1px dotted #3a1363;
	margin: 0 0 0 7px;
	padding: 0 0 0 10px;
	}

#guts .areas .right p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #3a1363;
	margin: 0 0 10px 0;
	padding: 0;
	}

#guts .areas .right p a, #guts .areas .right p a:hover {
	color: #3a1363;
	text-decoration: none;
	}


/* STRUCTURE & STYLES / About Us / Our Impact
-------------------------------------------------------------------- */
#guts .impact {
	width: 540px;
	margin: 0 0 20px 0;
	padding: 0;
	}

#guts .impact h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	color: #3da738;
	margin: 20px 0 0 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #3da738;
	}

#guts .impact p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #003366;
	margin: 0 0 12px 0;
	padding: 0;
	}

#guts .impact p a, #guts .impact p a:hover {
	color: #003366;
	text-decoration: underline;
	}

#guts .impact p.first {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #003366;
	margin: 20px 0 12px 0;
	padding: 0;
	}

#guts .impact .int {
	width: 340px;
	margin: 0;
	padding: 0;
	}

#guts .impact .int .photo {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	}

#guts .impact .int .quote {
	width: 240px;
	margin: 0;
	padding: 0;
	float: left;
	}

#guts .impact .right {
	width: 175px;
	float: right;
	border-left: 1px dotted #3da738;
	margin: 0 0 0 7px;
	padding: 0 0 0 10px;
	}

#guts .impact .right p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #3a1363;
	margin: 0 0 10px 0;
	padding: 0;
	}

#guts .impact .right p a, #guts .impact .right p a:hover {
	color: #3a1363;
	text-decoration: underline;
	}

#guts .impact .right p.credit {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #3a1363;
	margin: 0 0 10px 30px;
	padding: 0;
	}

#guts .impact .right p.break {
	width: 170px;
	line-height: 5px;
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px dotted #afc7de;
	}


/* STRUCTURE & STYLES / About Us / Awards
-------------------------------------------------------------------- */
#guts .awards {
	width: 540px;
	margin: 0;
	padding: 0;
	}

#guts .awards h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	color: #3da738;
	margin: 20px 0 17px 0;
	padding: 0;
	}

#guts .awards p, #guts .awards {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #003366;
	margin: 0 0 12px 0;
	padding: 0;
	}

#guts .awards p a, #guts .awards p a:hover, #guts .awards a, #guts .awards a:hover {
	color: #3a1363;
	text-decoration: underline;
	}

#guts .awards ul {
	list-style-image: url(/imgs06/bullet.gif);
	margin: 10px 0 0 20px;
	padding: 0;
	}

#guts .awards ul li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #003366;
	padding: 0 0 10px 0;
	}

#guts .awards ul li a, #guts .awards ul li a:hover {
	color: #3a1363;
	text-decoration: underline;
	}

#guts .awards .break {
	width: 540px;
	margin: 10px 0 20px 0;
	padding: 0;
	border-bottom: 1px dotted #003470;
	}

#guts .awards .summary {
	width: 540px;
	margin: 0;
	padding: 0;
	}

#guts .awards .summary .graphic {
	margin: 0 15px 15px 0;
	padding: 0;
/*	border: 1px solid #003366;*/
	float: left;
	}
	
/* STRUCTURE & STYLES / About Us / Board
-------------------------------------------------------------------- */
#guts .board {
	width: 270px;
	height: 175px;
	margin: 0;
	padding: 0;
	}

#guts .board .photo {
	width: 100px;
	height: 130px;
	margin: 0 10px 0 5px;
	padding: 0;
	float: left;
	}

#guts .board .info {
	width: 150px;
	margin: 0;
	padding: 0;
	float: left;
	}

/* STRUCTURE & STYLES / Equity Council 
-------------------------------------------------------------------- */
#guts .equityCouncil {
/*	width: 270px;*/
	height: 195px;
	margin: 0;
	padding: 0;
	}

#guts .equityCouncil img {
	width: 100px;
	height: 130px;
	margin: 0;
	padding: 20px 0 5px  0;
	}


/* STRUCTURE & STYLES / Research
-------------------------------------------------------------------- */
#guts .researchHomeTop {
	width: 559px;
	height: 186px;
	background: url(/imgs06/research_photo.jpg) no-repeat right top;
	border-bottom: 1px solid #0d3e77;
	margin: 3px 0 0 0;
	padding: 0 0 2px 0;
	}
#guts .researchHomeTop2 {
	width: 559px;
	height: 162px;
	background: url(/images/research-eval-header.jpg) no-repeat right top;
/*	border-bottom: 1px solid #0d3e77;*/
	border-bottom: 1px solid #8bc8c4;
	margin: 3px 0 0 0;
	padding: 0 0 2px 0;
	}
#guts .researchHomeTop2 img {
	margin: 35px 0 0 0;
	padding: 0;
	}
#guts .researchHomeTop2 p {
	line-height: 17px;
	margin: 5px 250px 0 0;
	padding: 0;
	}
#guts .researchSearchBox {
	padding: 10px 10px 0 10px;
	background: url('/images/research-bg.gif') repeat-x;
	height: 85px;
	width: 539px;
	margin:3px 3px 0 0;
	} 
#guts input.submit {
	vertical-align: bottom;
	padding: 0;
	margin-left: 5px;
	} 
#guts .researchHomeTop img {
	margin: 35px 0 0 0;
	padding: 0;
	}
#guts .researchHomeTop p {
	line-height: 17px;
	margin: 5px 250px 0 0;
	padding: 0;
	}
#guts .researchSubTop {
	width: 556px;
	height: 154px;
	border-bottom: 1px solid #0d3e77;
	margin: 3px 0 20px 0;
	padding: 0 0 2px 0;
	}
* html #guts .researchSubTop { /* IE6 */
	width: 560px;
	margin: 2px 0 0 0;
	}
*:first-child+html #guts .researchSubTop { /* IE7 */
	margin: 2px 0 0 0;
	}
#guts .researchSubTop h1.print {
	display: none;
	}
#guts .researchSubTop .left {
	float: left;
	width: 392px;
	height: 154px;
	margin: 0;
	padding: 0;
	}
#guts .researchSubTop .right {
	float: left;
	width: 164px;
	height: 154px;
	background: url(/imgs06/research_sub_bg.gif) no-repeat right top;
	margin: 0;
	padding: 0;
	}
#guts .researchSubTop .right h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3a1363;
	margin: 15px 10px 0 10px;
	padding: 0;
	}
#guts .researchSubTop .right p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #3a1363;
	margin: 0 10px 10px 10px;
	padding: 0;
	}
#guts .researchSubBtm p.desc {
	margin: -10px 0 20px 0px;
	padding: 0;
	}
#guts .researchSubBtm a {
	font-size: 12px;
	color: #0d3277;
	text-decoration: underline;
	}
/* STRUCTURE & STYLES / Research END
-------------------------------------------------------------------- */



/* STRUCTURE & STYLES / Services
-------------------------------------------------------------------- */
#guts .servHomeTop {
	width: 559px;
	height: 186px;
	background: url(/imgs06/services_photo.jpg) no-repeat right top;
	border-bottom: 1px solid #0d3e77;
	margin: 3px 0 0 0;
	padding: 0 0 2px 0;
	}
#guts .servHomeTop img {
	margin: 35px 0 0 0;
	padding: 0;
	}
#guts .servHomeTop p {
	line-height: 19px;
	margin: 5px 320px 0 0;
	padding: 0;
	}
#guts .servHomeBtm {
	margin: 0;
	padding: 0;
	}
#guts .servHomeBtm ul.left {
	list-style: none;
	float: left;
	width: 240px;
	margin: 20px 30px 0 30px;
	padding: 0;
	}
* html #guts .servHomeBtm ul.left { /* IE6 */
	list-style: none;
	float: left;
	width: 240px;
	margin: 20px 15px 0 15px;
	padding: 0;
	}
#guts .servHomeBtm ul.right {
	list-style: none;
	float: left;
	width: 240px;
	margin: 20px 0 0 0;
	padding: 0;
	}
#guts .servHomeBtm ul li {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	}
	#guts .servHomeBtm ul li a, #guts .servHomeBtm ul li a:hover {
	color: #0d3e77;
	text-decoration: underline;
	}

#guts .servSubTop {
	width: 559px;
	height: 186px;
	border-bottom: 1px solid #0d3e77;
	margin: -10px 0 0 0;
	padding: 0 0 2px 0;
	}
* html #guts .servSubTop { /* IE6 */
	width: 559px;
	height: 186px;
	border-bottom: 1px solid #0d3e77;
	margin: 2px 0 0 0;
	padding: 0 0 2px 0;
	}
*:first-child+html #guts .servSubTop { /* IE7 */
	width: 559px;
	height: 186px;
	border-bottom: 1px solid #0d3e77;
	margin: 2px 0 0 0;
	padding: 0 0 2px 0;
	}
#guts .servSubTop h1.print {
	display: none;
	}
#guts .servSubTop .left {
	float: left;
	width: 392px;
	height: 186px;
	margin: 0;
	padding: 0;
	}
#guts .servSubTop .right {
	float: left;
	width: 165px;
	height: 186px;
	background: url(/imgs06/services_bg.jpg) no-repeat right top;
	margin: 0 0 0 2px;
	padding: 0;
	}
#guts .servSubTop .right h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3a1363;
	margin: 15px 10px 0 10px;
	padding: 0;
	}
#guts .servSubTop .right p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3a1363;
	margin: 0 10px 10px 10px;
	padding: 0;
	}
#guts .servSubTop .right hr {
	border: none 0;
	border-top: 1px dotted #3da738;
	width: 85%;
	height: 1px;
	padding-top: 5px;
	margin-bottom: 5px;
	}
#guts .servSubBtm {
	margin: 0 0 20px 0;
	padding: 0;
	}
#guts .servSubBtm ul.left {
	list-style: none;
	float: left;
	width: 240px;
	margin: 5px 30px 0 30px;
	padding: 0;
	}
* html #guts .servSubBtm ul.left { /* IE6 */
	list-style: none;
	float: left;
	width: 240px;
	margin: 5px 15px 0 15px;
	padding: 0;
	}
#guts .servSubBtm ul.right {
	list-style: none;
	float: left;
	width: 240px;
	margin: 5px 0 0 0;
	padding: 0;
	}
#guts .servSubBtm ul li {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	}
#guts .servSubBtm ul li a, #guts .servSubBtm ul li a:hover {
	color: #0d3e77;
	text-decoration: underline;
	}
#guts .servSubBtm p {
	margin: 20px 10px 10px 10px;
	padding: 0;
	}
#guts .serv {
	width: 540px;
	margin: 0 0 20px 0;
	padding: 0;
	}
#guts .serv h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	color: #3da738;
	margin: 20px 0 0 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #3da738;
	}
#guts .serv .descr, #guts .serv .prog {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #003366;
	margin: 5px 0 12px 0;
	padding: 0;
	}
#guts .serv .descr a, #guts .serv .descr a:hover {
	color: #3a1363;
	text-decoration: underline;
	}
#guts .serv .descr ul {
	list-style-image: url(/imgs06/bullet.gif);
	margin: 10px 0 0 20px;
	padding: 0;
	}
#guts .serv .descr ul li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #003366;
	padding: 0 0 10px 0;
	}
#guts .serv .descr ul li a, #guts .serv .descr a:hover {
	color: #3a1363;
	text-decoration: underline;
	}
#guts .serv .prog {
	width: 320px;
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
	}
#guts .serv .prog a, #guts .serv .prog a:hover {
	color: #003366;
	text-decoration: underline;
	}

/* Benefits Highlights on WestEd position announcement pages */
#guts .bene {
	width: 175px;
	float: right;
	border-left: 1px dotted #3da738;
	border-top: 3px solid #3da738;
	margin: 0 0 20px 15px;
	padding: 0 0 0 10px;
	}
#guts .bene h4 {
	font-size: 12px;
	}
	* html #guts .bene h4 { /* IE6 */
	margin-top: 10px;
	}
	*:first-child+html #guts .bene h4 { /* IE7 */ 
	margin-top: 10px;
	}
#guts .bene p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #3a1363;
	margin: 0 0 10px 0;
	padding: 0;
	}
#guts .bene p a, #guts .bene p a:hover {
	color: #3a1363;
	text-decoration: underline;
	}
#guts .serv .right .ourserv p a {
	color: #3a1363;
	text-decoration: none;
	}
#guts .serv .right .ourserv p a:hover {
	color: #3da738;
	text-decoration: none;
	}
#guts .serv .right p.credit {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #3a1363;
	margin: 0 0 10px 30px;
	padding: 0;
	}
#guts .serv .right p.break {
	width: 170px;
	line-height: 5px;
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px dotted #afc7de;
	}
#guts .serv .right h4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: 700;
	color: #3a1363;
	margin: 0 0 3px 0;
	padding: 0;
	}
#guts .serv .right h4 a, #guts .serv .right h4 a:hover {
	color: #3a1363;
	text-decoration: underline;
	}
	
	
/* STRUCTURE & STYLES / Services Level 2
-------------------------------------------------------------------- */
#guts .serv {
	width: 540px;
	margin: 0 0 20px 0;
	padding: 0;
	}
#guts .serv2 .descr, #guts .serv .prog {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #003366;
	margin: 5px 0 12px 0;
	padding: 0;
	}
#guts .serv2 .descr a, #guts .serv .descr a:hover {
	color: #3a1363;
	text-decoration: underline;
	}
#guts .serv2 .descr ul {
	list-style-image: url(/imgs06/bullet.gif);
	margin: 10px 0 0 20px;
	padding: 0;
	}
#guts .serv2 .descr ul li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #003366;
	padding: 0 0 10px 0;
	}
#guts .serv2 .descr ul li a, #guts .serv .descr a:hover {
	color: #3a1363;
	text-decoration: underline;
	}
#guts .serv2 .prog {
	width: 320px;
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
	}
#guts .serv2 .prog a, #guts .serv .prog a:hover {
	color: #003366;
	text-decoration: underline;
	}
#guts .serv2 .right {
	width: 175px;
	float: right;
	font-size: 11px;
	border-left: 1px dotted #3da738;
	border-top: 3px solid #3da738;
	margin: 0 0 20px 15px;
	padding: 10px 0 0 10px;
	}
#guts .serv2 .right p, #guts .serv .right .ourserv {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #3a1363;
	margin: 0 0 10px 0;
	padding: 0;
	}
#guts .serv2 .right p a, #guts .serv .right p a:hover {
	color: #3a1363;
	text-decoration: underline;
	}
#guts .serv2 .right .ourserv p a {
	color: #3a1363;
	text-decoration: none;
	}
#guts .serv2 .right .ourserv p a:hover {
	color: #3da738;
	text-decoration: none;
	}
#guts .serv2 .right p.credit {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #3a1363;
	margin: 0 0 10px 30px;
	padding: 0;
	}
#guts .serv2 .right p.break {
	width: 170px;
	line-height: 5px;
	margin: 0px 0 12px 0;
	padding: 0;
	border-bottom: 1px dotted #afc7de;
	}
#guts .serv2 .right h4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: 700;
	color: #3a1363;
	margin: 0 0 3px 0;
	padding: 0;
	}
#guts .serv2 .right h4 a, #guts .serv .right h4 a:hover {
	color: #3a1363;
	text-decoration: underline;
	}	
	

/* STRUCTURE & STYLES / Programs
-------------------------------------------------------------------- */
#guts .pgSubTop {
	width: 559px;
	height: 155px;
	border-bottom: 1px solid #0d3e77;
	margin: 1px 0 0 0;
	padding: 0 0 2px 0;
	}
* html #guts .pgSubTop { /* IE6 */
	width: 559px;
	height: 155px;
	border-bottom: 1px solid #0d3e77;
	margin: 2px 0 0 0;
	padding: 0 0 2px 0;
	}
*:first-child+html #guts .pgSubTop { /* IE7 */
	width: 559px;
	height: 155px;
	border-bottom: 1px solid #0d3e77;
	margin: 2px 0 0 0;
	padding: 0 0 2px 0;
	}
#guts .pgSubTop h1.print {
	display: none;
	}
#guts .pgSubTop .left {
	float: left;
	width: 387px;
	height: 155px;
	margin: 0;
	padding: 0 1px 0 0;
	border-right: 1px dotted #0d3e77;
	}
#guts .pgSubTop .right {
	float: left;
	width: 165px;
	height: 155px;
	background: url(/imgs06/pg_bg.jpg) no-repeat right top;
	margin: 2px 0 0 2px;
	padding: 0;
	}
#guts .pgSubTop .right h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3a1363;
	margin: 8px 10px 0 15px;
	padding: 0;
	}
#guts .pgSubTop .right p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3a1363;
	margin: 0 10px 8px 15px;
	padding: 0;
	}
#guts .pgSubTop .right .director {
	background: url(/imgs06/pg_dir_arrow.gif) no-repeat left center;
	margin: 0 10px 0 5px;
	padding: 0 0 0 10px;
	}

#guts .pgSubBtm {
	width: 559px;
	margin: 0 0 20px 0;
	padding: 0;
	}
#guts .pgSubBtm h1.print {
	display: none;
	}

#guts .pgSubBtm .left {
	float: left;
	width: 387px;
	background: url(/imgs06/pg_h1_bg.gif) no-repeat left top;
	margin: 0;
	padding: 0 1px 15px 0;
	}
#guts .pgSubBtm .left h1 {
	height: 20px;
	width: 160px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	color: #3a1363;
	margin: 25px 0 0 65px;
	padding: 0 0 30px 0;
	}
#guts .pgSubBtm .left a {
	color: #003366;
	text-decoration: underline;
	}
/*#guts .pgSubBtm .left a:hover {
	text-decoration: none;
	}
*/
#guts .pgSubBtm .left ul.left_col {
	list-style: none;
	float: left;
	width: 180px;
	margin: 5px 0 0 0;
	padding: 0;
	}
* html #guts .pgSubBtm .left ul.left_col { /* IE6 */
	list-style: none;
	float: left;
	width: 180px;
	margin: 5px 0 0 0;
	padding: 0;
	}
#guts .pgSubBtm .left ul.right_col {
	list-style: none;
	float: left;
	width: 180px;
	margin: 5px 0 0 15px;
	padding: 0;
	}
#guts .pgSubBtm .left ul.left_col li, #guts .pgSubBtm .left ul.right_col li {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	}
#guts .pgSubBtm .left ul li a, #guts .pgSubBtm .left ul li a:hover {
	color: #0d3e77;
	text-decoration: underline;
	}
#guts .pgSubBtm .left p {
	margin: 0 10px 10px 0;
	padding: 0;
	}
	
#guts .pgSubBtm .left .btm {
	width: 384px;
	height: 96px;
	margin: 0;
	padding: 0 0 0 3px;
	border: 1px dotted #0d3e77;
	float: left;
	}
#guts .pgSubBtm .left .btm  .cover {
	width: 70px;
	margin: 0 5px 0 0;
	padding: 3px 0 2px 0;
	float: left;
	}
#guts .pgSubBtm .left .btm  .photo {
	width: 70px;
	margin: 0 5px 0 0;
	padding: 2px 0 2px 0;
	float: left;
	}
#guts .pgSubBtm .left .btm  .info {
	width: auto;
	margin: 0;
	padding: 12px 0 0 12px;
	float: left;
	}
#guts .pgSubBtm .left .btm  .info a {
	color: #003366;
	text-decoration: underline;
	}

/*#guts .pgSubBtm .left .btm  .info a:hover {
	text-decoration: none;
	}
*/
#guts .pgSubBtm .left .btm .product {
	width: 177px;
	height: 96px;
	margin: 0;
	padding: 0;
	border-right: 1px dotted #0d3e77;
	float: left;
	}
#guts .pgSubBtm .left .btm .product .info {
	width: 102px;
	margin: 0;
	padding: 8px 0 0 0;
	}
#guts .pgSubBtm .left .btm .product .info p {
	font-size: 10px;
	line-height: 12px;
	margin: 0;
	padding: 0;
	}
#guts .pgSubBtm .left .btm .product h4 {
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #3a1363;
	margin: 0;
	padding: 0;
	}
#guts .pgSubBtm .left .btm .spotlight {
	width: 202px;
	height: 91px;
	margin: 0;
	padding: 3px 2px 2px 1px;
	float: right;
	}
#guts .pgSubBtm .right {
	width: 165px;
/*	height: 414px !important;*/
	background: url(/imgs06/pg_nav_bg.jpg) top right no-repeat;
	margin: 0;
	padding: 0 0 0 2px;
	border-left: 1px dotted #0d3e77;
	float: left;
	}
#guts .pgSubBtm .right h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3a1363;
	margin: 15px 10px 0 10px;
	padding: 0;
	}
#guts .pgSubBtm .right p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3a1363;
	margin: 0 10px 10px 10px;
	padding: 0;
	}
#guts .pgSubBtm .right .website {
	font-weight: bold;
	margin: 20px 10px 0 10px;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #3da738;
}
#guts .pgSubBtm .right .website a {
	font-weight: normal;
	text-transform: lowercase;
	}
#guts .pgSubBtm .right .website a:hover {
	text-decoration: none;
	}
#guts .pgSubBtm .right hr {
	border: none 0;
	border-top: 1px dotted #3da738;
	width: 85%;
	height: 1px;
	padding-top: 5px;
	margin-bottom: 5px;
	}
#guts .pgSubBtm .right ul {
	width: auto;
	list-style: none !important;
	margin: 0;
	padding: 58px 10px 0 10px;
	}
#guts .pgSubBtm .right ul li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	list-style: none;
	vertical-align: middle;
	background: url(/imgs06/pg_nav_arrow.gif) bottom left no-repeat;
	border-bottom: 1px dotted #3da738;
	margin: 8px 0 0 0;
	padding: 0 0 0 15px;
	}
#guts .pgSubBtm .right ul li a {
	text-decoration: none;
	}
#guts .pgSubBtm .right ul li a:hover {
	text-decoration: none;
	font-weight: bold;
	}
#guts .pgSubBtm .right ul li.on a {
	text-decoration: none;
	font-weight: bold;
	}
	
#guts .pgSubBtm .right ul.pj {
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treated as min-height*/
	background: url(/imgs06/pg_pj.gif) top left no-repeat !important;
	margin: 30px 0 0 0;
	padding: 15px 10px 20px 0;
	list-style: none;
	}
#guts .pgSubBtm .right ul.pj li {	
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3a1363;
	background: none;
	border: none;
	}
#guts .pgSubBtm .right ul.pj li a {
	text-decoration: underline;
	}
#guts .pgSubBtm .right ul.pj li a:hover {
	text-decoration: none;
	font-weight: normal;
	}

	
/* STRUCTURE & STYLES / Projects
-------------------------------------------------------------------- */
#guts .pjSubTop {
	width: 559px;
	height: 170px;
	border-bottom: 1px solid #0d3e77;
	margin: 1px 0 0 0;
	padding: 0 0 2px 0;
	}
* html #guts .pjSubTop { /* IE6 */
	width: 559px;
	height: 170px;
	border-bottom: 1px solid #0d3e77;
	margin: 2px 0 0 0;
	padding: 0 0 2px 0;
	}
*:first-child+html #guts .pjSubTop { /* IE7 */
	width: 559px;
	height: 170px;
	border-bottom: 1px solid #0d3e77;
	margin: 2px 0 0 0;
	padding: 0 0 2px 0;
	}
#guts .pjSubTop .left h1 {
	width: 380px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #3a1363;
	text-align: left;
	margin: 75px 0 0 0;
	padding: 0;
	}
#guts .pjSubTop .left {
	float: left;
	width: 387px;
	height: 170px;
	background: url(/images/pj_header.gif) no-repeat left top;
	margin: 1px 0 0 0;
	padding: 0 1px 0 0;
	border-right: 1px dotted #0d3e77;
	}
#guts .pjSubTop .left_no_bg {
	float: left;
	width: 387px;
	height: 170px;
	margin: 1px 0 0 0;
	padding: 0 1px 0 0;
	border-right: 1px dotted #0d3e77;
	}
#guts .pjSubTop .right {
	float: left;
	width: 165px;
	height: 170px;
	background: url(/images/pj_bg.jpg) no-repeat right top;
	margin: 1px 0 0 2px;
	padding: 0;
	}
#guts .pjSubTop .right h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3a1363;
	margin: 8px 10px 0 15px;
	padding: 0;
	}
#guts .pjSubTop .right p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3a1363;
	margin: 0 10px 8px 15px;
	padding: 0;
	}
#guts .pjSubTop .right .director {
	background: url(/imgs06/pg_dir_arrow.gif) no-repeat left center;
	margin: 0 10px 0 5px;
	padding: 0 0 0 10px;
	}

#guts .pjSubBtm {
	width: 559px;
	margin: 0 0 20px 0;
	padding: 0;
	}
#guts .pjSubBtm h1.print {
	display: none;
	}
#guts .pjSubBtm .left {
	float: left;
	width: 387px;
	background: url(/imgs06/pg_h1_bg.gif) no-repeat left top;
	margin: 0;
	padding: 0 1px 15px 0;
	}
#guts .pjSubBtm .left h1 {
	height: 20px;
	width: 160px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	color: #3a1363;
	margin: 25px 0 0 65px;
	padding: 0 0 30px 0;
	}
#guts .pjSubBtm .left h3 {
	color: #381b62;
	}
#guts .pjSubBtm .left a {
	color: #003366;
	text-decoration: underline;
	}
/*#guts .pjSubBtm .left a:hover {
	text-decoration: none;
	}
*/
#guts .pjSubBtm .left ul.left_col {
	list-style: none;
	float: left;
	width: 180px;
	margin: 5px 0 0 0;
	padding: 0;
	}
* html #guts .pjSubBtm .left ul.left_col { /* IE6 */
	list-style: none;
	float: left;
	width: 180px;
	margin: 5px 0 0 0;
	padding: 0;
	}
#guts .pjSubBtm .left ul.right_col {
	list-style: none;
	float: left;
	width: 180px;
	margin: 5px 0 0 15px;
	padding: 0;
	}
#guts .pjSubBtm .left ul.left_col li, #guts .pjSubBtm .left ul.right_col li {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	}
#guts .pjSubBtm .left ul li a, #guts .pjSubBtm .left ul li a:hover {
	color: #0d3e77;
	text-decoration: underline;
	}
#guts .pjSubBtm .left p {
	margin: 0 10px 10px 0;
	padding: 0;
	}

#guts .pjSubBtm .right {
	width: 165px;
	float: left;
/*	height: 414px !important;*/
	background: url(/imgs06/pj_nav_bg.jpg) top right no-repeat;
	margin: 0;
	padding: 0 0 10px 2px;
	border-left: 1px dotted #0d3e77;
	}
#guts .pjSubBtm .right h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3a1363;
	margin: 15px 10px 0 10px;
	padding: 0;
	}
#guts .pjSubBtm .right p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3a1363;
	margin: 10px 10px 10px 10px;
	padding: 0;
	}
#guts .pjSubBtm .right .website {
	font-weight: bold;
	margin: 20px 10px 0 10px;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #3da738;
}
#guts .pjSubBtm .right .website a {
	font-weight: normal;
	text-transform: lowercase;
	}
#guts .pjSubBtm .right .website a:hover {
	text-decoration: none;
	}
#guts .pjSubBtm .right hr {
	border: none 0;
	border-top: 1px dotted #3da738;
	width: 85%;
	height: 1px;
	padding-top: 5px;
	margin-bottom: 5px;
	}
#guts .pjSubBtm .right ul {
	width: auto;
	list-style: none !important;
	margin: 0 0 20px 0;
	padding: 58px 10px 0 10px;
	}
#guts .pjSubBtm .right ul li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	list-style: none;
	vertical-align: middle;
	background: url(/imgs06/pg_nav_arrow.gif) bottom left no-repeat;
	border-bottom: 1px dotted #3da738;
	margin: 8px 0 0 0;
	padding: 0 0 0 15px;
	}
#guts .pjSubBtm .right ul li a {
	text-decoration: none;
	}
#guts .pjSubBtm .right ul li a:hover {
	text-decoration: none;
	font-weight: bold;
	}
#guts .pjSubBtm .right ul li.on a {
	text-decoration: none;
	font-weight: bold;
	}
	
#guts .pjSubBtm .right ul.pg {
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treated as min-height*/
	background: url(/imgs06/pg_pj.gif) top left no-repeat !important;
	margin: 30px 0 0 0;
	padding: 15px 10px 0 0;
	list-style: none;
	}
#guts .pjSubBtm .right ul.pg li {	
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3a1363;
	background: none;
	border: none;
	}
#guts .pjSubBtm .right ul.pg li a {
	text-decoration: underline;
	}
#guts .pjSubBtm .right ul.pg li a:hover {
	text-decoration: none;
	font-weight: normal;
	}	


/* STRUCTURE & STYLES / Product Full Detail
-------------------------------------------------------------------- */
#guts .prodFull	{
	width: 540px;
	margin: 0;
	padding: 0;
	}

#guts .prodFull .right {
	float: right;
	width: 175px;
	margin: 0 0 0 20px;
	padding: 0;
	}

#guts .prodFull .right .cover {
	width: 175px;
	margin: 20px 0 15px 0;
	padding: 0;
	float: left;
	}
#guts .prodFull .right h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #3a1363;
	margin: 0 0 10px 0;
	padding: 0;
	}
#guts .prodFull .right p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #3a1363;
	margin: 0 0 10px 0;
	padding: 0;
	}

#guts .prodFull .right p .discount {
	color: #ff0000;
}

#guts .prodFull .right p a, #guts .prodFull .right p a:hover {
	color: #3a1363;
	text-decoration: none;
	}
	
#guts .prodFull .right ul {
	width: auto;
	list-style: none !important;
	margin: 0;
	padding: 0;
	}
#guts .prodFull .right ul li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	list-style: none;
	vertical-align: middle;
	border-top: 1px dotted #bbd2e4;
	margin: 0;
	padding: 5px 0 5px 0;
	}
#guts .prodFull .right ul li a {
	color: #003366;
	text-decoration: none;
	}
#guts .prodFull .right ul li a:hover {
	color: #003366;
	text-decoration: none;
	}

#guts .prodFull h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	color: #3da738;
	margin: 20px 0 5px 0;
	padding: 0;
	}

#guts .prodFull h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	color: #0d3e77;
	margin: 0 0 3px 0;
	padding: 0;
	}
	
#guts .prodFull h4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: 700;
	color: #003366;
	margin: 0 0 3px 0;
	padding: 0;
}

#guts .prodFull p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #003366;
	margin: 12px 0 12px 0;
	padding: 0;
	}

#guts .prodFull p a, #guts .prodFull p a:hover {
	color: #003366;
	text-decoration: underline;
	}

#guts .prodFull p.credit {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #003366;
	margin: 0;
	padding: 0;
	}

#guts .prodFull p.credit a {
	color: #003366;
	text-decoration: none;
	}

#guts .prodFull p.credit a:hover {
	color: #49aa48;
	text-decoration: none;
	}

#guts .prodFull .buttons {
	margin: 10px 0 0 0;
	padding: 0;
	}

#guts .prodFull h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	color: #003366;
	margin: 0 0 15px 0;
	padding: 0;
	}
	
#guts .prodFull .quote {
	width: 540px;
	margin: 0;
	padding: 0;
	}
	
#guts .prodFull .quote h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	color: #3da738;
	margin: 20px 0 17px 0;
	padding: 0;
	}

#guts .prodFull .quote .cover {
	width: 100px;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	}

#guts .prodFull .quote .info {
	width: 420px;
	margin: 0;
	padding: 0;
	float: left;
	}

#guts .prodFull .clear {
	clear: left;
	margin: 0;
	padding: 20px 0 0 0;
	}

#guts .prodFull .also {
	width: 540px;
	margin: 20px 0 20px 0;
	padding: 20px 0 0 0;
	}
* html #guts .prodFull .also { /* IE6 */
	width: 320px;
	}
 *:first-child+html #guts .prodFull .also { /* IE7 */
	width: 320px;
	}
#guts .prodFull .also .cover {
	width: 100px;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	}

#guts .prodFull .also .info {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	}

#guts .prodFull .also .info h4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	color: #3a1363;
	margin: 0 0 3px 0;
	padding: 0;
	}

#guts .prodFull .also .info p.credit {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #003366;
	margin: 0 0 5px 0;
	padding: 0;
	}

#guts .prodFull .also .info p.credit a {
	color: #003366;
	text-decoration: none;
	}

#guts .prodFull .also .info p.credit a:hover {
	color: #49aa48;
	text-decoration: none;
	}

#guts .prodFull .also .info p.sm {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #003366;
	margin: 0 0 3px 0;
	padding: 0;
	}


/* STRUCTURE & STYLES / Programs / New Releases NEW
-------------------------------------------------------------------- */
#guts .newrs_pg {
	width: 387px;
	margin: 0;
	padding: 0;
	}
#guts .newrs_pg .listing {
	width: 372px;
/*	border-top: 1px dotted #3da738;*/
	margin: 0 15px 0 0;
	padding: 0 0 50px 0;
	}
#guts .newrs_pg .listing h3 {
	margin: 0 0 6px 0;
	padding: 0;
	}
#guts .newrs_pg .listing .cover {
	width: 100px;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	}
#guts .newrs_pg .listing .info {
	margin: 0 0 0 115px;
	padding: 0;
	/*float: left;*/
	}
#guts .newrs_pg .listing .info h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	color: #003366;
	margin: 0 0 4px 0;
	padding: 0;
	}
#guts .newrs_pg .listing .info h2 {
	font-weight: bold;
	}
#guts .newrs_pg .listing .info a {
	color: #003366;
	text-decoration: underline;
	}
/*#guts .newrs_pg .listing .info a:hover {
	text-decoration: none;
	}
*/
#guts .newrs_pg .listing .info p.credit {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #003366;
	margin: 0 0 10px 0;
	padding: 0;
	}
#guts .newrs_pg .listing .info p.credit a {
	color: #003366;
	text-decoration: none;
	}
#guts .newrs_pg .listing .info p.credit a:hover {
	color: #49aa48;
	text-decoration: none;
	}
#guts .newrs_pg .listing .info p.sm {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #003366;
	margin: 0;
	padding: 0 0 10px 0;
	}


/* STRUCTURE & STYLES / Products / Best Sellers 
-------------------------------------------------------------------- */
/* for research & eval landing page spotlight items */
#guts .bestsell2 {
	width: 559px;
	margin: 0 3px 0 0;;
	padding: 0;
	}
#guts .bestsell2 .listing {
/*	width: 540px;*/
	margin: 20px 20px 5px 0;
	padding: 0;
	}
#guts .bestsell2 .listing .cover {
	width: 100px;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	}
#guts .bestsell2 .listing .info {
/*	width: 410px;*/
	margin: 0 0 0 120px;
	padding: 0;
/*	float: left;*/
	}
/* end research & eval landing page spotlight items */

#guts .resources	{
	width: 540px;
	margin: 0;
	padding: 0;
	}
#guts .serv2 .resources .listing {
	width: 330px; 
	border-style: none;
	padding: 30px 0 30px 0;
	border-top: 1px dotted #7cbdb7;
	}
#guts .resources .listing {
	margin: 0;
	padding: 30px 0 30px 0;
	border-top: 1px dotted #7cbdb7;
	}
#guts .resources .listing .cover {
	width: 100px;
	margin: 0 20px 15px 0;
	padding: 0;
	float: left;
	}
#guts .resources .listing .info {
	margin: 0 0 0 120px;
	padding: 0;
	}
#guts .resources .listing .info h2, #guts .resources .listing h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: 600;
	color: #3a1363;
	margin: 0 0 3px 0;
	padding: 0;
	}
#guts .resources .listing .info p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #003366;
	margin: 12px 0 12px 0;
	padding: 0;
	}
#guts .resources .listing .info p a, #guts .bestsell .listing p a:hover {
	color: #003366;
	text-decoration: underline;
	}
#guts .resources .listing .info p.promo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #3da738;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	}
#guts .resources .listing .info p.credit {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #003366;
	margin: 0;
	padding: 0;
	}
#guts .resources .listing .info p.credit a {
	color: #003366;
	text-decoration: none;
	}
#guts .resources .listing .info p.credit a:hover {
	color: #49aa48;
	text-decoration: none;
	}
#guts .resources .listing .info p.sm {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #003366;
	margin: 0;
	padding: 0;
	}
#guts .resources .listing .info .buttons {
        height: 15px;
	margin: 10px 0 0 0;
	padding: 0;
	}
#guts .bestsell	{
	width: 540px;
	margin: 0;
	padding: 0;
	}
#guts .bestsell .listing {
/*	width: 540px;*/
	margin: 0;
	padding: 20px 0 5px 0;
	border-top: 1px dotted #7cbdb7;
	}
#guts .bestsell .listing .cover {
	width: 100px;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	}
#guts .bestsell .listing .info {
/*	width: 410px;*/
	margin: 0 0 0 120px;
	padding: 0;
/*	float: left;*/
	}
#guts .bestsell .listing .info h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: 600;
	color: #3a1363;
/*	color: #3da738;*/
	margin: 0 0 3px 0;
	padding: 0;
	}
#guts .bestsell .listing .info p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #003366;
	margin: 12px 0 12px 0;
	padding: 0;
	}
#guts .bestsell .listing .info p a, #guts .bestsell .listing p a:hover {
	color: #003366;
	text-decoration: underline;
	}
#guts .bestsell .listing .info p.promo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #3da738;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	}
#guts .bestsell .listing .info p.credit {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #003366;
	margin: 0;
	padding: 0;
	}
#guts .bestsell .listing .info p.credit a {
	color: #003366;
	text-decoration: none;
	}
#guts .bestsell .listing .info p.credit a:hover {
	color: #49aa48;
	text-decoration: none;
	}
#guts .bestsell .listing .info p.sm {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #003366;
	margin: 0;
	padding: 0;
	}
#guts .bestsell .listing .info .buttons {
	margin: 10px 0 0 0;
	padding: 0;
	}


/* STRUCTURE & STYLES / Products / Shopping Cart 
-------------------------------------------------------------------- */
#guts #cart table.items {
    margin: 0 0 20px 0;
    }
#guts #cart table.items {
	width: 100%;
	border-collapse: collapse;
	}
#guts #cart table.items col.c1 {
	width: 60%;
	}
#guts #cart table.items col.c2 {
	width: 12%;
	}
#guts #cart table.items col.c3 {
	width: 13%;
	}
#guts #cart table.items col.c4 {
	width: 15%;
	}
/* th border will overlap td border by css collapsed borders rule */
#guts #cart table.items thead tr th {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: 15px;
	font-weight: 700;
	color: #3da738;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #3da738;
	}
#guts #cart table.items tbody tr td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #003366;
	margin: 0;
	}
/* dotted line inbetween items */
#guts #cart table.items tbody.itemrow1 tr td {
	border-top: 1px dotted #3da738;
	padding: 10px 0 0 0;
	}
#guts #cart table.items tbody.itemrow1 tr td span.removelink {
	font-size: 9px;
	line-height: 15px;
	}
#guts #cart table.items tbody.itemrow2 tr td {
	padding: 0 0 15px 0;
	}
#guts #cart table.items tbody.discount tr td {
	border-top: 1px solid #3da738;
	padding: 10px 0 15px 0;
	}
#guts #cart table.items tbody.discount tr td span.error {
	color: red;
	}
#guts #cart table.items tbody.discount tr td span.button input {
	background-color: #8FB0BD;
	color: #ffffff;
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 2px 2px;
	margin: 0 0 0 0;
	}
#guts #cart table.items tbody.total tr td {
	border-top: 1px solid #3da738;
	padding: 10px 0 15px 0;
	}
#guts #cart table.items tbody.total tr td span.button input {
	background-color: #8FB0BD;
	color: #ffffff;
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 2px 2px;
	margin: 0 0 0 0;
	}
#guts #cart table.items tbody.checkout tr td {
	border-top: 1px solid #3da738;
	padding: 10px 0 0 0;
	}
#guts #cart table.items tbody.checkout tr td span.button input {
	background-color: #8FB0BD;
	color: #ffffff;
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 2px 2px;
	margin: 0 0 0 0;
	}
#guts #cart table.items tbody.ordertotal tr td {
    border-top: 1px solid #3da738;
    border-bottom: 1px solid #3da738;
    padding: 10px 0 15px 0;
    }





/* STRUCTURE & STYLES / Newsroom / In the News
-------------------------------------------------------------------- */
#guts .news_pg {
	width: 387px;
	margin: 0;
	padding: 0;
	float: left;
/*	overflow: hidden;*/
	}
#guts .news_pg .listing {
/*	width: 367px;*/
	margin: 0 0 30px 0;
	padding: 0 5px 0 0;
	}
#guts .news_pg .listing h3 {
       	color: #003366;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	margin: 0 0 8px 0;
	padding: 0;
	}

#guts .news_pg .listing .info {
	width: 355px;
	margin: 0;
	padding: 0;
	float: left;
	}
#guts .news_pg .listing .info p, #guts .news_pg .listing .info {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #003366;
	padding: 0;
	margin: 0 0 20px 0;
	}

#guts .news_pg .listing .info p a, #guts .news_pg .listing p a:hover {
	color: #3a1363;
	text-decoration: underline;
	}

#guts .news {
	width: 540px;
	margin: 0;
	padding: 0;
	float: left;
	}
#guts .news .listing {
	width: 540px;
	margin: 0 0 30px 0;
	padding: 0;
	}

#guts .news .listing .graphic {
	width: 100px;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	}
#guts .news .graphicFull {
	margin: 0 20px 10px 0;
	padding: 0;
	float: left;
	}

#guts .news .listing .info {
	width: 410px;
	margin: 0 0 0 120px;
	padding: 0;
/*	float: left;*/
	}
#guts .news .listing h3 {
       	color: #003366;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	margin: 0 0 8px 0;
	padding: 0;
	}
#guts .news .listing .info p.title {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	color: #3a1363;
	margin: 0 0 3px 0;
	padding: 0;
	}

#guts .news .listing .info p, #guts .news .listing .info {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #003366;
	padding: 0;
	margin-top: 0;
	}

#guts .news .listing .info p a, #guts .news .listing p a:hover {
	color: #3a1363;
	text-decoration: underline;
	}
	

/* STRUCTURE & STYLES / Newsroom / Press Releases OLD
-------------------------------------------------------------------- */
#guts .press {
	width: 540px;
	margin: 0;
	padding: 0;
	}

#guts .press .listing {
	width: 540px;
	margin: 0;
	padding: 0 0 30px 0;
	overflow: auto;
	}

#guts .press .listing .graphic {
	width: 100px;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	}

#guts .press .graphicFull {
	margin: 0 20px 10px 0;
	padding: 0;
	float: left;
	}
#guts .press .listing .info {
	width: 410px;
	margin: 0;
	padding: 0;
	float: left;
	}
#guts .press h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #3da738;
	margin: 20px 0 5px 0;
	padding: 0;
	}
#guts .press h2 {
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	color: #0d3e77;
	margin: 0 0 20px 0;
	padding: 0;
	}
#guts .press .listing .info p.title {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	color: #0d3e77;
	margin: 0 0 3px 0;
	padding: 0;
	}
#guts .press .listing .info p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #003366;
	margin: 0;
	padding: 0;
	}
#guts .press .listing .info p a, #guts .press .listing p a:hover {
	color: #003366;
	text-decoration: underline;
	}
	
/* STRUCTURE & STYLES / Newsroom / Press Releases NEW
-------------------------------------------------------------------- */
#guts .press_pg {
	width: 387px;
	margin: 0;
	padding: 0;
	}

#guts .press_pg .listing {
	width: 367px;
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #3da738;
	}

#guts .press_pg .listing h3 {
	margin: 0 0 6px 0;
	padding: 0;
	}

#guts .press_pg .listing .cover {
	width: 100px;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	}

#guts .press_pg .listing .info {
	width: 247px;
	margin: 0;
	padding: 0;
	float: left;
	}

#guts .press_pg .listing .info h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: 600;
	color: #003366;
	margin: 0 0 3px 0;
	padding: 0;
	}
	
#guts .press_pg .listing .info a {
	color: #003366;
	text-decoration: underline;
	}

#guts .press_pg .listing a:hover {
	text-decoration: none;
	}


/* STRUCTURE & STYLES / Newsroom / Stay Informed
-------------------------------------------------------------------- */
#guts .informed {
	width: 540px;
	margin: 0;
	padding: 0;
	}
	
#guts .informed .form {
	width: 485px;
	margin: 20px 0 12px 0;
	padding: 0;
	}
	
#guts .informed .form table td {
	margin: 0;
	padding: 5px 0 0 3px;
	}

#guts .informed .title {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: 600;
	color: #3a1363;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	}

#guts .informed p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #003366;
	margin: 0;
	padding: 0;
	}

#guts .informed p a, #guts p a:hover {
	color: #003366;
	text-decoration: underline;
	}


/* STRUCTURE & STYLES / Calendar / Event
-------------------------------------------------------------------- */
#guts #cal {
	width: 100%;
	border: 1px solid #bcd3e5;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	}
#guts #cal .event {
	width: 538px;
	background-color: #004d86;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 0;
	}
#guts #cal .event p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 0;
	}
#guts #cal h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	color: #3da738;
	margin: 20px 0 0 10px;
	padding: 0;
	}
#guts #cal p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #003366;
	margin: 15px 10px 30px 25px;
	padding: 0 0 0 0;
	}
#guts #cal hr {
	border: none 0;
	border-top: 1px dotted #bcd3e5;
	width: 95%;
	height: 1px;
	padding-top: 5px;
	margin-bottom: 5px;
	}
#guts .event img, #guts .event a img {
	float: left;
	margin: 0 15px 10px 0;
	border: none !important;
	}
#guts .event {
	width: 540px;
	margin: 0;
	padding: 0;
	}
 #guts .event h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	color: #3da738;
	margin: 20px 0 15px 0;
	padding: 0;
	}
/*#guts .event .graphic {
	float: left;
	margin: 0 15px 10px 0;
	padding: 0;
	}
*/
#guts .event .graphic_right {
	width: 100px;
	float: right;
	margin: 5px 0 10px 15px;
	padding: 0;
	}
#guts .event .info {
	float: left;
	margin-left: 0;
	width: 425px;
	border-top: 1px dotted #0d3e77;
	padding: 5px 0 5px 0;
}
#guts .event .info2 {
	float: left;
	margin-left: 0;
	width: 310px;
	border-top: 1px dotted #0d3e77;
	padding: 5px 0 5px 0;
}
#guts .event .info p, #guts .event .info2 p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #003366;
	margin: 0 0 12px 0;
	padding: 0;
}
#guts .event .info p a, #guts .event .info2 p a, 
#guts .event .info p a:hover, #guts .event .info2 p a:hover {
	color: #3a1363;
	text-decoration: underline;
}
#guts .event .info p span.sm, #guts .event .info2 p span.sm {
	font-size: 10px;
	font-weight: normal;
	color: #3da738;
}

#guts .event hr {
	border: none 0;
	border-top: 1px dotted #0d3e77;
	width: 100%;
	height: 1px;
	padding-top: 5px;
	margin-bottom: 10px;
	}
#guts .event p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #003366;
	margin: 0 0 12px 0;
	padding: 0;
	}
	#guts .event p a, #guts .event p a:hover {
	color: #3a1363;
	text-decoration: underline;
	}
#guts .event ul {
	list-style-image: url(/imgs06/bullet.gif);
	margin: 10px 0 0 20px;
	padding: 0;
	}
#guts .event ul li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #003366;
	padding: 0 0 10px 0;
	}
	#guts .event ul li a, #guts .event ul li a:hover {
	color: #3a1363;
	text-decoration: underline;
	}


/* STYLES / Sitewide
-------------------------------------------------------------------- */
#content h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	color: #3da738;
	margin: 20px 0 17px 0;
	padding: 0;
	}
#content h1 sup {
	vertical-align: super;
	font-size: 7px;
	line-height: 20px;
	}
#content h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	color: #3da738;
	margin: 20px 0 6px 0;
	padding: 0;
	}
#content h2 a, #content h2 a:hover, #content h2 a:visited {
	font-size: 12px;
	color: #0d3277;
	text-decoration: none !important;
	border-bottom: 1px dotted #0d3277;
	}
#content h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	color: #0d3e77;
	margin: 10px 0 6px 0;
	padding: 0;
	}
#content h4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	color: #3da738;
	margin: 10px 0 6px 0;
	padding: 0;
	}

#content p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #003366;
	margin: 0 0 12px 0;
	padding: 0;
	}

#content p a, #content p a:hover {
	color: #3a1363;
	text-decoration: underline;
	}

#content .text {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #003366;
	margin: 0 0 12px 0;
	padding: 0;
	vertical-align: top;
}

#content .text a, #content .text a:hover {
	color: #3a1363;
	text-decoration: underline;
	}
	
#content .text_sm {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #003366;
	margin: 0;
	padding: 0;
	}

#content .text_sm a, #content .text_sm a:hover {
	color: #3a1363;
	text-decoration: underline;
	}
#content ul {
	list-style-image: url(/imgs06/bullet.gif);
	margin: 10px 0 0 20px;
	padding: 0;
	}
#content ul li {
	font-family: Verdana, Arial, sans-serif;
/*	font-size: 12px;*/
	line-height: 18px;
	color: #003366;
	padding: 0 0 10px 0;
	}
#content ul li a, #content ul li a:hover {
	color: #3a1363;
	text-decoration: underline;
	}
#content .shift {
	margin: 0 0 0 15px;
	padding: 0;
	}
#content .img_left { /* 04-25-07 10px right margin */
	margin: 0 10px 0 0;
	padding: 0;
	}
img {
	border: 0
	}

form {
	padding: 0;
	margin: 0;
	}

#content .redit a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #003366;
	margin: 0 0 3px 0;
	padding: 0;
	}
	
#content .redit a:hover {
	color: #003366;
	text-decoration: none;
	}
	
#content .separator {
	width: 540px;
	margin: 18px 0 0 0;
	border-top: 1px solid #afc7de;
	}

#content #guts dl dd { /* 04-17-07 added to cut off long urls on htdig search */
	overflow: hidden;
	}


/* Added by jboubio
------------------------------------------- */
ul.downloads {
	position: relative;
	list-style: none !important;
	margin: 10px 0 12px 0 !important;
	padding: 0 !important;
	}
ul.downloads li {
	background: none;
	margin-bottom: 5px;
	}
li.pdf {
	background: url('/images/pdf.gif') no-repeat 0 0 !important;
	padding-left: 22px !important;
	}
.clearAll {
	clear: both;
	}
div.bookPreview, div.bookPreviewList {
	text-align: center;
	width: 100%;
	margin: 0;
	}
div.bookPreview img, div.bookPreviewList img {
	padding: 0 2px 0 0;
	}
div.bookPreviewList img {
	padding-top: 15px;
	}
div.imgDescription {
	position: absolute;
	left: -9999px;
	}
#wrapperHome .right .connect {
	width: 245px;
	height: 116px;
	margin: 0;
	padding: 0;
	background: url('/imgs06/connect-interact.gif') no-repeat;
	} 
#wrapperHome .right .connect span.connectText {
	padding: 44px 6px 0 15px;
	display: block;
	color: #0d3e77;
	font-family: verdana, arial, sans-serif;
	font-size: 10px; 
	line-height: 15px;
	font-weight: bold;
	}
#wrapperHome .right .connect a:link {
	color: #0d3e77;
	}
#wrapperHome .right .connect a:visited {
	color: #0d3e77;
	}
#wrapperHome .right .connect img {
	padding: 7px 0 0 6px;
	margin: 0;
	vertical-align: top;
	}
#WEsearchButton {
	background: url('/imgs06/nav_button_go.gif')no-repeat fixed;
	vertical-align: bottom;
	margin-bottom: 2px;
}

#guts .docHeader h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 16px;
	font-weight: 600;
	color: #3da738;
	margin: 20px 0 5px 0;
	padding: 0;
	}

#guts .docHeader h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	color: #0d3e77;
	margin: 0 0 3px 0;
	padding: 0;
	}
#pptLink {
	float: left; 
	padding: 7px 0 0 2px;
	width: 250px;
	text-align: center;
	}
#flashcontainer {
	position: relative;
	height: 450px;
	width: 525px;
	padding-top: 8px;
	}
#flashplayer-320 {
	float: left;
	padding: 2px 2px 1px 2px;
	border: 1px solid #ccc;
	display: block;
	margin-bottom: 50px;
	}
#flashplayer {
	float: left;
	padding: 2px 2px 1px 2px;
	border: 1px solid #ccc;
	display: block;
	padding-right: 25px;
	width: 225px;
	overflow: none;
	}
#videoitemcontainer {
	background-color: #fff;
	border: 1px #ccc solid;
	overflow: auto;
	padding: 0 2px 10px 8px;
	position: relative;
	height: 405px;
	width: 232px;
	}
.videosubhead {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	color: #0d3e77;
	margin: 20px 0 15px 0;
	padding: 0;
	}
.videoitem {
	margin: 0px 2px 10px 0;
	overflow: auto;
	}
.flashcaption {
	margin-left: 82px;
	font-size: 11px;
	line-height: 14px;
	}
.flashthumb {
	padding-right: 5px;
	float: left;
	}
.caption {
	padding: 4px;
	font-size: 9px;
	line-height: 12px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}
.caption-150 {
	width: 140px;
	}
.caption-200 {
	width: 190px;
	}
.caption-275 {
	width: 265px;
	}
.weimage {
	float: left;
	margin: 0px 15px 7px 0px;
	} 
.weimageRight {
	float: right;
	padding: 0px 0px 7px 10px;
	}
.dotted-line {
	border-bottom: 1px dotted #0d3e77;
	width: 525px;
	margin-bottom: 10px;
	margin-top: 20px;
	}

#guts ul.danny-toc-bold li {
       font-weight: bold;
       line-height: 20px;
       list-style-image: none;
       list-style: none;
       list-style-type: none;
}

ol.danny-toc-bold {
       font-weight: bold;
       line-height: 20px;
}

#guts ul.danny-toc-nobold li {
       padding: 0;
       margin: 0;
       list-style-image: none;
       list-style: none;
       list-style-type: none;
       font-weight: normal;
       line-height: 20px;
}

ol.more_space li {
       margin: 10px;
}
.toc-indent {
	padding-left: 17px;
}

#guts .bookstore-toc ol {
	line-height: 20px;
	margin: 10px 10px 0 20px !important;
	padding: 0;
}

#guts .bookstore-toc ol li {
	font-family: verdana,Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
/*#guts .bookstore-toc ol li li {
	margin: 0 0 0 15px;
}*/
#guts .bookstore-toc blockquote ol li {
	margin: 0 0 0 20px;
}
#guts .bookstore-toc blockquote {
	margin: 10px 0 10px 0;
}

#wrapper #content #guts .footnotes {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}
#content .footnotes p {
	font-size: 10px;
	line-height: 16px;
	margin: 0 0 6px 0;
	padding: 0;
	}
table.generic {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 5px 0 5px 0;
	}
table.generic th {
	border: 1px solid #666;
	padding: 5px;
	font-weight: bold;
	}
table.generic td {
	text-align: left;
	vertical-align: top;
	border: 1px solid #666;
	padding: 5px;
	}
table.generic th.center {
	text-align: center;
	vertical-align: middle;
	}
table.generic td.center {
	text-align: center;
	vertical-align: middle;
	}

/* end jboubio */ 


/* Misc styles care of Jessie Johnson
-------------------------------------------------------------------- */
div.posPullout {
	float: right;
	width: 185px;
	margin: 0;
	padding: 0;
	}
div.posPullout p {
	font-size: 12px !important;
	font-weight: bold !important;	
	}
div.posPullout ul {
	margin: 0 !important;
	padding: 0 !important;
	}
div.posPullout ul li {
	font-size: 11px !important;
	margin: 0;
	padding: 0 0 5px 0 !important;
	}

p.resStudyType {
	text-transform: uppercase;
	font-size: 11px !important;
	font-weight: bold;
	color: #083973;
	margin: 0 !important;
	padding: 10px 0 0 0 !important;
	}
h1.resStudyH1 {
	margin-top: -1px !important;
	}

#csAction p {
	font-size: 11px;
	margin: 0;
	padding: 0;
	}

/* overwrite record actions */
#guts table tr td font a font {
    font-size: 10px;
    }

div.center {
	text-align: center;
	}

/* footnotes ala Clarke */
a.longdesc {
	position: absolute;
	left: -1000px;
	}
div#content-footnotes {
	position: absolute;
	left: -1000px;
	}

#content #guts h2.subhead {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	margin: -14px 0 15px 0;
	padding: 0;
	}
#content #guts h2.subhead2 {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	margin: -7px 0 15px 0;
	padding: 0;
	}

#content #guts ul.inpageSubnav {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
	}
#content #guts ul.inpageSubnav li {
	display: inline;
	background: url(/imgs06/sep.gif) no-repeat 0 7px;
	padding: 0 2px 0 8px;
	}
	#content #guts ul.inpageSubnav li a {
	color: #003366;
	}
	#content #guts ul.inpageSubnav li.on a {
	color: #3da738;
	}
#content #guts ul.inpageSubnav li:first-child {
	background: none;
	padding: 0;
	}
* html #content #guts ul.inpageSubnav li { /* IE6 */
	background: none;
	}


/* ARRA */

#content #guts p.arra {
	font-weight: bold;
	font-style: italic;
	color: #3da738;
	}

table.arra {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 5px 0 5px 0;
	}
table.arra th {
	color: #3da738;
	text-align: left;
	vertical-align: top;
	border: 1px solid #666;
	padding: 5px;
	}
table.arra td {
	text-align: left;
	vertical-align: top;
	border: 1px solid #666;
	padding: 5px;
	}
table.arra td.center {
	text-align: center;
	}

table.arra td a.check {
	display: block;
	background: url(/imgs06/arra_check.gif) no-repeat 0 0;
	width: 70px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	}
table.arra td a.check:hover {
	display: block;
	background: url(/imgs06/arra_check.gif) no-repeat -73px 0;
	width: 70px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	}
table.arra td a.check span {
	position: absolute;
	top: -999px;
	left: -999px;
	}

#content #guts .mod {
	float: right;
	width: 200px;
	border-top: 3px solid #3da738;
	border-left: 1px dotted #3da738;
	margin: 0 0 15px 15px;
	padding: 0 0 0 10px;
	}
#content #guts .mod h4 {
	font-size: 11px;
	line-height: 16px;
	color: #3a1363;
	margin-bottom: 3px;
	}
#content #guts .mod p {
	font-size: 11px;
	}
#content #guts .mod ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#content #guts .mod ul li {
	font-size: 11px;
	line-height: 16px;
	background: none;
	border-bottom: 1px dotted #afc7de;
	margin: 0;
	padding: 5px 0 5px 0;
	}



/* OLD STYLES -- TO BE REMOVED ONCE UPGRADE COMPLETE
-------------------------------------------------------------------- */
	#guts .text
	{
	font-family : Verdana, Arial, Helvetica, Geneva;
	font-size : 12px;
	color : #003366;
	line-height : 18px;
	}

	#guts .textsmall
	{
	font-family : Verdana, Arial, Helvetica, Geneva;
	font-size : 10px;
	color : #003366;
	line-height : 18px;
	}

	#guts .textpurp
	{
	font-family : Verdana, Arial, Helvetica, Geneva;
	font-size : 12px;
	color : #003366;
	line-height : 19px;
	}

	#guts .textpurpsm
	{
	font-family : Verdana, Arial, Helvetica, Geneva;
	font-size : 11px;
	color : #003366;
	line-height : 19px;
	}

	#guts .textgreen
	{
	font-family : Verdana, Arial, Helvetica, Geneva;
	font-size : 12px;
	color : #175F71;
	line-height : 17px;
	}

	#guts .textgreensm
	{
	font-family : Verdana, Arial, Helvetica, Geneva;
	font-size : 11px;
	color : #175F71;
	line-height : 17px;
	}
	
	#guts .textsm
	{
	font-family : Verdana, Arial, Helvetica, Geneva;
	font-size : 11px;
	color : #003366;
	line-height : 18px;
	}

	#guts .header
	{
	font-family : Verdana, Arial, Helvetica, Geneva;
	font-size : 19px;
	color : #3da738;
	line-height : 18px;
	}
	
	#guts .header2
	{
	font-family : Verdana, Arial, Helvetica, Geneva;
	font-size : 14px;
 	font-weight : bold;
	color : #3da738;
	line-height : 14px;
	}

	#guts .headersmall
	{
	font-family : Verdana, Arial, Helvetica, Geneva;
	font-size : 10px;
	color : #3da738;
	line-height : 18px;
	}

	#guts .subheader
	{
	font-family : Verdana, Arial, Helvetica, Geneva;
	font-size : 14px;
	color : #381B62;
	line-height : 17px;
	}

	#guts .headerlinked
	{
	font-family : Verdana, Arial, Helvetica, Geneva;
	font-size : 17px;
	color : #381B62;
	line-height : 18px;
	}

	#guts .title
	{
	font-family : Verdana, Arial, Helvetica, Geneva;
	font-size : 15px;
	color : #381B62;
	line-height : 18px;
	}

	#guts .redtext
	{
	font-family : Verdana, Arial, Helvetica, Geneva;
	font-size : 11px;
	color : #ff0000;
	line-height : 14px;
	}

	#guts .headerlinked A
	{
	color : #8A0505;
	text-decoration : underline;
	}
	
	#guts .headerlinked A:hover
	{
	color : #8A0505;
	text-decoration : underline;
	}
	
	#guts .title A
	{
 	color : #003366;
	text-decoration : underline;	
	}
	
	#guts .title A:hover
	{
 	color : #003366;
	text-decoration : none;
	}

	#guts {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #003366;
	margin: 0 0 12px 0;
	padding: 0;
	}

	#guts a, #guts a:hover {
	color: #3a1363;
	text-decoration: underline;
	}


