/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
	text-align: center;
}

 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0 0 12px 0;
padding:0;
}
 
 
/***** Common Formatting *****/
 
p, ul, ol {
margin:0;
padding:0 0 1.25em 0;
}
 
ul, ol {
padding:0 0 1.25em 2.5em;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
text-decoration: none;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}

fieldset {
  padding: 1em;
  font:80%/1 sans-serif;
  }
  
label {
  padding-top:0.2em;
  text-align:left;
  font-weight:bold;
  cursor:pointer;
  }

 
input, select, textarea {
	font:1em Arial, Helvetica, sans-serif;

}
 
textarea {
	line-height:1.25;
}


 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td {
padding:2px;
}

 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }



body {
	background-color: #efe9d9;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 16px;
	font-size: 12px;
	background-image: url(../images/pattern.jpg);
}
h1 {
	letter-spacing: -1px;
	padding:0;
	margin: 10px 0 10px 0;
}
h2 {
	font-size: 22px;
	font-family: "Arial Black", Arial, Helvetica;
	letter-spacing: -2px;
	color: #4b912c;
}
h4 {
	font-size: 14px;
	color: #4b912c;
}

hr {
	clear:both;
	border-color: lightgrey;
	border-width: 0 0 1px 0;
	border-style: solid;
	padding: 0;
	margin: 0 0 10px 0;
}
 
th {
	font-size: 12px;
	margin-bottom: 10px;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: left;
}
td {
	font-size: 11px;
	border-bottom-color: #fffbf8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
		background-color: #e2e2e2;
		line-height: 20px;

}
small {
	text-transform: uppercase;
	color: #828282;
	font-size: 12px;
    position:relative;   
    left:2px;  
    letter-spacing:0px;  
}



a,
a:link,
a:visited,
a:hover {
	text-decoration: none;
	color: #4b912c;

}

#container {
	margin: 0 auto;
	width: 900px;
	overflow: auto;
	text-align: left;
}
#content {
	text-align: left;
}
#outerheader {
	width: 100%;
	background-image: url(../images/headerbg.png);
	background-repeat: repeat-x;
	background-position: center;
	margin: 25px 0 35px 0;
	height: 92px;
	text-align: center;
}
#header {
	margin: 0 auto;
	width: 900px;
	overflow: none;
	text-align: left;
}
#header h1 {
	background-image: url(../images/logo.png);
	width: 188px;
	height: 56px;
	float: left;
	top: 10px;
	position: relative;
}
#header h1 span {
	display: none;
}
	#header ul {
		font-size: 17px;
		list-style: none;
		padding: 0;
		margin: 0;
		float: right;
		top: 35px;
		position: relative;
		font-family: "Arial Black", Arial, Helvetica;
		letter-spacing: -2px;
	}
	#header ul li {
		float: left;
		margin: 0 0 0 0.5em;
	}

	#header ul li a {
		height: 28px;
		line-height: 26px;
		margin: 0;
		padding: 0 12px 0 10px;
		float: left;
		display: block;
		color: #5d501c;
		text-decoration: none;
		text-align: center;
	}

	#header ul li a:hover, a:active {
		background-color: #5d501c;
		color: #fff;
		-webkit-border-radius:4px;
		-moz-border-radius: 4px;
	}
	#header ul li.active a {
		background-color: #5d501c;
		color: #fff;
		-webkit-border-radius:4px;
		-moz-border-radius: 4px;	
	}
#leftcol {
	width: 550px;
	overflow: hidden;
	float: left;	
}
#rightcol {
	width: 320px;
	overflow: hidden;
	float: right;
}
#widecol {
	width: 900px;
	overflow: hidden;	
}
a.gallery {
	border: 1px solid #ccc;
	width: 134px;
	padding: 7px;
	background-image: url(../images/light-pattern.jpg);
	display: block;
	overflow: none;
	float: left;
	margin: 0 10px 10px 0;
}
img.topimg {
	border: 1px solid #ccc;
	width: 534px;
	padding: 7px;
	background-image: url(../images/light-pattern.jpg);
	overflow: auto;
	margin: 0 0 30px 0;
}
.news h4 {
	margin: 10px 0 0 0;
	font-size: 12px;
}
.news p {
	padding: 0 0 10px 0;
}
p#telno {
	font-size: 25px;
	letter-spacing: -2px;
	color: #4b912c;
	line-height: 22px;
	margin: 20px 0 0 0;
}
	p#telno strong {
		font-size: 40px;
		font-family: "Arial Black", Arial, Helvetica;
		font-weight: bold;
	}
#footer {
	border-top: 1px solid #999;
	margin-top: 20px;
	padding-top: 10px;
	clear: both;
	height: 35px;
	text-align: center;
}
#footer div {
	text-align: left;
}
	#copyright {
		float: left;
		margin-left: 10px;
	}
	#designed {
		float: right;
		margin-right: 10px;
	}
	#designed img {
		vertical-align:bottom;
	}

/* contact form */

#contactForm input.styled, #contactForm textarea {
	font-size:12px;
	padding:4px 2px;
	width:400px;
	margin:0 0 6px 0;
}

#contactForm #buttonImg{
	text-align: right;
}
#thankyou {
	font-weight: bold;
	display:none;
	margin-bottom: 10px;
	color: #4b912c;
}
#phpthankyou {
	font-weight: bold;	
	margin-bottom: 10px;
	color: #4b912c;
}

