/* general tag styles */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	background: #fff;
	padding: 0;
	margin: 0 10px 10px 10px;
	text-align: center;
}

p, li, dt, label {
	font-size: .7em;
}

li p, li li {
	font-size: 1em;
}

td, dl, li, form, div, img {
	padding: 0;
	border: 0;
	margin: 0;
}

ul {
	padding: 0 0 5px 0;
	border: 0;
	margin: 0;
}

ol {
	padding: 0 0 0 20px;
	border: 0;
	margin: 0 0 5px 3px;
}

ol ol li {
	list-style-type: lower-roman;
}

p {
	line-height: 130%;
	padding: 0 0 10px 0;
	border: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 130%;
	padding: 0 0 10px 0;
	border: 0;
	margin: 0;
}

h1 {
	font-size: 1em;
}

h2 {
	color: #634329;
	font-size: .8em;
}

h2 span {
	font-size: 85%;
	font-weight: normal;
}

h2.sub-hdr {
	color: #923222;
	padding: 7px 0 4px 0;
	border-bottom: 1px solid #d8d1ca;
	margin: 0 0 10px 0;
}

h2.sub-hdr a {
	color: #923222;
}

h3 {
	font-size: .7em;
	padding: 7px 0 10px 0;
}

h4 {
	font-size: .7em;
	padding: 5px 0 10px 0;
}

h5 {
	font-size: .7em;
	padding: 5px 0 10px 0;
}

h6 {
	font-size: .7em;
	font-weight: normal;
	padding: 5px 0 10px 0;
}

input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #333;
	padding: 0;
	margin: 0;
}

p input, p select, td input, td select {
	font-size: 1em;
}

a:link, a:visited, a:active {
	color: #c30;
}

a:hover {
	color: #333;
}

span.link-arrow {
  color: #c30
}

label {
	color: #666;
	font-weight: bold;
	vertical-align: top;
}


/* info boxes */

div.info-box {
	width:250px;
	border:1px solid #d8d0cA;
	background-color:#fbfaf9;
	margin:3px;
}

div.info-box div.title {
	background-color:#e6e1da;
	color:#7d6756;
	padding:5px;
}

div.info-box div.content {
	padding:0px 5px 5px 5px;
}


/* tabular data cell styles */

td {
	text-align: left;
	vertical-align: top;
}

td.lm {
	text-align: left;
	vertical-align: middle;
}

td.lb {
	text-align: left;
	vertical-align: bottom;
}

td.ct {
	text-align: center;
	vertical-align: top;
}

td.cm {
	text-align: center;
	vertical-align: middle;
}

td.cb {
	text-align: center;
	vertical-align: bottom;
}

td.rt {
	text-align: right;
	vertical-align: top;
}

td.rm {
	text-align: right;
	vertical-align: middle;
}

td.rb {
	text-align: right;
	vertical-align: bottom;
}


/* hide */

.hide {
	display: none;
}


/* bold */

.boldit {
	font-weight: bold;
}


/* white */

.ko {
	color: #fff;
}


/* grey */

.grey {
	color: #ccc;
}


/* no wrapping */

.no-wrap {
	white-space: nowrap;
}


/* no padding */

.no-pad {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}


/* floated images */

.img-flush-left {
	float: left;
	padding: 0;
	margin: 0 10px 5px 0;
}

.img-flush-right {
	float: right;
	padding: 0;
	margin: 0 0 5px 10px;
}

.img-flush-left-framed {
	float: left;
	padding: 0;
	border: 3px solid #dbd2bc;
	margin: 0 10px 5px 0;
}

.img-flush-right-framed {
	float: right;
	padding: 0;
	border: 3px solid #dbd2bc;
	margin: 0 0 5px 10px;
}

.img-flush-left-border {
	float: left;
	padding: 0;
	border: 1px solid #676766;
	margin: 0 10px 5px 0;
}

.img-flush-right-border {
	float: right;
	padding: 0;
	border: 1px solid #676766;
	margin: 0 0 5px 10px;
}

.img-flush-left-caption {
    float: left;
    padding: 0;
    margin: 0 12px 10px 0;
}

.img-flush-left-caption p {
    padding: 5px 5px 0 5px;
    margin: 0;
}

.img-flush-right-caption {
    float: right;
    padding: 0;
   	margin: 0 0 10px 12px;
}

