/************************************************
Main.css

This css file defines the site-wide styles for Gazette.net

*************************************************/

body {
	background: #fff;
	color: #000;
	font: normal 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	width:980px;
}


/***************************
Generic styles 
***************************/
.clear { clear: both; }
.float-left { float: left; }
.float-right { float: right; }
.va-bottom { vertical-align: bottom; }
.va-top { vertical-align: top; }


/* backgrounds */
.bg1 { background: #666; }

/* borders */
.border1 { border-top: 1px solid #ccc; }
.border2 { border-top: 1px solid #666; }
.border3 { border-top: 1px solid #090908; }
.border4 { border-top: 1px dashed #969696; }
.border5 { border-right: 1px dashed #969696; }
.border6 { border-left: 1px dashed #969696; }
.border7 { border-bottom: 3px solid #ccccff; }
.border8 { border-left: 1px solid #000; }
.border9 { border-top: 1px dashed #969696; margin-left: -15px; padding-bottom:12px; margin-top:15px; }




/***************************
Ad styles
***************************/



/* of the week */
.oftheweek {																		/* of the week container */
	color: #000;
	font: normal 10px arial,helvetica,sans-serif;
	margin: 0;
	padding: 6px 0 0 0;
	width: 119px;
}
.oftheweek a {
	color: #000;
}
.oftheweek h2 {																		/* of the week header */
	background: #990000;
	color: #fff;
	font: bold 12px arial,helvetica,sans-serif;
	text-align: center;
	margin: 6px 0;
	padding: 3px 0;
}
.oftheweek img {																	/* of the week img */
	vertical-align: top;
	margin: 0;
	padding: 3px;
}
.oftheweek p {
	margin: 0;
	padding: 0 0 0 3px;
}


/* weekly specials */
.weekly-specials {																	/* weekly specials container */
	clear: both;
	display: block;
	margin: 0;
	padding: 12px 10px 0 11px;
}
#weeklySpecials p {
  display: inline;
  float: left;
  margin: 5px;
  width: 210px;
}
#weeklySpecials div {
  clear: both;
  margin: 2px 10px;
  text-align: right;
}
#weeklySpecials2 p {
  display: inline;
  float: left;
  margin: 5px;
  }
#weeklySpecials2 div {
  clear: both;
  margin: 2px 10px;
  text-align: right;
}
.ws-ads {																			/* weekly specials box */
	float: left;
	width: 185px;
	color: #000;
	font: normal 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 6px 12px;
}
.ws-ads a {																			/* weekly specials link */
	color: #000;
	text-decoration: none;
}
.ws-ads a:hover {
	color: #000;
	text-decoration: underline;
}
.ws-bg {																			/* weekly specials background */
	background: #eeeeff;
	width: 660px;
	/*height: 90px;*/
	height:auto;
	/*height: 70px;*/
	margin: 3px 0;
	padding: 0;
}
.ws-border1 {																		/* weekly specials border */
	width: 660px;
	border: 1px solid #999;
	border-left: none;
	border-right: none;
	margin: 0;
	padding: 0;
}
.ws-sm {																			/* weekly specials background */
	background: #ccc;
	width: 341px;
	height: 270px;
	margin: 3px 0;
	padding: 0;
}
.ws-sm-border1 {																		/* weekly specials border */
	width: 341px;
	border: 1px solid #999;
	border-left: none;
	border-bottom:none;
	border-right: none;
	margin: 0;
	padding: 0;
}


/***************************
Calendar module styles
***************************/
#calendars {																		/* calendar container */
	color: #000;
	font: normal 10px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 12px 0 0 0;
}
#calendars form {																	/* calendar form style */
	width: 208px;
	margin: 0;
	padding: 0 0 0 50px;
}
#calendars input {																	/* calendar form input style */
	border: 1px solid #000;
	width: 125px;
	color: #000;
	font: normal 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}
#calendars .submit {																/* calendar form submit style */
	color: #990000;
	text-align: left;
	padding: 12px 0 0 60px;
}
#calendars .submit img {															/* calendar form submit image */
	float: left;
	margin: 0 6px 0 0;
}
#calendars .cal {																	/* calendar box */
	color: #000066;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: center;
	margin: 0;
	padding: 12px 0 0 0;
}
#calendars .cal a {																	/* calendar link */
	color: #000066;
	padding: 0 20px;
}
#calendars p.cal {																	/* calendar padding */
	color: #000;
	font: normal 10px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 6px 0;
}
#calendars .cal-header {															/* calendar header background */
	background: url("/images/misc/bg_header1.gif") transparent;
	width: 303px;
	height: 24px;
	color: #000;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#calendars .cal-header a {															/* calendar header link */
	color: #000066;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	margin: 0;
	padding: 0 6px;
}
#calendars .cal-header a:hover {
	color: #990000;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	text-decoration: underline;
	text-transform: none;
}
#calendars .cal-header p {															/* calendar header padding */
	margin: 0;
	padding: 6px 0 0 3px;
}




/***************************
Content styles
***************************/
#content {																			/* content container */
	margin: 0;
	padding: 0;
}
#content .caption {																	/* caption */
	color: #000;
	font: bold 10px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0 0 12px 0;
}
#content .content-left {															/* content: left column */
	margin: 0;
	padding: 12px 0 0 6px;
}
#content .content-right {															/* content: right column */
	margin: 0;
	padding: 15px 2px 0 14px;
}


/* content spacers */
#content .leftcolumn {																/* left column background */
	background: url("/images/misc/bg_leftcol.gif") transparent;
	width: 2px;
}
#content .rightcolumn {																/* right column background */
	background: url("/images/misc/bg_rightcol.gif") transparent;
	width: 1px;
}


/* advertisers module */
#content .advertisers {																/* advertisers container */
	clear: both;
	display: block;
	width: 303px;
	color: #000066;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 12px 0 0 0;
}
#content .advertisers a {															/* advertisers link */
	color: #000066;
	text-decoration: none;
}
#content .advertisers a:hover {
	color: #000066;
	text-decoration: underline;
}
#content .advertisers p {
	margin: 0;
	padding: 6px 0 0 6px;
}
#content .advertisers-header {														/* advertisers header */
	background: url("/images/misc/bg_header1.gif") transparent;
	height: 24px;
	color: #000;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}


/* gallery module */
#content .photo-gallery {															/* photo gallery container */
	clear: both;
	display: block;
	width: 303px;
	color: #000066;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0 0 12px 0;
}

#content .photo-gallery a {															/* photo gallery link */
	color: #000066;
	text-decoration: none;
	font-weight:bold;
}
#content .photo-gallery a:hover {
	color: #000066;
	font-weight:bold;
	text-decoration: underline;
}
#content .photo-gallery img {
	margin: 0;
	padding: 6px 0;
}
#content .photo-gallery p {
	margin: 0;
	padding: 6px 0 0 6px;
}

#content .photo-gallery-comm {															/* photo gallery container */
	clear: both;
	display: block;
	width: 420px;
	color: #000066;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0 0 12px 0;
}
#content .photo-gallery-comm a {															/* photo gallery link */
	color: #000066;
	text-decoration: none;
	font-weight:bold;
}
#content .photo-gallery-comm a:hover {
	color: #000066;
	font-weight:bold;
	text-decoration: underline;
}
#content .photo-gallery-comm img {
	margin: 0;
	padding: 5px 0;
}
#content .photo-gallery-comm p {
	margin: 0;
	padding: 6px 0 0 6px;
}
#content .pg-header {																/* photo gallery header */
	background: url("/images/misc/bg_header1.gif") transparent;
	height: 24px;
	color: #000;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
	padding:0;
}

/* gallery module */
#content .photo-gallery-video {															/* photo gallery container */
	clear: both;
	display: block;
	width: 360px;
	color: #000066;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	margin-bottom: 8px;
	padding: 5px 0 3px 0;
	border-bottom:3px solid #ccccff;
}
#content .content-right .photo-gallery-video {															/* photo gallery container */
	clear: both;
	display: block;
	width: 300px;
	color: #000066;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	margin-bottom: 8px;
	padding: 5px 0 3px 0;
	border-bottom:3px solid #ccccff;
}
#content .photo-gallery-video .pg-header {																/* photo gallery header */
	background: url("/images/misc/bg_header1.gif") transparent repeat-x;
	height: 24px;
	color: #000;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	text-transform: uppercase;
	margin:0;
	padding: 6px 0 0 4px;
}
#content .photo-gallery-video a {															/* photo gallery link */
	color: #000066;
	text-decoration: none;
	font-weight:bold;
}
#content .photo-gallery-video a:hover {
	color: #000066;
	font-weight:bold;
	text-decoration: underline;
}
#content .photo-gallery-video img {
	margin: 0;
	padding: 0 3px 0 0;
}
#content .photo-gallery-video p {
	margin: 0;
	padding: 4px 0 0 0;
	color:#000;
	font: normal 11px arial,helvetica,sans-serif;
}
#content .photo-gallery-video p a {															/* photo gallery link */
	color: #000066;
	text-decoration: none;
	font-weight:bold;
}
#content .photo-gallery-video p a:hover {
	color: #000066;
	font-weight:bold;
	text-decoration: underline;
}
#content .photo-gallery-video .more {
color:#000000;
padding-top: 6px;
}
#content .photo-gallery-comm {															/* photo gallery container */
	clear: both;
	display: block;
	width: 420px;
	color: #000066;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0 0 12px 0;
}
#content .photo-gallery-comm a {															/* photo gallery link */
	color: #000066;
	text-decoration: none;
	font-weight:bold;
}
#content .photo-gallery-comm a:hover {
	color: #000066;
	font-weight:bold;
	text-decoration: underline;
}
#content .photo-gallery-comm img {
	margin: 0;
	padding: 0;
}
#content .photo-gallery-comm p {
	margin: 0;
	padding: 0 0 0 6px;
}



