/* cpf.org - site.css */

/* @group General */

body {
	height: 100%;
	background: url(../images/bg_body.gif) repeat-x top #fff;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #5a5452;
}

a:link {
	color: #b99400;
	text-decoration: none;
}

a:visited {
	color: #b99400;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

.left { float: left; }
.right { float: right; }
.center, .center * { text-align: center; }

a img, img { vertical-align: auto; }

img.left { margin: 0 .75em .75em 0; }
img.right { margin: 0 0 .75em .75em; }
img.center { display: block; margin: 1em auto; }

img.alt { border: 4px solid #fff; }

.clear { clear: both; }

p, dd {
	line-height: 1.4em;
	margin-bottom: 1em;
}

p.intro { font-size: 13px; }

dd * { line-height: 1.4em; }

blockquote { margin-bottom: 1.6em; }

cite {
	display: block;
	padding-left: 2em;
	font-style: italic;
}

strong { font-weight: bold; }

em { font-style: italic; }

/* @end */

/* @group Layout */

#container {
	margin: 0 auto;
	width: 975px;
	background: url(../images/bg_content.gif) repeat-y right top;
}

#content {
	position: relative;
	width: 975px;
	float: left;
	border-bottom: 5px solid #fff;
	background: url(../images/bg_content_interior.gif) no-repeat right bottom;
}

#header {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #d6d0cd;
	padding-bottom: 5px;
	background: #fff;
}

#subHeader {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 5px solid #fff;
	border-top: 5px solid #fff;
	background: url(../images/bg_interior_hero.jpg) no-repeat right top #fff;
}

#left {
	float: left;
	margin-right: 5px;
	width: 248px;
	padding: 0 0 20px;
}

#contentPrimary {
	position: relative;
	float: left;
	width: 482px;
	padding: 10px 20px;
	line-height: 1.4;
}

#right {
	float: right;
	width: 179px;
	background: url(../images/bg_sidebar_right_interior.gif) no-repeat left top;
	padding: 64px 13px 20px 8px;
}

.twoCol_SL #content,
.twoCol_SL #container {
	background-image: none !important;
 	background: #fff !important;
}

.twoCol_SL #contentPrimary {
	width: 682px;
	background: #eeeedf;
}

.sysHome #container {
 	background-image: none !important;
 	background: #fff !important;
}

.sysHome #content {
	background: url(../images/bg_sidebar_right.gif) no-repeat right top #fff !important;
}

.sysHome #flash div {
	width: 484px;
	height: 330px;
	background: url(../images/bg_center_hero_home.jpg) no-repeat left top #3c322d;
	text-indent: -999em;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.sysHome #header {
	margin-bottom: 5px;
}

.sysHome #flash {
	width: 484px;
	height: 330px;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.sysHome #contentPrimary {
	width: 484px;
	padding: 0;
}

.sysHome #right {
	width: 233px;
	margin-left: 5px;
	background: none;
	padding: 0 0 20px 0;
}

#footer {
	margin: 0 auto;
	width: 975px;
	clear: both;
	background-color: #fff;
}


/* @end */

/* @group Headings */

h1 a {
	display: block;
	width: 248px;
	height: 102px;
	background: url(../images/bg_h1.gif) no-repeat left top;
	text-indent: -999em;
	outline: 0; -moz-outline: none;
}

h2 {
	font-size: 26px;
	color: #403431;
	border-bottom: 1px solid #d6d0cd;
	padding-bottom: .3em;
	margin-bottom: .4em;
}

.sysHome h2 {
	display: none;
}

h3, p.responseMessage {
	clear: both; /* Fixes sifr issue with placement next to floated elements. */
	font-size: 19px;
	color: #891913;
	margin-bottom: .5em;
	line-height: 1.2em;
	font-weight: normal;
}

#left h3 {
	font-size: 11px;
	font-weight: normal;
	color: #51423e;
	margin-bottom: .3em;
}

