/* CSS Document */

/* STYLING NOTES -- Search and replace to restyle 

MAIN COLORS 
Body Bg Color: #993333 (#6699CC)
SubNav, Footer Nav Bg Color: #993333
TopNav Tab Bg Color: #FFEA78
TopNav Special Tab Bg Color: #99CC33
Branding Outline/Border: #CCD9F2

MAIN IMAGES
TopNav -- tabs are 20 px high
Tab Corner Left: images/topnav_tab_left.gif
Tab Corner Right: images/topnav_tab_right.gif
Special Tab Corner Left: images/topnav_tab_left_special.gif
Special Tab Corner Right: images/topnav_tab_right_special.gif
Body Top Corner Left: images/body_topcorner_left.gif
Body Top Corner Right: images/body_topcorner_right.gif
Body Bottom Corner Left: images/body_bottomcorner_left.gif
Body Bottom Corner Left: images/body_bottomcorner_left.gif

Nav Bgs -- Navs are 30 px high
SubNav Bg Image:
Footer Nav Bg Image:

*/

/* Declaring global variables for widths */
/* @media screen {*/
.leftColumn  {	width:180px;float:left;	display:block;}
.middleColumn{	width:445px;float:left; display:block;overflow:hidden;}
.rightColumn {	width:350px;float:left; display:block;}

/* Default Whole Page */

	body {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 11px;
		margin: 0px;
	}

/* Page Wrapper */

	#PageWrapper {
		width: 975px;
		margin-left: auto; /* center the page content */
		margin-right: auto; /* center the page content */
		margin-top:0px;
		margin-bottom:0px;
		background-color:#993333;
	}

/* Banners: Top */

	#BannersTop {
		width: 975px;
		height: 100px;
		padding-top: 5px;background-color: white;
	}
	
	#BannersTop_Left {
		float: left;
		width: 728px;
		height: 90px;
	}
	
	#BannersTop_Right {
		float: left;
		width: 247px;
		height: 90px;
		text-align: right;
	}

	#BannersTop_Right .weather {
		width: 234px;
		/*height: 55px;*/
		float:right;
		border:1px solid #D5DBDD;
	}

	#BannersTop_Right .weather .todayWeatherTitle 
	{
		float:left;
		background:#ADC3EC none repeat scroll 0%;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
		margin:0px;
		padding:1px 0px;
		text-align:center;
		text-transform:uppercase;
		width:100%;
	}

	#BannersTop_Right .weather .todayWeatherMainBox 
	{
		float:left;
		width:100%;
		padding:4px 0px;
	}

	#BannersTop_Right .weather .todayWeatherMainBox img
	{
		float:right;
		margin:0px 10px;
	}

	#BannersTop_Right .weather .todayWeatherMainBox .forecast 
	{
		float:left;
		color:#000000;
		width:180px;
		text-align:center;
	}

	#BannersTop_Right .weather .todayWeatherMainBox .forecast a
	{
		color:#6699CC;
		width:180px;
	}

/* Page: Header */
	#PageHeader{
		display:block;
		background-color: white;
	}
	#PageHeader .tabs{
	
		height:20px;
		display:block;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		
	}
/* Header: Tabs */
 .tabs .yellow{
		background-image:url(imgs/yellowtab2.gif);
		background-repeat:repeat-x;
		background-position:0px -22px;
		height:20px;
		float:left;

		line-height:20px;		
		color:#7b6500;
	}
.tabs .yellowleftcorner{
		background-image:url(imgs/yellowtab2.gif);
		display:block;
		float:left;
		width:12px;
		height:20px;
		margin-right:-5px;
	}
.tabs .yellowrightcorner{
		background-image:url(imgs/yellowtab2.gif);
		background-position:-8px 0px;
		display:block;
		float:left;
		width:12px;
		height:20px;
		margin-left:-5px;
	}
.tabs .yellow a{
	padding-left:6px;
	padding-right:6px;
	color:#e8e8e8;
	text-decoration:none;
}
.tabs .yellow a:hover,.tabs .yellow a:active{
	color:#ffffff;

}