.img-flush-right-caption p {
    padding: 5px 5px 0 5px;
    margin: 0;
}


/* clear float */

div.clearit {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	padding: 0;
}

p.clearit {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}


/* horizontal divider */

div.h-divider {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: url(../images/common/h-divider.gif) top left repeat-x;
	padding: 0;
}

p.h-divider {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: url(../images/common/h-divider.gif) top left repeat-x;
}


/* main container */

#main-container {
	text-align: left;
	margin: 0 auto;
	width: 770px;
}


/* top utility navigation and logos */

#util {
	PADDING-RIGHT: 13px; PADDING-LEFT: 13px; PADDING-BOTTOM: 4px; COLOR: #999; PADDING-TOP: 4px
}
#util A:link {
	FONT-SIZE: 9px;FONT-WEIGHT: normal; COLOR: #999; TEXT-DECORATION: none
}
#util A:visited {
	FONT-SIZE: 9px;FONT-WEIGHT: normal; COLOR: #999; TEXT-DECORATION: none
}
#util A:active {
	FONT-SIZE: 9px;FONT-WEIGHT: normal; COLOR: #999; TEXT-DECORATION: none
}
#util A:hover {
	FONT-SIZE: 9px;TEXT-DECORATION: underline
}
#util SPAN {
	COLOR: #c8c59f
}

#u-reg {
	display: none;
}

#logo {
	PADDING-RIGHT: 0px; PADDING-LEFT: 570px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}

#hdr {
	PADDING-RIGHT: 13px; PADDING-LEFT: 13px; PADDING-BOTTOM: 3px; PADDING-TOP: 7px
}


/* color bar */

#colorbar-l {
	float: left;
	font-size: 1px;
	width: 597px;
	height: 7px;
	background: #923222;
	padding: 0;
	margin: 0 0 2px 0;
}

#colorbar-r {
	float: right;
	font-size: 1px;
	width: 170px;
	height: 7px;
	background: #fbae17;
	padding: 0;
	margin: 0 0 2px 0;
}


/* top main navigation */

#main-nav {
	width: 770px;
	height: 35px;
	background: #73563f;
	margin: 0 0 3px 0;
}

#nav-patients {
	display: none;
}

.nav {
	background: #73563f;
}

.nav-select {
	background: #a28f7f;
}

#main-nav p {
	font-size: 11px;
	line-height: 100%;
	text-align: center;
	vertical-align: middle;
  padding: 10px 9px 14px 9px;
}

.nav a:link, .nav a:visited, .nav a:active, .nav a:hover, .nav-select a:link, .nav-select a:visited, .nav-select a:active, .nav-select a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.nav-pipe {
	float: left;
	width: 1px;
	height: 15px;
	background: #73563f;
	padding: 9px 0;
}

.nav-null {
	float: left;
	width: 1px;
	height: 35px;
	background: #a28f7f;
}

#main-nav ul {
	list-style: none;
	background: #fff url(../images/s.gif) repeat;
	padding: 0;
	border-top: 1px solid #d8d1ca;
	border-right: 1px solid #d8d1ca;
	border-left: 1px solid #d8d1ca;
}

#main-nav ul li {
	padding: 6px 10px 6px 0;
	background: #fff url(../images/s.gif) repeat;
	border-bottom: 1px solid #d8d1ca;
}

#main-nav ul li.dnav-select {
	background: #ede9e6;
}

#main-nav ul li p {
	font-size: 1em;
	text-align: left;
	line-height: 100%;
	background: url(../images/common/arrow-dhtml-nav.gif) top left no-repeat;
	padding: 0 5px 2px 24px;
}

#main-nav ul li a:link, #main-nav ul li a:active, #main-nav ul li a:visited, #main-nav ul li a:hover {
	color: #c30;
	font-weight: normal;
	text-decoration: none;
}

.nav-list {
	display: none;
	position: absolute;
	width: 158px;
	background: url(../images/s.gif) repeat;
}


/* content */

#content-full {
	width: 749px;
	padding: 0 9px 10px 13px;
}

#content-l-full {
	float: left;
	width: 597px;
	overflow: hidden;
}

#content-l {
	float: left;
	width: 285px;
	padding: 0 9px 10px 13px;
	overflow: hidden;
}

#content-l-nav {
	float: left;
	width: 161px;
	padding: 0 4px 10px 0;
	overflow: hidden;
}

