/* reset css */

* {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
html {
	margin-bottom: 1px;
	overflow-y: scroll;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	text-decoration: none;
	outline-style: none;
}
ul, li {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* general settings */
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #717074;
	font-size: 12px;
	background-color: #333333;
}
a {
	text-decoration: none;
	color: #007fb1;
}
a:hover { text-decoration: underline; }

a.white1{color: #ffffff;text-decoration: none;}
a.white1:hover{color: #f8981d; text-decoration: none;}


img { border: 0; }
input {
	font: 100% arial,sans-serif;
	vertical-align: middle;
}
form {
	margin: 0;
	padding: 0;
	border: 0;
}


h2 {
	margin: 0 0 6px;
	font: 24px Scala, "Times New Roman", Arial, sans-serif;
	color: #002f65;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 14px;
	color: #820053;
	padding: 5px 0 5px 0; /*add bottom padding on 9/18/2009 - not sure about 3rd parties here, check*/
	margin: 0;
}
h3.pad-top {
	margin-top: 16px;
}

h3.sub { /*for privacy policy*/
	padding-left: 50px;
}

p {
	margin: 0 0 16px;
	line-height: 16px;
	color: #717074;
}

/* page-container block settings */
#page-container {
	width: 980px;
	padding-top: 60px;
	position: relative;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 167px;
	padding-left: 113px;
}
#page-container:after {
	content: "";
	display: block;
	clear: both;
}

/* header settings */
#header {
	width: 100%;
	background: url(../images/bg-header-stretch.jpg) repeat-y 100% 0;
	margin-bottom: 11px;
}
.inner #header {
}
#header:after {
	content: "";
	display: block;
	clear: both;
}

.header-box {
	width: 100%;
	background: url(../images/bg-header.jpg) no-repeat 100% 0;
}

.header-box:after {
	content: "";
	display: block;
	clear: both;
}
/* logo */
.header-box h1 {
	width: 240px;
	height: 111px;
	margin: 0;
	padding-left: 27px;
	position: absolute;
	top: 10px;
	left: -28px;
	background: url(../images/bg-header-line.gif) no-repeat 0 100%;
	font: 30px Scala, "Times New Roman", Arial, sans-serif; /*not really needed*/
}
.inner .header-box h1 { background: none; }
/* header columns */
/* right column */
.header-box .right-column {
	width: 730px;
	float: right;
	padding-top: 10px;
}
/* home page banner */
.home-banner-container {
	width: 651px;
	overflow: hidden;
	margin-bottom: 5px; /*14px*/
	padding: 0 10px 0 69px;
}
.home-banner-container img { display: block; }
.home-intro-container {
	height: 135px;
	overflow: hidden;
	/*padding: 0 36px 33px 69px; width: 625px;*/
	
}
#tool-kit {
	border: 1px solid #999999;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.title-area {
	color: #fff;
}
.home-intro-container-inner {
	padding: 0 36px 0 69px;
	color: #fff; 
}
.home-intro-container .title-area {
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px; /*10px*/
}
.home-intro-container .title-area h2 {
	margin: 0 0 0 0;
	/*font: 24px Scala, "Times New Roman", Arial, sans-serif;*/
	font: 20px Scala, "Times New Roman", Arial, sans-serif;
	
	color: #fdb813;
	float: left;
	padding: 0 0 2px 0;
	
	border-width: 0 0 1px 0;
	border-color: #fdb813;
	border-style: solid;
	
}

.home-intro-container p {
	/*font: 13px Scala, "Times New Roman", Arial, sans-serif; */
	color: #FFFFFF;
	margin: 0;
	padding: 0;

}

/* content settings */
#content {
	width: 100%;
	overflow: hidden;
	margin-bottom: 44px;
	background: url(../images/bg-content-lines.gif) repeat-y;
}
/* content columns */
#content .column,
#content .column2,
#content .column3,
.inner #content .column { float: left; }
/* column */
#content .column {
	width: 275px;
	margin-right: 10px;
}