#right h3 {
	font-size: 16px;
	color: #938989;
	border-bottom: 1px solid #eeeedf;
	padding-bottom: .2em;
	margin-bottom: .5em;
}

h4 {
	font-size: 14px;
	color: #b99400;
	margin-bottom: .3em;
	font-weight: normal;
}

h5 {
	font-size: 13px;
	color: #891913;
	margin-bottom: .3em;
	font-weight: normal;
}

h6 {
	font-size: 11px;
	color: #891913;
	margin-bottom: .3em;
	font-weight: normal;
}


/* @end */

/* @group Navigation */

/* @group navPrimary */

#navPrimary {
	border-top: 1px solid #d6d0cd;
	margin-bottom: 19px;
}

.sysHome #navPrimary {
	margin-top: 5px;
}

#navPrimary a {
	display: block;
	width: 230px;
	padding: .5em 5px .5em 13px;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	color: #51423e;
	border-bottom: 1px solid #d6d0cd;
}

#navPrimary a:hover {
	background: #fff;
	text-decoration: none;
	color: #922a24;
}

#navPrimary .current,
#navPrimary .firstCurrent,
#navPrimary .lastCurrent {
	border-bottom: 1px solid #d6d0cd;	
}

#navPrimary .current .current,
#navPrimary .current .firstCurrent,
#navPrimary .current .lastCurrent,
#navPrimary .firstCurrent .current,
#navPrimary .firstCurrent .firstCurrent,
#navPrimary .firstCurrent .lastCurrent,
#navPrimary .lastCurrent .current,
#navPrimary .lastCurrent .firstCurrent,
#navPrimary .lastCurrent .lastCurrent {
	border-bottom: none;	
}

#navPrimary .current a,
#navPrimary .firstCurrent a,
#navPrimary .lastCurrent a {
	color: #922a24;
	background: #eeeedf;
	border-bottom: none;
}

#navPrimary .current .current a,
#navPrimary .current .firstCurrent a,
#navPrimary .current .lastCurrent a,
#navPrimary .firstCurrent .current a,
#navPrimary .firstCurrent .firstCurrent a,
#navPrimary .firstCurrent .lastCurrent a,
#navPrimary .lastCurrent .current a,
#navPrimary .lastCurrent .firstCurrent a,
#navPrimary .lastCurrent .lastCurrent a {
	color: #403431;
	border-bottom: none;	
}

#navPrimary li ul {
	display: none;
}

#navPrimary li.current ul,
#navPrimary li.firstCurrent ul,
#navPrimary li.lastCurrent ul {
	display: block;
}

#navPrimary li ul {
	background: #fff;
	padding: .6em 0;
}

#navPrimary li ul li a,
#navPrimary .current ul li a,
#navPrimary .firstCurrent ul li a,
#navPrimary .lastCurrent ul li a {
	width: 217px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	border: none;
	padding-left: 26px;
	font-size: 12px;
	color: #786c66;
	background: url(../images/bg_sidebarNav_arrow.gif) no-repeat 20px .8em #fff;
}

#navPrimary li ul li a:hover,
#navPrimary li ul li.current a:hover,
#navPrimary li ul li.firstCurrent a:hover,
#navPrimary li ul li.lastCurrent a:hover {
	color: #403431;
	background: url(../images/bg_sidebarNav_arrow.gif) no-repeat 20px .8em #fff;
}

/* @end */

/* @group navSecondary */

#navSecondary {
	border-top: 1px solid #d6d0cd;
	margin-bottom: 2em;
}

#navSecondary a {
	display: block;
	padding: .5em 5px .5em 0;
	font-family: Georgia, Times, serif;
	/*color: #51423e;*/
}

#navSecondary a:hover {
	background: #fff;
	text-decoration: none;
	/*color: #922a24;*/
}

#navSecondary .current,
#navSecondary .firstCurrent,
#navSecondary .lastCurrent {
	border-bottom: 1px solid #d6d0cd;
}

