/*Chorley Borough Council - now Chorley Community Housing*/
BODY {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-top: 0px;
	padding: 0px;
	font-size: 1em;
}

#frame{
margin-left:auto;
margin-right: auto;
width: 767px;
background: url(http://www.chorleych.co.uk/images/logo1.gif) no-repeat;
}

div.menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
	
div.menu a{
	display:block;
	/*background-color: #93C54C;*/
	color: #333333;
	cursor: pointer;
	font-size: 70%;
	font-weight: bold;
	text-align: left;
	padding: 4px 1px 4px 15px; 
	border-bottom: 1px solid #fff;
	/*background: white url(http://www.chorleych.co.uk/images/menu_button_pink_subnav.gif) repeat-y scroll left bottom*/;
	background: #f1ecf3;
}

div.menu a:link {
	color: #333333;
	text-decoration: none;
	}
div.menu a:visited {
	color: #333333;
	text-decoration: none;
	}
div.menu a:hover{
	color: #774887;
	text-decoration: none;
	}
div.menu a:active {
	display: block;
	color:#333333;
	text-decoration: none;
	}

div.menuTop{
	background-color: #774887;
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	padding: 4px 1px 4px 15px; 
	}

H2 {
	position: relative;
	color: #774887;
	font-size: 110%;
	font-weight: bold;
	top: 0px;
	margin-top: 0px;
	height: 24px;
	padding-top: 150px;
	padding-left: 200px;
	background: url(http://www.chorleych.co.uk/images/logo2.gif) no-repeat;
	background-position: 0px 100px;
		
}

H3 {
	background-color: #774887;
	border-top-width: 5px;
	color: #FFFFFF;
	font-size: 95%;
	font-weight: bold;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}

input[type="text"], textarea {
	background-color: #FCFCFC;
}
select{
	width: 270px;
}

P {
	color: #000000;
	font-size: 85%;
	font-style: normal;
	font-weight: normal;
	margin-left: 2pt;
	/*The margin-bottom fixes IE bug that otherwise adds 20px*/
	margin-bottom: 2pt;
}

span.button{
	position: relative;
}

span.button a{
	background-color: #BADB8C;
	border: 1px solid #000000;
	border-left-color: #C0C0C0;
	border-top-color: #C0C0C0;
	color: #000000;
	cursor: pointer;
	float: left;
	font-size: 75%;
	font-variant: normal;
	margin-right: 2px;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	width: 20%;
}

span.button a:hover{
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}

span.button a:visited{
	color: #000000;
	text-decoration: none;
}

.advice {
	font-size: 75%;
}

.head {
	color: #666666; /*font-size : 100%;*/
}

.iconLev {
	position: relative;
	height: 25px;
	margin-left: 15px;
	width: 90%;
	clear:both;
}

.mainLev {
	margin-top: 25px;
	margin-left: 15px;
	width: 90%;
	z-index: 1;
	clear:both;
}

.sendForm{
	border: 2px dotted #808080;
	padding: 5px;
	position: absolute;
	}

img {
	border: none;
}

#tradeNav{
	float:left;width:10em; margin-right:40px;margin-top:5px;
}

#icons{
	float:left;
}

.list
{
padding-left:10px;
padding-bottom:3px;
font-size: 100%;
}

a:link{
	text-decoration: none;
	color: #93C54C;
}

a:visited{
	text-decoration: none;
	color: #93C54C;
}

a:hover{
	text-decoration: underline;
	color: #93C54C;
}

a:active{
	text-decoration: none;
	color: #93C54C;
}

#replist {
	margin-top: 15px;
	table-layout: fixed;
	border-collapse: collapse;
	border: 2px solid #DCDCDC;
	width: 100%;
}
#replist thead{
	background-color: #F5F5F5;
	font-weight: bold;
}
#replist td{
	padding: 4px;border-bottom: 1px solid #DCDCDC;
}
#replist tr{
	
}
/* Hides from IE5-mac \*/
* html .mainLev {height: 1%;}
/* End hide from IE5-mac */ 

