/* --------------------------------- General Settings --------------------------- */

body {
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url(images/Bkgd_Body_light.gif);
	background-position:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #635a48;
	margin: 0 auto;
	padding:0;
	text-align:center;
	width:914px;
}

#center {
	margin: 0 auto; width:914px; text-align:left;
}

p {margin-top: 0px;}

h1 {
	font-weight:bold;
	font-size:1.4em;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	color: #002e5f;
}
h2 {
	font-weight: bold;
	font-size: 1em;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 6px;
}
h3 {
	font-weight:bold;
	font-size: .9em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
}

h4 {
	font-weight:bold;
	font-size: .8em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
}
h5 {
	font-weight:bold;
	font-size: .8em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	font-style:italic;
}
h6 {
	font-weight: bold;
	font-size: .8em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	font-style: italic;
	color: #002e5f;
}

caption {
	font-weight: bold;
	font-size: .9em;
	padding-top: 0px;
	padding-bottom: 8px;
	text-align: left;
}

p, dl {
	font-size: .8em;
	line-height: 1.4em;
}

dl {
	margin: 0 0 12px 0;
	padding:0;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

h2.deflist {
	font-weight: bold;
	font-size: 1em;
	margin-top: 8px;
	padding: 0px;
	margin-bottom: -14px;
}

a:link {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #1d386f;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #b30838;
	text-decoration: none;
}
a.hcmlink:link {
	color: #0046ab;
	text-decoration: none;
}
a.hcmlink:visited {
	color: #0046ab;
	text-decoration: none;
}
a.hcmlink:hover {
	color: #000000;
	text-decoration: underline;
}

a.subheadlink {
	color: #635a48 !important;
	text-decoration: none;
}
a.subheadlink:visited {
	color: #635a48 !important;
	text-decoration: none;
}

a.subheadlink:hover {
	color: #0000ff !important;
}

#wrap {
	position:relative;
	display: block;
	width: 914px;
	text-align:left;
}

#search_wrap {
	display: block;
	width: 890px;
	margin-left: 37px;
}

#transition_wrap {
	display: block;
	width: 914px;
	margin-left: -4px;
	padding-top: 10px;
	text-align:left;
}

#datamap_wrap {
	display: block;
	width: 914px;
}

#sitemap_wrap {
	position:relative;
	display: block;
	width: 914px;
	text-align:left;
	left: 30px;
}

#ContentArea {
	width:914px;
	display: block;
	/*position: relative;?????*/
	text-align:left;
	top: 0px;
}

.hr {
	padding-top: 6px;
	padding-bottom: 12px;
}

h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d3ceca;
	color: #635a48;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000ff;
	color: #0000ff;
}
/* ---------------------------------  Lists --------------------------- */

ul, ol {
	line-height:1.2em;
	font-size: .8em;
	margin-top: 4px;
	margin-left: -20px;
}
li {
	padding-bottom: 5px;
}

ul ul { 
	font-size: 1em;
}

ol ul { 
	font-size: 1em;
}

ol ol { 
	font-size: 1em;
}

/* --------------------------------- Header --------------------------- */

.Header {
	width:914px;
	display: block;
	position: relative;
	text-align: left;
}
.HeaderImage {
	width:884px;
	display: block;
	left: 15px;
	/*background-image: url(images/Header_GovtCtr.jpg);*/
	background-repeat: no-repeat;
	position: relative;
	height: 150px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #005dab;
}
.HeaderHC {
	font-size:18px;
	color: #005dab;
	top: 30px;
	position: relative;
	width: 300px;
	left: 12px;
	font-family: Myriad Pro, verdana, sans-serif;
	height: 21px;
}

.HeaderHC a {
	text-decoration: none;
}

.HeaderHC a:hover {
	text-decoration: underline;
	color: #000000;
}
.TopLinks {
	font-size:.8em;
	color: #0000ff;
	position: relative;
	float: right;
	right: 0px;
	top: 4px;
	height: 21px;
	width: 550px;
	text-align: right;
}
.TopLinks a:link {
	color: #0046ab;
	text-decoration: none;
}
.TopLinks a:visited {
	color: #0046ab;
	text-decoration: none;
}
.TopLinks a:hover {
	color: #000000;
	text-decoration: underline;
}
.SecondaryNavigation {
	display: block;
	position: absolute;
	top: 64px;
	left: 760px;
	height: 86px;
	width: 130px;
	font-weight: bold;
	font-size: 18px;
}
.SecondaryNavigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.SecondaryNavigation ul li {
	padding-bottom: 12px;
}
.SecondaryNavigation ul li a {
	color: #635a48;
	text-decoration: none;
}
.SecondaryNavigation ul li a:visited {
	color: #635a48;
	text-decoration: none;
}
.SecondaryNavigation a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	background-image: none;
}
/* --------------------------------- Navbar --------------------------- */
#PrimaryNavigation {
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	left: 15px;
	position: relative;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #d3ceca;
	width: 884px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}
