/* CSS Document */

/**********************************MAIN********************************/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	text-align:center;
	background-color:#E9ECF5;
	font-size:0.7em;
	}
		
#container {
	text-align:left;
	width:779px;
	margin:auto;
	border: 1px solid #B5C1DF;
	padding:0;
	background-color:#FFFFFF;
	}
	
#footer {
	position:relative;
	margin:0;
	top:20px;
}
/**********************************************************************/


/**********************DIVS FOR FLASH HEADER AND MENU************************/

.centred {
	text-align:center;
}

#header {
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	height:200px;
}

#navbar {
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	height:auto;
}
/*****************************************************************************/

/******DIVS FOR 2 COLUMN FLUID LAYOUT FOR SEARCHBOX + CONTENT CONTAINER*******/
/****DIVS FOR INNER 2 COLUMN FLUID LAYOUT FOR CONTENT AND HOUSE OF THE WEEK***/

#content-container {
	width:100%;
	top:20px;
	position:relative;
	}
	
#searchbox {
	width:180px;
	padding:7px 0 0 7px;
	color:#FFFFFF;
	font-size:1em;
	background-color:#00529C;
	margin:8px 0 0 0;
	position:relative;
	}
	
	
#house-and-text-container {
	text-align:left;
	width:565px;
	top:0;
	left:187px;
	padding:0 0 0 20px;
	position:absolute;
	}
	
#top {
	padding: 0 0 10px 0;
	margin: 0 0 0 -3px;
}

	
#text-content {
	position:relative;
	top:0;
	width:285px;
	}

#house-of-week {
	width:260px;
	margin:0 5px 0 0;
	position:absolute;
	left:320px;
	top:50px;
	text-align:center;
	font-size:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border: 1px solid #00529C;
	padding:5px 0 5px 0;
	background-color:#F7F8FB;
	line-height:1.5em;
	color:#00529C;
	}
	
/*****************************************************************************/

/*****************************HYPERLINKS*************************************/

img {
	border-style:none;
	}
	
a:link, a:visited {
	color:#00529C;
	text-decoration:underline;
	}
	
a:hover {
	color:#B5C1DF;
	text-decoration:underline;
	}
	
/*****************************************************************************/

/**********************FOR SEARCH BOX FORM************************************/

div.row {
	clear: both;
	padding-top:5px;
	}

div.row span.label {
	float: left;
	width: 20px;
	text-align: right;
  }

div.row span.formw {
	float: right;
	width: 140px;
	text-align: left;
	padding-left:10px;
	position:relative;
	top: -3px;
	}