/* BASIC */

body {
	margin: 0px;
	padding: 0px;
	font: 62.7% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFE286;
/*    background: url(images/stripe.png) center top;
	background-repeat: repeat;*/
}

h1, h2, h3, h4, p, ul, ol {
	margin: 0px;
	padding: 0px;
}

a img { 
	border: none;
}
/* LAYOUT */
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	text-align: left;
	background: #FFFFFF; 
}
#banner {
	width: 960px;
	background: url(images/banner.png) no-repeat right top;
	height: 90px;
	float: left;
	border-top: 1px solid #000000;
}
#sidepics
{
	width:80px;
	background: url(images/sidepics.png) no-repeat left top;
	height: 478px;
	float: left;
	border-right: 1px solid #999999;
}
#animalsidepics
{
	width:80px;
	background: url(images/sidepics_animals.png) no-repeat left top;
	height: 478px;
	float: left;
	border-right: 1px solid #999999;
}
#entertainmentsidepics
{
	width:80px;
	background: url(images/sidepics_entertainment.png) no-repeat left top;
	height: 478px;
	float: left;
	border-right: 1px solid #999999;
}
#producesidepics
{
	width:80px;
	background: url(images/sidepics_produce.png) no-repeat left top;
	height: 478px;
	float: left;
	border-right: 1px solid #999999;
}
#artcraftsidepics
{
	width:80px;
	background: url(images/sidepics_artcrafts.png) no-repeat left top;
	height: 478px;
	float: left;
	border-right: 1px solid #999999;
}
#cookerysidepics
{
	width:80px;
	background: url(images/sidepics_cookery.png) no-repeat left top;
	height: 478px;
	float: left;
	border-right: 1px solid #999999;
}
#resultsidepics
{
	width:80px;
	background: url(images/sidepics.png) no-repeat left top;
	height: 478px;
	float: left;
	border-right: 1px solid #999999;
}

#main {
	float: left;
	width: 850px;
	padding-top:20px;
	padding-bottom:20px;
	margin-right: 10px;
	padding-left: 10px;
	display: inline;
}
#legal {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
    background-color: #004A7F;
	text-align: center;
	font-size: 0.9em;
	color: #FFF;
	padding: 5px 60px 5px;
	clear: both;
}
#legal a {
       color: #E5AE72 ;
        }
/*NAVIGATION */
ul.nav 
{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	float: left;
	width: 100%;
	border-bottom: 4px solid #528BC4;
	background-color: #FFE286;
}
ul.nav li 
{
	float: left;
}
ul.nav a 
{
	width: 8.5em;
	display: block;
	border: 1.5px solid #FFE286;
	border-bottom: none;
	padding: 2px;
	margin-right: 0px;
	background-color: #004A7F;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
#mainNav a:hover
{
	background-color: #528BC4;
}
/* styles for the "you are here" buttons */
#home #mainNav a#homeLink,
#entertainment #mainNav a#entertainmentLink,
#animals #mainNav a#animalLink,
#produce #mainNav a#produceLink,
#artcraft #mainNav a#artcraftLink,
#cookery #mainNav a#cookeryLink,
#results #mainNav a#resultsLink,
#contactus #mainNav a#contactusLink {
	background-color: #528BC4;
	color: #FFD387;
	padding: 2px;
	font-weight: bold;
	width: 8.5em;
}



/* IE Fixes */

/* force hover on entire width of  link */
* html #Nav a {
	height: 1px;
}

/* BANNER STYLES */
#banner img {
	float: left;
}
#banner ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#banner li {
	display: inline;
	float: right;
	margin-right: 5px;
	padding-bottom: .5em; /* to display bottom border on links in IE */
}

/* MAIN */

#main a {
	text-decoration: none;
	border-bottom: 1px solid #3F647F;
	color: #152D6A;
}

#main h1 {
	color: #3F647F;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: solid 1px #FF9319;
	font: normal 2em Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	word-spacing: 5px;
}

#main h2 {
	font: normal 1.75em Verdana, Arial, sans-serif;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #7F3300;
}
#main p {
	font-size: 1.25em;
	margin-bottom: 5px;
	padding: 2px;
}
#main em 
{
	display:block;
	margin-left: 10px;
	font-size: 0.9em;
}

#main td
{font-size: 1.25em;
}

/* ENTERTAINMENT LIST */
ul.entertainmentList
{
	font-size: 1.25em;
	margin-left: 20px;
	padding-left: 20px;

}
ul.entertainmentList li
{
	list-style-image: url(images/orange_bullet.png);
}

