@charset "utf-8";

/* TNR header css doc */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(/images/background/BG4VerRepeat.gif);
	background-position: center;
	background-repeat: repeat-y;
}

#header {width: 960px;}

#logo {
	margin-top: 3px;
	width: 960px;
	height: 93px;
	float: left;
}

/* banners */

#top_banner {
	width: 960px;
	background-color: #E6E6E6;
}

/* end banners */

/* nav menu */

#subNav {
	width: 960px;
	height: 30px;
	padding-top: 1px;
	background-color: #CCCCCC;
}

/*Nav Layout Fix*/
#subNav form.subNavForm {padding:0 0 4px 0;float:left;} /*Added for Searchnavbar and loginNavbar*/
#subNav #loginstatusbar {float:left;padding:0;margin:0;} /*Added*/
#subNav span.subNavBox  {width:100px;float:right;padding:0;margin:0;position:relative;top:-2px;left:15px;}
#subNav .subNavLink,#subNav .subNavLinkActive {width:100px;float:left;position:relative;top:-5px;}



ul#navmenu {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	border: 0px none;
	width: 960px;
	list-style: none;
}

ul#navmenu li {
	float: left;
	margin: 0px;
	border: 0px none;
	font-family: "Times New Roman", Times, serif;
	font-size:11px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	list-style: none;
	display: inline;
}

/* end nav menu */

/* links */

a, a:link, a:active, a:visited {
	color: #CC0000;
	text-decoration: none;
}

a:hover {text-decoration: underline;}

/* nav links */

a.navLink, a.navLinkActive, .navLink {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
}

a.navLinkActive:link, a.navLinkActive:visited {color:#CC0000;}
a.navLink:link, a.navLink:active, a.navLink:visited {color:#000000;}

a.navLink:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
}

/*Navigation Active State*/
.home #home, .political #political, .booksAndArts #booksAndArts, .columnists #columnists, .archives #archives, 
.services #services, .current_issue #current_issue  {color: #CC0000;text-decoration: none;}

/*Navigation Active hover State*/
.home #home:hover, .political #political:hover, .booksAndArts #booksAndArts:hover, .columnists #columnists:hover, .archives #archives:hover, 
.services #services:hover, .current_issue #current_issue:hover  {color: #ffffff;text-decoration: none;}


a.navLinkActive:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}

/* end nav links */

/* sub nav links */

a.subNavLink, a.subNavLinkActive, .subNavBox {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration: none;
	margin-left: 2px;
	margin-top: 6px;
	margin-right: 2px;
}

a.subNavLink:link, a.subNavLink:active, a.subNavLink:visited {color:#333333;}

a.subNavLink:hover, a.subNavLinkActive:link, a.subNavLinkActive:active, a.subNavLinkActive:visited, a.subNavLinkActive:hover {
	color: #CC0000;
	text-decoration: none;
}

/* end sub nav links */

/* end links */

/* search */

.searchBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border: 1px solid #666666;
	margin-left: 2px;
	margin-top: 5px;
	margin-right: 2px;
}

/* end search */

/* GLOBAL */

/* content */

#content {
	width: 960px;
	margin-top: 10px;
}

/* vertical lines */

.vline, .vline3px, .vline3pxRed {
	padding-left: 1px;
	padding-right: 1px;
	background-repeat: repeat-y;
}

.vline {background-image:url(/images/1px_dot.gif);}
.vline3px {background-image:url(/images/3px_dot.gif);}
.vline3pxRed {background-image:url(/images/3px_dot_red.gif);}

/* end vertical lines */

/* header fix by Xin */
#loginstatusbar span.subNavBox {text-align:right; padding-right:12px;}
#loginstatusbar img.subNavBox {padding-left:2px;}
#subNav #loginstatusbar {float:right;padding:0;margin:0; display:inline; } /*Added*/
#loginstatusbar table { width:400px; float:right; }

#subNav .subNavLink {width:100px;float:right;position:relative;top:-5px; margin-left:5px;display:inline; }
#subNav .subNavLinkActive {width:60px;float:right;position:relative;top:-5px; }

/* end content */