.tabs .green{
		background-image:url(imgs/greentab.gif);
		background-repeat:repeat-x;
		background-position:0px -22px;
		height:20px;
		display:none;
		width:200px;
		float:left;
		line-height:20px;
		padding-left:5px;
		color:#FFFFff;
}
.tabs .green .rightcorner{
		background-image:url(imgs/greentab.gif);
		background-position:0px 0px;
		display:block;
		float:right;
		width:9px;
		height:20px;
}
.tabs .green a{
	padding-left:5px;
	padding-right:5px;
	color:#FFFF99;
	text-decoration:none;
}
.tabs .green a:hover{
	color:#ffffff;

}
/* Branding Area */
#Branding{
	border-left:solid 1px #CCD9F2;
	background-image:url(imgs/branding_bg_2.gif);
	height:52px;
	display:block;
	background-color: white;
}
#Branding .logo{
	width:180px;
	height:52px;
	float:left;
	display:block;
}
#Branding .shortCuts a{
	padding-left:5px;
	padding-right:5px;
	color:#b98484;
	text-decoration:none;
	
}
#Branding .shortCuts a:hover{
	padding-left:5px;
	padding-right:5px;
	color:#993333;
	text-decoration:none;
}

#Branding .shortCuts{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:52px;
	float:left;
	display:block;
	height:52px;
	color:#b98484;
	width:440px;
	text-align:center;
}
#Branding .rightcorner{

	background-image:url(imgs/branding_bg_3.gif);
	background-position:top right;
	width:10px;
	float:right;
	display:block;
	height:52px;
}
#Branding .foreCast{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	display:block;
	height:32px;
	color:#6699cc;
	font-weight:bold;
	width:150px;
	padding:0px;
	text-align:center;
}
#Branding .foreCast a{
	color:#6699cc;
	font-weight:normal;
}

#Branding .searchBox{
	color:#888888;
	display:block;
	float:right;
	padding-top: 10px;
	
	border:none;
	width:330px;
}
/*
#Branding .searchBox input{

	border:solid 1px #aaaaaa;
	margin-left:10px;
	float:left;
	height:15px;
	font-size:11px;
	line-height:15px;

}
*/
#Branding .searchBox .box .btnGo{
	border:none;
	background-image:url(imgs/btn_go01.gif);
	width:21px;
	height:19px;
	display:block;
	float:left;
	cursor:pointer;
}

#Branding .searchBox .box{
	border:none;
	width:155px;
	float:left;
	height:100%;
	padding-left:10px;
}
#Branding .searchBox .box .input
{
	float:left;
	width:120px;
	height:13px;
}

/* Sub Navigation */
#subNav{
	display:block;
	height:27px;
	background-image:url(imgs/subnav_bg.gif);
	clear:both;
	line-height:27px;
	color:white;
	background-color:#993333;
	
	/*border-bottom:solid 1px #5C84AE;*/
}

.leftColumn .subNav {
	background-image:url(imgs/subnav_bg.gif);
	background-repeat:repeat-x;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	padding-top:12px;
	padding-bottom:12px;
	display:block;
	border-bottom:solid 1px #882828;
}

