/**********************
 *** Generic Styles ***
 **********************/
 
body {
	margin: 0px 0px 15px 0px;
	color: #000000;
	background-image: url('images/bkg_body.gif');
	background-color: #e7e7db;
}

img {
	border: 0px;
}

img.floatright, div.floatright {
	border: 0px;
	padding-left: 8px;
	padding-bottom: 4px;
	float: right;
}

p.caption {
	font-size: 9px ! important;
	margin: 2px 6px 4px 6px ! important;
}

img.floatleft {
	border: 0px;
	padding-right: 8px;
	padding-bottom: 4px;
	float: left;
}

img.staffpic {
	padding: 5px;
	border: 0px;
}

label.strong {
	font-weight: bold;
	margin-right: 8px;
}

span.asterisk {
	color: #870101;
	font-weight: normal;
	font-size: 10px;
}

p.affiliation {
	padding-left: 5px ! important;
	font-size: 11px ! important;
	font-style: italic ! important;
	margin-top: -8px ! important;
}

/*****************
 *** CSS HACKS ***
 *****************/
 
.clearfix:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/*******************
 *** Link Styles ***
 *******************/

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
 

a.rborder {
	border-right: 1px solid #CCCCCC;
}

a.paging {
	text-transform: uppercase;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #870101;
	font-weight: bold;
	padding: 4px;
}

a.paging:hover {
	text-decoration: none ! important;
	color: #FFFFFF ! important;
	background-color: #870101;
}

a.deadlink {
	color: #999999 ! important;
}

/**********************
 *** TOP NAV STYLES ***
 **********************/

ul#topnav {
	width: 979px;
	height: 28px;
	background-image: url('images/layout/bkg_topbar.gif');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #670101;
	margin: 0px auto;
	padding: 0px;
	z-index: 1000;
	text-align: right;
	list-style: none;
	position: relative;
}

ul#topnav li.top {
	display: inline-block;
	display: -moz-inline-stack;
	font-family: 'Trebuchet MS';
	font-size: 14px;
	margin: 0px;
	padding: 0px;
    zoom: 1;
    *display: inline;
}

ul#topnav a.toplink {
	display: inline-block;
	display: -moz-inline-stack;
	background-image: url('images/layout/border_topbar.gif');
	background-repeat: no-repeat;
	background-position: top left;
	color: #ffffff;
	padding: 0px 17px 0px 18px;
	line-height: 28px;
    zoom: 1;
    *display: inline;
}

ul#topnav li.active {
	background-color: #670101;
}

div.ddm {
	visibility: hidden;
	border: 5px solid #B3B3B3;
	position: absolute;
	top: 32px;
	text-align: left;
/*
	box-shadow: 4px 4px 7px #B3B3B3;
	-webkit-box-shadow: 4px 4px 7px #B3B3B3;
	-moz-box-shadow: 4px 4px 7px #B3B3B3;
*/
}

div.ddm>div {
	border: 1px solid #FFFFFF;
	background-color: #f5f5f0;
	padding: 9px 0px;
	max-width: 586px;
}

div.ddm ul {
	font-family: Verdana;
	list-style: none;
}

div.ddm li {
	line-height: 16px;
}

div.ddmcol {
	float: left;
	padding: 0px 11px;
	border-right: 1px solid #d0d0d0;
	min-width: 180px;
}

div.ddmcol+div.ddmcol {
	border-right: none;
}

ul.ddml1 {
	margin: 0px;
	padding: 0px;
	min-width: 141px;
	max-width: 282px;
}

li.pad {
	padding-bottom: 5px;
}

ul.ddml1 li {
	border-top: 1px solid #d0d0d0;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 8px;
	font-size: 11px;
	color: #30567e;
	font-weight: bold;
}

ul.ddml1 li:first-child {
	border-top: 0px;
	padding-top: 0px;
}

ul.ddml1 a {
	color: #30567e;
}

ul.ddml2 {
	padding: 0px 0px 8px 0px;
	margin-left: 0px ! important;
}

ul.ddml2 li {
	border-top: none;
	background-image: url('images/layout/li_l2.gif');
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 5px;
	padding-top: 0px;
	font-family: Verdana;
	font-size: 11px;
	clear: left;
	color: #525151;
	font-weight: normal;
}