/* headlines */
#content .content-left h1, 
#content .content-right h1
 {														/* super header */
	color: #666;
	font: normal 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0 0 6px 0;
}
#content .content-left .breakingtitle h1 {														/* super header */
	color: #990000;
	font: bold 12px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0 0 6px 0;
}
#content .content-left .breakingnews h2 {														/* super header */
	color: #000066;
	font: bold 24px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0 0 6px 0;
}
#content .content-left .breakingstory {														/* super header */
	color: #000;
	font: normal 12px arial,helvetica,sans-serif;
	text-align: left;
	margin-bottom: 12px;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #ccc;
}
#content .content-left h2,
#content .content-right h2 {														/* main headline */
	color: #000066;
	font: bold 18px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0 0 6px 0;
}
#content .content-left h2 a,
#content .content-right h2 a {														/* main headline link */
	color: #000066;
	text-decoration: none;
}
#content .content-left h2 a:hover,
#content .content-right h2 a:hover {
	color: #990000;
	text-decoration: underline;
}
#content .content-left h5 {														/* main headline */
	color: #000;
	font: bold 16px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0 0 6px 0;
}
#content .content-left h5 a {														/* main headline link */
	color: #000066;
	text-decoration: none;
}
#content .content-left h5 a:hover {
	color: #990000;
	text-decoration: underline;
}
#content .content-left h3,
#content .content-right h3 {															/* sub headline */
	color: #000066;
	font: bold 13px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 6px 0 4px 0;
}
#content .content-left h3 a,
#content .content-right h3 a {														/* sub headline link */
	color: #000066;
	text-decoration: none;
}
#content .content-left h3 a:hover,
#content .content-right h3 a:hover {
	color: #990000;
	text-decoration: underline;
}
#content .content-right .imagesize img {
width:347px;
}
#content .content-left h4, 
#content .content-right h4 {														/* section sub header */
	color: #666;
	font: bold 16px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 6px 0;
}
#content .content-left h4.county, 
#content .content-right h4.county {														/* county header */
	color: #666;
	font: bold 10px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 6px 0 0 0;
}
#content .story .left-sidebar ul,
#content .content-left ul,
#content .content-right ul,
#content .othernews ul,
#content .special-sections ul {														/* headline container */
	margin: 0;
	padding: 0;
}



#content .story .left-sidebar li,
#content .content-left li,
#content .content-right li,
#content .othernews li,
#content .special-sections li
 {														/* headline style */
	background: url("/images/misc/bullet1.gif") transparent no-repeat 0 4px;
	list-style: none;
	color: #000066;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 3px 0;
	padding: 0 0 0 9px;
	display:block;
	/*text-indent: 0;
	#text-indent: -17px; */
}
#speak-out .speakout-sub li {
	background: url("/images/misc/bullet1.gif") transparent no-repeat 0 4px;
	list-style: none;
	color: #000066;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 3px 0;
	padding: 0 0 0 9px;
	display:block;
	/*text-indent: 0;
	#text-indent: -17px; */
	}
	
	#speak-out .speakout-sub2 li {
	background: url("/images/misc/bullet1.gif") transparent no-repeat 0 4px;
	list-style: none;
	color: #000066;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 3px 0;
	padding: 0 0 0 9px;
	display:block;
	/*text-indent: 0;
	#text-indent: -17px; */
	}
	
#content .content-right #speak-out .speakout-sub li, #content .content-left #speak-out .speakout-sub li {
	background: url("/images/misc/bullet1.gif") transparent no-repeat 0 4px;
	list-style: none;
	color: #000066;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 3px 0;
	padding: 0 0 0 9px;
	display:block;
	text-indent: 0;
	
	}
	
	#content .othernews #speak-out .speakout-sub li {
	background: url("/images/misc/bullet1.gif") transparent no-repeat 0 4px;
	list-style: none;
	color: #000066;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 3px 0;
	padding: 0 0 0 9px;
	display:block;
	text-indent: 0;
	#text-indent: -17px;
	}
	
#content .content-left p {														
	color: #000;
	font: normal 11px arial,helvetica,sans-serif;
}
#content .content-left .noindent li
{
	margin-left: 0;
	/*list-style-position: inside;
	list-style-type: square;
	font-size:12px;*/
	display:block;
}
#content .content-left .noindent li ul li
{
	margin-top: 0;
	margin-left: 0;
	/*list-style-position: inside;
	list-style-type: square;
	font-size:12px;*/
	display:block;
}

/*#content .content-left .noindent li
{
	display: block;
}
#content .content-left .noindent ul li
{
	display: block; 
}
#content .content-left .noindent ul li a
{
	display: block; 
	margin-top: 5px;
	margin-bottom: 5px;
	text-indent: -1px;
	padding: 0 0 0 1px;
}
#content .content-left .noindent li a
{
	display: block; 
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0 0 0 2px;
	text-indent: 8px;
}
#content .content-left .noindent li ul li
{
	display: list-item;
	padding: 0 0 0 0;
	margin-left: 2.5px;
	margin-bottom: 5px;
	margin-top: 0;
	text-indent: 0px;
	background-image: none;
	list-style: none;
	list-style-image: url("/images/misc/bullet1.gif");
	}
#content .content-left .noindent li ul li a
{
	display: list-item;
	padding: 0 0 0 0;
	margin-left: 0;
	margin-bottom: 5px;
	margin-top: 0;
	text-indent: 0;
	background-image: none;
	list-style: none;
}*/


#content .content-right .noindent li
{
	margin-left: 2px;
	/*list-style-position: inside;*/
	list-style-type: none;
	font-size:11px;
	display:block;
}
#content .special-sections .headlines,
#content .content-left .headlines,
#content .content-right .headlines,
#content .othernews .headlines {													/*  headlines */
	color: #000066;
	font: bold 10px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 6px 0 0 0;
}
#content .content-left .headlines2 {												/*  headlines 2 */
	color: #990000;
	font: bold 10px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 6px 0 0 0;
}
#content .content-left .headlines2 a {
	color: #990000;
	text-decoration: none;
}
#content .content-left .headlines2 a:hover {
	color: #990000;
	text-decoration: underline;
}
#content .story p a, #printarea p a,
#content .story .left-sidebar ul a,
#content .story .left-sidebar li a,
#speak-out .speakout-sub li a,
#content .special-sections li a,
#content .content-left li a,
#content .content-left p a,
#content .content-right li a,
#content .othernews li a,
#content .special-sections .headlines a,
#content .content-left .headlines a,
#content .content-right .headlines a,
#content .othernews .headlines a {													/* bullet link */
	color: #000066;
	text-decoration: none;
}
#content .story p a:hover, #printarea p a:hover,
#content .story .left-sidebar ul a:hover,
#content .story .left-sidebar li a:hover,
#speak-out .speakout-sub li a:hover,
#content .special-sections li a:hover,
#content .content-left li a:hover,
#content .content-left p a:hover,
#content .content-right li a:hover,
#content .othernews li a:hover,
#content .special-sections .headlines a:hover,
#content .content-left .headlines a:hover,
#content .content-right .headlines a:hover,
#content .othernews .headlines a:hover {											/* bullet link hover */
	color: #990000;
	text-decoration: underline;
}
#content .content-right li.clean {													/* remove bullet style */
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
}
#content .content-right .speakheaders {													/* remove bullet style */
	color: #990000;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0 0 0 3px;
}
#content .othernews .media_ss,
#content .content-left .media_ss,
#content .content-right .media_ss {													/* media link */
	color: #990000;
	font: bold 10px arial,helvetica,sans-serif;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0 3px;
}
#content .othernews .media_ss a,
#content .content-left .media_ss a,
#content .content-right .media_ss a {
	color: #990000;
	text-decoration: none;
}
#content .othernews .media_ss a:hover,
#content .content-left .media_ss a:hover,
#content .content-right .media_ss a:hover {
	color: #990000;
	text-decoration: underline;
}
#content .othernews .media,
#content .content-left .media,
#content .content-right .media {													/* media link */
	color: #990000;
	/*font: bold 10px arial,helvetica,sans-serif;*/
	font-size: 1px;
	font-stretch:ultra-condensed;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
	/*padding: 0 0 0 3px;*/
	padding: 0 0 0 0;
	float:right;
	visibility: hidden;
	display: none;
}
#content .othernews .media a,
#content .content-left .media a,
#content .content-right .media a {
	color: #990000;
	text-decoration: none;
	visibility: hidden;
	display: none;
}
#content .othernews .media a:hover,
#content .content-left .media a:hover,
#content .content-right .media a:hover {
	color: #990000;
	text-decoration: underline;
	visibility: hidden;
	display: none;
}
#content .more {																	/* more links */
	color: #990000;
	font: normal 10px arial,helvetica,sans-serif;
	margin: 0;
	padding: 0;
	padding-bottom:5px;

}
#content .more a {	
	color: #990000;
	font-size: 10px;
	text-decoration: none;
}
#content .more a:hover {
	color: #990000;
	text-decoration: underline;
}

#speak-out .speakout-sub .more,
#speak-out .speakout-sub2 .more {																	/* more links */
	color: #990000;
	font: normal 10px arial,helvetica,sans-serif;
	margin: 0;
	padding: 0;
	text-align: right;
}
#speak-out .speakout-sub .more a,
#speak-out .speakout-sub2 .more a {	
	color: #990000;
	font-size: 10px;
	text-decoration: none;
	font: normal 10px arial,helvetica,sans-serif;
}
#speak-out .speakout-sub .more a:hover,
#speak-out .speakout-sub2 .more a:hover {
	color: #990000;
	text-decoration: underline;
	font: normal 10px arial,helvetica,sans-serif;
}