.leftColumn .box
{
	margin-top:20px;
	margin-left:10px;
	background-color:#993333;
	font-family:Arial;
}
.leftColumn .box .header
{
	background-image:url(imgs/leftBoxHeaderCurve.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	width:140px;
	text-transform:uppercase;
	text-align:center;
	display:block;
	line-height:24px;
	font-weight:bold;
	font-size:14px;
	color:White;
	background-color:#6e1f1f;
}
.leftColumn .box .content
{
	background-image:url(imgs/leftBoxFooterCurve.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-color:#822b2b;
	width:150px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	
}
.leftColumn .box .content a
{
	padding-left:5px;
	font-size:11px;
	text-decoration:none;
	display:block;
	color:#eeefff;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:dotted 1px #bb5555;
}
.leftColumn .box .content a:hover
{
	color:White;
	background-color:#721b1b;
}

/* Right Column Box */


.rightColumn .box
{
	margin-top:10px;
	margin-left:0px;
	background-color:#993333;
	font-family:Arial;
	margin-bottom:10px;
}

.rightColumn .box .btn
{
	border:none;
	padding:0px;
	
}

.rightColumn .box .header
{
	background-image:url(imgs/rightBoxHeaderCurve.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	width:280px;
	text-transform:uppercase;
	text-align:center;
	display:block;
	line-height:24px;
	font-weight:bold;
	font-size:14px;
	color:White;
	background-color:#662222;
}
.rightColumn .box .content
{
	background-image:url(imgs/rightBoxFooterCurve.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-color:#802a2a;
	width:290px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:0px;
	
}
.rightColumn .box .content .links ul
{
	color:#eeefff;
	color:#aaffff;
	margin:0px;
	
}
.rightColumn .box .content .links li
{
	border:none;
	padding-left:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
	list-style-position:outside;
}
.rightColumn .box .content .links
{
	text-align:left;
}
.rightColumn .box .content .links a:hover
{
	background-color:#a04a4a;
	color:White;
}
.rightColumn .box .content .links a
{
	color:#eeefff;
	color:#ffffff;
	padding-bottom:4px;
	padding-top:4px;
	display:block;
	/*border-bottom:dotted 1px #eeeeee;*/
	font-size:11px;
	text-decoration:none;
	text-align:left;
	padding-left:0px;

}
.rightColumn .box .content .halflinks a
{
	width:45%;
	float:left;
	margin-right:10px;
	
	font-size:12px;
	text-decoration:none;
	display:block;
	color:#eeefff;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:dotted 1px #eeeeee;
}
.rightColumn .box .content a:hover
{
	color:White;
	background-color:#a04a4a;
}


/* Content Scaling Parameters */
.BodyLineup ul li
{
	line-height:15px;
}

.BodyLineup{
	font-size:12px;line-height:15px;color:#556677;
	clear:left;
	padding-bottom:20px;
}
.BodyLineup:first-letter
{
	font-size:300%;
	line-height:30px;
	float:left;
	font-weight:bold;
	padding-right:5px;
}

.BodyLineupSmall{
	font-size:11px;line-height:14px;color:#556677;
	clear:left;
}
.BodyLineupSmall:first-letter
{
	font-size:300%;
	line-height:20px;
	float:left;
	font-weight:bold;
	padding-right:5px;
}


.BodyLineupLarge
{
	font-size:14px;line-height:18px;color:#556677;
	clear:left;
}
.BodyLineupLarge:first-letter
{
	font-size:300%;
	line-height:30px;
	float:left;
	font-weight:bold;
	padding-right:5px;
}


@media print 
{
	.BodyLineupLarge
	{
	font-size:18px;line-height:18px;color:#000000;
	overflow:auto;
	height:1%;
	}
	.BodyLineupLarge:first-letter
	{
		font-size:300%;
		line-height:30px;
		float:left;
		font-weight:bold;
		padding-right:5px;
	}

}


.iconTextLarge,.iconTextLarge a
{
	background-image:url(imgs/icon_textlarge.gif);
	width:17px;
	height:17px;
	display:block;
	float:right;
}
.iconTextLarge a:hover
{
	background-image:url(imgs/icon_textlarge_on.gif);
}

.iconTextMedium,.iconTextMedium a
{
	background-image:url(imgs/icon_textmedium.gif);
	width:17px;
	height:17px;
	display:block;
	float:right;
}
.iconTextMedium a:hover
{
	background-image:url(imgs/icon_textmedium_on.gif);
}


.iconTextSmall,.iconTextSmall a
{
	background-image:url(imgs/icon_textsmall.gif);
	width:17px;
	height:17px;
	display:block;
	float:right;
}
.iconTextSmall a:hover
{
	background-image:url(imgs/icon_textsmall_on.gif);
}

.iconPrint,.iconPrint a
{
	background-image:url(imgs/print.gif);
	width:50px;
	height:17px;
	display:block;
	float:left;
}

.iconPrint a:hover{
	background-image:url(imgs/print_on.gif);
}

.iconTellaFriend,.iconTellaFriend a
{
	background-image:url(imgs/tellafriend.gif);
	width:50px;
	height:17px;
	display:block;
	float:left;
}

.iconTellaFriend a:hover{
	background-image:url(imgs/tellafriend_on.gif);
}

.toolboxSeparator
{
	background-image:url(imgs/toolbox_sep.gif);
	width:5px;
	height:17px;
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	float:right;
	margin-left:4px;
	margin-right:4px;
}


.hidden
{
	display:none;
}
/* News Item Links (more info...,...) */

.middleColumn .moreItems a:hover ,.lnk:hover
{
	/*text-decoration:underline;*/
	color:#33bbff;
	/*border-bottom:dashed 1px #33bbff;*/
}
.middleColumn .moreItems a,.middleColumn .moreItems a:active ,.lnk , .lnk:active
{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	line-height:15px;
	/*color:#0000a0;*/
	color:#4488cc;
	margin-bottom:3px;
	/*border-bottom:dashed 1px #ccddee;*/

}

.middleColumn .topBody
{
	font-size:13px;
	color:#333333;
}
/* Article Summary */
.shortAbstract
{
	line-height:12px;
	color:#444444;
	
}

/* Date indicator on the top News */
.middleColumn .date
{
	font-size:10px;
	color:#909090;
}

/* Bold Titles */
.middleColumn .Title, .wide .content .Title,.Title
{
	font-size:18px;
	font-weight:bold;
	display:block;
	text-decoration:none;
	color:Black;
	/*position:relative;*/

}

.middleColumn .SubTitle, .wide .content .SubTitle
{
	font-size:14px;
	font-weight:bold;
	display:block;
	color:#888888;
}

.middleColumn .author, .wide .content .author
{
	padding-top:20px;
	font-size:12px;
	color:#999999;
	font-style:italic;
}
.middleColumn .shortTitle /* Style for News Item Titles on lists*/
{
	font-size:13px;
	font-weight:bold;
	display:block;
	text-decoration:none;
	color:Black;
	line-height:14px;
	padding-right:10px; 
	padding-bottom:4px;
	/*font-family:Verdana;*/
}

#subNav .middleColumn{
	text-align:center;
	text-transform:uppercase;
	font-size:10px;	
	
}
#subNav .middleColumn a:hover{ 
	text-decoration:underline;
}
#subNav .middleColumn a{ 
	text-decoration:none;
	color:#FFFFFF;
	padding-right:5px;
	padding-left:5px;
}
.rightColumn .subNav{
	background-image:url(imgs/subnav_bg.gif);
	background-repeat:repeat-x;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	line-height:20px;
	height:30px;
	padding-top:10px;
	border-bottom:solid 1px #882828;
}
.rightColumn .subNav select{
	border:solid 1px #888888;
	font-size:12px;
	background-color:#D1E1F0;
	margin:0px;
}
/* Content Wrapper */
#content{
	display:block;
	background-color:#993333;
	/*clear: both;*/
	width: 975px;
	/*height:1%;*/
	/*overflow:auto;*/
}
#content .leftColumn{
/*	border-top:solid 1px #882828;*/
	font-size:12px;
	color:white;
	padding-bottom:10px;
}
/* Left Navigation Links */
.leftNav a{
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	display:block;
	height:23px;
	line-height:23px;
	text-decoration:none;
	/*border-top:solid 1px #882828;*/
	border-bottom:solid 1px #882828;
}
.leftNav a:hover{
	background-color:#933131;
	color:white;
	/*border-top:solid 1px #94bCe6;
	border-bottom:solid 1px #3A638C;*/

}



