
html { height: 100%; margin-bottom: 1px; }

body {
color: #333;
margin:0;
padding:0;
/*font-size:62.5%;*/
font-size: 12px;
font-family: arial, verdana, sans-serif; 
background:#2d2f29;
}
body.normal { font-size: 0.65em; }
body.large { font-size: 0.7em; }

a.normal { font-size: 10px; }
a.large { font-size: 12px; }

* {margin:0;padding:0;}

.mainContainer{
width: 800px;
margin: 0 auto;
}

/*-------------------------------------------------------------------------------------------------
		HEADER
-------------------------------------------------------------------------------------------------*/

.header
{
    position:relative;
    float:left;
    width:800px;
    z-index:100;
	height:260px;
    }


/*-------------------------------------------------------------------------------------------------
		BREADCRUMB TRAIL
-------------------------------------------------------------------------------------------------*/

.breadcrumbTrail {width:625px; height:3em; float:left; color:#423636; font-size:1.2em; }

.breadcrumbTrail a {color:#55154f; text-decoration:none; }

.breadcrumbTrail a.current {font-weight:bold;}

p.date {color:#ca4e3b; font-weight:bold; font-size:1.2em; float:right; width:135px; height:3em; text-align:right;}

h1 {
position:absolute;
border:none;
left:27px;
top:0px;
display:block;
width:154px;
height:61px;
text-indent:-9009px;
background:transparent url(/static/images/invest-in-bedford-logo.gif) no-repeat 0 0;
}


h1 a {
display:block;
width:100%;
height:100%;
outline:none;
}

.contentWrapper{
float: left;
width: 760px;
padding:20px 20px 50px;
background-color:#FFFFFF;
}


/*-------------------------------------------------------------------------------------------------
		MAIN NAVIGATION
-------------------------------------------------------------------------------------------------*/

.mainMenu {
	bottom:-10px;
	left:0px;
	position:absolute;
	width:100%;
	background:url(/static/images/nav-background.png) no-repeat top left;
}
.mainMenu ul {
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
}
.mainMenu li {
	float:left;
	position:relative;
	color:#ffffff;
	font-size:1.5em;
	font-weight:normal;
	overflow: hidden;
	padding:0;
	text-indent: -9999px;
	z-index:100;
}
.mainMenu li a img {
	float:left;
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	cursor:pointer;
}

a.homeLink {
	display:block;
	height:30px;
	width:55px;
	background-image:url(/static/images/navigation/01.png);
}
a.homeLink:hover, li.selected a.homeLink {
	background-position: 0 -30px;
}
/*a.bedfordBasicsLink {
	display:block;
	height:30px;
	width:101px;
	background-image:url(/static/images/nav/02.png);
}
a.bedfordBasicsLink:hover, li.selected a.bedfordBasicsLink  {
	background-image:url(/static/images/nav_on/02.png);
}*/
a.locationLink {
	display:block;
	height:30px;
	width:94px;
	background-image:url(/static/images/navigation/02.png);
}
a.locationLink:hover, li.selected a.locationLink {
	background-position: 0 -30px;
}
a.searchLink {
	display:block;
	height:30px;
	width:113px;
	background-image:url(/static/images/navigation/03.png);
}
a.searchLink:hover, li.selected a.searchLink {
	background-position: 0 -30px;
}
a.futureLink {
	display:block;
	height:30px;
	width:77px;
	background-image:url(/static/images/nav/04.png);
}
a.futureLink:hover, li.selected a.futureLink {
	background-image:url(/static/images/nav_on/04.png);
}
a.helpLink {
	display:block;
	height:30px;
	width:90px;
	background-image:url(/static/images/navigation/04.png);
}
a.helpLink:hover, li.selected a.helpLink {
	background-position: 0 -30px;
}
a.qualityLifestyleLink {
	display:block;
	height:30px;
	width:115px;
	background-image:url(/static/images/navigation/05.png);
}
a.qualityLifestyleLink:hover, li.selected a.qualityLifestyleLink {
	background-position: 0 -30px;
}
a.aboutUsLink {
	display:block;
	height:30px;
	width:68px;
	background-image:url(/static/images/nav/06.png);
}
a.aboutUsLink:hover, li.selected a.aboutUsLink {
	background-image:url(/static/images/nav_on/06.png);
}
a.mediaCentreLink {
	display:block;
	height:30px;
	width:91px;
	background-image:url(/static/images/navigation/06.png);
}
a.mediaCentreLink:hover, li.selected a.mediaCentreLink {
	background-position: 0 -30px;
}
a.contactLink {
	display:block;
	height:30px;
	width:70px;
	background-image:url(/static/images/nav/08.png);
}
a.contactLink:hover, li.selected a.contactLink  {
	background-image:url(/static/images/nav_on/08.png);
}


/*-------------------------------------------------------------------------------------------------
		SUB NAVIGATION
-------------------------------------------------------------------------------------------------*/

.subNavigation ul{
	margin:0;
	padding: 10px 0 0;
	/*padding:10px 5px 0 12px;*/
	font-size:1.3em;
	font-weight:bold;
	float: left;
	list-style-type:none;
	color:#622a5e;
	background: #C0C4B8;
	width: 155px;
}

.subNavigation ul li {
	/*margin-bottom:6px;*/
	clear: both;
	padding:3px 5px 4px 12px;
	float:left;
	width: 138px;
}
.subNavigation ul li ul {
	/*padding:0 0 5px 0px;*/
	padding:5px 0 0 0px;
	margin:0;
	float:left;
	display:inline;
	width: 138px;
}
.subNavigation ul li ul li {
	margin:0;
	padding:3px 0 4px 8px;
	/*font-size:0.85em;*/
	font-size: 0.7em;
	font-weight:normal;
	list-style-type:none;
	width:120px;
	float:left;
}
.subNavigation ul ul ul {
	width: 121px;
}
.subNavigation ul li a {
	color:#622a5e;
	text-decoration:none;
	float:left;
	display:block;
}
.subNavigation ul li a.selected {
	text-decoration: underline;
}
.subNavigation ul li a:hover {
	color:#622a5e;
	text-decoration:underline;

}
.subNavigation  ul li a:visted {
 color:#622a5e;
}


/*-------------------------------------------------------------------------------------------------
		CENTRAL CONTENT AND TYPOGRAPHIC STYLES
-------------------------------------------------------------------------------------------------*/

.contentColumn{
width:420px;
float:left;
margin-left:25px;
margin-right:25px;
}

.contentColumn h2 {
padding:0;
font-size:3em;
font-weight:bold;
margin:0;
color:#ca4e3b;
}

.contentColumn h3 {
padding: 1em 0 0 0;
font-size:1.8em;
font-weight:bold;
margin:0;
color:#ca4e3b;
}

.contentColumn ul {
padding-top:1em;
font-size:1.2em;
margin:0;
color:#2d2f29;
margin-left:0px;
list-style-type:none;
}

.contentColumn ul li
{
background-image:url(/static/images/bullet.gif);
background-position:left 3px;
background-repeat:no-repeat;
padding-left:15px;
}

.contentColumn #sitemap ul li, .contentColumn #sitemap ul {
	font-size: 12px;
}

.contentColumn p {
padding-top:1em;
font-size:1.2em;
margin:0;
color:#2d2f29;
}

.contentColumn h4 {
padding-top:1em;
font-size:1.2em;
font-weight:bold;
color:#531c50;
margin: 0;
}
.contentColumn h5 {
padding-top:1em;
font-size:1.2em;
font-weight:bold;
color:#531c50;
margin: 0;
}

.contentColumn a {color:#CA4E3B;}
.contentColumn a:hover {color:#CA4E3B; text-decoration:none;}

.contentColumn table.cmstable {
	border: none;
	margin-top: 10px;
}
.contentColumn table.cmstable td {
	border: none;
	border-bottom: 1px dashed #cccccc;
	font-size: 12px;
	padding: 3px 5px 3px;
	vertical-align: top;
}
.contentColumn table.cmstable tr.table-top td {
	background-color: #cccccc;
	font-weight: bold;
}

/*.posting {
	border-bottom: 1px dashed #cccccc;
	margin: 0 0 10px;
	padding: 0 0 10px;
}*/
.newslistitem {
	border-bottom: 1px dashed #cccccc;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.pagination {
	margin-top: 20px;
}

/* -- Bulletin Board ---------------------- */

div.posting
{
	margin: 0px 0px 8px 0px;
	padding: 8px;
	border: 1px solid #bfbfb4;
}

div.posting h4, div.sub_posting h4
{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px dotted #bfbfb4;
}

div.sub_posting
{
	margin: 0px 0px 8px 0px;
	padding: 8px 8px 8px 35px;
	border: 1px solid #cfcfc4;
	/*background: url(/static/images/reply_bg.gif) top left no-repeat;*/
}


/*-------------------------------------------------------------------------------------------------
		LEFT COLUMN
-------------------------------------------------------------------------------------------------*/
.leftColumn{
float: left;
width: 155px;
}

.leftColumn p 
{
padding-top:1em;
font-size:1.2em;
margin:0;}

.news {
	width:155px;
	background:url(/static/images/home/news-background.gif) no-repeat top left;
	margin:0;
	/*float:left;*/
}

.news p {
	background-color: #C0C4B8;
	/*padding: 5px 10px 0 10px;*/
	float: left;
	width: 135px;
}

.news p.news 
{padding:1em 0 1em 0; 
/*margin:0 10px 12px 10px;*/
padding: 5px 10px 5px;
width:135px; 
/*border-bottom:1px solid #aeb2a5;*/
background-image:none;
flaot:left;
display:inline; }


.news p a
{color:#ca4e3b; text-decoration:none;}
.news p a:hover
{color:#6a1228; text-decoration:none;}

.news .title
{padding:12px 0 0 12px;}

.news a.moreNews {
	width:79px;
	height:14px;
	background:url(/static/images/home/more-news.gif) top left no-repeat;
	text-indent:-9000px;
	/*margin:0 0 0 12px;*/
	float:left;
	display:block;
}

.news a:hover.moreNews {
	width:79px;
	height:14px;
	background:url(/static/images/home/more-news.gif) 0 -15px no-repeat;
	text-indent:-9000px;
	float:left;
	display:block;
}

.news p.intro
{padding:1em 10px 0px 10px;
font-size:1.5em;
font-weight:bold;
color:#531c50;}

.news p.intro a {
color:#531c50;
}


/*-------------------------------------------------------------------------------------------------
		RIGHT COLUMN
-------------------------------------------------------------------------------------------------*/

.rightColumn{
	display: inline;
float: right;
width: 135px;
/*background:#F2F2F2; */
}
.rightColumn .inner {
	background-color: #fff;
}


.rightColumn p 
{
padding-top:1em;
font-size:1.2em;
margin:0;}




/*-------------------------------------------------------------------------------------------------
		FOOTER
-------------------------------------------------------------------------------------------------*/
.footer{
clear: both;
width: 800px;
padding:0;
}

ul.footerLinks {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
font-size:1em;
float:right;
padding:0;
margin:20px 0 25px 0;
}

ul.footerLinks li
{
color:#8c8c8c;
line-height:1.2em;
height:1.2em;
display: inline;
padding: 0 0.7em 0 0.7em;
margin: 0;
float: left;
border-left:solid 1px #8c8c8c;
font-size:1em;
}
	
ul.footerLinks li.first
{
padding: 0 0.7em 0 0;
border-left: none;
}

ul.footerLinks li.last
{
padding: 0 0;
border-left: none;
}

ul.footerLinks li a
{color:#8c8c8c;
text-decoration:none;
}

ul.footerLinks li a:hover
{
color:#ffffff;
text-decoration:none;
}

.size a {
	padding: 0 2px;
}
.size a.selected {
	background-color: #8c8c8c;
	color: #2D2F29;
}

.innerTube{
padding: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
padding-top: 0;
}




/*-------------------------------------------------------------------------------------------------
		SEARCH INPUTS
-------------------------------------------------------------------------------------------------*/
/*h1 {
position:absolute;
border:none;
left:27px;
top:0px;
display:block;
width:154px;
height:61px;
text-indent:-9009px;
background:transparent url(/static/images/invest-in-bedford-logo.png) no-repeat 0 0;
}


h1 a {
display:block;
width:100%;
height:100%;
outline:none;
}*/

.registerContainer {
    background-image:url(/static/images/home/register-background.gif);
    background-repeat:no-repeat;
    padding-top: 27px;
	position: absolute;
	right: 8px;
	top: 22px;
    width:155px;
}
.registerContainer .searchBox {
	width: 92px !important;
}
#registerButton {
	position: absolute;
	left: 572px;
	top: 22px;
}
.searchContainer, /*.registerContainer*/ {
	float:left;
	/*height: auto !important;
	height: 21px;
	min-height: 21px;*/
	margin:0px;
	/*padding-top:5px;*/
	}

.searchContainer form {
    margin: 4px 0 0;
}

.searchContainer .searchBox, .registerContainer .searchBox   {
background-image:url(/static/images/searcharea.gif);
background-repeat:no-repeat;
background-color:transparent;
height:21px;
width:110px;
padding:0 !important;
margin:0 0 0 8px;
display:inline;
float:left;
}

.searchContainer .searchBox input, .registerContainer .searchBox input  {
background-color:transparent !important;
border:0px solid transparent;
color:#000000;
font-size:0.9em;
height:18px;
width:80px;
padding-right:3px;
margin:0;
}

.searchContainer .searchSubmit, .registerContainer .searchSubmit
{
	border: none;
float:left;
margin:0 0 0 0;
padding:0;
width:28px;
}




/*-------------------------------------------------------------------------------------------------
		ADVERTS
-------------------------------------------------------------------------------------------------*/

a.advert
{
display: block;
background: url(/static/images/ads/property-search.gif) no-repeat top left;
width:155px;
height:61px;
text-indent:-9000px;
}

a.advert:hover {background:url(/static/images/ads/property-search.gif) no-repeat top right}



.rightAdvert {
	width:135px;
	background:url(/static/images/right-adverts/bedford-brains/bedford-brains-bkgd.gif) no-repeat bottom left;
	position:relative;
	float:right;
	height:407px;
}
.rightAdvert p {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	padding: 10px 5px 10px;
}
.contentColumn .rightAdvert {
	float: left;
}


.rightAdvert h4 {
	background:url(/static/images/right-adverts/header.gif) no-repeat top left;
	font-size: 12px;
	margin: 0;
	padding: 3px 0 2px 5px;
}

a.roundButton {background:url(/static/images/right-adverts/bedford-brains/button.gif) no-repeat top left; width:22px; height:22px; position:absolute;right:6px;bottom:6px;} 

a.roundButton:hover {background:url(/static/images/right-adverts/bedford-brains/button.gif) top right no-repeat;} 

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}


/*-------------------------------------------------------------------------------------------------
		FORMS
-------------------------------------------------------------------------------------------------*/

form {
	color:#2d2f29;
	font-size:1.2em;
}
form fieldset {
	border: 0;
	margin:0;
}
form ol {
	margin: 0;
	padding: 0;
}
form ol li {
	clear: both;
	float: left;
	list-style-type: none;
	padding: 2px 0 3px;
	width: 100%;
}
form label {
	float: left;
	padding-top: 3px;
	width: 180px;
}
form input {
	border: 1px solid #2D2F29;
	float: left;
	padding: 2px 3px 3px;
	width: 220px;
}
form input.checkbox {
	border: none;
	width: 17px;
}
form input.submit {
	border: none;
	padding: 0;
	width: auto;
}
form textarea {
	border: 1px solid #2D2F29;
	float: left;
	font-family:arial,verdana, sans-serif;
	font-size: 0.9em;
	height: 70px;
	padding: 2px 3px 3px;
	width: 220px;
}
form select {
	width: 228px;
}
form ol.short label {
	width: 110px;
}
form ol.short input {
	width: 258px;
}
form ol.short input.submit {
	width: 265px;
}
form ol.short select {
	width: 266px;
}
form li.textSmall input {
	width: 50px;
}
form li.textSmall select {
	margin-left: 10px;
	width: 110px;
}
form li.textSmall label.textSmall {
	margin-left: 10px;
	width: 20px;
}
.break {
	clear: both;
}
.error {
	background-color: #eeeeee;
	border: 2px solid #CA4E3B;
	margin-top: 10px !important;
	padding: 10px;
}


/*-------------------------------------------------------------------------------------------------
		FIXES
-------------------------------------------------------------------------------------------------*/

.news .findOutMore 
{
    position:relative;
 	float:left;
}

.pageHeight {
	display: block;
	height: 400px;
	width: 1px;
}


/*  fix
    stops mac enforcing apple look and feel */
.search{outline:none;}
.Text1{outline:none;}

/*text box alignment*/

.searchBox
{
    position:relative;
    top:0px;
    left:0px;
}

.searchBox input
{
position:absolute;
top:0px;
left:0px;
}

.searchBox input
{
   position:relative;
   top:2px !important;
   left:3px !important;     
}

/*not ie7 and 6*/
.searchBox>/**/input
{
   position:relative;
   top:3px;
   left:9px;     
}

/*opera*/
html:first-child .searchBox input
{
    position:relative;
    top:0px;
    left:0px;    
}

/*safari 3 only css3 rule*/
body:first-of-type .searchBox input 
{
    position:relative;
    top:0px;
    left:0px;    
}

a.noLink{
	text-decoration: none;
	cursor: default;
	outline: none;
	color:#2D2F29;
}
a.noLink:hover{
	color:#2D2F29;
}
