@charset "utf-8";
/* CSS Document */

body {
	background-color: #C5BEB4;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
h1 {
	font-size: 1em;
	color: #4D473C;
	font-weight: normal;
	margin-top: -1px;
	margin-bottom: -1px;
}
h2 {
	color: #626122;
	font-size: 1.1em;
	margin-top: -1px;
}
h3 {
	font-size: 1em;
	color: #8d8370;
}
h4 {
}
h5 {
}
h6 {
}
ul {
	padding-bottom: 10px;
}
li {
	margin-bottom: 8px;
}
.clearer {
	clear: both;
}
#container {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: 2px solid #9D9382;
	margin-top: 25px;
	padding-bottom: 0px;
}
#header {
	text-align: left;
	padding-left: 10px;
	background-color: #FFF;
}
#header a {
	color: #4D473C;
	text-decoration: none;
}
#header a:active, #header a:hover, #header a:focus {
	color: #979535;
	text-decoration: underline;
}
#logo {
	float: left;
	margin-left: 10px;
}
#latest {
	float: right;
	width: 350px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: -110px;
	background-color: #F5F5F1;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#latest h2 {
	font-size: .9em;
	margin-bottom: 0px;
	padding-bottom: 3px;
}
#latest a, #latest a:visited {
	font-size: 0.8em;
	background-color: #626122;
	color: #FFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #CCC;
}
#latest a:active, #latest a:hover, #latest a:focus {
	background-color: #979535;
	color: #000;
}
#latest p {
	font-size: 0.8em;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 3px;
	margin-bottom: 7px;
}
#telephone {
	float: right;
	width: 350px;
	margin-top: 110px;
	text-align: right;
	margin-right: 15px;
	font-weight: normal;
	color: #626122;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#navigation {
	background-color: #8D8370;
	padding-top: 6px;
	padding-bottom: 8px;
	text-align: center;
}
#navigation ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -1px;
}
#navigation li {
	display: inline;
	list-style-type: none;
	margin-right: -3px;
	padding: 0px;
	margin-left: -2px;
}
/*---------------Nav controller for about us as a link----------*/
#navigation a {
	background-color: #4D473C;
	padding-top: 8px;
	padding-right: 34px;
	padding-bottom: 8px;
	padding-left: 34px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	font-size: 0.8em;
	background-image: url(../images/nav.jpg);
	background-repeat: repeat;
}
/*----------------------Nav controller for consultation as a link--------------*/
/*#navigation a {
	background-color: #4D473C;
	padding-top: 8px;
	padding-right: 32px;
	padding-bottom: 8px;
	padding-left: 32px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	font-size: 0.8em;	
	background-image: url(../images/nav.jpg);
	background-repeat: repeat;
}*/
#navigation a:active, #navigation a:hover, #navigation a:focus {
	background-color: #ADAA3D;
	color: #4D473C;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -1px -50px;
}
#content {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 0.8em;
	background-color: #F0EEEC;
}
#contentlp {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 0.8em;
	background-color: #F0EEEC;
	padding-top: 10px;
	padding-bottom: 20px;
}
#contentleft {
	width: 335px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#contentleft p {
	color: #4D473C;
}
#contentright {
	float: right;
	margin-right: -15px;
	margin-bottom: -3px;
}
#imgbar {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9D9382;
	border-right-color: #9D9382;
	border-bottom-color: #9D9382;
	border-left-color: #9D9382;
}
#footer {
	width: 865px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFF;
	font-size: 0.75em;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #54531D;
	padding-left: 15px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9D9382;
	border-right-color: #9D9382;
	border-bottom-color: #9D9382;
	border-left-color: #9D9382;
	margin-bottom: 15px;
}
#footer p {
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: .9em;
}
#footer ul {
	margin-left: -20px;
}
#footer li {
	margin-bottom: 3px;
}
#footer a {
	color: #4D473C;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}
#footer a:active, #footer a:hover, #footer a:focus {
	color: #979535;
	text-decoration: underline;
}
#subnav {
	float: left;
	width: 250px;
}
#finfo {
	float: right;
	width: 600px;
	text-align: right;
	margin-right: 15px;
	margin-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