#content-c-wide {
	float: left;
	width: 432px;
	padding: 0 0 10px 0;
	overflow: hidden;
}

#content-c {
	float: left;
	width: 283px;
	padding: 0 7px 10px 0;
	overflow: hidden;
}


#content-r {
	float: right;
	width: 170px;
	overflow: hidden;
}


/* Search Box */



#search {
	height: 21px;
	background: #b1a194;
	padding: 3px 0 0 6px;
	margin: 0 0 3px 0;
}

#lang {
	height: 28px;
	background: #b1a194;
	padding: 3px 0 0 6px;
	margin: 0 0 3px 0;
}

#search input {
	vertical-align: top;
}

#search-lang-divider {
	padding: 0 0 4px 0;
}


/* left nav */

#left-nav {
	list-style: none;
	width: 148px;
	margin: 2px 0 10px 0;
}

li.lnav {
	line-height: 120%;
	background: url(../images/common/arrow-lnav-off.gif) top left no-repeat;
	padding: 6px 0 6px 13px;
	border-bottom: 1px solid #d8d1ca;
}

li.lnav-select {
	line-height: 120%;
	background: url(../images/common/arrow-lnav-on.gif) top left no-repeat;
	padding: 6px 0 6px 13px;
	border-bottom: 1px solid #d8d1ca;
}

li.lnav-open {
	line-height: 120%;
	background: url(../images/common/arrow-lnav-off.gif) top left no-repeat;
	padding: 6px 0 1px 13px;
	border-bottom: 1px solid #d8d1ca;
}

li.lnav-open-select {
	line-height: 120%;
	background: url(../images/common/arrow-lnav-on.gif) top left no-repeat;
	padding: 6px 0 1px 13px;
	border-bottom: 1px solid #d8d1ca;
}

a.lnav-a:link, a.lnav-a:visited, a.lnav-a:active {
	color: #c30;
	text-decoration: none;
	vertical-align: top;
}

a.lnav-a:hover {
	color: #634329;
}

a.lnav-a-on:link, a.lnav-a-on:visited, a.lnav-a-on:active {
	color: #634329;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
}

a.lnav-a-on:hover {
	color: #634329;
}

#left-nav ul {
	list-style: none;
	margin: 6px 0 0 0;
}

#left-nav ul li {
	font-size: 100%;
}

li.lnav-2 {
	line-height: 120%;
	background: url(../images/common/arrow-lnav2-off.gif) top left no-repeat;
	padding: 5px 0 5px 11px;
	border-top: 1px dashed #d8d1ca;
}

li.lnav-2-select {
	line-height: 120%;
	background: url(../images/common/arrow-lnav2-on.gif) top left no-repeat;
	padding: 5px 0 5px 11px;
	border-top: 1px dashed #d8d1ca;
}

li.lnav-2-last {
	line-height: 120%;
	background: url(../images/common/arrow-lnav2-off.gif) top left no-repeat;
	padding: 5px 0 0 11px;
	border-top: 1px dashed #d8d1ca;
}

li.lnav-2-last-select {
	line-height: 120%;
	background: url(../images/common/arrow-lnav2-on.gif) top left no-repeat;
	padding: 5px 0 0 11px;
	border-top: 1px dashed #d8d1ca;
}

a.lnav-2-a:link, a.lnav-2-a:visited, a.lnav-2-a:active {
	color: #634329;
	text-decoration: none;
	vertical-align: top;
}

a.lnav-2-a:hover {
	color: #c30;
}

a.lnav-2-a-on:link, a.lnav-2-a-on:visited, a.lnav-2-a-on:active {
	color: #634329;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
}

a.lnav-2-a-on:hover {
	color: #634329;
}

#left-nav ul ul {
	padding: 3px 0 0 0;
	border-top: 1px dashed #d8d1ca;
}

li.lnav-3 {
	line-height: 120%;
	background: url(../images/common/arrow-lnav2-off.gif) top left no-repeat;
	padding: 5px 0 5px 11px;
}

li.lnav-3-select {
	line-height: 120%;
	background: url(../images/common/arrow-lnav2-on.gif) top left no-repeat;
	padding: 5px 0 5px 11px;
}

a.lnav-3-a:link, a.lnav-3-a:visited, a.lnav-3-a:active {
	color: #634329;
	text-decoration: none;
	vertical-align: top;
}

