@charset "utf-8";

#header {
	background-color: #009;
	background-image: url(images/emblem.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 185px;
	margin-bottom: 0;
}
body {
	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: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
#footer {
	text-align: center;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	border-left: 0;
	border-right: 0;
}
#footer .footnav li {
	display: inline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: center;
}
#wrapper {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	
}
.left {
	float: right;
	width: 83px;
	padding: 5px;
	border: 2px solid #B7603C;
	margin-bottom: 10px;
	margin-left: 10px;
}
.right {
	float: left;
	padding: 20px;
	margin: 0 10px;
	padding-bottom: 20px;
	display: block;
	width: 100px;
	text-align: center;
}
.logo {
	float: right;
	width: 600px;
	background-color: #009;
	margin: 4px;
	border: solid 1px #FFF;
}
.note {
	font-size: 1.3em;
	color: #294e56;
	margin: 20px;
	padding: 5px;
	border: 1px solid #73afb7;
	background-color: #F4BB35;
	text-align: center;
}
#temple {
	float: right;
	width: 580px;
	margin-left: 0px;
	margin-right: 0px;
}
#topnav {
	background-image: url(images/rollover1.gif);
	float: left;
}
#topnav ul {
	padding: 0;
	margin: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #009;
	border-left-color: #009;
	width: 798px;
}
#topnav ul li{
	display: inline;
	float: left;
	width: auto;
}
#topnav ul a {
	display: block;
	border-bottom: none;
	border-top: none;
	text-decoration: none;
	color:#FF9;
	text-align: center;
	padding: 3px 14px;
}
#topnav ul a:link {
	color: #FF9;
}
#topnav ul a:visited {
	color: #FF9;
}
#topnav ul a:hover {
	color: #FFF;
	background-image: url(images/rollover2.gif);
	background-repeat: repeat;
}
#topnav ul a:active {
	color: #FFF;
	background-image: url(images/rollover2.gif);
	background-repeat: repeat;
}
#topnav .active {
	background-image: url(images/rollover2.gif);
	background-repeat: repeat;
}

#mainContent {
	margin-top:20px;
	color: #666;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	
	
	/*font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;*/
}
/*********************/
/* SIDENAV */
/*********************/
#sidenav {
	float: left;
	width: 120px;
	background-color: #FC6;
	border: 1px solid #009;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 0px;
	height: 20em;
}
#sidenav ul {
	text-align: left;
	margin: 0;
	display: block;
	background-color: #FC6;
	padding: 5px;
}
#sidenav ul li {
	padding: 5px;
	border-bottom: dashed 1px #333;
	list-style-type: none;
}
#sidenav ul li a:link {
	color: #009;	;
	text-decoration: none;
}
#sidenav ul li a:visited {
	color: #069;
	text-decoration: none;
}
#sidenav ul li a:hover {
	color: #00C;
	text-decoration: underline;
}
#sidenav ul li a:active {
	color: #00C;
	text-decoration: none;
}
.meeting {
	width: 100%;
	text-align: left;
	font: 1em Arial, Helvetica, sans-serif;
	margin-top: 10px;
	border: 1px #999 solid;
	background-color: #FC6;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	clear: both;
	min-height: 1px;
}
* html .clear{
	height: 1px;
}
/*********************/
/* SITENAV*/
/*********************/
#site {
	margin-left: 250px;
	margin-top: 50px;
}
#site li {
	margin-top: 10px;
	font-size: 16px;
}

#footer {
	padding: 5px;
	text-align: center;
	margin: 0;
	clear: both;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
.fixed #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.break {
	margin: 0;
	width: 1px;
	height: 100px;
}
/*********************/
/* FORM */
/*********************/
fieldset {
	padding: 10px;
	margin-top: 10px;
}
.label {
	float: left;
	width: 200px;
	margin-right: 50px;
	clear: left;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: right;
	color: #000;
}

/*input {
	margin-bottom: 10px;
}*/
input#enquire {
	margin-top: 10px;
	margin-left: 250px;
	font-weight: bold;
}
input#vericode {
	width: 200px;
	margin-top: -2px;
	background-color: #DBDBDB;
}
form img {
	margin-top: 10px;
	margin-bottom: 10px;
}
input#name, input#email, textarea#message {
	background-color: #fbef99;
	font-family: "Courier New", Courier, monospace;
	font-size: .9em;
	width: 300px;
	margin-top: -2px;
	margin-bottom: 10px;
}
input#address, input#town, input#city, input#county, input#code, input#phone {
	width: 300px;
	margin-top: -2px;
	background-color: #DBDBDB;
	margin-bottom: 10px;
}
input#info_2, input#info_1, input#contact_1, input#contact_2, input#contact_3 {
	margin-top: 20px;
}


#errors {
	color: #FF0000;
}

input#name:focus,
input#address:focus,
input#address:focus,
input#city:focus,
input#postode:focus,
input#phone:focus,
input#email:focus,
input#comments:focus
{
	background-color: #fdd041;
}


/*********************/
/* EXTRA SPACE */
/*********************/
.extra {
	height: 200px;
}
/*********************/
/* LINKS PAGE */
/*********************/
#links .orange {
	text-align: center;
	background-color: #FC6;
	font-size: 16px;
}
#links .orange a {
	text-decoration: none;
}
#links img {
	text-align: center;
}