#content .middleColumn{
	font-size:11px;

}

#content .middleColumn .region{
	background-color:white;
	padding-bottom:0px;
}
#content .middleColumn .topCurve{
	display:block;height:10px;
	background-image:url(imgs/body_topcorner_right.gif);
	background-repeat:no-repeat;
	background-position:top right;
	clear:both;
	background-color:white;

}
#content .middleColumn .topCurve .leftcorner{
	background-image:url(imgs/body_topcorner_left.gif);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	float:left;
	display:block;
}
/* Right Column in Content Area*/
#content .rightColumn{
	font-size:12px;
	color:white;
	padding-bottom:10px;
}


.footerAds h5,#content .rightColumn h5{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#88bcf0;
	display:block;
	line-height:30px;
	text-align:center;
	margin:0px;
}

#content .terminator .leftColumn{border:none;height:10px;}
#content .middleColumn .terminator,.terminator {
	background-image:url(imgs/body_bottomcorner_left.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:10px;
	margin-bottom:10px;
	background-color:#ffffff;
}
#content .middleColumn .terminator .bottomCurve,.terminator .bottomCurve{
	display:block;
	height:10px;
	background-image:url(imgs/body_bottomcorner_right.gif);
	background-repeat:no-repeat;
	background-position:bottom right;


}
/* Sub Navigation Strip */
#subNavFooter{
	display:block;
	height:27px;
	background-image:url(imgs/subnav_bg.gif);
	clear:both;
	line-height:27px;
	color:white;
	background-color:#993333;
	border-top:solid 1px #B3D9FF;
	font-size:11px;
}