ul.ddml2 a {
	color: #525151;
}

.ddm img {
	padding-left: 2px;
}

ul.ddml3 li:last-child {
	padding-bottom: 5px;
}

ul.ddml3 {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

ul.ddml3 li {
	list-style: none;
	background-image: url('images/layout/li_l3.gif');
	background-repeat: no-repeat;
	background-position: 0px 8px;
	font-family: Verdana;
	font-size: 10px;
	padding: 0px 0px 0px 4px;
	margin: 0px;
	float: left;
	display: block;
	color: #870101;
}

ul.ddml3 a {
	color: #870101;
	padding: 0px;
	margin: 0px;
}

.collapse {
	max-height: 200px;
	overflow-y: auto;
}


/*********************
 *** HEADER STYLES ***
 *********************/

  
div#header {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 979px;
	height: 74px;
	background-color: #ffffff;
	background-image: url('images/bkg_home_header_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

div#headerhome {
	height: 303px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 979px;
	background-color: #ffffff;
	background-image: url('images/bkg_home_header_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

div#headerblog {
	height: 123px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 979px;
	background-color: #ffffff;
	background-image: url('images/bkg_home_header_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

img#logo {
	position: absolute;
	top: 13px;
	left: 26px;
}

img#logo.blog {
	top: 37px;
}

div#tagline {
	position: absolute;
	top: 32px;
	right: 28px;
	height: 19px;
	width: 503px;
}

div#taglineblog {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 144px;
	width: 438px;
}

div#taglinehome {
	position: absolute;
	top: 64px;
	left: 2px;
	height: 238px;
	width: 443px;
}


/**********************************
 *** HOME PAGE MESO FORM STYLES ***
 **********************************/
 
 
div#mesoform {
	position: absolute;
	top: 27px;
	left: 441px;
	width: 538px;
	height: 275px;
	background-image: url('images/bkg_home_form.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

div#mesoform div {
	margin: 0px;
	padding: 0px 20px 0px 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
}

div#mesoform h2 {
	font-family: Georgia;
	font-size: 18px;
	color: #870101;
	margin: 30px 0px 0px 129px;
}

div#mesoform h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	margin: 4px 0px 0px 129px;
}

div#mesoform div p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	height: 31px;
	margin: 8px 0px 1px 0px;
}

div#mesoform div input.fullwidth {
	width: 155px;
	border: 1px solid #7f9db9;
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
}

div#mesoform div label {
	display: block;
}

div#mesoform div input.halfwidth {
	width: 71px;
	border: 1px solid #7f9db9;	
	font-size: 11px;
	line-height: 16px;
}

div#mesoform div select.halfwidth {
	width: 71px;
	border: 1px solid #7f9db9;	
	font-size: 11px;
	line-height: 15px;
}

div#mesoform div input.submit {
	position: absolute;
	bottom: 17px;
	right: 17px;
}


/***********************
 *** LEFT NAV STYLES ***
 ***********************/


div#leftnav {
	float: left;
	width: 212px;
	padding: 13px 0px;
}

div#leftnav div {
	width: 190px;
	margin: 0px auto;
	overflow: hidden;
}

div#leftnav form.searchform {
	height: 17px;
	margin-bottom: 20px;
}

div#leftnav input.searchbox {
	width: 116px;
	height: 15px;
	float: left;
	border: 1px solid #7f9db9;
}

div#leftnav a.l1 {
	clear: left;
	display: block;
	height: 14px;
	width: 190px;
	margin-top: 20px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #cdcdcd;
}

div#leftnav a.l2 {
	display: block;
	width: 182px;
	background-image: url('images/leftnav_l2_arrow.gif');
	background-repeat: no-repeat;
	background-position: left 4px;
	color: #30567e;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	margin: 3px 0px 3px 0px;
	padding-left: 8px;
}

a.l3 + a.l2 {
	margin-top: 6px ! important;
}

div#leftnav a.l3, div#sitemap a.l3 {
	display: block;
	width: 174px;
	background-image: url(images/leftnav_l3_dash.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
	color: #2266ad;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	margin: 2px 0px 2px 0px;
	padding-left: 16px;
}