a.lnav-3-a:hover {
	color: #c30;
}

a.lnav-3-a-on:link, a.lnav-3-a-on:visited, a.lnav-3-a-on:active {
	color: #634329;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
}

a.lnav-3-a-on:hover {
	color: #634329;
}


/* landing pages */

.landing-img, .sub-img {
	padding: 0;
}

.landing-hdr {
	padding: 0 0 22px 0;
	margin: 0 3px 0 0;
}

p.landing, h2.landing {
	padding: 0 0 3px 0;
}

.content-l-full-indent {
	padding: 0 10px 10px 13px;
}

.intro-l {
	float: left;
	width: 285px;
	padding: 0 9px 10px 13px;
	overflow: hidden;
}

.intro-r {
	float: right;
	width: 283px;
	padding: 0 7px 10px 0;
	overflow: hidden;
}
.product-l {
	float: left;
	width: 87px;
	padding: 0 0 0 0;
	overflow: hidden;
}

.product-r {
	float: right;
	width: 300px;
	padding: 0 7px 10px 0;
	overflow: hidden;
}
.factoid {
	padding: 10px;
}

.factoid h3, .factoid p {
	color: #fff;
}

#content-tab-l {
	float: left;
	width: 122px;
	border-top: 1px solid #d8d0ca;
	border-right: 1px solid #d8d0ca;
	border-left: 1px solid #d8d0ca;
}

#content-tab-l-p {
	width: 122px;
	padding: 7px 11px;
	border-top: 4px solid #e44c16;
}

#content-tab-l-a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#content-tab-m {
	float: left;
	width: 122px;
	border-top: 1px solid #e4e2cf;
	border-right: 1px solid #e4e2cf;
	border-left: 1px solid #e4e2cf;
	margin: 0 0 0 3px;
}

#content-tab-m-p {
	width: 120px;
	padding: 7px;
	text-aligh:center;
	border-top:4px solid #c1b5aa;
}

#content-tab-r {
	float: left;
	width: 62px;
	border-top: 1px solid #e4e2cf;
	border-right: 1px solid #e4e2cf;
	border-left: 1px solid #e4e2cf;
	margin: 0 0 0 3px;
}


#content-tab-r-p {
	width: 60px;
	padding: 7px;
	text-align:center;
	border-top: 4px solid #c1b5aa;
}

#content-tab-r-a {
	font-weight: bold;
	color: #a28f7f;
	text-decoration: none;
}

.content-info {
	clear: both;
	width: 270px;
	border-right: 1px solid #e4e2cf;
	border-bottom: 1px solid #e4e2cf;
	border-left: 1px solid #e4e2cf;
	margin: 0 0 14px 0;
}

.content-info-indent {
	padding: 15px 11px;
}

#content-info1-top-l {
	float: left;
	font-size: 1px;
	line-height: 1px;
	width: 1px;
	height: 1px;
	border-top: 1px solid #e4e2cf;
	padding: 0;
	margin: 0;
}

#content-info1-top-r {
	float: right;
	font-size: 1px;
	line-height: 1px;
	width: 146px;
	height: 1px;
	border-top: 1px solid #e4e2cf;
	padding: 0;
	margin: 0;
}

#content-info2 {
	display: none;
}

#content-info2-top-l {
	float: left;
	font-size: 1px;
	line-height: 1px;
	width: 127px;
	height: 1px;
	border-top: 1px solid #e4e2cf;
	padding: 0;
	margin: 0;
}

#content-info2-top-r {
	float: right;
	font-size: 1px;
	line-height: 1px;
	width: 87px;
	height: 1px;
	border-top: 1px solid #e4e2cf;
	padding: 0;
	margin: 0;
}

.content-callout-text {
	background: #f7f3e8;
	padding: 7px 10px 0 7px;
	border: 1px solid #e5deab;
	margin: 0 0 10px 0;
}


/* generic tabs */

.main-tab-l {
	float: left;
	height: 32px;
	border-top: 1px solid #d8d0ca;
	border-right: 1px solid #d8d0ca;
	border-left: 1px solid #d8d0ca;
	overflow: hidden;
}