#PrimaryNavigation ul {
	margin: 0px;
	padding: 0px;
}
#PrimaryNavigation li {
	list-style: none;
	margin: 0;
	display: inline;
}
#PrimaryNavigation li a {
	text-decoration: none;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: inline-block;
}
#PrimaryNavigation ul li a:link {
	color: #635a48;
}
* #PrimaryNavigation ul li a:visited {
	color: #635a48;
}

#PrimaryNavigation ul li a:hover, #PrimaryNavigation ul li a:active {
	color: #FFFFFF;
	background-image: none;
	background-color: #005dab;
}

/* --------------------------------- Alert --------------------------- */

.alert {
	background: url(images/hc_alert_bg.jpg) repeat-x;
	background-color: #f9f1da;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #1e1a0f;
	padding: 10px;
	position: relative;
	width: 534px;
	margin-bottom: 12px;
	border: 3px solid #b30838;
	height: inherit;
	overflow: hidden;
}

.alert li {
	list-style: none;
	margin: 3px 0 3px -37px;
	padding: 0;
}
	
.alert_text {
	margin: 0 5px 0 3px;
	font-size: .8em;
	line-height: 1.4em;
}

img.alerticon {
	float: left;
	margin:-9px 10px 10px 0;
}

img.alertimage {
	float:right;
	padding-left:18px;
	margin:0;
	width: 143px;
	height: 130px;
	border:none;
}

.alert h2 {
	padding-top: 9px;
	margin:0 0 18px 0;
}
.alert a {
	font-size:inherit;
}

/* --------------------------------- Content Area --------------------------- */


/* --------------------------------- Main Hightlight --------------------------- */

.Pathway_Main {
	width:554px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #635a48;
	border-bottom-color: #635a48;
	padding-top: 12px;	
	padding-bottom: 12px;
	background-image: url(images/Bkgd_MainHighlight.jpg);
	background-repeat: repeat-x;
	background-position: top;
	display: block;
	background-color: #d3ceca;
	margin-bottom: 12px;
	margin-left:4px;
}
.Pathway_Main_Content {
	width: 270px;
	padding-left: 12px;
	padding-right: 6px;
	float: left;
}

.Pathway_Image {
	margin: 0 2px 2px 0;
	float: left;	
}

.Pathway_Main ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.Pathway_Main ul li a {
	display: block;
	width: 250px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #0000ff;
	text-decoration: none;
}
.Pathway_Main ul li a:visited {
	color: #1d386f;
	text-decoration: none;
}
.Pathway_Main ul li a:hover {
	color: #000000;
	text-decoration: underline !important;
}
.Pathway_Main ul li a:active {
	color: #b30838;
	text-decoration: none;
}

/* --------------------------------- Pathway and Transition Page Layout --------------------------- */

/* --------------------------------- Pathway and Transition Left Column --------------------------- */
.MoreInfo {
	background-image: url(images/bg_more_for.jpg);
	background-repeat: repeat-x;
}

.PTLeft {
	width: 559px;
	float: left; 
	margin-top: 0px;
	/*display: block;*/
	left: 15px;
	position: relative;
}

.PTLeft_bump {margin-left:4px; padding:0;}

.PTLeft img {
	margin-left:5px;
}

.PTLeft ul li a:visited {
	color: #1d386f;
	text-decoration: none;
}

.PTLeft ul li a:hover  {
	color: #000000;
}

.PTLeft ul li a:active {
	color: #b30838;
	text-decoration: none;
}

.PT2Column {
	padding-left: 12px;
	/*display: block;*/
	position: relative;
}
.PT2Column ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.PT2Column ul li a {
	width: 250px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #0000ff;
	text-decoration: none;
}

.PT2Column ul li a:visited {
	color: #1d386f;
	text-decoration: none;
}

.PT2Column ul li a:hover {
	text-decoration: underline;
}

.PT2Column ul li a:active {
	color: #b30838;
	text-decoration: none;
}

.PTLeft_Columnholder {
	width:547px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #635a48;
	padding-right: 12px;
	margin-top: 0px;
	background-color: #FFFFFF;
	margin-bottom: 12px;
	display: block;
}

.PT2Column_Left {
	width: 259px;
	float: left;
	/*display: block;*/
	padding-right: 12px;
}
.PT2Column_Right {
	width: 250px;
	float: left;
	/*display: block;*/
}

