/*-----------------------------------------------------------------------------
Harris Partnership - Harris
-----------------------------------------------------------------------------*/

@import url(navigation.css);
@import url(news.css);

body {
	color: #6a6a6a;
	background: #f8f8f8 url(/images/branding/bg.gif) repeat-x top;
}

a, a:visited, a:hover 	{color: #0055a5;}


h1, h2, h3, h4, h5, h6
{
	color: #0055a5;
}

.colored{
	color: #0055a5;
}


/* =Main container boxes
-----------------------------------------------------------------------------*/


/* =Branding
-----------------------------------------------------------------------------*/
a.logo
{
	width: 103px;
	height: 128px;
	top: 38px;
	left: 74px;
}

p.intro
{
	font-weight: bold;
	color: #0055a5;
	line-height: 1.5em;
}

#content-primary
{
	background: url(/images/branding/shadow.gif) no-repeat top left;
}

#telephone{
	display: none;
}

/* Latest news  */

.latest-news a.img-link
{
	padding: 3px 5px 3px 3px;
	margin: 0 8px 10px 0;
	background: url(/images/branding/news-img-small.gif) no-repeat;
}

.latest-news a.img-link img
{
	background: #fff;
	padding: 5px;
	width: 49px;
	height: 49px;
}
.latest-news a.img-link:hover img
{
	background: #0055a5;
}
.latest-news a.read-more{
	display: block;
	padding-bottom: 10px;
}

/* Latest projects  */

.latest-projects a.img-link
{
	padding: 3px 5px 3px 3px;
	margin: 0 8px 10px 0;
	background: url(/images/branding/news-img-small.gif) no-repeat;
	float: left;
}

.latest-projects a.img-link img
{
	background: #fff;
	padding: 5px;
	width: 49px;
	height: 49px;
}
.latest-projects a.img-link:hover img
{
	background: #0055a5;
}
.latest-projects a.read-more{
	display: block;
	padding-bottom: 10px;
}

.latest-news a.title,
.latest-projects a.title,
.latest-news a.title:hover,
.latest-projects a.title:hover{
	color: #6a6a6a;
}

.latest-inner{
	width: 125px;
}

.contact-details
{
	color: #a2a0a0;	
}
.contact-details strong
{
	color: #6a6a6a;
}
.contact-details strong.title
{
	color: #0055a5;
}

.contact-details a.button,
.contact-details a.button:visited
{
	background: #0055a5;
}
/*  Forms  */

fieldset.apply input.button
{
	background: #0055a5;
}

fieldset.apply .text
{
	background: #fff;
	border: 1px solid #7f9db9;
}