/* title area */
#content .column .title-area,
#content .column2 .title-area,
#content .column3 .title-area,
.inner #content .column .title-area {
	width: 100%;
	overflow: hidden;
	background: #fff;
}

/* headings */
#content .column h3,
#content .column2 h3,
#content .column3 h3,
.inner #content .column h3 {
	font: bold 16px Scala, "Times New Roman", Arial, sans-serif;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 19px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0px;
}
#content .column h3 { background: #820053; }

/*#content .column .post-area {padding: 1px 27px 0 25px; }*/
#content .column .post-area {padding: 1px 0 0 25px; }
#content .column img {
	display: block;
	margin-bottom: 4px;
}
#content .column p {
	margin: 0;
	font-size: 10px;
	line-height: 12px;
	color: #717074;
}

/*
#content .column p a { text-decoration: underline; }
#content .column p a:hover { text-decoration: none; }
*/

/* column2 */
#content .column2 {
	width: 450px;
	margin-right: 10px;
}
#content .column2 h3 { background: #002f65; }
.newsArchiveContainer {
	text-align: right;
}

/* recent news navigation */
#content .column2 .post-area {
	margin-top: -2px;
	/*padding: 0 59px 0 26px;*/
	padding: 0 20px 0 26px;
}
.recent-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.recent-nav li {
	height: 1%;
	vertical-align: top;
	margin-bottom: 10px;
}
.recent-nav li a {
	color: #717074;
	font-size: 12px;
	line-height: 14px;
	display: block;
}
.recent-nav li a span { color: #002f65; font-weight: bold;}
/* column3*/
#content .column3,
.inner #content .column { width: 235px; }
#content .column3 h3,
.inner #content .column h3 {
	background: #FFFFFF;
	color: #666666;
	font-size: 19px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: normal;
}
/* quick links navigation */
#content .column3 .post-area,
.inner #content .column .post-area {
	padding-left: 25px;
	margin-top: -1px;
}
.inner #content .column .post-area {
	padding: 1px 27px 14px 24px;
}
.quick-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.quick-nav li {
	height: 1%;
	vertical-align: top;
	margin-bottom: 10px;
	padding: 0 0 0 12px;
	background: url(../images/bullet-orange-arrow.gif) no-repeat 0 3px;
}
.quick-nav li a {
	font-size: 12px;
	line-height:14px;
	font-weight: bold;
	color: #717074;
	display: block;
}
.icon-microphone {
	margin-bottom: -3px;
	padding: 0 0 3px 21px;
	background: url(../images/icon-microphone.gif) no-repeat 0 2px;
	position: relative;
}
/* info settings */
#info {
	width: 541px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 439px;
	padding-top: 15px;
}
/* info columns */
#info .column,
#info .column2,
#info .column3 { float: left; }
#info .column ul,
#info .column2 ul {
	height: 1%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
#info .column {
	width: 180px;
	margin-right: 23px;
	padding-top: 3px;
}
#info .column ul { margin-bottom: 1px; }
#info .column ul li {
	float: left;
	margin-right: 3px;
	padding: 0 0 0 6px;
	font-size: 10px;
	color: #717074;
	background: url(../images/separator-info.jpg) no-repeat 0 3px;
}
#info .column ul li.first {
	padding-left: 15px;
	background: none;
}
#info .column ul li a {
	font-size: 10px;
	font-weight: bold;
}
#info .column2 {
	width: 120px;
	margin-right: 35px;
}
#info .column2 li {line-height: 14px; }
#info .column2 a, a.newsArchive {
	font-size: 11px;
	font-weight: bold;
	color: #002f65;
	text-decoration: none;
	background-image: url(../images/bullet-blue-arrow.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-top: 0;
	padding-right: 13;
	padding-bottom: 0;
	padding-left: 0px;
}

#info .column2 a:hover, a.newsArchive:hover {
	color: #007fb1;
	text-decoration: none;
}