/* content forms */
#content .forms {																	/* content forms container */
	margin: 0;
	padding: 12px 7px 0 11px;
}
#content .forms form {																/* content forms form */
	margin: 0;
	padding: 0;
}
#content .forms form input {														/* content forms input */
	border: 1px solid #000066;
	width: 250px;
	height: 16px;
	color: #000;
	font: normal 11px arial,helvetica,sans-serif;
	text-align: left;
	text-transform: none;
	margin: 0;
	padding: 1px;
}
#content .forms form input.pad6 {
	margin-top: 6px;
}
#content .forms textarea {															/* content forms textarea */
	border: 1px solid #000066;
	width: 250px;
	height: 150px;
	color: #000;
	font: normal 11px arial,helvetica,sans-serif;
	text-align: left;
	text-transform: none;
	margin: 0;
	padding: 1px;
}
#content .forms .fields {															/* content forms field box */
	clear: both;
	margin: 0;
	padding-left: 0;
}
#content .forms .input {															/* content forms input text */
	float: left;
	width: 65px;
	color: #000;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	text-transform: none;
	margin: 6px 0;
	padding: 0;
}
#content .forms .input2 {															/* content forms secondary input */
	color: #000;
	font: normal 10px arial,helvetica,sans-serif;
	text-align: left;
	text-transform: none;
}
#content .forms .input-obit {														/* content forms obituary input */
	color: #000;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	text-transform: none;
	margin: 0;
	padding: 10px 0 3px 3px;
}
#content .fields .input-obit {														/* content forms obituary input */
	padding-left: 3px;
}
#content .forms img.attach {														/* content forms attach photo image */
	border: none;
	margin: 0;
	padding: 0;
}
#content .forms img.submit {														/* content forms submit form image */
	border: none;
	margin: 6px 0 0 65px;
	padding: 0;
}
#content .forms img.submit2 {
	border: none;
	margin: 12px 0 0 0;
	padding: 0;
}
#content .forms p {
	margin: 0;
	padding: 6px 0;
}


/* multimedia module */
#content .multimedia {																/* multimedia container */
	clear: both;
	display: block;
	border: 1px solid #ccccff;
	width: 300px;
	margin: 12px 0 0 0;
	padding: 0;
}	
#content .mm-header {																/* multimedia header */
	background: #ccccff;
	height: 20px;
	color: #000;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#content .mm-header p {
	margin: 0;
	padding: 4px 0 0 6px;
}
#content .mm-body {																	/* multimedia body */
	display: block;
	width: 294px;
	background: url("/images/misc/bg_video.gif") transparent repeat-x;
	border: 1px solid #666;
	margin: 0;
	padding: 0;
}
#content .mm-body-pad {
	margin: 0;
	padding: 2px;
}
#content .mm-video {																/* multimedia video box */
	clear: both;
	display: block;
	height:100%;
	color: #000066;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 6px;
}
#content .mm-video img {
padding-bottom: 6px;
}

#content .mm-video h1 {																/* multimedia video header */
	color: #990000;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#content .mm-video h2 {																/* multimedia video headline */
	color: #000066;
	font: bold 14px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}
#content .mm-video h2 a {
	color: #000066;
	text-decoration: none;
}
#content .mm-video h2 a:hover {
	color: #990000;
	text-decoration: underline;
}
#content .mm-video-left {															/* multimedia story box left */
	float: left;
	width: 140px;
	display: block;
	margin: 0;
	padding: 0 0 6px 0;
}
#content .mm-video-right {															/* multimedia story box right */
	float: right;
	width: 130px;
	display: block;
	margin: 0;
	padding: 0 0 6px 0;
}
#content .clearfix:after {
    content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#content .clearfix {display: block;}
/* hide from ie (win and mac) \*/ 
*>html #content .clearfix {height: 1%;}
*>#content .clearfix {display: inline-block;}
/* end hide */ 


/* other news */
#content .othernews {																/* other news module container */
	clear: both;
	display: block;
	margin: 0;
	padding: 12px 10px 12px 11px;
}


#content .othernews h1 {															/* super header */
	color: #666;
	font: bold 16px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0 0 6px 0;
}
#content ul.othernews {																/* other news w/ photo */
	float: left;
	width: 135px;
	padding: 6px 0 0 0;
}
#content .othernews li {
	margin: 0;
	padding: 0 0 3px 6px;
}
#content .othernews-box {															/* other news box container */
	float: left;
	width: 331px;
	margin: 0;
	padding: 0;
}
#content .othernews h2 {															/* super header */
	color: #000;
	font: bold 14px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}
#content .othernews h2 a {
	color: #000066;
	text-decoration: none;
}
#content .othernews h2 a:hover {
	color: #990000;
	text-decoration: underline;
}
#content .othernews-headlines {														/* other news headlines */
	float: left;
	width: 155px;
	margin: 0;
	padding: 0 0 0 8px;
}

#content .othernews-headlines h1 {													/* super head */
	color: #666;
	font: normal 10px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}
#content li.othernews-headlines {
	color: #000066;
	font: normal 10px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0 0 0 6px;
}
#content .othernews-headlines li
{
	margin-left: 0;
	/*list-style-position: inside;
	list-style-type: square;
	font-size: 11px;*/
	display: block;
	padding: 0 0 3px 9px;
}
#content .othernews-headlines li ul li
{
	margin-top: 0;
}

#content .othernews-photo {															/* other news photo */
	float: left;
	width: 135px;
	margin: 0;
	padding: 0 8px 0 0;
}
#content .sports-othernews-photo {															/* other news photo */
	/*float: left;*/
	width: 331px;
	margin: 0;
	padding: 0 8px 6px 0;
}
#content .sports-othernews-photo img {															/* other news photo */
	padding: 0 0 3px 0;
	text-align:left;
}



/* calendar section */
#content .reg-calendar {															/* regional calendar style */
	color: #000;
	font: bold 12px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 10px 3px 6px 12px;
}
#content .reg-calendar-box {														/* regional calendar box */
	float: right;
	width: 140px;
	height: 100%;
	background: url("/images/misc/bg_calbox.gif") transparent repeat-x;
	border-right: 1px solid #cdcdff;
	border-bottom: 1px solid #cdcdff;
}
#content .reg-calendar ul {
	margin: 0;
	padding: 6px 0 0 0;
}
#content .reg-calendar li {
	background: url("/images/misc/bullet3.gif") transparent no-repeat 0 4px;
	color: #cc0000;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0 0 0 8px;
}
#content .reg-calendar li a {
	color: #cc0000;
	text-decoration: none;
}
#content .reg-calendar li a:hover {
	color: #cc0000;
	text-decoration: underline;
}




/* speak out section */
#content .speakout h1 a {															/* speak out section h1 link */
	color: #990000;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0 6px;
}
#content .speakout .byline {														/* speak out section byline */
	color: #000;
	font: normal 10px arial,helvetica,sans-serif;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#content .speakout .byline1 {														/* speak out section byline */
	color: #000;
	font: normal 10px arial,helvetica,sans-serif;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#content .speakout .headings li a {
	font: bold 11px arial,helvetica,sans-serif;
	text-align: center;
	padding: 0 6px;
}
#content .speakout img.mug {														/* speak out section mug image */
	float: left;
	margin: 0;
	padding: 6px 12px 6px 0;
}
#content .speakout li.mug {															/* speak out section mug spacing */
	float: none !important;
	float: left;
	margin: 3px 0 0 0;
	padding: 0 0 0 6px;
}
#content .speakout .subhead1 {														/* speak out section sub head */
	color: #666;
	font: bold 9px arial,helvetica,sans-serif;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#content .speakout .subhead2 {														/* speak out section county nav sub head */
	color: #990000;
	font: bold 10px arial,helvetica,sans-serif;
	text-align: right;
	text-decoration: none;
	margin: 0;
	padding: 6px 0;
}
#content .speakout .subhead2 a {													/* speak out section county nav link */
	color: #990000;
	text-decoration: none;
}
#content .speakout h1 a:hover,
#content .speakout .subhead2 a:hover,
#content .speakout .speakout-header a:hover {
	color: #990000;
	text-decoration: underline;
}


/* special sections */
#content .special-sections {														/* special sections container */
	clear: both;
	display: block;
	width: 666px;
	margin: 0;
	padding: 12px 0 0 11px
}
#content .ss {
	background: url("/images/misc/bg_ss.gif") transparent;
	height: 188px;
	margin: 0;
	padding: 0;
}
#content .ss h1 {																	/* super head */
	color: #666;
	font: normal 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0 0 6px 0
}
#content .ss h2 {																	/* special sections header */
	color: #666;
	font: bold 16px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0 0 4px 0;
}
#content .ss li {
	margin: 0;
	padding: 3px 0;
}
#content .ss-pad {
	margin: 0;
	padding: 0 11px 11px 11px;
}
#content .ss-box1 {																	/* special sections box1 container */
	float: left;
	width: 201px;
	border-right: 1px solid #666;
	margin: 0;
	padding: 0;
}
#content .ss-box1 img {
	float: left;
	margin: 0;
	padding: 3px 0 20px 0;
}
#content ul.ss-box1 {
	float: left;
	width: 75px;
	border-right: none;
	margin: 0;
	padding: 16px 6px 0 0;
}
#content .ss-box2 {																	/* special sections box2 container */
	float: left;
	width: 130px;
	border-right: 1px solid #666;
	margin: 0;
	padding: 0 0 0 10px;
}
#content .ss-box1 li,
#content .ss-box2 li {
	font-size: 12px;
	padding: 0 0 3px 6px;
}

/* story styles */
#content .story,
#content .story p,
#printarea p {																	/* story container */
	color: #000;
	font: normal 16px/20px "Times New Roman",arial;
	text-align: left;
	margin: 0;
	padding: 10px;
}
#content .story a,
#printarea a {
	color: #990000;
}
#content .story h2,
#printarea h2 {																/* story headline */
	color: #000;
	font: bold 18px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0 0 6px 0;
}
#content .story h2 a,
#printarea h2 a {	
color:#000066;
text-decoration:none;
}
#content .story h2 a:hover,
#printarea h2 a:hover {	
color:#990000;
text-decoration:underline;
}
#content .story h3,
#printarea h3 {																/* story sub headline */
	color: #000;
	font: normal 13px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 6px 0 4px 0;
}
#content .story .byline,
#printarea .byline {															/* story byline */
	color: #000;
	font: normal 10px arial,helvetica,sans-serif;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0 0 6px 0;
}
#content .story .byline1,
#printarea .byline1 {															/* story byline */
	color: #000;
	font: normal 10px arial,helvetica,sans-serif;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0 0 6px 0;
}
#content .story .byline2,
#printarea .byline2 {															/* story byline */
	color: #000;
	font: normal 10px arial,helvetica,sans-serif;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0 0 6px 0;
}

