@charset "utf-8";
/* CSS for Wessex Partnerships Limited
	Style for content pages
	Author: Louise Morrell
	Website: www.louisemorrell.co.uk
	Created: September 08
*/

/* two column layout */

/* =primary content
******************************/
#primaryContent {
	width: 520px;
	float: left;
	margin: 10px 0 20px 10px;
	padding: 5px;
}

* #primaryContent { /* IE 6 and below fix*/
	width: 515px;
}

#primaryContent h1{
	color: #9e0b0f;
	font-style: italic;
	font-weight: 600;
	font-size:24px;
	padding-bottom: 10px;
}

#primaryContent h2 {
	color: #000000;
	font-weight: 600;
	font-size: 18px;
	padding-top: 6px;
}

#primaryContent h3 {
	color: #333333;
	font-style: italic;
	font-size: 16px;
	padding-bottom: 5px;
}

#primaryContent li.none {
	list-style-type: none;
	text-indent: 5px;
}

#primaryContent li {
	list-style-position: inside;
}

#primaryContent a {
	color: #666666;
	text-decoration: none;
}


/* =side content
***********************/
#sideContent {
	float: left;
	width: 280px;
	margin: 10px 11px 20px 10px;
	padding:  5px 10px 10px;
	background-color:#f9d466;
}

* #sideContent { /* IE 6 and below fix*/
	float: left;
	width: 215px;
	margin: 10px 0px 20px 10px;
	overflow: hidden;
	padding-right: 5px;
}
#sideContent ul {
	width: 100%;
	position: relative;
	margin-bottom: 5px;
	margin-top: 5px;
}
#sideContent li {
	list-style: none;
	clear: both;
	margin-bottom: 5px;
}

#sideContent a {
	color: #000;
	font-size: 0.74em;
	text-decoration:none;
}

#sideContent p {
	margin-top: 5px;
	font-size: 1em;
	color: #000;
	font-weight: 100;
	border-bottom: 1px dotted;
	padding-bottom: 5px;
}

#sideContent .lastlink{
	border-bottom:none;
}

#sideContent .servlink a{
	font-size:1em;
}

#sideContent .heading{
	font-size:1.3em;
}

/* = images in content pages portrait
******************************/
#about #primaryContent img,
#contact #primaryContent img,
#clients #primaryContent img,
#theteam #primaryContent img,
.portrait{ /*to over rule the landscape setting in the id services*/
	float:right;
	padding-left:8px;
	margin-top:-5px;
}

/* = images in content landscape
***********************/
#services #primaryContent img{
	padding-bottom:5px;
}

/* =theteam & associates
*************************/
#theteam a.noline {
	text-decoration: none;
	color: #000000;
}

.rightalign{
	text-align:right;
	color:#333333;
}

#associates h2,p{
	padding-bottom:8px;
}

/* =contact us
**************************/
#contactAddress li {
	list-style: none;
}

/* =questions and answers
***************************/
#qa ul li{
	font-weight:bold;
	font-size:0.9em;
		color:#666666;
}

#qa .question{
	font-size:1em;
	color:#666666;
}

.bold{
	font-weight:bold;
}

/* =panels
****************************/
#business #primaryContent{
	background:#fff url(../images/business_logo.jpg) top right no-repeat;
}
#pub_sector #primaryContent{
	background:#fff url(../images/public_logo.jpg) top right no-repeat;
}
#comm_sector #primaryContent{
	background:#fff url(../images/community_logo.jpg) top right no-repeat;
}
#edu #primaryContent{
	background:url(../images/education_logo.jpg) top right no-repeat;
}

/* =grants info
***********************/
.readmore{
	border-bottom:#666 solid 1pt;
	color:#666;
	text-align:right;
}

#grants #primaryContent .readmore a:hover,
#grants #primaryContent .hyperlink a:hover{
	color:#9e0b0f;
}

#grants #primaryContent .hyperlink a{
	color:#9e0b0f;
	font-size:1.1em;
}

/* =news
**************************/
#news h2,p{
	padding-bottom:8px;
}

/* =services
**************************/
#edu .dark a,
#comm_sector .dark a,
#pub_sector .dark a,
#business .dark a{
	color:#000;
	font-weight:bold;
}
