/*--------------------- HEADER --------------------- */

#header
{
	clear: both;
	margin: 0 0 0px 0;
	padding: 0;
	width: 100%;
}

#header a, #header a:visited
{
	text-transform: lowercase;
	margin-left: 5px;
}

#siteLogo
{
	float: left;
	padding: 0;
	margin: 0;
	margin-left:9px;
	margin-right:10px;
}

/*--------------------- HEADER LINKS --------------------- */

#headerRight
{
	margin-top:4px;
	margin-right:10px;
	float: right;
	text-align: right;
	width: 370px;
	font-size: 0.7em;
}

#headerRight ul
{
	list-style-type: none;
	line-height: 1.0em;
	padding: 0;
	margin: 0 0 10px 0;
}

ul.headerLinks li
{
	display: inline;
	margin-left:1px;
	line-height:1.5em;
	padding: 0;

}

ul.mastheads li a img {
	 width:68px; /*IMAGES NEED TO BE RESIZED TO THIS SIZE - THEN THIS CAN BE REMOVED */
	padding: 0;
	margin: 0;
	border: 0;
}

ul.mastheads li
{
	display: inline;
	padding: 0;
	margin: 0;
	margin-right:-2px;
}
/*--------------------- MENU --------------------- */

#menu
{
	margin: 0 0 0px 0;
	padding: 0 0 0 0px;
	text-transform: lowercase;
	clear: both;
}


#menu a 
{
	display: block;
	width:92px; /* setting this less than the width value shown in #nav li makes it work correctly in ie6 */ 
	color: #FFF;
	text-decoration: none;
	padding-left:6px;  /* gives the menu items a small margin */
}

#menu a:hover 
{
	display: block;
	color: white;
	font-weight: bold;
}



li.menuspace { /* This ensures that the columns with two lines for a title are aligned the same as the others on the drop down */
	font-size:0.5em;
}


#nav ul 
{
	padding:0;
	margin:0;
	list-style:none;
}

#nav li
{
	float: left;
	display:inline; /* this prevents the IE6 double margins bug from cropping up */
	position: relative;
	background: #518BB1;	
	width: 98px;
	padding: 0px 0px 0 0px;	
	margin-left:8px;
	z-index: 2;
}

li ul 
{
	display: none;
	position: absolute;
	top:0px;
	left:-8px;
	color: white;
	
	font-size: 0.9em;
	
}

li:hover ul, li.over ul
{ 
	display: block; 
}

li ul li 
{
	margin: 0; 
	font-size: 0.7em;
	height:2.2em; 
}
#menu h2
{
	font-weight: bold;
	height:4em; /* was 6em for square buttons */
	position:relative; 
	font-size: 1.0em;
	line-height: 1em;
	margin-top: 0px;

}

#menu h2 a  
{
	font-size:0.9em;
	line-height:1.0em;
	position:absolute; 
	bottom:3px;
	right:0px;
	
}
#menu ul li ul h2 {
	
	height:1.3em;
	margin-bottom:5px;
	padding-left: 5px;
} 

#menu ul li ul h2 a
{
	font-size:1.2em;
	font-weight:normal;
	padding-bottom:1px; /* These two lines are needed for all of the letters to be visible in IE */
	margin-bottom:-1px;
	
}
#menu ul li ul h2 a:hover
{
	font-size:1.2em;
}

li:hover#newspapers, ul#newspapers li, li#newspapers, li#newspapers h2 a:hover
{
	background-color: #475A44;

}

li:hover#magazines, ul#magazines li, li#magazines, li#magazines h2 a:hover
{
	background-color: #937C48;

}

li:hover#inserts, ul#inserts li, li#inserts, li#inserts h2 a:hover
{
	background-color: #8B0029;

}

li:hover#digital, ul#digital li, li#digital, li#digital h2 a:hover
{
	background-color: #005759;

}

li:hover#creative, ul#creative li, li#creative, li#creative h2 a:hover
{
	background-color: #A15596;

}

li:hover#research, ul#research li, li#research, li#research h2 a:hover
{
	background-color: #3B1427;

}
/* This is the css for the position of the home, back and forward buttons */
#header p { 
margin:0;
margin-left:10px;
margin-bottom:5px;
font-size: 0.7em;
}
#header p a {
margin:0;
margin-right:5px;
}