#navSecondary .current .current,
#navSecondary .current .firstCurrent,
#navSecondary .current .lastCurrent,
#navSecondary .firstCurrent .current,
#navSecondary .firstCurrent .firstCurrent,
#navSecondary .firstCurrent .lastCurrent,
#navSecondary .lastCurrent .current,
#navSecondary .lastCurrent .firstCurrent,
#navSecondary .lastCurrent .lastCurrent {
	border-bottom: none;	
}

#navSecondary .current a,
#navSecondary .firstCurrent a,
#navSecondary .lastCurrent a {
	color: #922a24;
	background: #eeeedf;
	border-bottom: none;
}

#navSecondary .current .current a,
#navSecondary .current .firstCurrent a,
#navSecondary .current .lastCurrent a,
#navSecondary .firstCurrent .current a,
#navSecondary .firstCurrent .firstCurrent a,
#navSecondary .firstCurrent .lastCurrent a,
#navSecondary .lastCurrent .current a,
#navSecondary .lastCurrent .firstCurrent a,
#navSecondary .lastCurrent .lastCurrent a {
	color: #403431;
	border-bottom: none;	
}

#navSecondary li.current ul,
#navSecondary li.firstCurrent ul,
#navSecondary li.lastCurrent ul {
	display: block;
}

#navSecondary li ul {
	background: #fff;
	padding: .6em 0;
}

#navSecondary li ul li a,
#navSecondary .current ul li a,
#navSecondary .firstCurrent ul li a,
#navSecondary .lastCurrent ul li a {
	border: none;
	padding: 0 0 0 13px;
	font-size: 12px;
	color: #786c66;
	background: url(../images/bg_sidebarNav_arrow.gif) no-repeat 6px 1em #fff;
}


#right #navSecondary {
	border: none;
	margin: 0 0 4.5em;
}

#right #navSecondary li {
	background-image: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
	border-bottom: 1px solid #EEEEDF;
}

#right #navSecondary a {
	font-family: inherit;
	font-family: Arial, Verdana, sans-serif;
}

#right #navSecondary a:hover {
	background: transparent;
}

#right #navSecondary .current,
#right #navSecondary .firstCurrent,
#right #navSecondary .lastCurrent {
	border-bottom: none;
	font-weight: bold;	
}

#right #navSecondary li ul {
	background: transparent;
	padding: 0.4em 0 0.2em;
}

#right #navSecondary li ul li {
	border: none;
}

#right #navSecondary li ul li a,
#right #navSecondary .current ul li a,
#right #navSecondary .firstCurrent ul li a,
#right #navSecondary .lastCurrent ul li a {
	display: block;
	font-family: Arial, Verdana, sans-serif;
	border: none;
	padding: 0 0 0.7em 16px;
	font-size: 10px;
	color: #51423E;
	background: transparent url(../images/bg_sidebarNav_arrow.gif) no-repeat 8px 0.4em;
}

#right #navSecondary li ul li a:hover {
	background: transparent url(../images/bg_sidebarNav_arrow.gif) no-repeat 8px 0.4em;
}

#right #navSecondary li ul li a.current {
	font-weight: normal;
	color: #810902;
}

/* @end */

/* @group navUtility */

#navUtility {
	display: inline;
	float: right;
	margin: 14px 0 0 0;
}

#navUtility li {
	float: left;
	margin-right: 7px;
}

#navUtility li.last {
	margin-right: 0;
}

#navUtility li a {
	font-size: 11px;
	color: #b99400;
	padding: 0 0 0 13px;
	background: url(../images/arrow_header.gif) no-repeat left center;
}

/* @end */

/* @group CrumbList */

#crumbList {
	color: #b99400;
	margin: 0 0 1.5em 0;
	padding: 0 !important;
}

#crumbList .last a {
	color: #746961;
}

/* @end */

/* @group #navTabs */

.tabContent {
	padding-top: 1em;
	float: left;
	width: 100%;
}