.PT2Column_MoreInfo {
	padding-bottom: 12px;
	margin-top: -6px;
}

.PT2Column_MoreInfo a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #0000ff;
	text-decoration: none;
}
.PT2Column_MoreInfo a:visited {
	color: #1d386f;
	text-decoration: none;
}
.PT2Column_MoreInfo a:hover {
	text-decoration: underline;
}

.PT2Column_MoreInfo a:active {
	color: #b30838;
	text-decoration: none;
}

.PT1Column {
	width: 525px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	/*display: block;*/
	/*position: relative;*/
	padding-right: 11px;
}
.PT1Column h1, .PT1Column h2 {
	margin-bottom: 6px;
	padding-bottom: 6px;
}
.PT1Column h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.PT1Column p {
	margin-top: 2px;
	padding-top: 2px;
}
.PT1Column img {
	width: 250px;
	position:relative;
	height: 230px;
	margin-bottom: 12px;
	margin-left: 12px;
	float: right;
}

.PT1Column dl {margin-bottom: 23px;}

.PT1Column dt {font-weight: normal;}

.PT1Column dd {margin-bottom: 7px;}
	
h2.deflist a {
	color: #635a48 !important;
	text-decoration: none;
}
h2.deflist a:visited {
	color: #635a48 !important;
	text-decoration: none;
}

h2.deflist a:hover {
	color: #0000ff !important;
}


/* --------------------------------- Pathway and Transition Right Column --------------------------- */


.PTRight {
	margin-top: 0px;
	float: left;
	width: 314px;
	/*display: block;*/
	position: relative;
	left: 26px;
}
.PTRight_Columnholder {
	/*display: block;*/
	position: relative;
	margin-bottom: 12px;
	margin-left:6px;
}
.PTRight_Columnholder ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.PTRight_Columnholder ul li a {
	width:143px;	
	padding-top: 4px;
	padding-bottom: 4px;
	color: #0000ff;
	text-decoration: none;
}
.PTRight_Columnholder ul li a:visited {
	color: #1d386f;
	text-decoration: none;
}
.PTRight_Columnholder ul li a:hover {
	text-decoration: underline;
}
.PTRight_Columnholder ul li a:active {
	color: #b30838;
	text-decoration: none;
}
.PromoBox {
	width: 304px;
	padding-right: 12px;
	display: block;
	position: relative;
	float:left;
	margin-left: 6px;
}
.PromoBoximg {
	width: 143px;
	height: 130px;
	float: left;
	margin:0;
}
.PromoBox_content {
	position: relative;
	width: 128px;
	display: block;
	left: 12px;
	float: left;
}

.hr2 {
	margin-top: 6px;
	margin-bottom: 12px;
	width: 315px;
	height: 8px;
}

/* --------------------------------- Footer --------------------------- */
#Footer {
	position: relative;
	display: block;
	clear: both;
	background-color: #c6d3ec;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #005dab;
	width: 914px;
	margin-top: 12px;
}

#FooterLinks {
	margin: 0;
	font-weight: normal;
	padding-top: 12px;
	padding-bottom: 24px;
	text-align: center;
	display: block;
	width: 900px;
}
#FooterLinks li {
	list-style: none;
	margin: 0;
	display: inline;
}
#FooterLinks li a {
	padding: 3px 0.5em;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0000ff;
}

#FooterLinks li a:link {
	color: #0046ab;
}
#FooterLinks li a:visited {
	color: #0046ab;
}
#FooterLinks li a:hover {
	color: #000000;
	text-decoration:underline;
}

#FooterLinks li a.last {
	border-right-width: 0px;
} 
/*  -------------------------- Article Page Layout --------------------- */

#ArticleWrap{
	position:relative;
	display: block;
	width: 974px;
	left: 10px;
	text-align:left;
}

#ArticleCenter {
	display: block;
	float: left;
	position: relative;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #635a48;
	border-left-color: #635a48;
	width: 535px;
	padding-right: 10px;
	padding-left: 10px;
	left: 24px;
}
#ArticleLeft {
	display: block;
	float: left;
	position: relative;
	width: 155px;
	left: 15px;
	min-height: 2px;
}

#ArticleRight {
	display: block;
	float: left;
	position: relative;
	width: 144px;
	left: 36px;
}

#ArticleCenter a {
	background:none;
}

 
.ArticleBody a:link {
	color: #0000fd;
	text-decoration: underline;
}
.ArticleBody a:visited {
	color: #0000fd;
	text-decoration: underline;
}
.ArticleBody a:hover {
	color: #0000fd;
	text-decoration: none;
}
.ArticleBody a:active {
	color: #fd0000;
	text-decoration: underline;
}

