/* 
  ------------------------------------------------
  SET MAIN BODY STYLE
  ------------------------------------------------
*/
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000000;
	background-color:#CCCCCC;
	margin: 10px 0px;
	padding: 0px;
}
/* 
  ------------------------------------------------
  SET MASTHEAD AND MASTHEAD CONTENT STYLE
  ------------------------------------------------
*/
#masthead {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	width:100%;
}
/* 
  ------------------------------------------------
  WRAPPERS AND CLEARFLOATS
  ------------------------------------------------
*/
#wrapper {
	width: 800px;
	margin: 0 auto;
	background-color:#FFFFFF;
}
#column_wrapper {
	width:100%;
	background-image:url(buildgfx/leftbg.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}
#column_wrapper2{
	background-image:url(buildgfx/landscapebackground.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
/* 
  ------------------------------------------------
  SET COLUMN WIDTHS
  ------------------------------------------------
*/
#left {
	float: left;
	width: 178px;
	margin: 0px;
	padding: 0px;
}
#right {
	width:622px;
	float:left;
	margin:0px;
	padding:0px;
}
/* 
  ------------------------------------------------
  SET STYLES FOR COLUMN CONTENT
  ------------------------------------------------
*/
#right .content {
	padding: 14px 14px 24px 14px;
	line-height: 1.3em;
}
.imagesright{
	width:164px;
	float:right;
	margin-right:5px;
	margin-left:10px;
	position:relative;
	z-index:1;
	margin-top:-118px;
}
.imagesright img{
	margin-bottom:12px;
}
#strapline{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	padding-left:50px;
	padding-top:8px;
	padding-bottom:8px;
	background-color:#4C3A22;
	color:#FFFFFF;
}
.contactdetails{
	border:1px solid #4C3A22;
	width:153px;
	display:block;
	padding:5px;
	font-size:12px;
	line-height:140%;
	margin-bottom:12px;
	background-color:#EDEBE8;
}
.contactdetails .title{
	color:#4C3A22;
	font-weight:bold;
	font-size:17px;
	margin-bottom:8px;
	margin-top:3px;
	display:block;
}
.contactdetails .tel{
	display:block;
	margin-top:8px;
}
.contactdetails .email{
	display:block;
}
.contactdetails a .email{
	text-decoration:underline;
}
.contactdetails a .email:hover{
	text-decoration:none;
}
/* 
  ------------------------------------------------
  SET HEADER AND PARAGRAPH STYLES
  ------------------------------------------------
*/
h1 {
	font-size: 1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:130%;
	color:#4C3A22;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
.content p {
	margin: 12px 0;
	font-size:0.9em;
}
.nomargintop {
	margin-top: 0;
}
a{
	color:#4C3A22;
	text-decoration:underline;
	outline:none;
}
a:hover{
	text-decoration:none;
}
/* 
  ------------------------------------------------
  SET FOOTER AND FOOTER CONTENT STYLES
  ------------------------------------------------
*/
#footer {
	color: #FFFFFF;
	background-color: #4C3A22;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.footerleft .content {
	padding: 8px 12px;
}
.footerleft{
	width:178px;
	float:left;
	background-color:#332717;
}
.footerright{
	width:622px;
	float:left;
	text-align:right;
}
.footerright a{
	color:#FFFFFF;
	text-decoration:underline;
}
.footerright a:hover{
	text-decoration:none;
}
.footerright .content{
	padding:8px 19px;
}