#info .column3 { width: 183px; }
#info .search-form {
	width: 100%;
	overflow: hidden;
	padding-top: 8px;
}
#info .search-form span {
	width: 126px;
	padding: 0 5px;
	background: url(../images/search-field.gif) no-repeat;
	float: left;
}
#info .search-form span input {
	width: 126px;
	border: 0;
	padding: 3px 0;
	background: none;
	font-size: 11px;
}
#info .btn-search {
	width: 50px;
	float: left;
	border: 0;
	margin-right: -4px;
	padding: 1px 0 0 4px;
	background: none;
	color: #002f65;
	font-size: 12px;
	font-weight: bold; 
}

#info .btn-search-hover {
	width: 50px;
	float: left;
	border: 0;
	margin-right: -4px;
	padding: 1px 0 0 4px;
	background: none;
	color: #0075b1;
	font-size: 12px;
	font-weight: bold; 
}
/* left column */
.header-box .left-column {
	width: 240px;
	float: left;
	margin-top: 7px;
	padding-top: 50px;
}


/* main navigation */
.jsMenuLevel1ItemOff {
	color: #002F65;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	text-align: right;
	margin: 0 0 14px 0;
	padding: 0 4px 0 0; /*right padding is 10 in comp, doesn't fit*/
	/*handeled in menu data width: 98px;*/
	text-decoration: none;
}

.jsMenuLevel1ItemHover {
	color: #007fb1;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	text-align: right;
	margin: 0 0 14px 0;
	padding: 0 4px 0 0; /*right padding is 10 in comp, doesn't fit*/
	/*handeled in menu data width: 98px;*/
	text-decoration: none;
}
.jsMenuLevel1ItemOn {
	color: #f8981d;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	text-align: right;
	margin: 0 0 14px 0;
	padding: 0 4px 0 0; /*right padding is 10 in comp, doesn't fit*/
	/*handeled in menu data width: 98px;*/
	text-decoration: none;
}


.jsMenuLevel2ItemOff {
	color: #FFFFFF;
	font-size: 11px;

	font-weight: bold;
	text-align: left;
	margin: 0 0 0 0;
	padding: 2px 2px 2px 6px;
	/*handeled in menu data width: 141px;*/
}

.jsMenuLevel2ItemHover {
	color: #007fb1;
	background: #fff;
	font-size: 11px;

	font-weight: bold;
	text-align: left;
	margin: 0 0 0 0;
	padding: 2px 2px 2px 6px;
	/*handeled in menu data width: 141px;*/
}
.jsMenuLevel2ItemOn {
	color: #f8981d;
	background: #fff;
	font-size: 11px;

	font-weight: bold;
	text-align: left;
	margin: 0 0 0 0;
	padding: 2px 2px 2px 6px;
	/*handeled in menu data width: 141px;*/
}
.jsMenuLevel3ItemOff {
	color: #007fb1;
	background: #fff;
	font-size: 11px;

	font-weight: bold;
	text-align: left;
	margin: 0 0 0 0;
	padding: 2px 2px 2px 8px;
	/*handeled in menu data width: 141px;*/
}
.jsMenuLevel3ItemHover {
	color: #007fb1;
	background: #bfdfeb;
	font-size: 11px;

	font-weight: bold;
	text-align: left;
	margin: 0 0 0 0;
	padding: 2px 2px 2px 8px;

	/*handeled in menu data width: 141px;*/
}
.jsMenuLevel3ItemOn {
	color: #f8981d;
	background: #bfdfeb;
	font-size: 11px;

	font-weight: bold;
	text-align: left;
	margin: 0 0 0 0;
	padding: 2px 2px 2px 8px;

	/*handeled in menu data width: 141px;*/
}



/* footer settings */
#footer {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 2px 0 20px;
	font-size: 10px;
}
#footer p {
	margin: 0;
	line-height: 7px;
	color: #717074;
}
#footer p.last { margin: 5px 0; }