#by {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	font-size: .6em;
	text-align: right;
}
#by a {
	color: #4D473C;
	text-decoration: none;
	font-weight: bold;
}
#by a:active, #by a:hover, #by a:focus {
	color: #979535;
	text-decoration: underline;
}
/*------------------Events page--------*/
#contentevents {
	font-size: 0.8em;
	padding-top: 15px;
	padding-left: 15px;
	background-color: #F0EEEC;
}
#celeft img {
	padding: 2px;
	background-color: #FFF;
	border: 1px solid #999;
	margin-top: 20px;
}
#contentevents a {
	color: #4D473C;
	text-decoration: none;
	font-weight: bold;
}
#contentevents a:active, #contentevents a:hover, #contentevents a:focus {
	color: #979535;
	text-decoration: underline;
}
#celeft {
	float: left;
	width: 510px;
}
#ceright {
	float: right;
	width: 330px;
	margin-top: -43px;
}
/*------------------Contact page------*/
#contentcontact {
	font-size: 0.8em;
	color: #4D473C;
	background-color: #F0EEEC;
	padding: 15px;
}
#ccleft {
	float: left;
	width: 550px;
}
#ccright {
	float: right;
	width: 250px;
	margin-top: -15px;
}
#contentcontact a {
	color: #4D473C;
	text-decoration: none;
	font-weight: bold;
}
#contentcontact a:active, #contentcontact a:hover, #contentcontact a:focus {
	color: #979535;
	text-decoration: underline;
}
#cform {
	border: 2px solid #4D473C;
	padding: 10px;
	background-color: #E4E0DA;
}
#cform fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.entername, .enteremail, .tel {
	margin-bottom: 15px;
	width: 98%;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 2px solid #999;
	font-weight: bold;
	background-color: #F5F3F1;
}

.enquiry {
	margin-bottom: 15px;
	width: 98%;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 2px solid #999;
	font-weight: bold;
	background-color: #F5F3F1;
}
.submit {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #968B78;
	border-right-color: #201500;
	border-bottom-color: #201500;
	border-left-color: #968B78;
	background-color: #4D473C;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 0.1em;
}
input:focus, textarea:focus, #numb:focus {
	border-top-color: #4D473C;
	border-right-color: #4D473C;
	border-bottom-color: #4D473C;
	border-left-color: #4D473C;
	background-color: #FFF5EC;
}
#numb {
	border: 2px solid #999;
	font-weight: bold;
	background-color: #F5F3F1;
}

/*-----------------------Links Page-------------*/
.extlink {
	float: left;
	width: 395px;
	margin-top: 15px;
	padding: 10px;
	border: 1px solid #999;
	background-color: #FFF;
	margin-right: 15px;
	font-size: .9em;
}
.extlink2 {
	float: left;
	width: 395px;
	margin-top: 15px;
	padding: 10px;
	border: 1px solid #999;
	background-color: #FFF;
	font-size: .9em;
}
.extlink img, .extlink2 img {
	margin-right: 15px;
	border: 1px solid #999;
	padding: 2px;
	background-color: #FFF;
	float: left;
}
.extlink h2 a, .extlink2 h2 a {
	color: #4D473C;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}
.extlink h2 a:active, .extlink h2 a:hover, .extlink h2 a:focus {
	color: #979535;
	text-decoration: underline;
}
.extlink2 h2 a:active, .extlink2 h2 a:hover, .extlink2 h2 a:focus {
	color: #979535;
	text-decoration: underline;
}
.extlinktxt {
	clear: left;
}
/*-------------------footer links pages--------*/
#contentcompany {
	font-size: .8em;
	padding-top: 15px;
	padding-left: 15px;
	background-color: #F0EEEC;
}
#ccompanyleft {
}
#ccompanyright {
}
#ccompanyleft a {
}
#ccomanyleft a:active, #ccomanyleft a:hover, #ccomanyleft a:focus {
}