.main-tab-r {
	float: left;
	height: 32px;
	border-top: 1px solid #e4e2cf;
	border-right: 1px solid #e4e2cf;
	border-left: 1px solid #e4e2cf;
	margin: 0 0 0 3px;
	overflow: hidden;
}

.main-tab-l-selected {
	float: left;
	height: 32px;
	background: #f8f6f5;
	border-top: 1px solid #d8d0ca;
	border-right: 1px solid #d8d0ca;
	border-bottom: 1px solid #f8f6f5;
	border-left: 1px solid #d8d0ca;
	overflow: hidden;
}

.main-tab-r-selected {
	float: left;
	height: 32px;
	background: #f8f6f5;
	border-top: 1px solid #e4e2cf;
	border-right: 1px solid #e4e2cf;
	border-bottom: 1px solid #f8f6f5;
	border-left: 1px solid #e4e2cf;
	margin: 0 0 0 3px;
	overflow: hidden;
}

.main-tab-p {
	font-size: .7em;
	font-weight: bold;
	padding: 7px 10px 0 10px;
	border-top: 4px solid #c1b5aa;
}

.main-tab-p-selected {
	font-size: .7em;
	font-weight: bold;
	padding: 7px 10px 0 10px;
	border-top: 4px solid #e44c16;
}

.main-tab-p a:link, .main-tab-p a:visited, .main-tab-p a:active {
	color: #a28f7f;
	text-decoration: none;
}

.main-tab-p a:hover {
	color: #333;
}

.tab-info {
	float: left;
	background: #f8f6f5;
	border: 1px solid #e4e2cf;
	margin: -1px 0 14px 0;
}

.tab-info-indent {
	width: 398px;
	padding: 15px 11px;
}

.tab-info h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #e44c16;
}

.tab-info h2 span {
	font-size: .7em;
	font-weight: normal;
	color: #666;
}

.tab-info h2 em {
	font-style: normal;
	color: #923222;
}

.tab-info h3.bar {
	font-size: .8em;
	color: #73563f;
	background: #e7e2de;
	padding: 6px 12px;
}

.tab-info h3.bar span {
	font-weight: normal;
}


/* sub pages */

.sub-hdr {
	padding: 0;
	margin: 0 0 3px 0;
}

.sub-hdr-p {
	padding: 0;
	margin: 0 0 3px 0;
}

.text-indent-right {
	padding: 0 10px 0 0;
}

.text-indent-right ul li {
	list-style: none;
	vertical-align: top;
	background: url(../images/common/gen-bullet.gif) top left no-repeat;
	padding: 0 0 5px 11px;
	margin: 0;
}

.text-indent-right ul ul {
	margin-top: 5px;
}

.text-indent-right ul ul li {
	background: url(../images/common/gen-bullet2.gif) top left no-repeat;
}

.text-indent-right ol li {
	padding: 0 0 5px 0;
}

.text-indent-right ol ol {
	margin-top: 5px;
}

.text-indent-right table {
	margin: 0 0 10px 0;
}

.text-indent-right table td {
	font-size: .7em;
}

.text-indent-right table td p {
	font-size: 1em;
}

.pagination-l {
	float: left;
	color: #923222;
}

.pagination-r {
	float: right;
}


/* callouts */

h3.callout-bar {
	color: #fff;
	background: #a28f7f;
	padding: 3px 11px;
	text-transform: uppercase;
}

.callout-reg {
	padding: 0;
	border: 1px solid #e1e1e1;
	margin: 0 0 3px 0;
}

.callout-reg div {
	padding: 7px 5px 5px 8px;
	overflow: hidden;
}

#inv-call-tab-l {
	float: left;
	text-align: center;
	width: 75px;
	padding: 3px;
	border-top: 1px solid #d8d0ca;
	border-right: 1px solid #d8d0ca;
	border-left: 1px solid #d8d0ca;
}

#inv-call-tab-l-a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#inv-call-tab-r {
	float: right;
	text-align: center;
	width: 71px;
	padding: 3px;
	border-top: 1px solid #e4e2cf;
	border-right: 1px solid #e4e2cf;
	border-left: 1px solid #e4e2cf;
	margin: 0 3px 0 3px;
}

#inv-call-tab-r-a {
	font-weight: bold;
	color: #c30;
	text-decoration: none;
}

.inv-call-info {
	clear: both;
	width: 168px;
	border-right: 1px solid #e4e2cf;
	border-bottom: 1px solid #e4e2cf;
	border-left: 1px solid #e4e2cf;
	margin: 0 0 3px 0;
}