/* footer navigation */
.footer-nav {
	width: 660px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 1px;
	list-style: none;
}
.footer-nav li {
	float: left;
	margin-left: 5px;
	padding: 0 0 0 5px;
	background: url(../images/separator-info.jpg) no-repeat 0 6px;
	font-size: 12px;
}
.footer-nav li a {
	font-size: 10px;
}
.footer-nav li.first { background: none; }

/* inner page settings */
.inner #content {
	background-image: none;
}
.inner #content .column {
	width: 260px;
	padding-top: 340px;
}
/* primary settings */
.primary {
	width: 700px;
	float: right;
	overflow: hidden;
}
/* breadcrumb-top */
.breadcrumb-top-container {
	width: 655px;
	overflow: hidden;
	margin: 24px 21px 0 0;
	padding: 13px 25px 9px 0;
	background: #820053;
	color: #FFFFFF;
}
.breadcrumb-top {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
.breadcrumb-top li {
	float: left;
	margin-left: 9px;
	padding: 0 0 0 13px;
	background: url(../images/bullet-dot.gif) no-repeat 0 6px;
	font-weight: bold;
	font-size: 16px;
	font-family: Scala, "Times New Roman", Arial, sans-serif;
	line-height: 18px;
}
.breadcrumb-top li.first { background: none; font-weight: normal; vertical-align: top;}
.breadcrumb-top li a, .breadcrumb-top li a:hover {
	color: #fff;
	text-decoration: none;
}


/* breadcrumb-inline */
.breadcrumb-inline, .breadcrumb-inline a {
	padding: 0 0 10px 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #0075b1; 
	text-decoration: none;
}
.breadcrumb-inline a:hover {
	text-decoration: underline;
}
.breadcrumb-inline span.on {
	color: #002f65;
}



/* lower main content area */

/*spans from the left margin to the very end of the container for images*/
.lower-main-content {
	width: 705px;
	overflow: hidden;
	margin-top: 20px;
	padding-top: 19px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

.lower-main-content-no-padding {
	padding: 19px 0 0 0;
}

.lower-main-content strong {
	color: #002f65;
}
.lower-main-content ul {
	margin: 0;
	/*padding: 1px 0 15px;*/
	padding: 1px 0 15px 10px;
	list-style: none;
}
.lower-main-content li {
	font-size: 12px;
	color: #717074;
	margin-bottom: 1px;
	/*padding: 0 0 0 7px;*/
	padding: 0 0 0 10px;
	background: url(../images/bullet-purple-dot.gif) no-repeat 0 7px;
}
.lower-main-content li span.highlight { color: #820053; font-weight: bold;}


/*lower-main-content right image*/
.lower-main-content img.content-with-right-image-image {
	padding-top: 36px;
	float: left;
}
.lower-main-content .content-with-right-image {
	width: 414px; /*440 would cause the image to be on the outer page limit (vs. line up w/ red @ 414*/
	margin-right: 36px;
	float: left;
}

.lower-main-content .content-with-no-right-image {
	width: 641px;
}

.lower-main-content .content-with-right-image, .lower-main-content .content-with-no-right-image {
	min-height: 361px; /*ie6 hack*/ height:auto !important; height:361px; /*min height so next page button appears aligned with the bottom of the quick links*/
}

.page-footnotes {
	clear: both;
	width: 100%;
	
	font-size: 10px;
	color: #717074;
	padding-bottom: 2px;
	/*line-height: 15px;*/
	vertical-align: bottom;
}


/***TABLES AND CHARTS***/

div.chartTableContainer {
	margin-bottom: 16px;
}
table.tableStyle1
{
	border-collapse: collapse;
	border: solid 1px #007fb1;
}

table.tableStyle1 a {
	color: #002f65;
	text-decoration: underline;
}

table.tableStyle1 a:hover {
	text-decoration: none;
}
table.tableStyle1 tr th, table.tableStyle1 tr td
{
	
	font-size: 12px;
	padding: 5px 5px 5px 8px;
	border: solid 1px #007fb1;
	vertical-align: top;
}

table.tableStyle1 tr td {
	color: #002f65; background-color: #f0fbff; /*dark to light - edfaff, eefaff*/
}
table.tableStyle1 tr th
{
	font-weight: bold;
	text-align: left;
	color: #ffffff; background-color: #002f65;
}

table.tableStyle1 tr td.even /*, table.tableStyle1 tr.table-row-even*/
{
	background-color: #daf5ff; /*e5f2f7, caf0fe*/
}


table.tableStyle1 tr td.productFamily
{
	/*color: #ffffff; background-color: #002f65;*/
	background-color: #7fbfd8;
	font-weight: bold;
}


table.tableStyle1 tr th.phasestatus-header
{
	padding: 5px 0 0 0;
	margin: 0px;
	width: 22px;
	text-align: center;
	vertical-align: bottom;
}


table.tableStyle1 tr td.phasestatus
{
	padding: 0px;
	vertical-align: middle;
	border-width: 1px 0 1px 0;
	width: 22px;
}
table.tableStyle1  td.rdp 
{
	line-height: normal;	
}


.chart-style2-header {
	margin-bottom: 5px;
}
.chart-style2 {
	margin-bottom: 15px;
	border: solid 2px #007fb1;
}

table.contact-us td.col2 {
	padding-left: 20px;
}

table.contact-us td {
	padding-bottom: 3px;
}

/*same as product db and job search*/
div.nextPage {
	line-height: 14px; 
	float: right;
	width: 185px;
	height: 60px;
	border-width: 0 1px 1px 0;
	border-color: #CCCCCC;
	border-style: solid;
}


div.nextPage a {
	font-size: 11px;
	font-weight: bold;
	color: #002f65;
	padding: 0 0 0 13px;
	background: url(../images/bullet-blue-arrow.gif) no-repeat 0 2px;
	text-decoration: none;
	text-align: right;
	margin: 40px 8px 8px 0;
	display: block;
	float: right;
}

div.nextPage a:hover, div.nextPage2 a:hover {
	color: #007fb1;
	text-decoration: none;
}

div.nextPage2 {
	clear: both;
	width: 680px;
}

.lower-main-content-no-padding div.nextPage2 {
	clear: both;
	width: 700px;
}


div.btnStandard{
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 13px;
	background: url(../images/bullet-blue-arrow.gif) no-repeat 0 3px;
}
div.btnStandardWhite {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 13px;
	background: url(../images/bullet-orange-arrow-matte-066849e.gif) no-repeat 0 3px;	
	}
div.btnStandard a, div.btnStandardWhite a {
	color: #002f65;
	text-decoration: none;
	display: block;
}
div.btnStandard a:hover, div.btnStandardWhite a:hover {
	color: #007fb1;
	text-decoration: none;
}

div.btnStandardWhite a {color: #f8981d; /*color: #ffffff;*/}
div.btnStandardWhite a:hover {color: #ffffff; /*color: #f8981d;*/}

/*
=============
Locations
=============
*/

#locations_page_content {
	margin-left: 20px;
}

#locations_page_content h3 {
	font-size: 12px;
	padding-bottom: 0;
}

h3.mapYellow {
	color: #cc6600;
}
h3.mapGreen {
	color: #817c00;
}
h3.mapPurple {
	color: #820053;
}
h3.mapBlue {
	color: #002f65;
}


#mapKeyContainer {
	padding-top: 15px;
}
table.mapKey {
	border-collapse: collapse;
}
table.mapKey td {
	vertical-align: top;
	font-size: 10px;
	line-height: normal;
}

table.mapKey td.col1h {
	padding: 7px 5px 0 0;
}
table.mapKey td.col2h {
	padding: 5px 5px 0 0;
}

table.mapKey td.col1 {
	width: 295px;
	padding: 0 10px 5px 0;
}
table.mapKey td.col2 {
	width: 295px;
	padding: 0 0 5px 0;
}
	
.mapUSOperations {
	padding-bottom: 3px;
}

#map {position:relative; background:url(../images/map-world.gif) no-repeat; width:608px; height:354px; }

#map a, #map2 a {text-decoration: none;}
a.tooltip:hover {font-size: 11px;} /* IE6 fix */ 
a.tooltip span {position:absolute; left: -9999em; top:2px;} 
a.tooltip:hover span {position:absolute; left: 15px; padding:3px; border:1px solid #526271; text-decoration:none; color:#0075b1; background-color:#f3f3f4; font-weight:bold; font-size: 11px; min-width: 160px; z-index: 100;}
a.tooltip:hover span.left {left: -160px;}
/*
=============
END Locations
=============
*/


/****SEARCH***/

.search_header_container {
	padding-bottom: 20px;
}
.search_header_container .search_paging {

}
.search_header_container .search_results_summary {

}
.search_header_container .search_box_inline {

}
.search_header_container .search_paging {

}

.search_item {
	padding-bottom: 15px;
}

.search_item .search_title {
	font-weight: bold;
}

.search_item .search_description {
}

.search_item .search_url {
}




/****SEARCH OLD???***/
.search-results-subhead {
	font-weight: bold;
}



/*HERE ONLY TO SUPPORT Kenexa*/
body.nonDocTypeAdj {
    margin: 0;
    padding: 0;
    text-align: center;
}

body.nonDocTypeAdj div#nonDocTypeAdj {
	width: 980px;
	margin: 0px auto;
	text-align: left;		
}
body.nonDocTypeAdj div#page-container {
	text-align: left;

}


.footnoteContent {
	font-size: 11px;
}


div.distribution-content h3 {
	width: 100%
}
div.distribution-container:after {
	content: "";
	display: block;
	clear: both;
}

div.distribution-left1 {
	width: 442px;
	float: left;
}
div.distribution-left2 {
	width: 188px;
	float: left;
	text-align: right;
}

div.our-business-inner {width: 198px; font-weight: bold; background-color: #002f65; color: #ffffff;}
div.our-business-inner span.ob-label { display: block; padding: 7px 0 7px 9px;}
div.our-business-1, div.our-business-2{width: 218px;}
div.our-business-3 {width: 198px;}


span.footnote {
	font-size: .8em;
	line-height: 80%;
	vertical-align: 60%;
}

span.reg {
	font-size: .8em;
	line-height: 80%;
	vertical-align: 40%;
}

body#popup {
	padding: 20px;
}

#popup-header {
	padding: 0 0 20px 0;	
}
#popup-content {
	padding-left: 45px;
}

