/* CSS Document */

div#container div#header
{
    height:178px;
	background-image:url('/themes/default/graphics/members/bg/banner_alt.jpg');
	background-position:bottom;
    background-repeat:no-repeat;
    margin:0px 0px 3px 0px;
}

div#container div#menuLower
{
    width:600px;
    margin:-40px 0px 0px 210px;
}

div#container div#menuLower h2
{
    font-size:20px;
    font-style:italic;
    color:#004990;
}

div#container div#content 
{
    padding:10px 0px 10px 0px;
}

div#container div#content div#text
{
    float:left;
    width:730px;
    margin:27px 30px;
}

div#container div#content div#text h1
{
    font-size:24px;
    color:#004990;
    margin:0px 0px 20px 0px;
}

div#container div#content div#text p
{
    font-size:12px;
    line-height:16px;
    margin:0px 0px 5px 0px;
}

div#container div#content div#text h2
{
    font-size:18px;
    color:#004990;
    margin:0px 0px 5px 0px;
}

.blue
{
    color:#004990;
}

/* Testimonial section */
#holderTestimonials
{
	margin-left:-10px;
	padding-top:30px;
    float:left;
    width:430px;
}
#holderTestimonials h1 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	color:#004990;
}
#holderTestimonials ul li {
	margin-bottom:12px;
}
#testimonials
{
	float:left;
    width:290px;
}
#testimonials p{
	line-height:150%;
}
#lloyds {
    margin-left:10px;
	width:170px;
	height:60px;
}
.leftQuote {
	float:left;
	width:70px;
	height:50px;
	background:url('/themes/default/graphics/members/testimonials/left_quote.gif') no-repeat;
}
.rightQuote {
	float:left;
	width:70px;
	height:50px;
	background-image:url('/themes/default/graphics/members/testimonials/right_quote.gif');
}

/*Dirty hack just cut and paste the styles from the other style sheet*/
div#container div#content div#customersRight
{
    float:right;
}

div#container div#content div#customersRight div.customersHeader
{
    background-color:#0082c8;
    width:290px;
    font-size:14px;
    color:#ffffff;
    font-weight:bold;
    padding:5px 0px 7px 10px;
    margin:0px 0px 2px 0px;
}

div#container div#content div#customersRight div.customersBody
{
    background-color:#e1ecf8;
    width:290px;
    font-size:14px;
    color:#0082c8;
    padding:5px 0px 7px 0px;
    margin:0px 0px 2px 0px;
}

div#container div#content div#customersRight div.customersBody a
{
    font-size:14px;
    color:#0082c8;
    text-decoration:none;
    margin:0px 0px 0px 33px;
}

div#text ul li a{
	position:relative;
	font-size:12px;
	text-decoration:none;
	color:#004990;
}

div#text ul li a:hover{
	text-decoration:underline;
}
div#text ul li{
	padding-bottom:10px;
}