#content .story .caption,
#printarea .caption {															/* photo caption */
	color: #000;
	font: normal 10px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}
#content .story .photo-credit,
#printarea .photo-credit {														/* photo credit */
	color: #000;
	font: normal 9px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding-bottom: 2px;
}
#content .story .photo-table,
#printarea .photo-table {														/* photo table */
	/*border-bottom: 1px solid #000;*/
	text-align: left;
	/*padding-left: 8px;*/
	padding-right: 0;
	margin-bottom:3px;
	margin-left:6px;
}
#content .story .photo-table a,
#printarea .photo-table a {														/* photo table */
	cursor: pointer;
}
#content .story .photo-table img.photo,
#printarea .photo-table img.photo {											/* photo table images */
	display: inline;
	vertical-align: bottom;
	margin: 0;
	padding: 6px 5px 0 0;
}
#print_content .story-extras {														/* story extras */
	display:none;
}
#print_content .story-extras2 {														/* story extras */
	color: #330099;
	font: bold 10px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0 0 15px 0;
	padding: 0;
}
#print_content .story-extras2 a {
	border-bottom: 1px solid #ccc;
	color: #330099;
	text-decoration: none;
	padding: 0 5px;
}
#print_content .story-extras2 a:hover {
	color: #330099;
	text-decoration: underline;
	padding: 0 5px;
}
#print_content .story-extras2 a.first,
#print_content .story-extras2 a:hover.first {
	padding: 0 5px 0 0;
}
#content .story .story-extras,
#printarea .story-extras {														/* story extras */
	color: #330099;
	font: bold 10px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0 0 15px 0;
	padding: 0;
}
#content .story .story-extras a,
#printarea .story-extras a {
	border-bottom: 1px solid #ccc;
	color: #330099;
	text-decoration: none;
	padding: 0 5px;
}
#content .story .story-extras a:hover,
#printarea .story-extras a:hover {
	color: #330099;
	text-decoration: underline;
	padding: 0 5px;
}
#content .story .story-extras a.first,
#content .story .story-extras a:hover.first,
#printarea .story-extras a.first,
#printarea .story-extras a:hover.first {
	padding: 0 5px 0 0;
}
#content .story .timestamp,
#printarea .timestamp {														/* story timestamp */
	color: #000;
	font: normal 9px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0 0 10px 0;
}


/* story sidebars */
#content .story .left-sidebar,
#printarea .left-sidebar {														/* story left sidebar */
	float: left;
	display: block;
	width: 135px;
	color: #000;
	font: normal 10px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0 10px 0 0;
	padding: 0;
}
#content .story .left-sidebar ul,
#content .story .left-sidebar li,
#printarea .left-sidebar ul,
#printarea .left-sidebar li {													/* li background padding */
	background-position: 0 4px !important;
	background-position: 0 8px;
}
#content .story .left-sidebar .headline,
#printarea .left-sidebar .headline {											/* story left sidebar headline */
	color: #666;
	font: normal 10px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}
#content .story .left-sidebar h1,
#printarea .left-sidebar h1 {													/* story left sidebar section header */
	color: #000;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}
#content .story .right-sidebar,
#printarea .right-sidebar {													/* story right sidebar */
	float: right;
	display: block;
	width: 303px;
	margin: -10px 0 0 0;
	padding-left: 5px;
	border-bottom: none;
}
#content .story .right-sidebar .photo,
#content .story .photo,
#printarea .right-sidebar .photo,
#printarea .photo {
border-bottom:none;
}
#content .story .right-sidebar .featuredjobs,
#printarea .right-sidebar .featuredjobs
 {																		
	color: #000;
	font: normal 10px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0 0 0 0;
	text-indent: 0px;
word-wrap: normal;
padding-bottom: 4px;
}
#content .content-right .featuredjobs, #content .content-left .featuredjobs {																		
	color: #000;
	font: normal 10px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0 0 0 0;
	text-indent: 0px;
word-wrap: normal;
padding-bottom: 4px;
/*margin-left: 8px;*/
width: 300px;
border:1px solid #000066;
}
#content .story .right-sidebar .featuredjobs p,
#printarea .right-sidebar .featuredjobs p,
#content .content-right .featuredjobs p,
#content .content-left .featuredjobs p {																		
	color: #000;
	font: normal 10px arial,helvetica,sans-serif;
	text-align: left;
	text-indent: 0px;
padding: 0 0 0 0;
margin-top: 0;
margin-bottom: 0; 
}
#content .story .right-sidebar .featuredjobs #FeaturedAds,
#printarea .right-sidebar .featuredjobs #FeaturedAds,
#content .content-right .featuredjobs #FeaturedAds,
#content .content-left .featuredjobs #FeaturedAds {																		
	padding: 0 3px 3px 3px;
}
#content .story .right-sidebar .featuredjobs #FeaturedAds p,
#printarea .right-sidebar .featuredjobs #FeaturedAds p,
#content .content-right .featuredjobs #FeaturedAds p,
#content .content-left .featuredjobs #FeaturedAds p {
padding-bottom: 6px;
}
#FeaturedAds p {
padding-bottom: 6px;
}
#content .story .right-sidebar .featuredjobs #FeaturedAutos,
#printarea .right-sidebar .featuredjobs #FeaturedAutos {																		
	padding: 0 3px 3px 3px;
}
#content .story .right-sidebar .featuredjobs #FeaturedAutos p,
#printarea .right-sidebar .featuredjobs #FeaturedAutos p {
padding-bottom: 6px;
}
#FeaturedAutos p {
padding-bottom: 6px;
}
#content .story .right-sidebar .featuredjobs .viewall,
#printarea .right-sidebar .featuredjobs .viewall {																		
	padding-left: 3px;
}
#content .story .right-sidebar .featuredjobs .viewall a,
#printarea .right-sidebar .featuredjobs .viewall a {																		
	color: #000066;
	text-decoration: none;
}
#content .story .right-sidebar .featuredjobs .viewall a:hover,
#printarea .right-sidebar .featuredjobs .viewall a:hover {																		
	color: #990000;
	text-decoration: underline;
}
#content .story .right-sidebar .featuredjobs .header-border,
#printarea .right-sidebar .featuredjobs .header-border {															
	width: 300px;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
	margin: 0;
	padding: 2px 0 2px 0;
	}
#content .story .right-sidebar .featuredjobs h2,
#printarea .right-sidebar .featuredjobs h2,
#content .content-right .featuredjobs h2,
#content .content-left .featuredjobs h2 {																		
	background: #ccccff;
	color: #000;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	text-transform: uppercase;
	text-indent: 0px;
	margin: 0 0 4px 0;
	padding: 0 0 0 3px;
}	
#content .story .right-sidebar .featuredjobs a,
#printarea .right-sidebar .featuredjobs a,
#content .content-right .featuredjobs a,
#content .content-left .featuredjobs a {																		
	color: #000066;
	text-decoration:none;
}
#content .story .right-sidebar .featuredjobs a:hover,
#printarea .right-sidebar .featuredjobs a:hover,
#content .content-right .featuredjobs a:hover,
#content .content-left .featuredjobs a:hover {
	color: #990000;
	text-decoration: underline;
}


/***************************
Footer styles 
***************************/
#footer {																			/* footer container */
	width: 681px;
	position: absolute;
	left: 125px;
	color: #000;
	font: normal 11px arial,helvetica,sans-serif;
	text-align: center;
	margin: 0 0 0 300px;
	padding: 12px 0;
}
#footer a {
	color: #000;
	text-decoration: none;
	padding: 0 4px;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
#speak-out .noindent li
{
	margin-left: 0;
	/*list-style-position: inside;
	list-style-type: square;
	font-size:12px;*/
	display: block;
}
#speak-out .noindent ul li
{
	margin-left: 0;
	/*list-style-position: inside;
	list-style-type: square;
	font-size:12px;*/
	display: block;
}
#speak-out .noindent li ul li
{
	margin-top: 0;
        margin-left: 0;
	/*list-style-position: inside;
	list-style-type: square;
	font-size:12px;*/
	display: block;
}



/***************************
Header styles
**************************/
#ad-space {																			/* header ad container */
	display: block;
	margin: 0;
	padding: 0;
}
#header {																			/* header container */
	display: block;
	width: 981px;
	margin: 0;
	padding: 0;
}


/* logo */
#header .logo-text {																/* logo text style */
	color: #000;
	font: bold 12px arial,helvetica,sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}

#content .content-left .picmodule {																/* multimedia container */
	clear: both;
	display: block;
	border: 3px solid #ccccff;
	background: #ccccff;
	width: 420px;
	height: 310px;
	margin: 12px 0 0 0;
	padding: 0;
}	
#content .content-left .picmodule img {
padding-left: 10px;
padding-bottom: 4px;
}
#content .content-left .picmodule .topborder {	
border-top: 1px #fff outset;
margin-top: 2px;
margin-bottom: 4px;
width:412px;
padding-left: 4px;
padding-right: 4px;
}
#content .content-left .picmodule .bottomborder {	
border-top: 4px #fff outset;
margin-top: 2px;
margin-bottom: 4px;
width:412px;
padding-left: 4px;
padding-right: 4px;
}
#content .content-left .picmodule h5 {
font: bold 12px arial,helvetica,sans-serif;
color:#000066;
}

/* search */
#header .search {																	/* search container */
	color: #000;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}
#header .search a {																	/* search link style */
	color: #000066;
}
#header .search a:hover {																	/* search link style */
	color: #990000;
}
#header .search form {																/* search form style */
	margin: 0;
	padding: 0;
}
#header .search input {																/* search form input */
	border: 1px solid #000;
	width: 125px;
	color: #000;
	font: normal 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}
#header .search .button {
width: 50px;																/* search form input */
	color: #000066;
	font: normal 9px arial,helvetica,sans-serif;
	background-color:#ccccff;
	text-align:center;
	cursor:pointer;
}

#content .button {
width: 35px;																/* weather form input */
	color: #000066;
	font: normal 9px arial,helvetica,sans-serif;
	background-color:#ccccff;
	text-align:center;
	cursor:pointer;
}

#content .wxsearch {
font: normal 9px arial,helvetica,sans-serif;
}

