/* The Glastonbury Holiday Flats - Stylesheet
   Please do not copy in part or whole without
   express written consent - Thank you */

/***** Body and main container *****/
body {
	margin: 1.5em auto;
	padding: 0px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	background-color: #FFF;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: small;
}

#wrap {
	background-color:#FFF;
	color: #000;
	margin: 0px auto;
	padding: 0px 0px;
	width: 760px;
	border: 3px solid #2989DD;
}

/***** Header *****/
#header {
	color: #000;
	background: #fff url(../images/header.gif) bottom left no-repeat;
	height: 285px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-bottom: 3px solid #2989DD;
}

#header h1 {
	font-size: medium;
	font-weight: normal;
	margin: 0px 0px 4px 15px;
	padding: 15px 0px 0px;
	visibility: hidden;
}

/* The bit below is for the logo URL */
#header h1 a, #header h1 a:hover {
	padding: 0px;
}
/* The bit below is for the logo URL Alternate Text */
#header p {
	font-size: small;
	margin: 0px 0px 5px 15px;
	padding: 0px 0px 0px 3px;
}

/***** Left Nav *****/
#lnavmenu {
	clear: left;
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
}

#lnavmenu ul {
	list-style: none;
	width: 150px;
	margin: 0px 0px 0px 0px;;
	padding: 0px;
}

#lnavmenu li {
	margin-bottom: 5px;
}

#lnavmenu li a {
	margin-left: 10px;
	height: 100%;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 3px 3px 3px 3px;
	background: #ADD0F1;
	border: 1px solid #2989DD;
	font: Verdana, Tahoma, Arial, sans-serif;
	font-weight: normal;
}

#lnavmenu li a:hover,{
	background: #ADD0F1;
	color: #000;
	border:1px solid #2989DD;
}

#lnavmenu li a.current {
	background: #ADD0F1;
	color: #000;
	border-top: 1px solid #2989DD;
	border-right: 3px solid #2989DD;
	border-bottom: 1px solid #2989DD;
	border-left: 1px solid #2989DD;
}
#lnavmenu h2 {
	font-size: small;
	font-weight: normal;
}

/***** Main Body *****/
#content {
	color: #000;
	margin: 10px 140px 10px 160px;
	padding: 0px;
	line-height: 1.5;
	text-align: left;
}

#contentwide {
	color:#000;
	margin: 10px 10px 10px 160px;
	padding: 0px;
	line-height: 1.5;
	text-align: left;
}

#content h2, #contentwide h2 {
	font-size: medium;
	color: #000;
	font-weight: bold;
	margin: 8px 0 10px 0;
	padding: 0px;
}

#font-family h3, #contentwide h3 {
	font-size: small;
	font-weight: bold;
	margin: 6px 0 6px 0;
	padding: 0px;
	color: #000;
}

#content img, #contentwide img {
	padding: 0px;
	display: inline;
	color: #000;
	border: #4DA0E4;
}

#content a#font-family, #contentwide a {
	font-weight: normal;
}

#content ul, #content ol,
#contentwide ul, #contentwide ol {
	color: #000;
	margin: 0px 0px 16px 20px;
	padding: 0px;
}

#content li, #contentwide li {
	color: #000;
	margin: 0px 0px 2px 10px;
	padding: 0px 0px 0px 4px;
}

#contentwide p {
	color: #000;
	margin: 0px 0px 2px 10px;
	padding: 0px 0px 0px 4px;
	text-align: left;
	vertical-align: text-top;
}
#contentwide p img {
	padding: 2px;
	border: 2px solid #2989DD;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
	vertical-align: text-top;
}
.map {
	height: 350px;
	width: 530px;
	padding: none;
	border: 2px solid #2989DD;
	text-align: left;
	vertical-align: text-top;
}
/***** Footer *****/
#footer {
	clear: both;
	margin: 0px auto;
	padding: 8px 0px;
	border-top: 2px solid #2989DD;
	width: 760px;
	text-align: center;
	color: #000;
	background-color: #ADD0F1;
	font-size: x-small;
}

#footer p {
	padding:0px;
	margin: 0px;
	color: #000;
}

#footer a {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

#footer a:hover {
	font-weight: bold;
}

/***** Table styles *****/
table {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	line-height: 1.3em;
	vertical-align: text-top;
}
thead {
	line-height: 0px;
	text-decoration: underline;
	vertical-align: text-top;
}

tr, td {
	padding: 15px;
	font-size: small;
	text-align: left;
	vertical-align: text-top;
}

/***** Search box to be inserted as site grows *****/
#searchbox {
margin-left: 10px;
padding:0px;
margin:6px 0px 16px 0px;
}

#searchform {
margin-left: 10px;
background: #fff;
border:1px solid #ccc;
color: #000;
font-size:0.9em;
padding:4px;
width:116px;
}

#searchbox label {
display:none;
}

/***** Various classes that will be used as the site grows *****/
.left {
margin:10px 10px 5px 0px;
float:left;
}

.right {
margin:10px 0px 5px 10px;
float:right;
}

.textright {
text-align:right;
margin:-10px 0px 4px 0px;
}

.centre {
text-align:center;
}

.small {
font-size:0.8em;
}

.large {
font-size:1.3em;
}

.bold {
font-weight:bold;
}

.highlighted {
padding:3px;
background-color:#FFF;
color:#000;
border:1px solid #2989DD;
}

.hide {
display:none;
}
