/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #eee;
	text-align: center;
	
}

a:link { font-size: 11px; font-family:  Verdana, Arial, Helvetica, sans-serif; color: #003366; font-weight: bold;  text-decoration:none;}
a:visited { font-size: 11px; color: #003366; font-weight: bold;  text-decoration:none;}
a:hover { text-decoration: underline; color: #003366; font-weight: bold;}



/* the master container wrapper */
div#container{
	width:1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #fff;
	border-color: #ccc;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	}

/* the header */
div#header{
	background:#fff url(http://media.mgnetwork.com/swvatoday/images/siteimages/logo.jpg) no-repeat;
	height:100px;
}




/* the 3 columns */
div#leftcolumn{
	width:160px;
	background-color:#edf0f2;
}
div#centerarea{ /* the contaner for the right 2 collums */
	float: right;
        width:820px;
}
div#rightcolumn{
	float: right;
	text-align: center;
	width: 160px;
	padding:0px 10px 10px 10px;

}
div#content{
	float: left;
	width: 620px;
	padding:0px 0px 10px 10px;

}






/* the footer */
div#footer{
	text-align: center;
	clear:both;
	padding:10px;
}



/* top nav */
#topnav_menuitem a{
	height:21px; 
	background:url(http://media.mgnetwork.com/swvatoday/images/siteimages/top_navbar_bg.gif) repeat-x;
	padding: 1px 26px 1px 26px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#566570;
	text-decoration:none;
	float:right;
}
#topnav_menuitem a:hover{
	background-image:url(http://media.mgnetwork.com/swvatoday/images/siteimages/top_navbar_bg_o.gif);
	color:#566570;
	text-decoration:none;
}#topnav_menuitem a:visited{
	color:#566570;
	text-decoration:none;
}
#topnav_spacer{
	background-image:url(http://media.mgnetwork.com/swvatoday/images/siteimages/top_navbar_spacer.gif);
	float:right;
	width:3px;
	height:21px;
}




/* left nav */
#masterlist{
	padding: 0px;
	margin: 0px;
	list-style: none;
	width:165px;
}	
#masterlist a{ /* all left nav list links */
	display: block; 
	font-weight:bold;
	padding:3px 0px 3px 10px;
	text-decoration: none;
	color:#185b7f;
	border: 1px solid #CCCCCC;
	border-top: 0px;
	border-left: 0px;
	list-style: none;
	margin: 0px;
	width:165px;
}



#masterlist ul{
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
#masterlist li{
	width: 100%;
	display:inline
	}

#masterlist .ln-sectionheader a{  /* second level left nav list links */
	background: #fff url("http://media.mgnetwork.com/swvatoday/images/siteimages/leftRail-SectionHeaderBG.gif");
	font-size:14px;
	}

#masterlist .ln-category a{  /* second level left nav list links */
	background: #fff;
	font-size:12px;
	}


#masterlist .ln-home a{
	font-size: 12px;
	background:#566570;
	color:#fff;
}
#masterlist .ln-major a{
	font-size: 12px;
	background:#b1b8be;
	color:#fff;
}

#masterlist a:hover { /* all left nav list links  mouseover*/
	color:#185b7f;
	background:#ffe487; 
}
#masterlist .ln-new a{ /* highlight a new feature */
	font-size: 12px;
	color:#185b7f;
	background:#ffe487; 
}





/* content area styles */
#content p{
	margin-top: 0px;
	margin-bottom: 18px;
	line-height: 130%
}
#articlePhoto{
	padding: 2px;
	border: 1px solid black;
	width: 300px;
}
#content h2{
	font-size:18px;
	color:#600;
}
#content h3{
	font-size:14px;
	color:#999;
}




/* front page styles */
#fpDate{
	font-size: 11px;
	color:#666;
}
#fpDateline{
	font-size: 11px;
	color:#666;
}
#fpALArticle{
	margin-bottom: 8px;
}
#fpMainArticle img{
	padding: 2px;
	border: 1px solid black;
	width: 250px;
        height: auto;
	margin-bottom:4px;
}

#fpHeader{
	color:#bbb;
	font-size:18px;
	font-weight:bold;
	margin-bottom:8px;
}

a#fpCategories:link { font-size: 11px; font-family:  Verdana, Arial, Helvetica, sans-serif; color: #666; text-decoration:none; font-weight: normal;}
a#fpCategories:visited { color: #666; text-decoration:none; font-weight: normal;}
a#fpCategories:hover { text-decoration: underline; color: #666;}

a#fpMainHeadline:link { font-size: 16px; font-family:  Verdana, Arial, Helvetica, sans-serif; color: #003366; font-weight: bold;  text-decoration:none;}
a#fpMainHeadline:visited { font-size: 16px; color: #003366; font-weight: bold;   text-decoration:none;}
a#fpMainHeadline:hover { text-decoration: underline; color: #003366; font-weight: bold;}




/* Article page Styles */
#article img{
	width: 300px;
        height: auto;
	margin-bottom:4px;
}
.entry{
	padding:4px;
	margin:0px 0px 14px 0px;
	background:#eee;
	border: solid 1px #ddd;
}
.posted(
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}