/* top right area */
#ad-space .top-right {																/* top right container */
	float: right;
	width: 253px;
	margin: 0;
	padding: 0;
}
#ad-space .top-right-content {														/* top right content style */
	background: url("/images/misc/bg_topright.gif") transparent;
	height: 90px;
	text-align: left;
	margin: 0;
	padding: 0 0 0 30px;
}
#home-link {																			/* go products time left */
	color: #000;
	font: normal 9px arial,helvetica,sans-serif;
	margin: 0;
	padding: 0;
	text-align:center
}
#home-link a {
	color: #000066;
	text-decoration: none;
}
#home-link a:hover {
	color: #990000;
	text-decoration: underline;
}

/* weather styles */
#header .weather {																	/* weater container */
	float: right;
	color: #000;
	font: normal 11px arial,helvetica,sans-serif;
	margin: 0;
	padding: 0 20px 0 0;
}
#header .weather a {																/* weather link style */
	color: #000;
	text-decoration: none;
}
#header .weather .pad20 {															/* weather cell padding */
	margin: 0;
	padding: 0 20px 0 0;
}
#header .weather img.icon {															/* weather icon */
	float: left;
	margin: 0;
	padding: 0 3px 0 0;
}
#header .weather img.dlbarrow {														/* weather arrow */
	margin: 0;
	padding: 0 3px 0 0;
}

#hcpage {																	/* healthy challenge container */
	color: #000;
	font: normal 12px arial,helvetica,sans-serif;
	margin: 0;
}
#hcpage .submit {														/* photo table */
	cursor: pointer;
}
#hcpage .rightcolumn {																/* right column background */
	background: url("/images/misc/bg_rightcol.gif") transparent;
	width: 1px;
}

#hcpage a {																	
	color: #000066;
	text-decoration:none;
}
#hcpage a:hover {																	
	color: #990000;
	text-decoration: underline;
}

#hcpage h3 {																	/* weater container */
	color: #000;
	font: bold 14px arial,helvetica,sans-serif;
	background: url("/images/misc/bg_header1.gif") transparent;
	padding-left: 3px;
}
#hcpage .hclist {																	/* healthy challenge container */
font-weight: bold;
}

#hcpage .float_right {																	/* healthy challenge container */
float:right;
width:300px;
}

#hcpage .float_left {																	/* healthy challenge container */
float:left;
width:300px;
}

#hcpage .float_left .redlink {																	/* healthy challenge container */
text-align:center;
}

#hcpage .float_right .redlink {																	/* healthy challenge container */
text-align:center;
}

#hcpage .float_left .redlink a {																	/* healthy challenge container */
color:#990000;
text-decoration:none;
}

#hcpage .float_left .redlink a:hover {																	/* healthy challenge container */
text-decoration:underline;
}

#hcpage .float_right .redlink a {																	/* healthy challenge container */
color:#990000;
text-decoration:none;
}

#hcpage .float_right .redlink a:hover {																	/* healthy challenge container */
text-decoration:underline;
}

#hcpage .blueback {																	/* healthy challenge container */
background: url("/images/misc/bg_header1.gif") transparent;
line-height: 28px;
padding-left: 3px;
}

#wxpage {																	/* weater container */
	color: #000;
	font: normal 11px arial,helvetica,sans-serif;
	margin: 0;
	
}
.wxlinks {																	/* weater container */
	color: #000;
	font: normal 11px arial,helvetica,sans-serif;
	margin: 0;
}
.wxlinks a {																	/* weater container */
	color: #000066;
	text-decoration:none;
}
.wxlinks a:hover {																	/* weater container */
	color: #990000;
	text-decoration: underline;
}
#wxpage .day {																	/* weater container */
	color: #000;
	font: bold 12px arial,helvetica,sans-serif;
	margin: 0;
}

#wxpage .low {																	/* weater container */
	color: #0000cc;
	font: normal 11px arial,helvetica,sans-serif;
}

#wxpage .high {																	/* weater container */
	color: #ff0000;
	font: normal 11px arial,helvetica,sans-serif;
}

#wxpage .conditions {																	/* weater container */
	color: #000;
	font: normal 11px arial,helvetica,sans-serif;
}

#wxpage .smallwx {																	/* weater container */
	color: #000;
	font: normal 11px arial,helvetica,sans-serif;
}

#wxpage .smallwx a {																	/* weater container */
	color: #000066;
	text-decoration: none;
}

#wxpage .smallwx a:hover {																	/* weater container */
	color: #000066;
	text-decoration: underline;
}

#wxpage h3 {																	/* weater container */
	color: #000;
	font: bold 14px arial,helvetica,sans-serif;
	background: url("/images/misc/bg_header1.gif") transparent;
	padding:2px 2px 2px 2px;
}

#wxpage h4 {																	/* weater container */
	color: #000;
	font: bold 14px arial,helvetica,sans-serif;
}

#wxpage .now {																	/* weater container */
	color: #000;
	font: bold 14px arial,helvetica,sans-serif;
	float:left;
}

#wxpage .nowicon {																	/* weater container */
	float:left;
	margin-top:-8px;
}

#wxpage .nowdetails {																	/* weater container */
	color: #000;
	font: 12px arial,helvetica,sans-serif;
	float:left;
	padding-left:40px;
	margin-top:-2px;
}

#wxpage h5 {																	/* weater container */
	color: #000;
	font: 12px arial,helvetica,sans-serif;
}

#wxpage .currcond {																	/* weater container */
	color: #000;
	font: normal 12px arial,helvetica,sans-serif;
}

#wxpage .wxtableheader {																	/* weater container */
	background: url("/images/misc/bg_header1.gif") transparent;
}

#wxpagetop h3 {																	/* weater container */
	color: #000;
	font: bold 14px arial,helvetica,sans-serif;
	background: url("/images/misc/bg_header1.gif") transparent;
	padding:2px 2px 2px 2px;
}

/***************************
Nav styles
***************************/
#nav, #nav2 {																				/* left rail nav container */
	color: #000066;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}
#nav a, #nav2 a {
	color: #000066;
	text-decoration: none;
}
#nav a:hover, #nav2 a:hover {
	color: #000066;
	text-decoration: underline;
}
#nav p, #nav2 p {
	margin: 0;
	padding: 0 0 3px 6px;
}
#nav .othersites, #nav2 .othersites {																		/* other sites header */
	color: #666;
	font: normal 11px arial,helvetica,sans-serif;
	margin: 0;
	padding: 0 0 3px 6px;
}
#nav .othersites2, #nav2 .othersites2 {																		/* other sites 2 */
	color: #000066;
	font: normal 9px arial,helvetica,sans-serif;
	margin: 0;
	padding: 0 0 3px 6px;
} 


/* community nav styles */
#nav .calendars, #nav2 .calendars {																		/* calendars nav */
	color: #000066;
	font: bold 10px arial,helvetica,sans-serif;
	margin: 0;
	padding: 0 0 3px 6px;
}
#nav .calendars a, #nav2 .calendars a {
	color: #000066;
	text-decoration: none;
}
#nav .calendars a:hover, #nav2 .calendars a:hover {
	color: #000066;
	text-decoration: underline;
}
#nav .community, #nav2 .community {																		/* community nav container */
	color: #000;
	font: bold 11px arial,helvetica,sans-serif;
	margin: 0;
	padding: 6px 0 0 6px;
}
#nav .scroll, #nav2 .scroll {																			/* community nav scroll function */
	width: 100px;
	height: 75px;
	border: 1px solid #ccc;
	overflow: auto;
	margin: 3px 0 6px 6px;
	padding: 1px 0 1px 3px;
}
#nav .scroll a, #nav2 .scroll a {
	color: #000099;
	font: normal 10px arial,helvetica,sans-serif;
	text-decoration: none;
	margin: 0;
	padding: 0;
}


/* nav row */
.nav-row {																			/* nav row container */
	display: block;
	width: 981px;
	border: 1px solid #999;
	border-left: none;
	border-right: none;
	color: #000066;
	font: bold 12px arial,helvetica,sans-serif;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
}
.nav-row a {																		/* nav row link style */
	float: left;
	height: 20px;
	color: #000066;
	text-decoration: none;
	margin: 0;
	padding: 3px 9px 0 9px;
}
.nav-row a:hover {																	/* nav row hover style */
	float: left;
	height: 20px;
	background: #000066;
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 3px 9px 0 9px;
}
.nav-row a.first, a:hover.first {													/* nav row first link */
	margin: 0;
	padding: 3px 9px 0 9px;
}
.nav-row a.last, a:hover.last {														/* nav row last link */
	margin: 0;
	padding: 3px 9px 0 9px;
}
.nav-row .sel {																		/* nav row selected link */
	float: left;
	height: 20px;
	background: #000066;
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 3px 9px 0 9px;
}
.nav-row-bg {																		/* nav row background */
	height: 23px;
	border: 1px solid #b8b9d5;
	border-left: none;
	border-right: none;
	background: #ccccff;
	margin: 0;
	padding: 0;
}
.nav-row-bg img {																	/* nav row image */
	float: left;
	vertical-align: middle;
	margin: 0;
	padding: 5px 1px;
}

.nav-row {																			/* nav row container */
	display: block;
	width: 981px;
	border: 1px solid #999;
	border-left: none;
	border-right: none;
	color: #000066;
	font: bold 12px arial,helvetica,sans-serif;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
}
.nav-row a {																		/* nav row link style */
	float: left;
	height: 20px;
	color: #000066;
	text-decoration: none;
	margin: 0;
	padding: 3px 9px 0 9px;
}
.nav-row a:hover {																	/* nav row hover style */
	float: left;
	height: 20px;
	background: #000066;
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 3px 9px 0 9px;
}
.nav-row a.first, a:hover.first {													/* nav row first link */
	margin: 0;
	padding: 3px 9px 0 9px;
}
.nav-row a.last, a:hover.last {														/* nav row last link */
	margin: 0;
	padding: 3px 9px 0 9px;
}
.nav-row .sel {																		/* nav row selected link */
	float: left;
	height: 20px;
	background: #000066;
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 3px 9px 0 9px;
}
.nav-row-bg {																		/* nav row background */
	height: 23px;
	border: 1px solid #b8b9d5;
	border-left: none;
	border-right: none;
	background: #ccccff;
	margin: 0;
	padding: 0;
}
.nav-row-bg img {																	/* nav row image */
	float: left;
	vertical-align: middle;
	margin: 0;
	padding: 5px 1px;
}