.errorMessage {
	font-weight: bold;
	color: red;
}

#hp_no_flash {
	height: 170px;
	width: 650px;
}

h3.privacy-policy-break {
	color: #002f65;
}

div#siteMap ul {
	padding: 0 0 1em 0;
	margin-left: 0;
}
div#siteMap ul li {
	padding: 0 0 15px 0;
	margin-left: 0;
	
	/*like h3*/
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 14px;
	color: #820053;
	
	background-image: none;
}

div#siteMap ul li a {
	color: #820053;
}

div#siteMap ul li ul{
	padding: .3em 0 0 .3em;
	margin: 0;
	list-style-type: none;
}

div#siteMap ul li ul li{
	font-size: 12px;
	margin-bottom: .2em;
	padding: 0 0 0 10px;
	background-image: none;
}

div#siteMap ul li ul li a {
	color: #007fb1;
}
div#siteMap ul li ul li ul li{
	font-size: 12px;
	margin-bottom: .15em;
	padding: 0 0 0 10px;
	background: url(../images/bullet-purple-dot.gif) no-repeat 0 7px;
}



/*
orange: #f8981d
purple in header, highlight: #820053
dark blue: 002f65
light blue: 0075b1

page width: 980
inner content, left text margin to right end of page: 680
content-with-right-image: 440

*/