#syshomeBreakingNews.syndLocal  {
	float: left;
	width: 100%;
}

#navTabs {
	margin: 0 !important;
	padding: 0 0 0 8px !important;
	background: url(../images/bg_navTabs.gif) repeat-x bottom #51423f;
}

#navTabs li {
	float: left;
	list-style: none;
	border-left: 1px solid #3c322d;
	margin: 0 !important;
	padding: 0 !important;
}

#navTabs li#eventsCalendar_link {
	border-right: 1px solid #3c322d;
}

#navTabs li a {
	font-size: 10px;
	display: block;
	color: #b0908a;
	padding: .7em .7em;
	outline: none;
	-moz-outline: 0;
}

#navTabs li.current {
	background: #fff;
}

#navTabs li.current a {
	color: #8e8580;
}

#navTabs li.current a:hover {
	text-decoration: none;
}
/* @end */
	

/* @end */

/* @group Buttons */

button {
	border: none;
	padding: 0;
	cursor: pointer;
}

button.submit {
	display: block;
	width: 39px;
	height: 13px;
	background: url(../images/btn_search.gif) no-repeat left top;
	text-indent: -999em;
	outline: 0; -moz-outline: none;
}

button.submit:hover {
	background: url(../images/btn_search.gif) no-repeat left bottom;
}

/* @end */

/* @group Header */

#searchForm {
	border: none;
	margin: 0;
	padding: 0;
}

#searchForm input.text {
	font-size: 9px;
	float: left;
	color: #7b7272;
	border: 1px solid #8f8f8f;
	margin-top: -4px;
	padding: 2px 0 2px 3px;
}

#searchForm .submit {
	float: left;
	margin-top: -2px;
}

#currentDate {
	color: #a79a99;
	float: left;
	display: inline;
	margin: 14px 0 0 0;
	font-size: 11px;
}

.sysHome #homeLink {
	display: none;
}

/* @end */

/* @group Footer */

#footer p {
	font-size: 11px;
	color: #b6afae;
	width: 100%;
	border-top: 1px solid #d6d0cd;
	padding-top: .6em;
}

/* @end */

/* @group Content */

#contentPrimary p {
	margin-bottom: 1.6em;
}

#contentPrimary blockquote p {
	margin-bottom: 1em;
} 

#contentPrimary ul {
	margin-bottom: 1.6em;
	list-style: disc;
	padding-left: 1.75em;
}
#contentPrimary ol {
	margin-bottom: 1.6em;
	list-style: decimal;
	padding-left: 2.25em;
}

#contentPrimary li {
	line-height: 1.3em;
	margin-bottom: .6em;
}

#contentPrimary ul ul {
	list-style: circle;
}

#contentPrimary form li {
	line-height: 1.3em;
	margin-bottom: 1em;
}

#contentPrimary form ul {
	list-style: none;
}

#captcha div {
	padding-left: 13em;
}

table.imageTable {
	margin: 0 .5em  .5em;
}

table.imageTable td {
	font-weight: bold;
	text-align: center;
	/*width: 1px;*/
}

table.imageTable td img {
	margin: 0;
	border: 2px solid #fff;
}

/* @group Sidebar Lists */

#right.sidebar li {
	margin-bottom: .8em;
	font-size: 12px;
	padding: 0 0 0 6px;
	background: url(../images/bg_navSecondary_arrow.gif) no-repeat left center;
}

/* @end */


/* @end */

/* @group Components */

/* @group #newsTabs */

#newsTabs {
	background: #fff;
	border-left: 2px solid #3c322d;
	border-right: 2px solid #3c322d;
		padding-bottom: 1em;
}

/*#newsTabs {
	padding: 0 0 1em !important;
}*/

#newsTabs dl {
	position: relative;
	margin: 0 0 1em 0;
	padding: 0 0 1em;
	border-bottom: 1px solid #eeeedf;
	float: left;
	width: 100%;
}

/*#newsTabs dl.last {
	border: 0;
}*/