/*NAV ROW STYLES */

.nav-row {																			/* nav row container */
	width: 981px;
	border: 1px solid #999;
	border-left: none;
	border-right: none;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}
.nav-row a {																		/* nav row link style */
	float: left;
	height: 20px;
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 3px 8px 0 8px;
}
.nav-row a:hover, .nav-row .sel {																	/* nav row hover style */
	float: left;
	height: 20px;
	background: #ccccff;
	color: #000066;
	text-decoration: none;
	margin: -2px 0 0 0;
	padding: 5px 8px 0 8px;
}


.nav-row-bg {																		/* nav row background */
	height: 23px;
	border: 1px solid #b8b9d5;
	border-left: none;
	border-right: none;
	background: #000066;
	margin: 0 0 0 0;
	padding: 2px 0 0 0;
}
.nav-row-bg img {																	/* nav row image */
	float: left;
	vertical-align: middle;
	margin: 0;
	padding: 3px 1px;
}


#sportscounties {
width:280px;
color: #fff;
	font-weight: bold;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;																		/* nav row background */
	height: 23px;
	border: none;
	background: #000066;
	margin: 0 0 0 0;
	position:absolute;
	z-index:100;
	left:110px;
	top:245px;
	padding: 0 0 0 0;
}

#sportscounties a {																		/* nav row link style */
	float: left;
	height: 20px;
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 3px 8px 0 8px;
}
#sportscounties a:hover, #sportscounties .sel {																	/* nav row hover style */
	float: left;
	height: 20px;
	background: #ccccff;
	color: #000066;
	text-decoration: none;
	margin: -2px 0 0 0;
	padding: 5px 8px 0 8px;
}



#sportscounties img {																	/* nav row image */
	float: left;
	vertical-align: middle;
	margin: 0;
	padding: 3px 1px;
}

#newscounties {
width:490px;
color: #fff;
	font-weight: bold;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;																		/* nav row background */
	height: 23px;
	border: none;
	background: #000066;
	margin: 0 0 0 0;
	position:absolute;
	z-index:100;
	left:0px;
	top:245px;
	padding: 0 0 0 0;
}

#newscounties a {																		/* nav row link style */
	float: left;
	height: 20px;
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 3px 8px 0 8px;
}
#newscounties a:hover, #sportscounties .sel {																	/* nav row hover style */
	float: left;
	height: 20px;
	background: #ccccff;
	color: #000066;
	text-decoration: none;
	margin: -2px 0 0 0;
	padding: 5px 8px 0 8px;
}



#newscounties img {																	/* nav row image */
	float: left;
	vertical-align: middle;
	margin: 0;
	padding: 3px 1px;
}




/* nav row for community pages */

.content2, .shadow {
  position: relative;
  bottom: 2px;
  margin-right:4px;
  right: 1px;
}

.shadow { background-color: #ccc; }

.content2 {
  background-color: #fff;
  color: #000;
  border-bottom: 2px solid #990000;
  padding: 0.5em;
}

.comm_nav-row {																			/* nav row container */
	display: block;
	width: 803px;
	border-top: 3px solid #990000;
	/*border-top:none;*/
	border-bottom: 3px solid #990000;
	border-left: none;
	border-right: none;
	color: #990000;
	font: bold 12px arial,helvetica,sans-serif;
	text-align: center;
	padding: 0;
	margin-top: 8px;
	height: 23px;
	/*background: url("/images/misc/shadow.jpg") repeat-x;*/
}
.comm_nav-row .community_name {	
/*background: url("/images/misc/red_border.jpg") repeat-x;*/
float: left;
color:#000000;
font: bold 16px arial,helvetica,sans-serif;
padding-left: 6px;
padding-top: 3px;
}
.comm_nav-row a {																		/* nav row link style */
	float: left;
	height: 20px;
	color: #990000;
	text-decoration: none;
	margin: 0;
	padding: 3px 9px 0 9px;
}
.comm_nav-row a:hover {																	/* nav row hover style */
	float: left;
	height: 20px;
	background: #990000;
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 3px 9px 0 9px;
}
.comm_nav-row a.first, a:hover.first {													/* nav row first link */
	margin: 0;
	padding: 3px 9px 0 9px;
}
.comm_nav-row a.last, a:hover.last {														/* nav row last link */
	margin: 0;
	padding: 3px 9px 0 9px;
}
.comm_nav-row .sel {																		/* nav row selected link */
	float: left;
	height: 20px;
	background: #990000;
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 3px 9px 0 9px;
}
.comm_nav-row-bg {																		/* nav row background */
	/*border: 1px solid #990000;*/
	border-left: none;
	border-right: none;
	padding-top: 2px;
	/*background: url("/images/misc/shadow.jpg") repeat-x;*/
}
.comm_nav-row-bg img {																	/* nav row image */
	float: left;
	vertical-align: middle;
	margin: 0;
	padding: 5px 1px;
}



/***************************
Night Out module styles
***************************/
#nightout {																			/* night out container */
	color: #000;
	font: normal 10px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}


/* night out movies */
#nightout .movies form {															/* night out movies form */
	margin: 0;
	padding: 6px 0 0 6px;
}
#nightout .movies input {															/* night out movies input */
	border: 1px solid #000;
	width: 75px;
	color: #000;
	font: normal 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0 0 6px 0;
	padding: 0;
}
#nightout .movies img.movies {
	margin: 0;
	padding: 6px 0 0 0;
}


/* night out restaurants */
#nightout .restaurant form {														/* night out restaurant form */
	margin: 0;
	padding: 6px 0 0 0;
}
#nightout .restaurant form img {
	clear: both;
	margin: 12px 0 12px 90px;
	padding: 0;
}
#nightout .restaurant input {														/* night out restaurant input */
	border: 1px solid #000;
	width: 125px;
	color: #000;
	font: normal 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}




/***************************
Speak Out module styles
use speak out css for layerd modules with content
***************************/
#speak-out {																		/* speak out container */
	clear: both;
	display: block;
	margin: 0;
	padding: 0 0 12px 0;
}
#speak-out .speakout-bg {
	list-style: none;
	background: url("/images/misc/bg_header1.gif") transparent;
	width: 303px;
	height: 20px;
	margin: 0;
	padding: 4px 0 0 3px;
}

.content-left #speak-out .speakout-bg {
	list-style: none;
	background: url("/images/misc/bg_header1.gif") transparent;
	width: 350px;
	height: 20px;
	margin: 0;
	padding: 4px 0 0 0;
}

#speak-out .speakout-bg .headings {
padding: 2px 0 0 3px;
}

#speak-out .speakout-bg-left {
	list-style: none;
	background: url("/images/misc/bg_header1.gif") transparent;
	width: 420px;
	height: 20px;
	margin: 0;
	padding: 4px 0 0 3px;
}
#speak-out .speakout-bg-wx {
	list-style: none;
	background: url("/images/misc/bg_header1.gif") transparent;
	width: 640px;
	height: 20px;
	margin: 0;
	padding: 4px 0 0 3px;
}
#speak-out .headings {																/* speak out headings */
	list-style: none;
	color: #000;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}
#speak-out .headings ul {															/* speak out headings list container */
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
}
#speak-out .headings li {															/* speak out headings list */
	list-style: none;
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#speak-out .headings li a {															/* speak out headings list link */
	list-style: none;
	background: none;
	color: #000066;
	font: bold 10px arial,helvetica,sans-serif;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#speak-out .headings li a:hover {
	list-style: none;
	color: #990000;
	text-decoration: underline;
}
#speak-out .headings li.selected {													/* speak out headings selected link */
	list-style: none;
}
#speak-out .headings li.selected a {
	list-style: none;
	color: #990000;
	text-decoration: none;
}
#speak-out .headings li.selected a:hover { 
	list-style: none;
	text-decoration: none;
}
#speak-out .speakout-sub {															/* speak out sub-head display */
	clear: both;
	width: 303px;
	margin: 0;
	padding: 0 0 0 9px;
	text-align: left;
}
#speak-out .speakout-sub ul {														/* speak out sub list container */
	clear: both;
	float: left;
	display: block;
	margin: 0;
	padding: 5px 0 0 0;
}
#speak-out .speakout-sub ul li li{														/* speak out sub list container */
	clear: both;
	float: left;
	display: block;
	margin-top: 0;
	padding: 5px 0 0 0;
}


#speak-out .speakout-sub a {														/* speak out sub-head font */
	color: #000066;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0 0 0 1px;
}
#content .story .letters,
#printarea .letters,
#content .speakout .letters,
#speak-out .speakout-sub .letters {													/* speak out letter links */
	clear: both;
	display: block;
	color: #990000;
	font: normal 10px arial,helvetica,sans-serif;
	text-align: right;
	margin: 0;
	padding: 0;
}
#content .story .letters a,
#printarea .letters a,
#content .speakout .letters a,
#speak-out .speakout-sub .letters a {	
	color: #990000;
	font-size: 10px;
	text-decoration: none;
}
#content .story .letters a:hover,
#printarea .letters a:hover,
#content .speakout .letters a:hover,
#speak-out .speakout-sub .letters a:hover {
	color: #990000;
	text-decoration: underline;
}


/* speak out: politics */
#speak-out .politics {																/* speak out politics */
	color: #990000;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 12px 6px 0 6px;
}
#speak-out .pol-headline {															/* speak out politics headline */
	color: #020078;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}
#speak-out .pol-headline ul {															/* speak out politics headline */
list-style-type:none;
}
#speak-out .pol-headline ul li {															/* speak out politics headline */
list-style-type:none;
}
#speak-out .pol-headline li {															/* speak out politics headline */
list-style-type:none;
}
#speak-out .pol-headline a {
	color: #020078;
	text-decoration: none;
}
#speak-out .pol-headline a:hover {
	color: #020078;
	text-decoration: underline;
}
#speak-out .politics img {															/* speak out politics image */
	float: left;
	margin: 0 6px 0 0;
	padding: 0;
}