.ArticleBody table ol, .ArticleBody table ul, .ArticleBody table p, .ArticleBody table ul ul, .ArticleBody table ul ol {font-size:inherit}

.ArticleBody table {
	border-left: 1px solid #ccc; 
	border-top: 1px solid #ccc;
	margin-bottom: 18px;
}
.ArticleBody td {
	font-size: .8em;
	padding: 4px;
	border-right: 1px solid #ccc; 
	border-bottom: 1px solid #ccc;
	background-color: #f9f9f9;
}

.ArticleBody h3, .ArticleBody h3 a {
	color: #695e5a;
}
.ArticleBody th {
	font-weight:bold;
	font-size: .8em;
	text-align: left;
	color: #FFFFFF;
	background-color: #005dab;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 4px;
	border-right: 1px solid #ccc; 
	border-bottom: 1px solid #ccc;
}
.ArticleBody hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #635a48;
}

#ArticleCenter img {
	margin: 6px;
}

blockquote {
	color: #000;
	margin-right: 24px;
	margin-left: 24px;
	padding-top: 8px;
	padding-right: 24px;
	padding-bottom: 8px;
	padding-left: 24px;
	line-height: 1.2em;
	background-image: url(images/Bkgd_MainHighlight.jpg);
	background-repeat: repeat-x;
	background-color: #d3ceca;
	font-size: .9em;
}

blockquote p {font-size: 1em;}

blockquote ul {
	margin: 0;
}
blockquote a:link {
	color: #0000ff;
	text-decoration: none;
}
blockquote a:visited {
	color: #0000ff;
	text-decoration: none;
}
blockquote a:hover {
	color: #000000;
	text-decoration: underline;
}

.marketing_box {
	color: #000;
	margin-right: 24px;
	margin-left: 24px;
	padding-top: 8px;
	padding-right: 24px;
	padding-bottom: 8px;
	padding-left: 24px;
	line-height: 1.4em;
	background-image: url(images/Bkgd_Mktgbox.jpg);
	background-repeat: repeat-x;
	background-color: #d3ceca;
	font-size: .9em;
}

.marketing_box p {font-size: 1em;}

.marketing_box ul {
	margin: 0;
}
.marketing_box a:link {
	color: #0000ff;
	text-decoration: none;
}
.marketing_box a:visited {
	color: #0000ff;
	text-decoration: none;
}
.marketing_box a:hover {
	color: #000000;
	text-decoration: underline;
}

/*  -------------------------- Article Page Formatting for Authors --------------------- */
.AlignRight {
	float: right;
	margin-bottom: 12px;
	margin-left: 12px;
}

.AlignLeft {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}

.PullQuoteRight {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	float: right;
	width: 30%;
	color: #000;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 10px;
	line-height: 1.5em;
	background-image: url(images/Bkgd_MainHighlight.jpg);
	background-repeat: repeat-x;
	border-bottom-color: #005daB;
}
.PullQuoteLeft {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	float: left;
	width: 30%;
	color: #000;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px;
	line-height: 1.5em;
	background-image: url(images/Bkgd_MainHighlight.jpg);
	background-repeat: repeat-x;
	border-bottom-color: #005daB;
}

.PullQuoteLeft h2, .PullQuoteRight h2 {
	font-weight: bold;
	font-size: .9em;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 8px;
	line-height: 1.1em;
	color: #002e5f;
}

.PullQuoteRight a:link {
	color: #0000ff;
	text-decoration: none;
}
.PullQuoteRight a:visited {
	color: #0000ff;
	text-decoration: none;
}
.PullQuoteRight a:hover {
	color: #000000;
	text-decoration: underline;
}
.PullQuoteLeft a:link {
	color: #0000ff;
	text-decoration: none;
}
.PullQuoteLeft a:visited {
	color: #0000ff;
	text-decoration: none;
}
.PullQuoteLeft a:hover {
	color: #000000;
	text-decoration: underline;
}

/*  -------------------------- Home Page  --------------------- */

.HomeLeft {
	float: left;
	margin-top: 0px;
	display: block;
	position: relative;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 715px;
	margin-right: 0px;
	left: 15px;
}

.HomeLeft_Row1 {
	margin-bottom: 12px;
	display: block;
	clear:both;
	position: relative;
	width: 715px;
}

.Home_News {
	float:left;
	width: 560px;
	margin-bottom:6px;
}
	
.HomeLeft_Row1_Right {
	width:144px;
	float:left;
	left: 11px;
	position: relative;
}
	