div#leftnav a.l4 {
	display: block;
	width: 166px;
	color: #870101;
	background-image: url(images/leftnav_l4_dot.gif);
	background-repeat: no-repeat;
	background-position: 18px 6px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	margin: 2px 0px 2px 0px;
	padding-left: 24px;
}

div#leftnav a.callout {
	display: block;
	margin: 30px 0px 6px 0px;
}

div#leftnav p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 0px 0px 12px 0px;
}

div#leftnav p a {
	font-weight: bold;
	color: #2266ad;
}

div#leftnav p a:visited {
	color: #2266ad;
}

div#leftnav img.callout {
	margin-top: 30px;
}


/**********************
 *** CONTENT STYLES ***
 **********************/


div#bodyframe {
	margin-left: auto;
	margin-right: auto;
	width: 979px;
	background-color: #ffffff;
	background-image: url(images/bkg_home_content.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

div#content {
	float: left;
	width: 727px;
	margin-left: 1px;
	padding: 19px;
	background-image: url('images/bkg_home_middle.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

div#content p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 8px 0px;
}

div#content a {
	font-weight: bold;
	color: #2266ad;
/*
	color: #30567e;
	font-weight: normal;
*/	               
}

div#content a:visited {
	color: #2266ad;
}

div#content a.light {
	font-weight: normal ! important;
	font-size: 10px ! important;
	padding: 0px 2px;
}

.noleft {
	padding-left: 0px;
}

.noright {
	padding-right: 0px;
}

div#content a.dotted {
	color: #2266ad;
/*	text-decoration: none ! important;
	border-bottom: 1px #CCCCCC dashed;
	font-weight: normal; */
}

div#content a.dotted:hover {
	color: #2266ad;
/*
	text-decoration: none ! important;
	border-bottom: 1px #2266ad solid;
	font-weight: normal; */               
}

div#content a.alphabet {
	display: block;
	float: left;
	border-right: 1px #000000 solid;
	color: #30567e ! important;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	width: 20px;
	text-align: center;
}

div#content a.state {
	display: block;
	float: left;
	border-right: 1px #000000 solid;
	color: #30567e ! important;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	width: 28px;
	text-align: center;
}

div#content h1, div#content h2 {
	font-family: Georgia;
	font-size: 20px;
	font-weight: normal;
	color: #870101;
}

div#content h1 {
	margin: 0px 0px 10px 0px;
}

div#content h2.section {
	margin: 20px 0px 10px 0px;
	border-top: 1px solid #e1e1e1;
	padding-top: 20px;
}

div#content h1 a, div#content h2 a {
	color: #870101 ! important;
	text-decoration: none;
	font-weight: normal;
}

div#content h1 a:hover, div#content h2 a:hover {
	color: #870101 ! important;
	text-decoration: underline;
	font-weight: normal;	
}

div#content h1 a:visited, div#content h2 a:visited {
	color: #870101 ! important;
}	

div#content h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #0b3c70;
	margin: 20px 0px 4px 0px;
	font-weight: bold;
	clear: left;	
}

div#content h3 a {
	color: #0b3c70 ! important;
	text-decoration: none;
	font-weight: bold;
}

div#content h3 a:hover {
	color: #0b3c70 ! important;
	text-decoration: underline;
	font-weight: bold;
}

div#content h3 a:visited {
	color: #0b3c70 ! important;
}

div#content h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #870101;
	margin: 14px 0px 4px 0px;
	clear: left;
}

div#content h4 a {
	color: #870101;
}

div#content h4 a:hover {
	color: #870101;
	text-decoration: underline;
}

div#content h4 a:visited {
	color: #870101;
}

div#content h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
	margin: 12px 0px 2px 0px;
}

div#content h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	line-height: 16px;
	margin: 16px 0px 0px 0px;
	clear: left;
}

div#content h6 a {
	color: #2266ad;
/*
	text-decoration: none ! important;
	border-bottom: 1px #CCCCCC dashed;
*/
}

div#content h6 a:hover {
/*
	text-decoration: none ! important;
	border-bottom: 1px #2266ad solid;
*/
}

div#content h6 a:visited {
	color: #2266ad;
}

div#content div.leftcol {
	width: 240px;
	float: left;
	padding-right: 0px;
	margin-bottom: 16px;
}

div#content div.rightcol {
	width: 240px;
	margin-left: 25px;
	float: left;
	margin-bottom: 16px;
}

