/* CSS Document */

body {
	background-color: #003300;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	}



/* CSS Document */

#container {
	background-image: url(../images/frome-valley.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 700px;
	border: 10px solid #53734E;
	padding: 0px;
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	}
	
#container1 {
	background-image: url(../images/frome-valley1.jpg);
	height: 700px;
	border: 10px solid #53734E;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}

#container2 {
	background-image: url(../images/frome-valley2.jpg);
	height: 700px;
	border: 10px solid #53734E;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}

#container3 {
	background-image: url(../images/frome-valley3.jpg);
	height: 700px;
	border: 10px solid #53734E;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}

#container4 {
	background-image: url(../images/frome-valley4.jpg);
	height: 700px;
	border: 10px solid #53734E;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}

#container5 {
	background-image: url(../images/frome-valley5.jpg);
	height: 700px;
	border: 10px solid #53734E;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}

#container6 {
	background-image: url(../images/frome-valley6.jpg);
	height: 700px;
	border: 10px solid #53734E;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}

#container7 {
	background-image: url(../images/frome-valley7.jpg);
	height: 700px;
	border: 10px solid #53734E;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}

#content_home {
	width: 610px;
	height: 455px;
	overflow: auto;
	padding-left: 0px;
	padding-top: 20px;
	float: right;
	margin: 0px;
	padding-right: 20px;
	position: relative;
}

#nav {
	width: 1000px;
	height: 30px;
	background-color: #949E7C;
}

#header {
	width: 1000px;
	height: 135px;
	background-image: url(../images/frome_banner.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}

.main_big {
	padding-bottom: 10px;
	float: left;
}

.main_thumb {
	padding-bottom: 10px;
	padding-left: 3px;
	float: right;
}

.thumb1 {
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
}

.headline {
	padding-bottom: 20px;
	height: 80px;
	width: 560px;
	float: left;
}

.imageright {
	height: 150px;
	width: 250px;
	float: right;
	padding-bottom: 10px;
	padding-left: 15px;
}

.anchor {
	float: left;
}


/* text styles */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	padding-right: 5px;
	padding-left: 25px;
	clear: left;
	margin-bottom: 1px;
	margin-top: 6px;
}

	a:link {
	color:#990000;
	text-decoration: underline;
}

	a:visited {
	color:#990000;
	text-decoration: none;
}

	a:hover {
	color: #003300;
	text-decoration: underline;
}

	a:active {
	color:#990000;
	text-decoration: underline;
}

H1 {
	color:#990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

H2 {
	color:#990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
}

H3 {
	color:#990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}


.menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
	.menu li{
	float:left;
	position:relative;
	z-index:100;
}

/* use the table to position the dropdown list */
	.menu table{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:25px;
}

/* style all the links */
	.menu a, .menu :visited {
	display:block;
	font-size:0.8em;
	width:120px;
	padding:7px 0;
	color:#FFFFFF;
	background:#949e7c;
	text-decoration:none;
	margin-right:1px;
	text-align:center;
}

/* style the links hover */
	.menu :hover{
	color:#FFFFFF;
	background-color: #53734E;
}

/* hide the sub level links */
	.menu ul ul {
	visibility:hidden;
	position:absolute;
	width:120px;
	height:0;

}
/* make the sub level visible on hover list or link */
	.menu ul li:hover ul,
	.menu ul a:hover ul{
	visibility:visible
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