/***************************
Right Rail styles
***************************/
#rightrail {																		/* right rail container */
	color: #000;
	font: normal 10px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 15px 0 0 3px;
}


/* classifieds */
#rightrail .classifieds {															/* classifieds container */
	clear: both;	
	width: 165px;
	color: #990000;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 12px 0 0 0;
}
#rightrail .classifieds a {
	color: #990000;
	text-decoration: none;
}
#rightrail .classifieds a:hover {
	color: #990000;
	text-decoration: underline;
}
#rightrail .classifieds ul {
	margin: 0;
	padding: 0 0 0 6px;
}
#rightrail .classifieds li {
	background: url("/images/misc/bullet2.gif") transparent no-repeat 0 4px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}


/* directories */
#rightrail .directories {															/* directories container */
	clear: both;
	width: 165px;
	margin: 0;
	padding: 12px 0 0 0;
}
#rightrail .directories form {
	margin: 0;
	padding: 3px 0 0 10px;
}
#rightrail .directories img {
	margin: 0;
	padding: 6px 0 0 25px;
}
#rightrail .directories p {
	margin: 0;
	padding: 3px 0;
}
#rightrail .directories a {
	color: #990000;
	font: bold 11px arial,helvetica,sans-serif;
	text-decoration: none;
}
#rightrail .directories a:hover {
	color: #990000;
	font: bold 11px arial,helvetica,sans-serif;
	text-decoration: underline;
}

/* hot picks */
#rightrail .hotpicks {																/* hot picks container */
	clear: both;
	width: 168px;
	border-left: 1px solid #808080;
	color: #000;
	font: normal 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 12px 0 0 0;
	padding: 0;
}
#rightrail .hotpicks a {
	color: #000;
}
#rightrail .hotpicks img {
	float: left;
	margin: 0 6px 6px 0;
	padding: 0;
}
#rightrail .hp-ads {																/* hot picks ad container */
	clear: both;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #d7d7d7;
	border-left: 1px solid #f2f2f1;
	margin: 0;
	padding: 0;
}
#rightrail .hp-ads1 {
	border-top: 1px solid #0d0d0f;
	border-right: 1px solid #8d8d8c;
	border-bottom: 1px solid #8b8b89;
	border-left: 1px solid #0b0b0e;
}
#rightrail .hp-ads2 {
	background: #d7d7ee;
	border-top: 1px solid #eeeeff;
	border-right: 1px solid #b5b5b6;
	border-bottom: 1px solid #b5b5b6;
	border-left: 1px solid #eeeeff;
}
#rightrail .hp-ads3 {																/* hot picks ad text */
	color: #000;
	font: normal 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 6px;
}
#rightrail .hp-ads4 {																/* hot picks ad header */
	border: 1px solid #9898c6;
	background: #000066;
	color: #fff;
	font: normal 11px arial,helvetica,sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 6px 0;
	padding: 2px;
}
#rightrail .hp-border {																/* hot picks main border */
	border: 2px solid #999;
	border-left: 1px solid #999;
	height: 275px;
}
#rightrail .hp-pad {
	margin: 0;
	padding: 8px 4px 8px 8px;
}
#rightrail .hp-header {																/* hot picks header */
	color: #000066;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0 0 6px 0;
}


/* top jobs */
#rightrail .topjobs {																/* top jobs container */
	clear: both;
	width: 165px;
	color: #000;
	font: normal 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0 0 0 0;
}
#scrollads {
	position: relative;
	width: 165px;
	height: 130px;
	overflow: hidden;
	color: #000;
	font: normal 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}
#scrollads a {
	color: #000;
}
#scrollads p {
	margin: 0;
	padding: 0 0 12px 5px;
}
#scrollws {
	position: relative;
	width: 118px;
	height: 270px;
	overflow: hidden;
	color: #000;
	font: normal 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}
#scrollws a {
	color: #000;
}
#scrollws p {
	margin: 0;
	padding: 0 0 12px 5px;
}


/* header style */
#rightrail h2 {																		/* right rail header */
	background: #ccccff;
	color: #000;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}	
#rightrail .header-border {															/* right rail header border */
	width: 165px;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
	margin: 0;
	padding: 2px 0 2px 0;
}

/* contact header style */
#contact h2 {																		
	background: #ccccff;
	color: #000;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding-top: 0;
}	
#contact .header-border {															
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
	margin: 0;
	padding: 2px 0 2px 0;
}
#speak-out .noindent .speakout-sub li
{
	background: url("/images/misc/bullet1.gif") transparent no-repeat 0 4px;
	list-style: none;
	color: #000066;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 3px 0;
	padding: 0 0 0 9px;
	display:block;
}
#speak-out .noindent .speakout-sub li a
{
	/*display: block; 
	margin-top: 5px;
	_margin-top: 0;
	margin-bottom: 0;
	margin-left:8px; */
	color: #000066;
	text-decoration: none;
}
#speak-out .noindent .speakout-sub li a:hover
{
	/*display: block; 
	margin-top: 5px;
	_margin-top: 0;
	margin-bottom: 0;
	margin-left:8px; */
	color: #990000;
	text-decoration: underline;
}
/*#speak-out .noindent .speakout-sub li ul li
{
	display: block;
	padding: 0 0 0 4px;
	margin-left: 0;
	margin-bottom: 5px;
	_margin-bottom: 0;
	margin-top: 0;
	text-indent: 0;
	}
#speak-out .noindent .speakout-sub li ul li a
{
	display:block;
	padding: 0 0 0 4px;
	margin-left: 0;
	margin-bottom: 5px;
	_margin-bottom: 0;
	margin-top: 0;
	text-indent: 0;
}
*/

/*The story-body styles come from the pre-redesign css and are for legacy content so we don't have to do a tedious search and replace */

#story-body {
	color: #000;
	font: normal 16px/20px "Times New Roman",arial;
	text-align: left;
	margin: 0;
	padding: 10px;
}
#story-body h2 {
	color: #000;
	font: bold 18px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0 0 6px 0;
}
#story-body h3 {
	color: #000;
	font: normal 13px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 6px 0 4px 0;
}
#story-body quote {
	font-family: "Times New Roman", Serif;
	font-size: 14px;
	width: 100px;
	height: 20px;
	margin: 0px 0px 0;
	padding: 0 0 1px 16px;
	word-wrap: break-word;
}
#story-body p {
	/*margin: 10px 0 15px;*/
}
#story-body .story-info {
	border-bottom: 1px #ccc dashed;
	padding-bottom: 10px;
}
#story-body .story-info a {
        color: #000066;
	text-decoration: none;
}
#story-body .story-info a:hover {
        color: #990000;
	text-decoration: underline;
}
#content .story-info .links {														/* story extras */
	color: #330099;
	font: bold 10px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0 0 15px 0;
	padding: 0;
}
#content .story-info .links a {
    border-bottom: 1px solid #ccc;
	color: #330099;
	text-decoration: none;
	padding: 0 5px;
}
#content .story-info .links a:hover {
     color: #330099;
	text-decoration: underline;
	padding: 0 5px;
}
#content .story-info .links p {														/* story extras */
	color: #330099;
	font: bold 10px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0 0 15px 0;
	padding: 0;
}
#content .story-info .links p a {
    border-bottom: 1px solid #ccc;
	color: #330099;
	text-decoration: none;
	padding: 0 5px;
}
#content .story-info .links p a:hover {
     color: #330099;
	text-decoration: underline;
	padding: 0 5px;
}
#story-body .links {
	color: #000066;
	text-decoration: none;
}
#story-body .links a:hover {
	color: #990000;
	text-decoration: underline;
}
#story-body .byline1 {
	color: #000;
	font: normal 10px arial,helvetica,sans-serif;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0 0 6px 0;
	
}
#story-body .byline2 {
	color: #000;
	font: normal 10px arial,helvetica,sans-serif;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0 0 6px 0;
}
#story-body .photo {
	border-bottom: 1px solid #000;
	text-align: left;
	/*padding-left: 8px;*/
	padding-right: 0;
	margin-bottom:3px;
	margin-left:6px;
}
#story-body .photo .credit {
	color: #000;
	font: normal 9px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding-bottom: 2px;
}
#story-body a {
       color: #000066;
	text-decoration: none;
}
#story-body a:hover {
       color: #990000;
	text-decoration: underline;
}
.photo {
	border-bottom: 1px solid #000;
	text-align: left;
	/*padding-left: 8px;*/
	padding-right: 0;
	margin-bottom:3px;
	margin-left:6px;
	color: #000;
	font: normal 10px arial,helvetica,sans-serif;
	text-align: left;
}
.photo .credit {
	color: #000;
	font: normal 9px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding-bottom: 2px;
}
#content .photo {
	/*border-bottom: 1px solid #000;*/
	text-align: left;
	/*padding-left: 8px;*/
	padding-right: 0;
	margin-bottom:3px;
	margin-left:6px;
}
#content .photo .credit {
	color: #000;
	font: normal 9px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding-bottom: 2px;
}
#photo {
	color: #000;
	font: normal 10px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}
#photo .credit {
	color: #000;
	font: normal 9px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding-bottom: 2px;
}
#masthead {
display: none;
}
#editions-nav {
display: none;
}
#top-nav {
display: none;
}
#top-ad-spot {
display: none;
}
#jobspage .jobscaption {															
	color: #000;
	font: normal 10px arial,helvetica,sans-serif;
	margin: 0;
	padding: 0;
	text-align:center;
}
#jobspage .jobscaption a {															
	text-decoration: none;
	color: #000066;
}
#jobspage .jobscaption a:hover {															
	color: #990000;
	text-decoration: underline;
}
.mdw_highlight {
	text-transform: capitalize;
	font-weight: bold;
	font-size: 12px;
	color: #000066;
}
.ws-sm .mdw_highlight {
	text-transform: capitalize;
	font-weight: bold;
	font-size: 12px;
	color: #990000;
}

.noshow {
display:none;
}