#subNavFooter .leftColumn{
	text-align:center;
	/*background-image:url(imgs/footerLeftCorner.gif);*/
	background-position:left bottom;
	background-repeat:no-repeat;
	height:27px;
	line-height:27px;
}
#subNavFooter .middleColumn{
	text-align:center;
}
#subNavFooter .rightColumn{
	text-align:center;
	/*background-image:url(imgs/footerRightCorner.gif);*/
	background-position:right bottom;
	background-repeat:no-repeat;
	height:27px;

}
#subNavFooter a:hover{ 
	text-decoration:underline;
}
#subNavFooter a{ 
	text-decoration:none;
	color:#FFFFFF;
	padding-right:5px;
	padding-left:5px;
	font-size:12px;
	font-weight:normal;
}
/* Page: Footer */
#footer {
	background-color:white;
	clear:both;
	color:#C0C0C0;
	display:block;
	height:1%;
	overflow:hidden;
	width:975px;
}

#footer .leftColumn{
	text-align:center;
}
#footer .middleColumn{
	text-align:center;
}
#footer .rightColumn{
	text-align:center;
}

#footer #siteMap thead
{
	color:#990000;
	font-weight:bold;
	font-family:Verdana;
	font-size:10px;
}
#footer #siteMap thead td{
padding-bottom:2px;
}
#footer #siteMap
{
	margin-bottom:5px;
	color:#aaaaaa;
	font-family:Arial;
	font-size:11px;
}
#footer #siteMap .hover
{
	background-color:#f6f6f6;
}
#footer #siteMap .hover a:hover
{
	color:#000000;
}

#footer #siteMap .hover a
{
	color:#66bbff;
}
#footer #siteMap .hover a b
{
	color:#2288ff;
}

#footer #siteMap td
{
	padding:4px;
	width:130px;
	line-height:14px;
	vertical-align:top;
}
#footer #siteMap td a:hover
{
	color:#666666;
}
#footer #siteMap td:hover a:hover
{
	color:#666666;
}
#footer #siteMap td a b
{
	color:#999999;
}
#footer #siteMap td a
{
	color:#c8c8c8;
	text-decoration:none;
	display:block;
}

#footer #siteMap .metroland a:hover
{
	color:#666666;
}
#footer #siteMap .metroland a
{
	color:#afafaf;
	font-size:11px;
	line-height:20px;
	text-decoration:none;
	margin-left:0px;
	margin-right:0px;
}