#newsTabs .syndLocal dl dt, #newsTabs .syndLocal dl.first dt {
	clear: left;
	margin: 0 15px .25em 15px;
	padding: 0;
	/*border-bottom: 1px dotted #eeeedf;*/
		line-height: 1.2;
	font-size: 16px;
}

#newsTabs .syndLocal dl dt.releaseDate {
	clear: left;
	margin: 0 15px .5em 15px !important;
	padding: 0;
	border-bottom: 0;
	font-size: 10px;
}

#newsTabs .syndLocal dl dt a {
	font-weight: normal;
	font-size: 16px;
	color: #9d0b03;
	margin: 0;
	padding: 0 0 .4em 0;
}

#newsTabs .syndLocal dl dd {
	margin: 0 15px;
	line-height: 1.3em !important;
	font-size: 12px;
}

#newsTabs .syndLocal dl dd p {
	margin-bottom: 0;
		line-height: 1.3em !important;
}

#newsTabs .syndLocal dl dd img {
	border: 3px solid #eee6db;
	/*float: auto;*/
	margin: .75em;
	max-width: 100px;
	height: auto;
}

#newsTabs ul#moreNewsLinks {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	float: left;
	width: 100%;
}

#newsTabs ul#moreNewsLinks li {
	margin: 0 1em;
	padding: 0;
	list-style-type: none;
	float: left;
	line-height: 12px;
}

#newsTabs ul#moreNewsLinks li#rssFeed {
	padding: 0 0 0 14px;
	float: right;
	background: url(../images/icon_rss.gif) no-repeat;
}

/* @end */

/* @group #findItHere */

#findItHere {
	float: left;
	width: 484px;
	background: #810902;
	padding-bottom: 1em;
}

#findItHere h3 {
	position: relative;
	display: block;
	width: 484px;
	height: 38px;
	text-indent: -999em;
	background: url(../images/bg_h4_findItHere.gif) no-repeat left top;
	margin-bottom: 10px;
}

/*#findItHere h4 a {
	position: absolute;
	right: 13px;
	bottom: 7px;
	display: block;
	width: 87px;
	height: 13px;
	text-indent: -999em;
	background: url(../images/viewAllResources.gif) no-repeat left top;
}

#findItHere h4 a:hover {
	background: url(../images/viewAllResources.gif) no-repeat left bottom;
}*/

#findItHere div {
	float: left;
	padding-left: 13px;
	width: 148px; /* Used to be 108px for 4 col */
}

#findItHere h4 {
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	margin-bottom: .5em;
}

#findItHere ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#findItHere li {
	font-size: 11px;
	margin: 0 0 .25em;
}

#findItHere li a {
	color: #ff766e;
	padding-left: 6px;
	background: url(../images/arrow_cpfResources.gif) no-repeat left center;
}

#findItHere li a:hover {
	color: #fff;
	text-decoration: none;
}

/* @end */

/* @group Sidebar Component/Promos */

#component_presidentsMessage,
#component_noRetreat {
	margin: 0 0 8px;
}

/*
#component_presidentsMessage a {
	display: block;
	width: 233px;
	height: 201px;
	text-indent: -999em;
	-moz-outline: none;
	outline: 0;
	background: url(../images/component_presidents_message.png) no-repeat left top;
	margin-top: -8px;
}
*/

#component_presidentsMessage {
	display: block;
	width: 229px;
	-moz-outline: none;
	outline: 0;
	margin: -8px auto 0;
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	color: #847776;
}

#component_presidentsMessage .header {
	background: url(../images/component_presidents_message_top.png) no-repeat left top;
	height: 129px;
}

#component_presidentsMessage h3 {
	border: none;
	height: 129px;
	margin: 0;
	padding: 0;
}
#component_presidentsMessage h3 a {
	display: block;
	height: 129px;
	text-indent: -9999px;
}
#component_presidentsMessage .message {
	background: url(../images/component_presidents_message_bot.png) no-repeat left bottom;
	padding-bottom: 1.8em;
}