.comment {
font-size:11px;
padding-bottom:5px;
}

.archive ul {
padding-top:0;
margin-top:0;
}
	 .archive li {
	background: url("/images/misc/bullet1.gif") transparent no-repeat 0 4px;
	list-style: none;
	color: #000066;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 3px 0;
	padding: 0 0 0 9px;
	display:block;
	text-indent: 0;
	#text-indent: -17px; 
	}
	
	.archive li a {
	color: #000066;
	text-decoration: none
	}
	
	.archive li a:hover {
	color: #990000;
	text-decoration: underline;
	}
	
	.archive h1
 {														/* super header */
	color: #666;
	font: normal 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 6px 0 2px 0;
}
 .archive h2
{	
     color: #000000;
	font: bold 18px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 5px 0 0 0;
}

 .archive h4 {														/* section sub header */
	color: #000;
	font: bold 16px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0  ;
	padding: 6px 0 ;
}
.archive h5 {														/* main headline */
	color: #000;
	font: bold 13px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 5px 0 0 0;
}

#nightout .movies li a {		
	/*background: url("/images/misc/bullet1.gif") transparent no-repeat 0 4px; */
	/*list-style: none;
	color: #000066;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;*/
	/*margin: 3px 0;*/
	/*padding: 0 0 0 9px; */
	/*display:block;*/
	/*text-indent: 0;
	#text-indent: -17px; */
	margin: 0 0 0 0;
	#padding: 0 0 0 17px;
}
#content .content-left .sweepstakes p {
font-size:12px;
}

#content .content-left .sweepstakes a {
font-size:12px;
text-decoration: none;
	color: #000066;
	}
#content .content-left .sweepstakes a:hover {
text-decoration:underline;
color:#990000;
}
#content .content-right .sweepstakes-right p {
font-size:20px;
}

#content .content-right .sweepstakes-right a {
font-size:12px;
text-decoration: none;
	color: #000066;
	}
#content .content-right .sweepstakes-right a:hover {
text-decoration:underline;
color:#990000;
}


.small_cal {
width: 306px;
height: 275px;
background: url("/images/calendar/calendar_full_back.gif") no-repeat;
padding-left: 4px;
padding-top: 0;
padding-bottom:0;
/*margin-bottom: 10px;*/
margin: 0 0 -10px 0;
}

.cal_title {
color:#fff;
text-align:center;
text-transform:uppercase;
background: url("/images/calendar/cal_top_back.gif") no-repeat;
height: 25px;
padding-top: 5px;
padding-bottom:0;
padding-left:0;
padding-right:0;
margin:0 0 -5px 0;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
width:306px;
font-weight:bold;
border: none;
}

.small_cal .form_text {
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color:#000;
}

.small_cal .form_text select {
font-family:Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: bold;
padding-right:0;
color:#000;
<!--[if IE 7]>
margin-top:-20px;
<![endif]-->
}

.small_cal .form_text .not_first select {
<!--[if IE 7]>
margin-top:0;
<![endif]-->
}
.small_cal .date_text  {
font-family:Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: bold;
padding-right:0;
color:#000;
}
.small_cal .cal_button {
/*width: 297px;
background: url("/images/calendar/small_cal_back.jpg") repeat-x;*/
padding-left: 0px;
padding-right:0;
margin-top: 9px;
margin-bottom: 0px;
width: 60px;																/* search form input */
	color:#000;
	font: normal 12px arial,helvetica,sans-serif;
	background-color:#CCCCCC;
	text-align:center;
	cursor:pointer;
}

.small_cal .img {
padding-right:4px;
padding-top:2px;
margin-left:-6px;

}

.small_cal .submit_event, .small_cal .submit_event a {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
text-decoration:none;
padding-top: 4px;
text-align:center;
font-weight:bold;
}

.small_cal .submit_event a:hover {
text-decoration:underline;
}

.small_cal .sponsor_text, .small_cal .sponsor_text a {
font-size:12px; 
font:Arial, Helvetica, sans-serif;
color:#000;
text-decoration:none;
padding-top:6px;
   }
   
   
      .small_cal .sponsor_text, .small_cal .sponsor_text a {
font-size:10px; 
font:Arial, Helvetica, sans-serif;
color:#fff;
text-decoration:none;
padding-top:3px;
   }
   
   
   .small_cal .sponsor_text_black, .small_cal .sponsor_text_black a {
font-size:11px; 
font:Arial, Helvetica, sans-serif;
color:#000;
text-decoration:none;
padding-top:6px;
   }
   
.small_cal .sponsor_text a:hover, .small_cal .sponsor_text_black a:hover {
text-decoration:underline;
}


input.text_box {
font-size: 9px;
font-weight: bold;
height: 12px;
width: 95px;
padding-top:0;
font-family:Arial, Helvetica, sans-serif;
}

.small_cal .DatePicker {
background-color:#ccccff;
padding-left:0;
}

.DatePicker {
color:#000;
font-size:9px;
font-family:Arial, Helvetica, sans-serif;
background: none;
line-height:9px;
}

.DatePicker table {
background-color:#ccccff
}

.DatePicker select {
font-size:9px;
color:#fff;
font-weight:bold;
background-color:#000066;
font-family:Arial, Helvetica, sans-serif;
}

.DatePicker td, .DatePicker th {
background-color:#FFFFFF;
color:#000000;
width:10px;
line-height:9px;
text-align:right;
padding: 2px 1px 2px 1px;
}

.DatePicker .DatePickerHdr {
background-color:#000066;
}

.DatePicker .DatePickerHdr table, .DatePicker .DatePickerHdr tr, .DatePicker .DatePickerHdr td {
background-color:#000066;
color: #fff;
border: none;
}

.DatePicker .DatePickerHdr:hover, .DatePicker .DatePickerHdr table:hover, .DatePicker .DatePickerHdr tr:hover {
background-color:#000066;
}

.DatePicker td:hover {
cursor:pointer;
color:#FFFFFF;
background-color:#000066;
}

.DatePicker .DatePickerHdr td:hover {
cursor:pointer;
background-color:#000066;
}

.DatePickerHdrBtn {
color:#FFFFFF;
}

.cal_pics {
padding-bottom:15px;
padding-left:0;
padding-top:6px;
padding-right:0;
margin: 0 0 0 0;
text-decoration: none;
border: none;
}

.cal_pics .images1 {
padding-right: 10px;
padding-left:4px;
padding-top:0;
float:left;
width:90px;
height:52px;
padding-bottom:20px;
border:none;
text-decoration: none;
}

.cal_pics .images2 {
padding-right: 0;
padding-left:0;
padding-top:0;
float:left;
width:90px;
height:52px;
padding-bottom:20px;
border:none;
text-decoration: none;
}

.cal_pics .images3 {
padding-left:0;
padding-top:0;
width:90px;
height:52px;
float:right;
padding-bottom:20px;
padding-right:12px;
border:none;
text-decoration: none;
}

.cal_pics .images1 .head, .cal_pics .images3 .head {
background: url("/images/calendar/lt_blue_back.gif") no-repeat;
text-align:center;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration: none;
<!--[if IE 7]>
margin-top:-4px;
<![endif]-->
}

.cal_pics .images2 .head {
background: url("/images/calendar/dk_blue_back.gif") no-repeat;
text-align:center;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration: none;
<!--[if IE 7]>
margin-top:-4px;
<![endif]-->
}

.cal_pics .images1 .head a, .cal_pics .images3 .head a, .cal_pics .images1 .head a:hover, .cal_pics .images3 .head a:hover, .cal_pics .images1 a, .cal_pics .images1 a:hover, .cal_pics .images3 a, .cal_pics .images3 a:hover, .cal_pics .images2 .head a, .cal_pics .images2 .head a:hover, .cal_pics .images2 a, .cal_pics .images a:hover {
color:#fff;
text-decoration: none;
}


/*.cal_pics .event1 {
background: url("/images/calendar/lt_blue_back.gif") no-repeat;
text-align:center;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
width:90px;
float:left;
padding-right: 8px;
}

.cal_pics .event2 {
background: url("/images/calendar/dk_blue_back.gif") no-repeat;
text-align:center;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
width:90px;
float:left;
padding-right: 8px;
}

.cal_pics .event3 {
background: url("/images/calendar/lt_blue_back.gif") no-repeat;
text-align:center;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
width:90px;
float:right;
}*/

.special_pg {
padding-top:4px;
padding-bottom:4px;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#000;
}

.special_pg a {
color:#000066;
text-decoration:none;
}

.special_pg a:hover {
text-decoration:underline;
color:#990000;
}


/* gallery module */
#nav .photo-gallery-post, #nav2 .photo-gallery-post {															/* photo gallery container */
	clear: both;
	display: block;
	width: 119px;
	color: #000066;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	margin-top: -2px;
	padding: 0 0 0 2px;
		/*padding: 0 0 12px 0;*/
}

#nav .photo-gallery-post a, #nav2 .photo-gallery-post a {															/* photo gallery link */
	color: #000066;
	text-decoration: none;
	font-weight:bold;
}
#nav .photo-gallery-post a:hover, #nav2 .photo-gallery-post a:hover {
	color: #000066;
	font-weight:bold;
	text-decoration: underline;
}


  .post-header {																
	background: url("/images/misc/bg_header2.gif") transparent repeat-x;
	height: 32px;
	color: #000;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	margin:0;
	padding: 4px 0 0 4px;
}
.post-header a {															
	color: #000066;
	text-decoration: none;
}
.post-header a:hover {
	color: #000066;
	text-decoration: none;
}

.rss_links {																
	background: url("/images/misc/bullet1.gif") transparent no-repeat 0 4px;
	list-style: none;
	color: #000066;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 3px 0 0 2px;
	padding: 0 0 0 9px;
	display:block;
	/*text-indent: 0;
	#text-indent: -17px;
	color: #000;
	font: bold 11px arial,helvetica,sans-serif;
	text-align: left;
	padding: 4px 0 0 4px;*/
}
.rss_links a {															
	color: #000066;
	text-decoration: none;
}
.rss_links a:hover {
	color: #990000;
	text-decoration: underline;
}

#ad-space, #rightrail {display:none;}
