@charset "UTF-8";
/* CSS Document */
/*
	screen.css: 		MODERN BROWSER (PC IEv6+/FF2+) SCREEN
    ------------
    Job:				Waste Matters
    Produced by:		Jim Savage: http://www.thefarmhaus.com
    Start date:			14/05/2007
    ------------
    COLOUR SPEC:
	red:				#c63000
	dark red:			#580000
	cream:				#b3b380
	orange:				#de7300
	brown:				#48350a	
	brown-text:			#48340a
    ------------
*/

.x {
	visibility: hidden;
	height: 0;
}

* {
	padding: 0;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.titleText{
	font-size: 1.5em;
}

body {
	color: #48340a;
	background: #dfdfca url(/_sponsor/10000/images/newSkin/homeTile.jpg) repeat-x;
	font-size: 70%;
	text-align: center;
}
.siteWidth{
	width: 760px;
	margin: 0px auto;
}
.header{
	color: #de7300;
	height: 79px;
	background: url(/_sponsor/10000/images/newSkin/logo.gif) no-repeat left bottom;
	text-align: right;
}
.nav{
	color: #fff;
	height: 28px;
	background: url(/_sponsor/10000/images/newSkin/navTile.gif) repeat-x;
}
.homePanel{
	background: #48350a;
	height: 235px;
	border: 9px solid #fff;
}
.bigPic{
	background: #48350a url(/_sponsor/10000/images/homeImage.jpg) no-repeat;
}
.bottomText{
	height: 60px;
	text-align:left;	
	padding: 10px;
	background:#48350a;
	color: #de7300;
}

.bottomText b{
	color: #f5f59b;
}

.homePanelCols{
	padding: 0px;
	margin: 0px;
	width: 742px;
	border: 0;
}
.homeLogin{
	color: #f5f59b;
	text-align: left;
	background: #47340a url(/_sponsor/10000/images/newSkin/loginTile.gif) repeat-x;
	width: 235px;
	height: 235px;
	padding-left: 14px;
	border-right: 9px solid #fff;
}

.homeLogin a:link, .homeLogin a:visited{
	color: #CA5000;
	text-decoration: none;
}

.homeLogin a:hover{
	color: #F5F59B;
	text-decoration: underline;
}

.homeLogin form input {
 	background-color:#fff;
	color:#fff;
	width: 137px;
	height: 19px;
	background: #61460b;
	border: #ca5000 1px solid;
}

input#enter2.enter {
	width: 69px;
	height: 15px;
	background: none;
	border: none;
}

.homeFlash{
	margin: 0px;
}

.homeBox{
	background: #dfdfca;
	border: 1px solid #b3b380;
	margin-bottom: 9px;
	text-align: left;
}

.homeBox td{
	
}

.homeBox .boxCols td{
	padding: 3px;
}

.boxCols td img{
	border: 3px solid #fff;
	margin-right: 6px;
}

.boxCols td a:link, .boxCols td a:visited{
	color: #CA5000;
	text-decoration: none;
}

.boxCols td a:hover{
	color: #545447;
	text-decoration: underline;
}

.bodyPanel{
	padding: 9px;
	padding-top: 11px;
	background: #fff url(/_sponsor/10000/images/newSkin/shadow.gif) no-repeat center 0;

}
.leftMargin{
	text-align: left;
	background: #fff;
	width: 225px;
	padding-left: 14px;
	padding-bottom: 14px;
	border-right: 9px solid #fff;
	padding-right: 10px;

}
.rightMargin{
	margin: 0px;
}

.leftMargin hr {
	border: none 0;
	border-top: 1px solid #ccc8c1;
	height: 1px;
	
}
.titleSpan a{
	display: block;
	padding-left: 20px;
	margin-bottom: 6px;
	color: #de7300;
	font-weight: bold;
	background: url(/_sponsor/10000/images/newSkin/arrow.gif) no-repeat 0 2px;
	font-size:120%;
	text-decoration: none;
}

.titleSpan a:hover{
	color:#b3b380;
}
.titleSpan a:visited{
	color:#580000;
}
.sponsors{
	text-align:left;
	padding: 0 9px 0 23px;
	background: #f3f3eb;
	height: 83px;
}
.footer{
	text-align:left;
	background: #48350a;
	padding: 3px 9px 3px 23px;
	color: #de7300;
	height: 22px;
}

.footer a:link, .footer a:visited{
	color: #CA5000;
	text-decoration: none;
}

.footer a:hover{
	color: #F5F59B;
	text-decoration: underline;
}
