@charset "utf-8";
/* CSS for Wessex Partnerships Limited
	Styles for home page
	Author: Louise Morrell
	Website: www.louisemorrell.co.uk
	Created: September 08
*/

/* =flash rollover banner
 **********************************************/
#flashbanner {
	height: 230px;
	width: 760px;
	clear: both;
	margin: 0 0 0 10px;
	padding: 20px 0 0 0;
}
* #flashbanner img {
display:none;
}

/* =main content
 **********************************************/
#mainContent {
	float: left;
	width: 340px;
	margin-top: 12px;
	padding: 0;
	overflow: hidden;
	margin: 10px 15px 10px 0;
}

* #mainContent {
	float: left;
	width: 330px;
	margin-top: 12px;
	padding: 0;
	overflow: hidden;
	margin: 10px 15px 15px 0;
}

p.lead {
	font-size: 21px;
	line-height: 25px;
	color: #90041d;
}

.strong {
	font-weight: bold;
}

.red {
	color: #90041d;
}
#mainContent a{
	color: #666666;
}
#mainContent a:link, a:visited {
	text-decoration: underline;
}
/* =panels
*********************************/
#panels {
	float: right;
	width: 410px;
	margin: 10px 0;
	display: inline;
}
.paneltop {
	float: left;
	color: #FFFFFF;
	width: 175px;
	margin: 0 10px 10px 0;
	background: #646464;
	padding: 10px;
	height: 155px;
	position: relative;
}

.paneltopleftlogo {
	background: #646464 url(../images/businessPanelLogo.gif) no-repeat bottom right;
}

.paneltoprightlogo {
	background: #646464 url(../images/publicPanelLogo.gif) no-repeat bottom right; 
}

.panelbottom {
	float: left;
	color: #FFFFFF;
	width: 175px;
	margin: 0 10px 10px 0;
	background: #9e0b0f;
	padding: 10px;
	height: 155px;
	position: relative;
}

.panelbotleftlogo {
	background: #9e0b0f url(../images/communityPanelLogo.gif) no-repeat bottom right;
}

.panelbotrightlogo {
	background: #9e0b0f url(../images/eduPanelLogo.gif) no-repeat bottom right;
}

#panels h2 {
	border-bottom: 1px solid;
	color: #FFFFFF;
	font-style: italic;
	font-size: 16pt;
	font-weight: normal;
	padding-bottom: 5px;
}
#panels a{
	text-decoration:none;
	color:#fff;
	}
	
#panels a:hover{
	color:#000;
}
	
#panels p {
	color: #FFFFFF;
	font-size: 10pt;
	margin: 8px 0 0 0;
}

/* =linkswell
********************************/
#linkswell {
	height: 60px;
	width: 740px;
	clear: both;
	margin: 10px;
	background: #a5acb0;
	color: #000;
	padding: 10px;
}
#linkswell h2 {
	border-bottom: 1px solid;
	color: #000;
	font-style: italic;
	font-size: 10pt;
	font-weight: normal;
	padding-bottom: 5px;
	font-weight: bold;
}

#linkswell td {
	font-size: 12px;
	padding: 8px 0;
	text-align: center;
	/*border-bottom: #666666 1px solid;
	border-right: #666666 1px solid;*/
}

#linkswell a{
	text-decoration:none;
	color:#000;
}

#linkswell td a:hover{
	color: #9e0b0f;
}

#linkswell .tdlast {
	border-right: none;
}