#inv-call-info2 {
	display: none;
}

#inv-call-info2-top-l {
	float: left;
	font-size: 1px;
	line-height: 1px;
	width: 88px;
	height: 1px;
	border-top: 1px solid #e4e2cf;
	padding: 0;
	margin: 0;
}

#inv-call-info2-top-r {
	float: right;
	font-size: 1px;
	line-height: 1px;
	width: 3px;
	height: 1px;
	border-top: 1px solid #e4e2cf;
	padding: 0;
	margin: 0;
}

#inv-call-info1-top-l {
	float: left;
	font-size: 1px;
	line-height: 1px;
	width: 81px;
	height: 1px;
	border-top: 1px solid #fff;
	padding: 0;
	margin: 0;
}

#inv-call-info1-top-r {
	float: right;
	font-size: 1px;
	line-height: 1px;
	width: 87px;
	height: 1px;
	border-top: 1px solid #e4e2cf;
	padding: 0;
	margin: 0;
}

.inv-call-info h2 {
	color: #e44c16;
}

.inv-call-info h2 span {
	font-size: .7em;
	color: #666;
}

.inv-call-text {
	padding: 7px;
}

.inv-call-text p, .inv-call-text h2 {
	padding: 0 0 3px 0;
}

.inv-call-text p.inv-call-link {
	background: url(../images/common/h-divider.gif) top left repeat-x;
	padding: 5px 0 3px 0;
	margin: 3px 0 0 0 ;
}


/* footer */

#footer {
	color: #999;
	background: url(../images/common/h-divider.gif) top left repeat-x;
	padding: 10px 0;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #999;
}

#footer a:hover {
	color: #666;
}


/* misc */

.framed {
	border: 3px solid #dbd2bc;
}

.pad3 {
	padding: 0 0 3px 0;
}

.pad5 {
	padding: 0 0 5px 0;
}

.pad15 {
	padding: 0 0 15px 0;
}

.pad20 {
	padding: 0 0 20px 0;
}

.pad30 {
	padding: 0 0 30px 0;
}

p.like-link {
	color: #c30;
}

.error {
	display: none;
	color: #d1481a;
	padding: 3px 0 0 0;
}

.pdf-link {
    vertical-align: top;
    background: url(../images/common/icon-pdf.gif) top left no-repeat;
    padding: 0 5px 10px 17px;
}

/* 2 columns in content area */
.column-l {
	float: left;
	width: 195px;
	padding: 0 12px 0 0;
	margin: 0 0 10px 0;
}

.column-r {
	float: right;
	width: 195px;
	background: url(../images/common/v-divider.gif) top left repeat-y;
	padding: 0 0 0 16px;
	margin: 0 0 10px 0;
}

/* feature story callout box */

.feature-box {
	float: right;
	width: 190px;
	background: #f8f6f5;
	border: 1px solid #e4e2cf;
	margin: 0 0 5px 10px;
}

.feature-box div {
	padding: 7px;
}

.feature-box h4 {
	font-size: .8em;
	color: #73563f;
	background: #e7e2de;
	padding: 5px 7px;
}


/* generic bulleted list */

ul.generic li {
	list-style: none;
	vertical-align: top;
	background: url(../images/common/gen-bullet.gif) top left no-repeat;
	padding: 0 0 0 11px;
	margin: 0;
}

ul.generic li p {
	padding: 0 0 5px 0;
}

ul.generic ul {
	margin-top: 5px;
}

ul.generic ul li {
	background: url(../images/common/gen-bullet2.gif) top left no-repeat;
}


/* generic numbered list */

ol.generic li p {
	padding: 0 0 5px 0;
}

ol.generic ol {
	margin-top: 5px;
}


/* generic link list */

ul.link-list li {
	list-style: none;
	background: url(../images/common/arrow-list-link.gif) top left no-repeat;
	padding: 0 0 0 12px;
	margin: 0;
}

ul.link-list li p {
	padding: 0 0 5px 0;
}

ul.link-list2 li {
	list-style: none;
	background: url(../images/common/arrow-list-link2.gif) top left no-repeat;
	padding: 0 0 0 12px;
	margin: 0;
}

ul.link-list2 li p {
	padding: 0 0 7px 0;
}

