/*=======================================================
Britton House Landing Page CSS
A lot of the css for this site is in with the main
Crosby site, so look there for most styles.
This file just overides some of those.
Created by Ripe Design (UK) Ltd. (http://www.ripe.co.uk)
=======================================================*/

/*===============================================
override main background, main link colours etc 
================================================*/
body {
background-image:url(../images/britton/new_britton_bg.png);
background-position:center;
background-repeat:repeat;
background-color:#FFF;
padding:0px!important}
a {color:#3f476a}
a:hover,a:active,a:focus {background:#3f476a}
/*END override default styles*/

/*===============================================
add a secondary header/banner for the site 
================================================*/
#subsiteheader {
	position:relative;
	width:756px;
	height:20px;
	margin:0px auto 1px auto!important;}
#subsiteheader img {
	border:none!important;}

/*==========================================
override default breadcrumb styles
===========================================*/
#breadcrumb {
	font-weight:bold;
	margin:0px;
	position:absolute;
	left:13px;
	top:6px;
	color:#6493aa}
#breadcrumb a {
	font-weight:bold;
	color:#1f698d}
#breadcrumb a:hover,#breadcrumb a:active,#breadcrumb a:focus {
	background-color:#c9d9e0;
	color:#1f698d;
	text-decoration:none}


/*======================================================
override default styles for the various column elements
========================================================*/
#welcome {display:none}
#crosbycontainer {border:none;padding:0px}
#colL {display:none}
	
/*==========================================
override default footer styles
===========================================*/
#footer,#footer a {
	clear:both;
	color:#84B9DB}
#footer p {
	background:#FFF;}
#footer a:hover,#footer a:active,#footer a:focus {
	background:#84B9DB}
	
.btnholder {clear:both;float:none;padding:0 0 0 265px}


.noborder{
border:none!important}


#contactform {
	border:none!important;
	width:340px}



#jeffNews {
	background:#FFF;
	padding:20px;
	margin:0px 0px 0px 0px}
a.mainnewsthumb img {
	display:none;
	float:left;
	margin:0px 10px 5px 0px;
	width:40px}
	
	
.holding_new_main {
	margin:10px 0px 0px -3px!important;
	border:0px}
.holding_new_text1 {
	margin:10px 0px 0px 8px!important;
	border:0px}
.holding_new_button {
	margin:10px 0px 0px 7px!important;
	border:0px!important}


#left {
	float:left;
	width:360px;
	padding:10px 0px 0px 10px}
#right {
	float:right;
	width:300px;
	padding:10px 0px 0px 0px}
	
#footer {
	color:#CCC;
	margin-top:100px}
#footer a {
	color:#CCC}

