/* BASIC */

body {
	background-color: #FFFFB9;
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	font-family:tahoma, verdana, sans-serif;
	color: #357C23;
}

h1, h2, h3, h4, p, ul, ol {
	margin: 0px;
	padding: 0px;
}

a img { 
	border: none;
}

/* LAYOUT */

#wrapper {
	width: 660px; /* reduce from 760 */
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #202020;
	border-left: 0px solid #202020;
	background: #FFFFFF repeat-y right top;
	text-align: left;
}

#main {
	color: #000000;
	float: left;
	width: 660px;
	left-padding: 4px
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	display: inline;
	background:#FFFFDD;
}

/* MAIN */

 
#main a {
	text-decoration: none;
	color: #152D6A;
}

#main h1 {
	color: #357C23;
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom: 2px solid #AAE39C;
	letter-spacing: 1px;
	word-spacing: 5px;
}

#main h2 {
	margin-top: 15px;
	margin-bottom: 3px;
	color: #357C23;
}

#main p {
	font-size: 1.25em;
	margin-bottom: 5px;
}

#main li {
	margin-left: 15px;
	margin-bottom: 2px;
}




#feature	{
	margin-top: 10px; 
	margin-left: 29px;
}

#plough_inn {
	font-family: Tahoma;
	font-size:14px;
	font-weight:bold;
	line-height:15px;
	height: 440px;
	width: 660px;
	float: right;
	clear: right;	
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}


#plough_inn_ul {
	background: #FFFFFF no-repeat left bottom;
	color: #000000;
	font-family: Tahoma;
	font-size:12px;
	line-height:15px;
	width: 660px;
	float: right;
	clear: right;
	border: 1px solid #000000;
}

#plough_inn a,
#plough_inn_ul a {
	text-decoration: none;
	border-bottom: 1px solid #357C23;	
	color: #000000; 			
	background: #DDFFFF;
}

#plough_inn a:hover,
#plough_inn_ul a:hover {
	text-decoration: none;
	border-bottom: 1px solid #FFFF99;	
	color: #000000; 			
	background: #FFFF99;
}

#plough_inn_ul li	{
	margin-left: 20px;

}

#menu {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url("../images/black.jpg") repeat-x top left;
/*
	background:transparent url("../images/OFF.gif") repeat-x top left;
*/
	font-family:Tahoma,Helvetica,Arial,Verdana,sans-serif;
	border-bottom:1px solid #555555;
	border-top:1px solid #919191;
	text-align:center;
}
#menu li {
	display:block;
	float:left;
	margin:0;
	pading:0;
}

#menu li a {
	display:block;
	float:left;
/*	color:#CC3333;	*/
	color:#DDDDDD;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;
	background:transparent url("../images/DIVIDER.gif") no-repeat top right;
}

#menu li a:hover  {
	color: #FFFF00;
	background:transparent url("../images/blue.jpg") repeat-x top left;
/*
	background:transparent url("../images/HOVER.gif") no-repeat top right;	
*/
	border-bottom:1px solid #555555;

}

.image-to-right {
	color: #000000;
	float: right;
	margin-left: 3px;
}

.image-to-right_ul {
	background: #000000 no-repeat left bottom;
	color: #FFFFFF;
	font-size:95%;
	line-height: 8pt;
	float: right;
	clear: right;
	margin-left: 3px;
	border: 2px solid #000000;
}

.image-to-left {
	color: #000000;
	float: left;
	margin-right: 3px;
}

.image-to-left_ul {
	background: #000000 no-repeat left bottom;
	color: #FFFFFF;
	font-size:95%;
	line-height: 8pt;
	float: left;
	clear: left;
	margin-right: 3px;
	margin-bottom: 3px;
	border: 2px solid #000000;
}

.grey-table {
	position:relative;
	top:300px;
	background-color:#DDDDDD;
	color:#000000;
	width:660px; 
	filter:alpha(opacity=80);
	-moz-opacity:.75;
	opacity:.75
}

.grey-row td { 
	background-color: #DDDDDD; 
}

