@charset "utf-8";
/* CSS for Wessex Partnerships Limited
	Main style for website
	Author: Louise Morrell
	Website: www.louisemorrell.co.uk
	Created: September 08
*/

*{
	margin: 0;
	padding: 0;
}
body {
	font: 90% Tahoma;
	background: url(../images/bg.gif) center top repeat-y;
	text-align: center;
	color: #000000;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#FFFFFF;
}
#content {
	clear: left;
	padding: 0 0 0 15px;
}

p, li {
	line-height: 1.5em;
}
/* =header
**********************************************/
#header {
	height: 120px;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#logo {
	float: right;
	width: 780px;
	height: 120px;
	background-color: #fff;
}

/* =navigation
**********************************************/
#nav a:link, a:visited {
	color:#fff;
	text-decoration:none;
}

#nav a:hover, a:active {
	text-decoration: none;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 800px;
	float: left;
}

#nav ul li {
	float: left;
}

#nav {
	width: 780px;
	margin-left: 3px;
}

#nav li {
	float: left;
	margin: 0;
	list-style: none;
	display: inline;
}

#nav li a {
	display: block;
	width: 7.6em;
	line-height: 2em;
	border-right: #FFF 1px solid;
	text-align: center;
	background-color: #a5acb0;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}

#nav li.last {
	margin-right: 0;
	border: none;
}

#nav li a:hover, 
#nav li a:active,
#home #nav li.home a,
#about #nav li.about a,
#theteam #nav li.about a,
#services #nav li.services a,
#news #nav li.news a,
#clients #nav li.clients a,
#grants #nav li.grant a,
#contact #nav li.contact a {
	background-color: #646464;
	cursor: default;
}

/* =footer
 *****************/
#footer {
	clear: both;
	padding: 10px 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #FFFFFF;

}
#footer p {
	clear: both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Calibri;
	color: #000000;
	font-size: 10px;
	text-align: center;
}
#footer_logo {
	width: 48px;
	height: 32px;
}
img.displayed {
    display: block;
	clear: both;
    margin-left: auto;
    margin-right: auto
}
