/*Home Group*/
BODY {
	background-color: #e3dfd3;
	font-family: Verdana, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	font-size : 1em;
	}
	
	#frame{
		width: 995px;
		margin-left: auto;
		margin-right: auto;
		background: transparent url(http://www.homegroup.org.uk/_layouts/images/hg/logo.gif) no-repeat scroll right top
		}
	
	#toplev{
		background: url(../images/home_bg.png) no-repeat left top;
		/*width: 995px;*/
		margin:0px 0px 0px 0px;
	}

div.menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
	
div.menu a{
   display: block;
	font-size: 60%;
	text-align: left;
	padding: 5px 0px 5px 20px;
	width: 100%;
	border-bottom: #555 1px dotted;
	background: url(http://www.homegroup.org.uk/_layouts/images/hg/li_arrow.gif) #fff no-repeat 2px 10px;
	color: #B22222;
}

div.menu a:link {
	color: #B22222;
	text-decoration: none;
	}
div.menu a:visited {
	color: #B22222;
	text-decoration: none;
	}
div.menu a:hover{
	background: url(http://www.homegroup.org.uk/_layouts/images/hg/li_arrow_hover.gif) #fff no-repeat 2px 10px;
	color: #2D6EA6;
	text-decoration: underline;
	}
div.menu a:active {
	color: #B22222;
	}

div.menuTop{
	background-color: #fff;
	color: #fff;
	font-size: 70%;
	padding: 5px 2px 5px 2px;
	text-align: center;
	width: 100%;
}
H2 {
   position: relative;
	color: #bd375c;
	font-size: 110%;
	text-align: left;
	z-index: -1;
	margin-top: 0px;
	background: transparent url(http://www.homegroup.org.uk/_layouts/images/hg/headerbg_bottom.png) repeat-x scroll left top;
	height:120px;
	padding: 0px 0px 0px 13px;
	}
H3 {
	background-color: #bd375c;
	border-top-width: 5px;
	color: #FFFFFF;
	font-size: 95%;
	font-weight: bold;
	margin-top: 5px;
	padding: 5px 0px 5px 5px;
	}
input[type="text"], textarea {
	background-color: #FCFCFC;
}
select{
	width: 270px;
}
P {
	color: #000000;
	font-size: 85%;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 2pt;
	margin-left: 2pt;
}
#sendbuttons{
	background-color: #fff;
}
span.button{
	}
span.button a{
	background-color: #eefcff;
	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: 5px 15px 5px 15px;
	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: 80%;
}
.head {
	color: #000;
	left: 0px;
}

	
#wrapper{
	background:  url(http://www.homegroup.org.uk/_layouts/images/hg/page_body_bg.gif) #E3DFD3 repeat-y scroll center top;
	}

.iconLev {
	background: url(http://www.homegroup.org.uk/_layouts/images/hg/top_shadow.gif) transparent no-repeat scroll left top;
	height: 30px;
	padding: 10px 20px 0px 20px;
	margin-right:0px;
	z-index: 0;
	clear: both;
	}
.mainLev {
	text-align: left;
	padding: 30px 20px 30px 20px;
	z-index: 0;
	clear:left;
}

#footer{
	padding: 20px 20px 0px 20px;
	background:#E3DFD3 url(http://www.homegroup.org.uk/_layouts/images/hg/footer_bottom.gif) no-repeat scroll left top;
	}

.sendForm{
	padding: 5px;
	}

img {
	border: none;
}

#tradeNav{
	float:left;width:230px; margin-right: 20px; margin-top:5px;
}
#icons{
	float:left;
	padding-left: 10px;
}
.list
{
padding: 0px 0px 3px 10px;
font-size: 100%;
}

#listcontainer{
	background-color: #FFFFFF; 
	font-size: 90%; 
	top: 5px;
	}

a:link{
	text-decoration: none;
	color: #B22222;
}

a:visited{
	text-decoration: none;
	color: #B22222;
}

a:hover{
	text-decoration: underline;
	color: #2D6EA6;
}

a:active{
	text-decoration: none;
	color: #B22222;
}

#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;margin:2px;
}
#replist tr{
	
}
#tabdivider{
	/*'Previous Reports' line on reports page*/
}

#result ul{
	list-style-type: none;
	}

/* Hides from IE5-mac \*/
* html .mainLev {height: 1%;}
/* End hide from IE5-mac */ 


