/* Co- Op Masterplan CSS Document */

/* Reset default browser styling */

* {
	padding:0;
	margin:0;
	}

a {	
	color:#000066;
	text-decoration:none;

	}
	
img {
	border:0;
	}
	
ul, li {
	list-style:none;
	}
	
body {
	font-size:62.5%;
	font-family: Arial, Helvetica, sans-serif;
	}
	
/* End Reset default browser styling */


/* DIV Layouts */

/* Stand Content */

#container {
	position:relative;
	width:955px;
	height:auto;
	margin:0px auto;
/*	background-image:url(../images/backgroundGrad.jpg);
	background-repeat:repeat-x;
	background-position:bottom;*/
	}

#header {
	position:relative;
	float:left;
	clear:left;
	width:550px;
	height:68px;
	background-image:url(../images/ecoTownForLeicestershire.jpg);
	background-repeat:no-repeat;
	}
	
#logo {
	position:relative;
	float:right;
	width:315px;
	height:70px;
	clear:right;
	background-image:url(../images/co-opEstatesLogo.gif);
	background-repeat:no-repeat;
	}
	
#menu {
	position:relative;
	float:right;
	width:640px;
	height:25px;
	margin-top:25px;
	clear:both;
	margin-right:1px;
/*	margin-right:30px;*/
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
	}
	
#homeMenu {
	position:relative;
	float:right;
	width:900px;
	height:25px;
	margin-top:25px;
	clear:both;
	margin-right:1px;
/*	margin-right:30px;*/
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
	}
	
#threeColumns {
	position:relative;
	width:955px;
	clear:both;
	}
	
#subMenu {
	position:relative;
	float:left;
	width:255px;
	height:auto;
	/*	margin-top: 20px;*/
	clear:left;
	margin-bottom: 10px;
	margin-left:20px;
	margin-right: 40px;
	margin-top: 30px;
	}
	
#subMenuBuildings {
	position:relative;
	float:left;
	width:255px;
	height:auto;
	/*	margin-top: 20px;*/
	clear:left;
	margin-bottom: 10px;
	margin-left:20px;
	margin-top: 45px;
	}
	
#col1 {
	position:relative;
	float:left;

	width:315px;
	/*	margin-top:20px;*/
	margin-bottom: 10px;
	}
	
#col2 {
	position:relative;
	float:right;
	width:315px;
	clear:none;
	min-height: 430px;
/*	margin-top: 20px;/*
/*	padding-top:41px;*/
	}
	
#singleCol {
	position:relative;
	float:left;
	width:640px;
/*	margin-top:20px;*/
	margin-bottom: 10px;
	}

#hfix {
	position:relative;
	float:left;
	width: 20px;
	}
	
#faqs {
	min-height: 430px;
}
	
#footer {
	position:relative;
	clear:both;
	width:955px;
	height:80px;
	border-top: 1px solid #978C62;
	background-color:#003366;
/*	background-color:#B5AD8C;*/
	}

/* Homepage changes */

#subHead {
	float:left;
	position:relative;
	clear:left;
	width: 390px;
	height: 80px;
	margin-bottom:10px;
	}
	
#content1 {
	position:relative;
	float:left;
	width: 260px;
	/*	border-right: 1px solid #000000;*/
	clear: left;
/*	margin-top: 30px;*/
	margin-left:10px;
	}
	
#content1Home {
	position:relative;
	float:left;
	width: 900px;
	/*	border-right: 1px solid #000000;*/
	clear: left;
/*	margin-top: 30px;*/
	margin-left:55px;
	}
	
#content2 {
	position:relative;
	float:left;
	width: 138px;
	height:337px;
	}
	
#flashMap {
	position:relative;
	float:right;
	width:640px;
	clear: right;
	margin-bottom: 20px;
	}

#twoColumnRight {
	float:right;
	clear:right;
	width:640px;
}

#clearBoth {
	clear:both;
	}
	
#newsCont {
	position:relative;
	padding: 5px 0px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin: 5px 100px;
	overflow:hidden;
	height: 1.6em;
	text-align:left;
	}
	
/*	#newsCont {
	position: absolute;
	top: 286px;
	left: 0;
	width: 700px;
	height: 15px;
	border-bottom: 1px solid #666;
	text-align: left;
	padding-top: 7px;
	overflow: hidden;
}*/


/** FOOTER **/

#copyright {
	position:relative;
	float:left;
	width:227px;
	margin-left:20px;
	margin-top:10px;
	}
	
#terms {
	position:relative;
	float:left;
	width:91px;
	margin-top:10px;
	}
	
#businesses {
	position:relative;
	float:left;
	width:91px;
	margin-top:10px;
	}

#accessibility {
	position:relative;
	float:left;
	width:91px;
	margin-top:10px;
	}
	
#disclaimer {
	position:relative;
	float:left;
	width:220px;
	margin-top:10px;
	margin-left:20px;
	}
	
#dbzws {
	position:relative;
	float:right;
	width:118px;
	margin-right:20px;
	margin-top:10px;
	text-align:right;
	}
