﻿@import "../stylesheet.css";

body 
{
	margin: 0;
	background-color: #cccccc;
	font-family: Trebuchet MS;
	text-align: left;
}


#pagebg
{
	background:url("images/page_bg.gif") repeat-y top left;
	padding-left: 4px;
	display:block;
	float:left;
	position: absolute;
    left: 50%;
    width: 777px;
    margin-left: -388px;

}
#pagebg div
{
	float:left;
}
#banner
{
	width: 769px;
	height: 145px;
	background: url("images/haddenham-banner2.jpg");
	
	}

#nav
{	
	width: 769px;
	height: 34px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-image:url(images/menu-bg.gif);
	background-repeat:repeat-x;
}

#nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 769px;
	position: absolute;
}

#nav li
{
	float: left;
	font-size: 14px;
	margin-left: 12px;
	background-image:url(images/menu-bg.gif);
	background-repeat:repeat-x;
    line-height: 20px;
}

#nav li:hover
{
	/* background: url("selected_bg.gif") repeat top left; */
}

#nav li a 
{
	color: #FFFFFF;
	text-decoration: none;	
	cursor: pointer;
	padding: 7px 13px 7px 13px;
	display: inline-block;
}

#nav li a:hover
{
	color: #FFFFFF;	
	cursor: pointer;
	background-image:url(images/menu-bg-hover.gif);
	background-repeat:repeat-x;
}


#flashcontent1
{
	width: 170px;
	height: 312px;
	background-color: #CCCC33;
	float: left;
	padding-right: 6px;
	font-size: 16px;
}

#flashcontent1 ul
{
	margin: 0;
	list-style: none;
	padding-left: 10px;
	color: #000000;
	padding-top: 16px;
}

#flashcontent1 li
{
	margin-bottom: 10px;
	height: 22px;
}

#flashcontent1 a
{
	text-decoration: none;
	color: #000000;
	display: inline-block;
}

#flashcontent1 a:hover
{
	color:#ffffff;
}

#flashcontent2
{
	width: 587px;
	height: 313px;
	float: right;
	background: url("middleimg2.jpg") no-repeat top left;
}

#content
{
	width: 730px;
	/* Remove to expand for content */
	padding: 20px;
	float: left;
	background-color:#ffffff;
}

#content_l, #content_r
{
    font-size: 14px;
    text-align: justify;
	height: auto !important;
	float: left;
}

#content_l
{
	width: 350px;
	float: left;
	/*background: url("content_bg.gif") repeat;*/
	background-color: #ffffff;
	margin-right: 20px;

}

#content_r
{
	width: 350px;
	float: left;
	/*background: url("content_bg.gif") repeat;*/
	background-color: #ffffff;
}

#footer
{
	width: 769px;
	height: 31px;
	background: url("images/banner_bg.gif") repeat top left;
	color: #FFFFFF;
	padding-top: 11px;
	font-size: 12px;
	float: left;
}

#footer_l
{
	width: 350px;
	margin-left: 11px;
	float: left;
}

#footer_r
{
	width: 395px;
	float: right;
	text-align: right;
	margin-right: 11px;
}

#bottom
{
	width: 769px;
	height: 40px;
	background: url("images/image_10.jpg") no-repeat top left;
}
	
#bannercont_l, #bannercont_r
{
}

#bannercont_l
{
	padding: 40px 0 0 20px;
}

#bannercont_r
{
	float: right;
	text-align: right;
}


img
{
	border: 0;
}

sup
{
	font-size: 7px;
}

#footer a
{
	text-decoration: none;
	color: #FFFFFF;
}

DIV.navigation {
	
	width: 769px;
	height: 34px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-image:url(images/menu-bg.gif);
	background-repeat:repeat-x;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}
	.navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.navigation ul ul {
		position: absolute;
		top: 175px;
		width: 230px;
		display: none;
		padding-top:3px;
		padding-bottom:5px;
		background-image: url(images/bg-drop-down.gif);
		background-color: #bbcc30;
		background-repeat: repeat-x;
		background-position: left top;
		border: 1px solid #545454;
	}
	.navigation ul ul ul {
		position: absolute;
		display: none;
		left: 190px;
	}
	.navigation ul li {
		cursor:pointer;
		display: block;
		float: left;
		height: 30px;
		margin-left: 13px;
	}
	.navigation ul li a {
		display:block;
		color:#ffffff;
		padding: 4px 8px 6px 8px;	
	}
	
	.navigation ul li a:hover 
	{
		color:#CCCC33;
	}
	.navigation ul ul li {
		display: block;
		clear: left;
		border: none;
		width: 230px;
		height: auto;
		padding:0px;
	}
	.navigation ul ul li a {
		padding: 2px 8px 2px 8px;	
		color:#000000;
	}
	.navigation ul ul li a:hover {
		padding: 2px 8px 2px 8px;	
		width: 190px;
		color: #ffffff;
	}
	.navigation ul ul ul li {
		display: block;
	}
	.navigation ul li:hover ul {
		display: block;
	}
	.navigation ul li:hover ul ul {
		display: none;
	}
	.navigation ul ul li:hover ul {
		display: none;
	}