﻿/* SET GENERIC FLOATS  */

.float-right
{
	display:		inline;
	float:			right;
}

.float-left
{
	display:		inline;
	float:			left;
}

.clearblock
{
	clear:			both;
	font-size:		1px;
	height:			10px;
	margin:			-1px 0px 0px;
	overflow:		hidden;
}


/* //TICKER AND SEARCH BOX STYLES // */

.ticker-and-search
{
	clear:			both;
	background:		#F0F0F0 none repeat scroll 0%;
	float:			left;
	width: 			994px;
	padding-bottom:		3px;
	margin-top: 		2px;
	border: 		1px solid #999;
	background-image: 	url(http://newsoftheworld.co.uk/img/backgrounds/topnavgrey_bg.gif);
}

.ticker-container
{
	float:			left;
	font-size: 		1em;
	color: 			#003366;
	margin-top: 		0px;
}

.global-search-go
{
	float:			left;
	margin:			4px 8px 0px 0px;
}

input, textarea, select
{
	font-family:		Verdana,Helvetica,sans-serif;
	padding: 		0px 0px 3px 0px;
}

input.global-search-text
{
	float:			left;
	margin:			3px 3px 2px 3px;
	width:			250px;
	font-size: 		1.6em;
	border:			1px solid #666;
	color:			#000;
	float:			left;
	font-weight:		bold;
}

.ticker
{
	color:			#333;
	display:		inline;
	float:			left;
	padding:		10px 6px 4px 9px;
	font-weight: 		bold;
	width: 			600px;
	overflow: 		hidden;
}

/* START THE HEADER CONTAINER */

#header-container
{
	background-color:	#CC0000;
	width:			996px;
	height: 		100px;
	margin:			0px 0px 3px 0px;
	padding:		5px 0px 2px 0px;	
}

#header
{
	display: 		block;
	background: 		#CC0000;
}

.logo
{
	background-color:	#CC0000;
	float: 			left;
	width: 			220px;
	padding-left: 		20px;
}

.header-ad
{
	background: 		#CC0000;
	float:			left;
	width: 			728px;
	height: 		90px;
	margin: 		3px 0px 0px 20px;
}

/* ////////////////////////// TOP NAVIGATION STYLES ////////////////////// */

.top-nav
{
	background:		#FFF;	
}


.nav-primary
{
	background-color:	#FFFFFF;
	clear:			both;
	float:			left;
	width:			996px;
	font-family: Verdana,Arial,sans-serif;
	font-size:8pt;
}

.nav-primary li, .nav-secondary li
{
	display:		inline;
}


/* // TOP NAV LEVEL ONE //    */

a.primary-link, a.primary-link:visited
{
	background:		#FFF url(http://newsoftheworld.co.uk/img/backgrounds/white_pipe.gif) no-repeat right;
	padding:		9px 8px 9px 8px;
	float:			left;
	color:			#CC0000;
	font-weight:		bold;
	font-size:		1.0em;
	line-height:		1.1em;
	text-transform:		uppercase;
	text-decoration:	none;
	display:		block;
	white-space:		nowrap;
  	border-right: 		1px solid #FFF;
	border-left: 		1px solid #FFF;
}

a.primary-link:hover, a.primary-link:active
{
	background:		#09C url(http://newsoftheworld.co.uk/img/backgrounds/topnavtop_bg.gif);
	color:			#FFF;
	text-decoration:	none;
}

a.primary-link-no-pipe, a.primary-link-no-pipe:visited
{
	float:left;
	color:			#333;
	background:		#D9D9D9;
	font-weight:		bold;
	font-size:		1.0em;
	line-height:		1.1em;
	text-transform:		uppercase;
	text-decoration:	none;
	display:		block;
	padding:		9px 8px 9px 8px;
	white-space:		nowrap;
}

a.primary-link-no-pipe:hover, a.primary-link-no-pipe:active
{
	color:			#fff;
	background:		#999;
	text-decoration:	underline;
}

.primary-selected, a.primary-selected:visited, a.primary-selected:hover, a.primary-selected:active {
	padding:9px 8px 9px 8px;
	color:#FFF;
	background:#336699;
	background-image: url(http://newsoftheworld.co.uk/img/backgrounds/topnavtop_bg.gif);
	font-weight:bold;
	font-size:1.0em;
	line-height:1.1em;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	float:left;
	white-space:nowrap;
}

a.primary-home, a.primary-home:visited
{
	color:			#CC0000;
	background-color:	#FFF;
	font-weight:		bold;
	font-size:		1.0em;
	line-height:		1.1em;
	text-transform:		uppercase;
	text-decoration:	none;
	display:		block;
	float:			left;
	padding:		9px 8px 9px 8px;
	white-space:		nowrap;
	border-right: 		1px solid #FFF;
}

a.primary-home:hover, a.primary-home:active
{
	background:		#09C url(http://newsoftheworld.co.uk/img/backgrounds/topnavtop_bg.gif);
	color:			#FFF;
	text-decoration:	none;
}

/* SELECTED PRIMARY NAV HOME */

a.primary-home-selected:hover, a.primary-home-selected:visited, a.primary-home-selected, a.primary-home-selected:active
{
	background: 		#369 url(http://newsoftheworld.co.uk/img/backgrounds/topnavtop_bg.gif);
	float:			left;
	color:			#FFF;
	font-weight:		bold;
	font-size:		1.0em;
	line-height:		1.1em;
	text-transform:		uppercase;
	text-decoration:	none;
	display:		block;
	padding:		9px 8px 9px 8px;
	white-space:		nowrap;
}

/*** SECONDARY NAV ***/

.nav-secondary
{
	background: 		#336699	url(http://newsoftheworld.co.uk/img/backgrounds/topnav_bg.gif);
	clear:			both;
	float:			left;
	height: 		36px;
	width:			996px;
	font-weight: 		bold;
	font-family: Verdana,Arial,sans-serif;
	font-size:8pt;
}

a.secondary-selected, a.secondary-selected:visited
{
	color:			#FF9933;
	padding:		8px 9px 8px 9px;
	font-size:		1.0em;
	line-height:		1.1em;
	text-decoration:	none;
	text-transform:		uppercase;
	background: 		url(http://newsoftheworld.co.uk/img/backgrounds/white_pipe.gif) no-repeat right;
	letter-spacing:		0.05em;
	display:		block;
	float:			left;
	white-space:		nowrap;
}

a.secondary-selected:hover, a.secondary-selected:active
{
	text-decoration:	underline;
}


a.secondary-selected-no-pipe, a.secondary-selected-no-pipe:visited
{
	color:			#FFF;
	padding:		8px 9px 8px 9px;
	font-size:		1.0em;
	line-height:		1.1em;
	text-decoration:	none;
	text-transform:		uppercase;
	letter-spacing:		0.05em;
	display:		block;
	float:			left;
	white-space:		nowrap;
}

a.secondary-selected-no-pipe:hover, a.secondary-selected-no-pipe:active
{
	color:			#F90;
	padding:		8px 9px 8px 9px;
	font-size:		1.0em;
	line-height:		1.1em;
	text-decoration:	none;
	text-transform:		uppercase;
	letter-spacing:		0.05em;
	display:		block;
	float:			left;
	white-space:		nowrap;
}

a.secondary-link, a.secondary-link:visited
{
	color:			#fff;
	padding:		8px 9px 8px 9px;
	font-size:		1em;
	line-height:		1.1em;
	text-transform:		uppercase;
	text-decoration:	none;
	background: 		url(http://newsoftheworld.co.uk/img/backgrounds/white_pipe.gif) no-repeat right;
	display:		block;
	float:			left;
	white-space:		nowrap;
}

a.secondary-link:hover, a.secondary-link:active
{
	text-decoration:	none;
	color: 			#FF9933;
}

a.secondary-link-no-pipe, a.secondary-link-no-pipe:visited
{
	color:			#fff;
	padding:		8px 9px 8px 9px;
	font-size:		1.0em;
	line-height:		1.1em;
	text-transform:		uppercase;
	text-decoration:	none;
	letter-spacing:		0.05em;
	display:		block;
	float:			left;
	white-space:		nowrap;
}

a.secondary-link-no-pipe:hover, a.secondary-link-no-pipe:active
{
	text-decoration:	none;
	color: 			#FF9933;
}

.sunbanner
{
	float: 			right;
	margin-top: 		5px;
	padding-right: 		8px;
}


/* //  END TOP NAVIGATION STYLES  // */	

/* ///////////// SITE WIDE FOOTER STYLE ////////// */

	#navfootercontainer{
	width: 			996px;
	clear:			both;
	display:		block;
	margin-top: 		20px;
	}

	#navfooterhead
	{
	width: 			996px;
	background-color: 	#666;
	font-weight: 		bold;
	color: 			#FFF;
	height: 		18px;
	}

	#navfooterhead .navfooterhead-left
	{
	padding-top: 		2px;
	background: 		#666 url(http://newsoftheworld.co.uk/img/backgrounds/footernav_leftbg.gif) top left no-repeat;
	text-align: 		center;
	width: 			249px;
	float: 			left;
	}

	#navfooterhead .navfooterhead-mid {
	padding-top: 		2px;
	float: 			left;
	text-align:		center;
	width: 			249px;
	}

	#navfooterhead .navfooterhead-right {
	padding-top: 		2px;
	background: 		#666 url(http://newsoftheworld.co.uk/img/backgrounds/footernav_rightbg.gif) no-repeat top right;
	float: 			left;
	width: 			249px;
	text-align:		center;
	}


	#navfooter-links-container
	{
	color: 			#003366;
	background:		#FFF;
	font-size: 		0.9em;
	color: 			#666;
	}


	.navfooter {
	margin: 		3px 0px 3px 0px;
	float: 			left;
	width: 			248px; /* 249 width minus the 1px for the borders to make it align */
	padding: 		0px;
	border-left: 		1px dotted #999999;
	}

	.navfooter-right {
	margin: 		3px 0px 3px 0px;
	float: 			left;
	width: 			247px; /* 249 width minus the 2px for the borders to make it align */
	padding: 		0px;
	border-left: 		1px dotted #999999;
	border-right: 		1px dotted #999999;
	}

	.navfooter H5, .navfooter-right H5	{
	padding: 		0px;
	margin: 		0px;
	font-size: 		1em;
	}



	#navfooter-links-container a:link, #navfooter-links-container a:visited{
	font-weight: 		bold;
	text-decoration: 	none;
	color: 			#666;
	}

	#navfooter-links-container a:active, #navfooter-links-container a:hover{
	font-weight: 		bold;
	text-decoration: 	none;
	color: 			#39C;
	}


	#navfooter-links-container ul {
	list-style-type: 	none;
	margin-left: 		7px;
	padding:		0px;
	}

#navfooter-links-container  li
	{
	padding: 		0px 3px 3px 7px;
	background: 	#FFF url(http://newsoftheworld.co.uk/img/icons/blip.gif) no-repeat 0 .3em;
	}

    #footerbottom{
	clear: both;
	width: 990px; /* take off the 6 pixels from full 996 width for padding */
	padding: 3px;
	float: left;
	background-color:#D9D9D9;
	}


	#footer-copyright {
	clear: both;
	display: block;
	padding: 1px 5px 0px 5px;
	color: #666;
	}
	/* ////////////// END  FOOTER ////////////// */