#footer #siteMap .metroland b
{
	font-family:Arial;
	color:#4069bf;
	font-size:12px;
}
#footer #siteMap .metroland
{
	display:block;
	border-bottom:solid 1px #aaaaaa;
	border-top:solid 1px #aaaaaa;
	line-height:22px;
	color:#666666;
	width:970px;
	padding-left:5px;
}
/* Boxes */
.yellowBox{
padding-left:10px;
display:block;
margin-bottom:10px;

}
.yellowBox .header{
	background-image:url(imgs/yellowtab2.gif);
	background-repeat:repeat-x;
	background-position:0px -22px;
	height:22px;
	line-height:22px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	display:block;
	text-align:center;

}
.yellowBox .header .leftcorner{
	background-image:url(imgs/yellowtab2.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:12px;
	height:22px;
	float:left;

}
.yellowBox .header .rightcorner{
	
	background-image:url(imgs/yellowtab2.gif);
	background-repeat:no-repeat;
	background-position:-10px 0px;
	width:10px;
	height:22px;
	float:right;
	

}
.yellowBox .content{
	border:solid 1px #f3dbc2;
	border-bottom:none;
	clear:both;
	padding:5px;
	background-image:url(imgs/yellowBoxbg.gif);
	background-repeat:repeat-x;
	
}
.yellowBox .footer{
	background-image:url(imgs/yellowBoxFooter.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	height:9px;
	line-height:9px;
	font-size:14px;
	font-weight:bold;
	color:#CC6600;
	text-align:center;

}
.yellowBox .footer .leftcorner{
	background-image:url(imgs/yellowBoxCorners.gif);
	background-repeat:no-repeat;
	background-position:0px -11px;
	width:9px;
	height:9px;
	float:left;

}
.yellowBox .footer .rightcorner{
	
	background-image:url(imgs/yellowBoxCorners.gif);
	background-repeat:no-repeat;
	background-position:-9px -11px;
	width:9px;
	height:9px;
	float:right;
	

}
.blueBox{
display:block;
margin-left:10px;

}
.blueBox .header{
	background-image:url(imgs/bluetab2.gif);
	background-repeat:repeat-x;
	background-position:0px -22px;
	height:22px;
	line-height:22px;
	font-size:14px;
	font-weight:bold;
	color:white;
	display:block;
	text-align:center;

}
.blueBox .header .leftcorner{
	background-image:url(imgs/bluetab2.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:12px;
	height:22px;
	float:left;

}
.blueBox .header .rightcorner{
	
	background-image:url(imgs/bluetab2.gif);
	background-repeat:no-repeat;
	background-position:-10px 0px;
	width:10px;
	height:22px;
	float:right;
	

}
.blueBox .content
{
	background-image:url(imgs/blueBoxbg.gif);
	background-repeat:repeat-x;
	border:solid 1px #c3d9ff;
	border-bottom:none;
	padding:5px;
	
}
.blueBox .content .lnk
{
	font-size:12px;
}
.blueBox .footer,.blueBoxfooter{
	background-image:url(imgs/blueBoxCorners.gif);
	background-repeat:repeat-x;
	background-position:0px -2px;
	height:9px;
	line-height:9px;
	font-size:14px;
	font-weight:bold;
	color:#CC6600;
	position:relative;
}
.blueBox .footer .leftcorner,.blueBoxfooter .leftcorner{
	background-image:url(imgs/blueBoxCorners.gif);
	background-repeat:no-repeat;
	background-position:0px -11px;
	width:9px;
	height:9px;
	float:left;

}
.blueBox .footer .rightcorner,.blueBoxfooter .rightcorner{
	
	background-image:url(imgs/blueBoxCorners.gif);
	background-repeat:no-repeat;
	background-position:-9px -11px;
	width:9px;
	height:9px;
	float:right;
}
.rightColumn .footer {
	background-image: url(imgs/panel_bottomcorner_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 9px;
	display: block;
}
/* Wide Column */
.wide{
	background-color:#993333;
	float:left;
	width:785px;
}
.wide .content{
	background-color:white;
	background-image:url(imgs/body_topcorner_right.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.wide .terminator .rightcorner{
	display:block;
	float:right;
	height:9px;
	width:9px;
	background-image:url(imgs/panel_bottomcorner_right.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

ul{
	padding-left:15px;
	margin:0px;
	}
ul li
{
	line-height:10px;
	padding-bottom:3px;
	margin-bottom:6px;
	border-bottom:dotted 1px #dadada;
	
}



.TopicsBar
{
	float: right; 
	width: 200px;
}

.TopicsBar .htopic
{
	height: 1%; 
	overflow:auto;
	float: none;
	border-top:solid 1px #e0e0e0;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	background-color:#ecedd4;
	color:#955555;
	cursor:pointer;
}

.TopicsBar .htopic a:hover
{
	color:#000000;
}

.TopicsBar .htopic a
{
	 text-decoration:none;
	 font-style:italic;
	 color:#444444;
}

.TopicsBar .topic
{
	height: 1%; 
	overflow:auto;
	float: none;
	border-top:solid 1px #e0e0e0;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	color:#555555;
	cursor:pointer;
}
.TopicsBar .topic a:hover
{
	color:#2222aa;
}

.TopicsBar .topic a
{
	 text-decoration:none;
	 font-style:italic;
}

.TopicsBar .title
{
	text-transform: uppercase; color: Black; font-size: 11px; font-weight: bold;
}

.imageNav 
{
	padding-top:3px;
	padding-bottom:3px;
	height:16px;
	margin-bottom:3px;
	background-color:#eeeeee;
}
.imageNav a
{
	text-align:center;
	width:15px;
	display:block;
	float:left;
	margin-left:3px;
	text-decoration:none;
	border:solid 1px #aaaaaa;
	color:#aaaaaa;
	background-color:White;
}
.imageNav a:active,.imageNav a:focus
{
	background-color:#3bd9ff;
	color:White;
}
.imageNav a:hover
{
	background-color:#eeeeee;
	border:solid 1px #888888;
	color:#333333;
	
}
.imageNav .ol
{
	margin:0px;
	padding:0px;
}
.imageNav li
{
	float:left;
	padding:0px;
	margin:0px;
}

.newsItems p,.noP p
{
	color:Black;
	margin:0px;
	padding:0px;
	
}
.relatedArticles
{
	border:none;
}
.relatedArticles a
{
	border:none;
	text-decoration:none;
}
.extendedweather img
{
	margin-top:5px;
}
.extendedweather .day
{
	font-size:12px;
	color:Black;
	padding-bottom:5px;
}
.extendedweather
{
    font-size:10px; 
	font-weight:bold;	
 	color:#666666; 
	float:left;
	margin-left:5px; 
	margin-right:0px; 
	margin-top:0px; 
	margin-bottom:1px; 
	padding-left:7px;
	text-align:left;
	overflow:hidden;
	width:70px;
	height:70px;
}
.breadcrumb 
{
	font-size:11px;
	color:#666666;
	line-height:16px;
	
}
.breadcrumb a:hover
{
	color:#555555;
}
.breadcrumb a
{
	color:#999999;
	text-decoration:none;
}
ul li.results a:hover
{
	color:#2233ee;
	text-decoration:underline;
}
ul li.results a:visited
{
	/*text-decoration:line-through;*/
	color:#77889f;
}

ul li.results a
{
	text-decoration:none;
	color:#4455bb;
}


.redTitlebox
{
	border-top:solid 2px black;
	background-image:url(imgs/red-vgrad.gif);
	background-repeat:repeat-x;
	color:white;
	padding-left:10px;
	font-family:Arial;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:23px;
	margin-bottom:10px;
}
.greenTitlebox
{
	border-top:solid 2px black;
	background-image:url(imgs/green-vgrad.gif);
	background-repeat:repeat-x;
	color:white;
	padding-left:10px;
	font-family:Arial;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:23px;
	margin-bottom:10px;
}

.rightArrow
{
	background-image:url(imgs/rightarrow.gif);
	background-repeat:no-repeat; 
	background-position:left center;
	padding-left:10px;
	line-height:25px;
	display:block;
}
/* } /* media terminator tag */

.aForm,.aForm td
{
	font-size:12px;
}
.aForm input[type="text"]
{
	border:solid 1px #8888aa;
}
.aForm h2
{
	font-size:18px;
	color:Black;
}
.aForm h3
{
	font-size:14px;
	color:#666666;
	
}

.rightColumn img
{
	background-color:White;
	/*border:solid 1px #88bcf0;*/
	overflow:hidden;
	/*filter:alpha(opacity=100);
	opacity: 0.92;
	-moz-opacity:0.92;
	*/
}/*
.TopicsBar img
{
	filter:alpha(opacity=100);
	opacity: 0.92;
	-moz-opacity:0.92;
}
.rightColumn img:hover,.TopicsBar img:hover
{
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
*/
#footer .rightColumn img
{
	border:none;
}
.RightSideAdBorder
{
}

.GoldBook img
{
	border:none;
}
.sectionLinks
{
	width:100%;
	text-align:center;
	padding:10px 0px;
	clear:both;
}

.sectionLinks a
{
	text-decoration:none;
}

/* Today's Poll Container */
#todayPoll {
     float: left;
     margin: 0px 15px;
     padding:5px;
     clear:both;
}
#Poll1_FormPanel
{
	padding-bottom:5px;
}
#todayPollText {
    border-top: solid 1px #ffffff;
    padding: 10px 10px 5px 10px;
    background: #ffffff url(imgs/bg_poll.gif) repeat-x top;
    clear: both;
}
.polltitle
{
	font-size:12px;
	margin:0px;
	padding-bottom:5px;
}
.pollText {
    width: 170px;
    float: left;
    padding-left: 10px;
    margin-bottom: 10px;
}
.pollAnswer {
    text-align: center;
    padding: 0px 0px 10px 0px;
    color: #336699; 
}
#todayPoll img {
    border: 0px;
}
#todayPollText span {
    margin-left: 10px;
    line-height: 20px;
}  
#todayPollText .first {
    margin-left: 10px;
    padding-top: 3px;
    width: 180px; display: block;
    border-top: solid 1px #336699;
}  
.todaysPollTitleBox 
{
    background:#336699;
    color:#ffffff;
    padding:3px 0px 4px 5px;
    font-weight: bold;
}

.poll
{
	font-size:10px;
}
.poll h3
{
	font-size:12px;
	margin:0px;
	padding:0px;
	display:block;
	margin-bottom:5px;
	
}
.poll table 
{
	float:left;
}
.poll label
{
	font-size:10px;	
	float:left;
	line-height:18px;
	margin-right:5px;
} 
.poll input
{
		float:left;
		font-size:10px;
}

/* End Today's Poll */