div#content blockquote {
	margin: 0px 0px 8px 32px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

div#content blockquote.linkbox {
	height: 40px;
}

div#content div.linkbox {
	clear: both;
	width: 556px;
	border: 1px #CCCCCC solid;
	background-color: #EEEEEE;
	padding: 8px 12px 2px 12px;
	margin: 16px 0px;
}

div#content div.linkboxcondensed {
	width: 356px;
	border: 1px #CCCCCC solid;
	background-color: #EEEEEE;
	padding: 8px 10px 2px 14px;
	margin: 16px 0px;
}

div#content ul {
	margin-top: 0px;
}

div#content ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

div#content ol li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

div#content div ul.list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#content div ul.list li {
	margin: 0px 0px 0px 8px;
	text-indent: -8px;
}

div#content div ul li {
	margin-bottom: 2px;
}

div#content ul.questions {
	list-style-image: url(/images/nav_bkg_a_l2.gif);
}

div#content ul.questions li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

div#content table.narrow {
	width: 500px;
	border: 1px #cccccc solid;
}

div#content table.narrow thead tr th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #133A7B;
	padding: 6px 6px 6px 6px;	
	text-align: center;
}

div#content table.narrow tr {
	vertical-align: top;
}

div#content table.narrow tr.alt {
	background-color: #EEEEEE;
}

div#content table.narrow tr td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding: 4px 4px 4px 4px;
}

div#content table.narrow tr th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	background-color: #CCCCCC;
	padding: 4px 4px 4px 4px;
}

div#content div.sources {
	border-top: solid 1px #000000;
	margin: 16px 0px 12px 0px;
	width: 382px;
	clear: left;
}

div#content h1 + p.byline {
	margin-top: -8px ! important;
}

div#content p.byline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px ! important;
	line-height: 13px;
	color: #4C5667;
	margin: -2px 0px 10px 24px ! important;
}


div#content div.alphabet {
	float: left;
	border-right: 1px #000000 solid;
	color: #999999 ! important;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	width: 20px;
	text-align: center;
}


div#content div.state {
	float: left;
	border-right: 1px #000000 solid;
	color: #999999 ! important;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	width: 28px;
	text-align: center;
}

div#content div.rightcallout {
	width: 135px;
	border: 1px #CCCCCC solid;
	background-color: #EEEEEE;
	padding: 8px 12px 2px 12px;
	float: right;
	margin-left: 12px;
	margin-bottom: 8px;
}

div#content div.quote {
	width: 154px;
	padding: 8px 12px 0px 12px;
	margin: 0px 0px 8px 16px;
	border: 1px #B1B1B1 dotted;
	float: right;
	clear: right;
}

div#rights {
	margin: 16px 0px 16px 0px;
	padding: 0px 16px 0px 16px;
	border-top: 1px #B1B1B1 solid;
	border-bottom: 1px #B1B1B1 solid;
}

div#rights.condensed {
	width: 342px;
}

div#breadcrumbs {
	font-family: Georgia;
	font-size: 12px;
	position: relative;
	margin-top: -10px;
	margin-left: -10px;
	margin-bottom: 10px;
/* 	z-index: 100; */
}

div#breadcrumbs a {
	font-family: Georgia;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 5px;
	background-image: url('images/icon_breadcrumb.gif');
	background-repeat: no-repeat;
	background-position: left 4px;	
}

div#breadcrumbs a.homelink {
	background-image: none;
	padding-left: 0px;
}

div#content form.cu label { /* contact us form labels */
	display: block;
	font-weight: bold;
}

div#content td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

div#docframe {
	border: solid 1px #8fb1d0;
	background-color: #d6e7f3;
	padding: 8px 0px;
	background-image: url('/images/bk-featured-doctor.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 16px 0px;
}

div#featureddoctor {
	background-image: url('/images/g-featured-doctor.gif');
	background-repeat: no-repeat;
	background-position: 24px center;
}

div#featureddoctor p, div#featureddoctor h3 {
	padding: 0px 16px 0px 170px;
}

/*******************************
 *** INSIDE MESO FORM STYLES ***
 *******************************/
 
