html, body {
	padding: 0px;
	margin: 0px;
	font-size: 80%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #F1ECC5;
	color: #333333;
}
a:link {
	color: #0000FF;
	text-decoration: underline;	
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
h1 {
	margin-bottom: 0px;
}
h2 {
	color: #009966;
	font-size: 1em;
	margin: 2px;
}	
.limg {
	float: left;
	margin-right: 20px;
	border: 1px solid #009966;
}
.rimg {
	float: right;
	margin-left: 20px;
	border: 1px solid #009966;
	margin-bottom: 10px;
}
#container {
	width: 780px;
	margin: 0px auto;
	background-image: url(../assets/images/middleshadow.gif);
	background-repeat: repeat-y;
	font-size: 1.2em;
}
#subcontainer {
	margin: 0px auto;
	text-align: left;
	width: 750px;	
	background-color: #FFFFFF;
}
#footer {
	width: 780px;
	margin: 0px auto;
	padding-top: 2em;
	padding-bottom: .5em;
	background-image: url(../assets/images/bottomshadow.gif);
	background-position: top;
	background-repeat: no-repeat;
}
/* Style for masthead */
#masthead {
	height: 75px;
}
#gfclogo {
	width: 375px;
	height: 75px;
	float: left;
}
#angmontage {
	background-image: url(../assets/images/anglesey_montage.jpg);
	height: 75px;
	width: 375px;
	float: right;
}
#leftcontent {
	width: 150px;
	background-image: url(../assets/images/cwt_mochyn.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 250px;
	text-align: center;
	float: left;
}
#rightcontent {
	width: 600px;
	float: right;
}
/* Style for navigation bar */
#topnav {
	color: #8EA85B;
	background-color: #F1ECC5;
	padding: 3px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B4CA89;
	border-bottom-color: #B4CA89;
}
#topnav ul {
	padding: 0px;
	margin: 0px;
}
#topnav li {
	list-style-type: none;
	display: inline;
}
#topnav a:link {
	color: #8EA85B;
	text-decoration: none;
}
#topnav a:visited {
	color: #8EA85B;
	text-decoration: none;
}
#topnav a:hover {
	color: #8EA85B;
	text-decoration: underline;
}
#content {
	padding: 5px;
}
#botcont, #clear {
	clear: both;
}
/* Style for contact form */
fieldset {
  margin-bottom: 10px;
  width: 500px;
    /*background-image:  url(../assets/images/form_grad.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;*/
}
legend {
	padding: 0 2px;
	color: #5D5432;

}
label {
/*  display: inline-block;*/
float:left;
  line-height: 1.8;
  vertical-align: top;
}
fieldset ol {
  margin: 0;
  padding: 0;
}
fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
#contactform em {
  font-weight: bold;
  font-style: normal;
  color: #5D5432;
}
label {
  width: 200px; /* Width of labels */
}
.longerlabel label{
	width: 450px;
}
.submit 
{
	border-width: 1px;
    background: url(../assets/images/but_grad.jpg);
	background-image: url(../assets/images/but_grad.jpg);
    background-repeat: repeat-x;
}
input, textarea {
	background-color: #F6F6F6;
}
/* Style for home page highlights */
#highlights {
	width: 100%;
	clear: both;
	padding-top: 10px;
}
#highlights img {
	margin-bottom: 10px;
	border: 1px solid #009966;
}
.alright {
	text-align: right;
}
#cotthl, #fishhl, #locahl, #sheehl {
	float: left;
	width: 152px;
	height: auto;
	min-height: 300px;
	background-image: url(../assets/images/vdotline.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#cotthl {
	padding-left: 30px;
	padding-right: 15px;
}
#sheehl, #fishhl {
	padding-left: 15px;
	padding-right: 15px;
}
#locahl {
	padding-left: 15px;
	background-image: none;
}
/* Style for attractions */
#attractions {
	clear: both;
	padding-top: 5px;
}
.attraction {
	margin-bottom: 10px;
}
.atname {
	font-weight: bold;
	color: #009966;
}
.atdesc, .cottage {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-image: url(../assets/images/hdotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/* Style for cottages */
#cottages {
	clear: both;
}
#cottages ul, #cottages li {
	padding: 0px;
	margin-left: 10px;
	margin-bottom: 0px
}