/*Yorkshire Housing - TEST*/
BODY {
	background-color: #fff;
	color: #525252;
	font-family:  Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size : 62.5%;
	}
	
/*	#frame{
		width: 944px;
		min-width: 680px;
		margin-left: auto;
		margin-right: auto;
		background: #fff;
	}*/
div.menu ul{
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
	
div.menu a{
   display: block;
	font-size: 60%;
	text-align: left;
	border-bottom: dashed 1px white;
	
	padding: 1px 0 12px 10px;
	width: 180px;
	color: #fff;
	font-weight: bold;
	font-size: 1.6em;
}

div.menu a:link {
	color: #fff;
	text-decoration: none;
	}
div.menu a:visited {
	text-decoration: none;
	}
div.menu a:hover{
	color: #bf4575;
	}
div.menu a:active {
	color: #fff;
	}

div.menuTop{
	background: url(http://raven.brix.fatbeehive.com/images/subnav_top.gif) no-repeat;
	font-size: 70%;
	color: #ccc;
	padding: 5px 2px 5px 2px;
	text-align: center;
	width: 100%;
}

H2 {
	position: relative;
	color: #ff686f;
	background-color: #fff;
	font-size: 100%;
	text-align: left;
	z-index: 1;
	margin-top: 0;
/*background: url(http://raven.brix.fatbeehive.com/images/logo.gif) 0 0 no-repeat #fff;*/
	/*height: 37px;
	padding-top: 140px;
	padding-left: 130px;*/
	}
H3 {
	background-color: #859900;
	color: #fff;
	border-top-width: 5px;
	color: #fff;
	font-size: 160%;
	font-weight: bold;
	margin-top: 5px;
	padding: 5px 0px 5px 5px;
	}
	
H4{
	font-size: 150%;
}
input[type="text"], textarea {
	background-color: #FCFCFC;
}
select, #Comments{
	width: 270px;
}

P {
	color: #000000;
	font-size: 130%;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 2pt;
	margin-left: 2pt;
}
span.button{
	position: relative;
	pause-after: inherit;
}
span.button a{
	/*background-color: #E8E8E8;*/
	background-color: #eefcff;
	border: 1px solid #000000;
	border-left-color: #C0C0C0;
	border-top-color: #C0C0C0;
	color: #000000;
	cursor: pointer;
	float: left;
	font-size: 130%;
	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:140%;
}
.head {
	font-size: 150%;
	}

.highLight, .downLight {
	border: 2px solid #fff;
}

.noHighLight {
	border: 2px solid #FFFFFF;
	}

.iconLev {
	background-color: #fff;
	text-align: left;
	z-index: 1;
	clear: both;
	height: 30px;
	}
.mainLev {
	text-align: left;
	background-color: #fff;
	padding-top: 10px;
	margin-top: 10px;
	z-index: 0;
	clear:left;
}

.popup{
	font-size: 150%;
}

#footer{
	background-color: #fff;
	}

.sendForm{
	padding: 5px;
	}

img {
	border: none;
}

#tradeNav{
	float:left;width:207px; margin-top:5px;padding-bottom:50px;
	background:url(http://raven.brix.fatbeehive.com/images/subnav_bottom.gif) 0 100% no-repeat #ccc;
}
#icons{
	float:left;
	padding-left: 10px;
}

div #icons a{
	margin-bottom: 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: #0000CD;
	font-size: 120%
}

a:visited{
	text-decoration: none;
	color: #0000CD;
}

a:hover{
	text-decoration: underline;
	color: #0000CD;
}

a:active{
	text-decoration: none;
	color: #6666CC
}

#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{
	
}
#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 */ 