.HomeLeft_Row2 {
	margin-bottom: 12px;
	clear:both;
	position: relative;
	width: 715px;
}

.HomeLeft_Row2_Left {
	width:165px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #635a48;
	margin-right: 12px;
}

.HomePromo {
	position: relative;
	width: 535px;
	height: 315px;
	position: relative; /*leave as is for content slider*/
	overflow: hidden; /*leave as is for content slider*/	
}
.HomePromo h2 a:link {
	color: #635a48;
	text-decoration: none;
}
.HomePromo h2 a:visited {
	color: #635a48;
	text-decoration: none;
}
.HomePromo h2 a:hover {
	color: #0000ff;
	text-decoration: none;
}

.HomePromo a:link {
	color: #0000ff;
	text-decoration: none;
}
.HomePromo a:visited {
	color: #0000ff;
	text-decoration: none;
}
.HomePromo a:hover {
	color: #000000;
	text-decoration: underline;
}

.HomePromo img {
	margin-bottom:15px;
}

.HomeNews {
	width:535px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #635a48;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 1px;
	padding-left: 12px;
	background-image: url(images/Bkgd_MainHighlight.jpg);
	background-repeat: repeat-x;
	background-position: top;
	display: block;
	background-color: #d3ceca;
	height: 250px;
	position: relative; /*leave as is for content slider*/
	overflow: hidden; /*leave as is for content slider*/
}

.HomeNews img {
	float:left;
	margin-right:12px;
	margin-bottom: 20px;
}
.HomeNews h2 a:link {
	color: #635a48;
	text-decoration: none;
}
.HomeNews h2 a:visited {
	color: #635a48;
	text-decoration: none;
}
.HomeNews h2 a:hover {
	color: #0000ff;
	text-decoration: none;
}
.HomeNews a:link {
	color: #0000ff;
	text-decoration: none;
}
.HomeNews a:visited {
	color: #0000ff;
	text-decoration: none;
}
.HomeNews a:hover {
	color: #000000;
	text-decoration: underline;
}

.HomeRight {
	display: block;
	float: left;
	position: relative;
	width: 144px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #635a48;
	padding-left: 12px;
	left: 24px;
}

/* ------------  Highlight Boxes with link lists  ----------------------- */

/* ------------  Highlight Link List Contents  ----------------------- */

.HighlightLL {
	margin: 0px;
	padding: 0px;
	width:142px;
	/*float: left;*/
	display: block;
}
.HighlightLL h3 {
	margin-bottom: 2px;
	padding-bottom: 2px;
}
.HighlightLL ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.HighlightLL ul li a {
	width:140px;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #0000ff;
	text-decoration: none;
}

.HighlightLL ul li a:visited {
	color: #1d386f;
}
.HighlightLL ul li a:hover  {
	color: #000000;
	text-decoration:underline;
}
.HighlightLL ul li a:active  {
	color: #b30838;
	text-decoration: none;
}

/* ------------  Highlight Link List Positioning  ----------------------- */

#Home_PopularLinks {
	width:144px;
	float:left;
	left: 11px;
	position: relative;
}

#Home_GetItDone {
	margin-right: 5px;
}

#Home_Promo {
	width:535px;
	float:left;
	left: 0;
	position: relative;
}
#paginate-home_promo {
	float:right;
	left: 1px;
	position: relative;
}
#Pathway_PopularLinks {
	width:142px;
	float: left;
	margin: 0;
	display: block;
}
#Pathway_GetItDone {
	width:142px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #635a48;
	padding-left: 12px;
	display: block;
	margin-right: 18px;
}

.indent12 {
	left: 12px;
	position: relative;
}

div.list-items-image-text dt, div.list-items-image-text dd {
	margin-left: 115px;
}

div.list-items-image-text {
	border-bottom: 1px solid #ccc;	
	width: 500px;
	overflow: auto;
	margin-bottom: 7px;
}

div.list-items-image-text img {
	float: left;
	width: 100px;
	height: 100px;
	border: 0;
}

.author {
	float:right;
}

.photo-caption-wrap {
	padding:0;
}
#ArticleCenter img.photo {
	margin: 0;
	padding:0;
}
.photo-credit {
	font-size: .7em;
	text-align: right;
	margin-top: 2px;
}
.photo-caption {
	font-size: .7em;
	text-align: left;
	margin-top: 2px;
}

#social-media {position: relative; float:left; margin-bottom:14px; border: 1px solid #5f574f; background-color: #d5d2cd; padding:7px 10px 7px 10px; width: 513px;}
#social-media img {border:none;}
.sm-logo {margin-right:11px; float:left;}
#sm-title {font-size: .8em; margin-top:4px;}


