/*
#############################################################
HEADER STYLES - HOMEPAGE ONLY
#############################################################
*/

#header
{
	background: url(../images/header_background_fill.gif) bottom left repeat-x;
	width:100%;
	height:135px;
}

#logo
{
	float:left;
}

#logo h1
{
	margin:0em;
	padding:0em;
	text-indent:-9999px;		
}


@media print 
{
	#logo h1
	{
		text-indent:0px;
	}
}

#logo h1 a
{
	background:url(../images/anglia_ruskin_logo.gif) bottom left no-repeat;	
	float:left;
	height:135px;	
	width:296px;
}

#header-content
{
	background:url(../images/anglia_ruskin_logo_edge.gif) bottom right no-repeat;
	margin:0px 0px 0px 300px ;
	height:135px;
}

#shortlinks
{
	background:url(../images/shortlinksl.gif) bottom left no-repeat;
	float:right;
	border-top: 5px solid #a1d6ee;
	background-color: #ddf3fd;
	margin: 0px;
}

#shortlinks ul
{	
	background:url(../images/shortlinksr.gif) bottom right no-repeat;
	margin: 0px;
	padding: 10px 1em 10px 1em;	
}


#shortlinks ul li
{
	background:url(../images/shortlink_pipe.gif) center right no-repeat;
	display:inline;
	padding:2px;
	line-height:1.2em;	
	height:0.1em;	
}

#shortlinks ul li a
{
	font-size:0.9166em;
	font-weight:bold;
	text-decoration: none;
	padding: 0px 0.4em 0px 0px;
	color: #000000;
	margin: 0px;
}

#shortlinks a:hover
{
	text-decoration: underline;
}

#shortlinks ul li.none
{
	background:none;	
	border: none;
}

#shortlinks ul li.none form
{
	display:inline;	
	margin: 0px;
	padding:0px;
}

.site-search-container
{
	margin: 0px;
	padding:0px;	
}

#shortlinks ul li.none form fieldset
{
	border:none;
}

#shortlinks ul li.none form fieldset label 
{
	display:none;
}

#subby, 
#words
{
	padding: 2px;
}

#subby
{
	font-size:1.0833em;
}


#words
{
		border: 1px solid #65a6c5;
}

.hidden
{
	display:none;
}

/* Page headings */
#deptheadings 
{
	clear:right;
	float:right;
	margin: 0;
	padding: 6px;
	padding: 30px 15px 0 0;

}
#deptheadings h1 
{
	color: #fff;
	margin: 0;
	/* padding: 20px 0 0 0;*/

}
#deptheadings h2 
{
	color: #fff;
	margin: 0;
	font-size: 120%;
}

/*
#############################################################
*/