div#rightbar {
	position: relative;
	width: 200px;
	height: 690px;
	margin: 0px 0px 13px 24px;
	padding: 0px;
	float: right;
	background-image: url(images/bkg_inside_form.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div#rightbar div {
	width: 160px;
	margin: 0px 18px 0px 17px ;
}

div#rightbar div h2 {
	font-family: Georgia;
	font-size: 13px;
	font-weight: bold ! important;
	color: #870101;
	margin: 12px 0px 0px 58px;
	padding: 0px;
	border-top: 0px;
}

div#rightbar div h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 14px;
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 8px 0px;
}

div#rightbar div p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	height: 34px;
	margin: 7px 0px 1px 0px;
}

div#rightbar div input.fullwidth {
	width: 153px;
	border: 1px solid #7f9db9;
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
}

div#rightbar div label {
	display: block;
}

div#rightbar div input.halfwidth {
	width: 70px;
	border: 1px solid #7f9db9;	
	font-size: 11px;
	line-height: 16px;
}

div#rightbar div select.halfwidth {
	width: 70px;
	border: 1px solid #7f9db9;	
	font-size: 11px;
	line-height: 15px;
}

div#rightbar div input.submit {
	position: absolute;
	bottom: 17px;
	right: 17px;
}

/*********************
 *** FOOTER STYLES ***
 *********************/
 
 
div#footer {
	position: relative;
	width: 979px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/bkg_home_footer_top.gif');
	background-repeat: no-repeat;
	padding-top: 28px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #444443;
	line-height: 16px;
}

div#footer p {
	margin: 0px 17px 12px 17px;
}

div#footer p.tollfree {
	float: right;
	margin: -3px 17px 9px 0px;
	font-size: 16px;
	color: #870101;
}

div#footer a {
	color: #870101;
}

div#footer a:visited {
	color: #870101;
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer div {
	text-align: center;
}

div#footer h6 {
	margin: 12px 12px 12px 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

div#footer a.nav {
	padding-left: 12px;
	padding-right: 12px;
}

div#footer div.col3 {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-left: 12px;
	padding-right: 16px;
}

div#footer div.col3 span {
	font-size: 16px;
	font-weight: bold;
}

/**********************
 *** Sitemap Styles ***
 **********************/
 
div#sitemap a.l1 {
	clear: left;
	display: block;
	width: 190px;
	margin-top: 20px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #cdcdcd;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

div#sitemap a.l2 {
	display: block;
	width: 182px;
	background-image: url('images/leftnav_l2_arrow.gif');
	background-repeat: no-repeat;
	background-position: left 4px;
	color: #30567e;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	margin: 3px 0px 3px 0px;
	padding-left: 8px;
}

div#sitemap a.l3 + a.l2 {
	margin-top: 6px ! important;
}

div#sitemap a.l3, div#sitemap a.l3 {
	display: block;
	width: 174px;
	background-image: url(images/leftnav_l3_dash.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
	color: #2266ad;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	margin: 2px 0px 2px 0px;
	padding-left: 16px;
}

div#sitemap a.l4 {
	display: block;
	width: 166px;
	color: #870101;
	background-image: url(images/leftnav_l4_dot.gif);
	background-repeat: no-repeat;
	background-position: 18px 6px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	margin: 2px 0px 2px 0px;
	padding-left: 24px;
}

div#lastmodified {
	position: absolute;
	top: -3px;
	right: 18px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999999;
}

#ExtraNotes {
	display: none;
}

div#en {
	display: none;
}

div#Blog_Vet {
	background-image: url('images/bkg_veterans_blog.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 108px;
	width: 537px;
	padding: 10px 10px 10px 170px;
	margin: 14px 0px;
}

div#Blog_Vet h3 {
	margin-top: 0px;
}

div#Blog_Vet p {
	margin-bottom: 0px;
}

div#Blog_Vet div {
	height: 108px;
	overflow: hidden;
}

p.legal { text-align: justify ! important; color: #999999; }

div#honcode {
	position: relative;
	width: 188px ! important;
	height: 78px;
	border: 1px solid #7F9DB9;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 32px ! important;
	
}

div#honcode p {
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	line-height: 14px;
	margin: 3px 3px 0px 57px;
}

div#honcode img {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 49px;
	height: 72px;
	border: 0px;
}

div#honcode a {
	color: #2266ad ! important;
	font-weight: normal ! important;
}