#component_presidentsMessage .message p {
	width: 199px;
	margin: 0 auto;
}
#component_presidentsMessage .message strong {
	color: #3c322d;
	font-weight: normal;
}


#component_noRetreat a {
	display: block;
	width: 233px;
	height: 148px;
	text-indent: -999em;
	-moz-outline: none;
	outline: 0;
	background: url(../images/component_noRetreat.png) no-repeat left top;
}

#component_pipesDrums a {
	display: block;
	width: 233px;
	height: 102px;
	text-indent: -999em;
	-moz-outline: none;
	outline: 0;
	background: url(../images/component_pipes_drums.png) no-repeat left top;
}

#component_memorial a {
	display: block;
	width: 233px;
	height: 102px;
	text-indent: -999em;
	-moz-outline: none;
	outline: 0;
	background: url(../images/component_memorial.png) no-repeat left top;
	margin-top: -11px;
}

#component_personalExposureReporting a {
	display: block;
	width: 233px;
	height: 98px;
	text-indent: -999em;
	-moz-outline: none;
	outline: 0;
	background: url(../images/component_personalExposureReporting.png) no-repeat left top;
	margin-top: 2px;
}

#component_iaff a {
	display: block;
	width: 233px;
	height: 93px;
	text-indent: -999em;
	-moz-outline: none;
	outline: 0;
	background: url(../images/component_IAFF.png) no-repeat left top;
	margin-top: 7px;
}

#component_underTheCPFBanner {
	padding-bottom: 25px;
}

#component_underTheCPFBanner h4 {
	display: block;
	width: 248px;
	height: 23px;
	background: url(../images/bg_underTheCPFBanner.gif) no-repeat left top;
	text-indent: -999em;
	margin-bottom: 0;
}

#component_underTheCPFBanner dl {
	padding: 18px 18px 0 72px;
	min-height: 65px;
}

#component_underTheCPFBanner dt {
	font-size: 11px;
	font-weight: normal;
	color: #b99400;
	line-height: 1.2em
}

#component_underTheCPFBanner dd {
	font-size: 11px;
	color: #847776;
	line-height: 1.3em;
}

#component_underTheCPFBanner dl#banner_JAC {
	background: url(../images/bg_underTheCPFBanner_JAC.png) no-repeat 10px 18px;	
}

#component_underTheCPFBanner dl#banner_FPD {
	background: url(../images/bg_underTheCPFBanner_FPD.png) no-repeat 10px 18px;	
}

#component_underTheCPFBanner dl#banner_FireStar {
	background: url(../images/bg_underTheCPFBanner_FireStar.png) no-repeat 10px 18px;	
}

#component_underTheCPFBanner dl#banner_FireFoundation {
	background: url(../images/bg_underTheCPFBanner_FireFoundation.gif) no-repeat 10px 18px;	
}

#component_underTheCPFBanner dl#banner_Callback {
	background: url(../images/bg_underTheCPFBanner_Callback.png) no-repeat 10px 18px;	
}

#component_underTheCPFBanner dl#banner_HBT2 {
	background: url(../images/bg_underTheCPFBanner_HBT2.png) no-repeat 10px 18px;	
}

.sysHome #component_underTheCPFBanner {
	background: url(../images/bg_underTheCPFBanner.gif) no-repeat left top;
}

.sysHome #component_underTheCPFBanner h4 {
	height: 37px;
	background: url(../images/bg_h4_underTheCPFBanner_home.gif) no-repeat left top;
}

/* @end */


/* @end */

/* @group Features */
.sysNewsAndEvents .syndLocal {
	float: left;
	width: 48%;
	margin: 0 2% 1em 0;
}

.sysNewsAndEvents #sysFeaturedStory, .sysNewsAndEvents .sidebar .syndLocal {
	float: none;
	width: 100%;
}

.sidebar .syndLocal {
	/*padding-bottom: .5em;
	border-bottom: 1px dotted #eeeeef;*/
	margin-bottom: 2em;
}

.sidebar .syndLocal dl {
	/*padding-bottom: .5em;
	border-bottom: 1px dotted #eeeeef;*/
	margin-bottom: .75em;
}

.sidebar .syndLocal dt {
	margin: 0;
	padding-left: 6px;
	font-weight: normal;
	background: url(../images/arrow_sm.gif) no-repeat 0 .3em;
}

.sidebar .syndLocal dt.releaseDate {
	/*margin: 0 0 .2em;
	padding-left: 6px;
	font-weight: normal;
	background: none;*/
	display: none;
}

.sidebar .syndLocal#sysCpfEvents dt a {
	color: #5a5452;
}

.sidebar .syndLocal dd {
	margin: 0 0 0 6px;
	color: #b99400;
}

#contentPrimary .syndLocal dt {
	font-weight: normal;
	margin-left: 17%;
}

#contentPrimary .syndLocal dt.releaseDate {
	border: 0;
	margin: 0 0 .5em 0;
}

#contentPrimary  .syndLocal dt.releaseDate {
	float: left;
	width: 15%;
}
.sysNewsAndEvents #contentPrimary dt.releaseDate {
	display: none;
}

#contentPrimary .syndLocal dd {
	margin: 0 0 0 17%;
}

/* @group News and Events Landing Page */

#newsandevents #contentPrimary .syndLocal dt {
	margin-left: 0;
	font-size: 13px;
}


#newsandevents #contentPrimary .syndLocal dt.releaseDate {
	float: none;
	width: auto;
}

#newsandevents #contentPrimary  .syndLocal dd {
	margin: 0;
}

#newsandevents #contentPrimary dt.releaseDate {
	display: none;
}

/* @end */


#contentPrimary .syndLocal dd img {
	max-width: 75px;
	height: auto;
}

.syndLocal dl:after, .sysNewsAndEvents .syndLocal dd:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.sysNewsAndEvents #sysLegislativeNews {
	clear: left;
}

.sysNewsAndEvents #sysFeaturedStory h3 {
	color: #333;
}

.sysNewsAndEvents #sysFeaturedStory dt {
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.2;
}

.sysNewsAndEvents #sysFeaturedStory dt.releaseDate {
	border: 0;
	font-size: 10px;
}

/*.sysNewsAndEvents dt a {
	color: #666;
}*/

.sysNewsAndEvents .syndLocal dd img {
	float: left;
	margin: 0 .5em .5em 0;
		border: 4px solid #fff;
}

.sysNewsAndEvents #sysFeaturedStory dd img {
	max-height: 150px;
	width: auto;
}

/* @group First Story */

.newsLandingPage #contentPrimary .syndLocal dl.first {
	border: 0;
	margin-bottom: 2em;
	border-bottom: 1px dotted #d6d0cd;
	padding: 0 0 1em;
}

.newsLandingPage #contentPrimary .syndLocal dl.first dt {
	font-size: 2em;
	border: 0;
	padding: 0;
	margin: 0 0 .2em ;
}

.newsLandingPage #contentPrimary .syndLocal dl.first dt.releaseDate {
	font-size: inherit;
	margin: 0 .5em .5em 0;
	float: none;
	width: auto;
}

.newsLandingPage .syndLocal dl.first dt a {
	color: #810902;
}

.newsLandingPage #contentPrimary .syndLocal dl.first dd {
	font-size: 1.5em;
	margin: 0;
}

/* @end */


/* @end */

table#fdDir td {
	border: 0;
}

table.fddResults {
	margin: 0 0 1.5em;
}

table.fddResults th {
	border: 0;
	padding: 0 2px 4px 0;
	font-size: 14px;
	color: #333;
	text-align: left;
	font-weight: normal;
}

table.fddResults td {
	border: 0;
	padding: 2px 2px 2px 0;
}


/* EOF */