div{font:16px Arial}

body {
	margin:0;
	padding:0;
	border:0px none;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%

}
a {
	color:#369;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
h1{
border-bottom:1px solid #6E6EBB;
color:#4A4A9E;
font:bold 20px Arial,Helvetica,sans-serif;
}
h2{
clear:both;    /* so it makes a clean start under the 3 central columns */
padding-top: 8px;
border-bottom:1px solid #6E6EBB;
color:#4A4A9E;
font:bold 20px Arial,Helvetica,sans-serif;
}  /* the same style as H1 but allows h1 to be used only once so better for seo  */

h3{
color:#800080;
font:bold 14px Arial,Helvetica,sans-serif;
}
h4{
color:#800080;
font:bold 14px Arial,Helvetica,sans-serif;
}
h5{
color:#4A4A9E;
text-align:center;
font:bold 16px Arial,Helvetica,sans-serif;
}
h6{
color:#800080;
font:bold 14px Arial,Helvetica,sans-serif;
line-height:90%;
}
#image-div img {
max-width:100%;
margin:auto;
display:block;
}

#history{
color:#000080;
font:12px Arial;
text-align: left;
}

#review-head{
color:#000080;
font:12px Arial;
text-align: left;
}

#review{
color:#0000FF;
padding-right: 1px;
font-family: Verdana, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
font-style: italic;
font-size: 14px;
text-align: left;
}
#more{
color:#000000;
font:12px Arial;
text-align: left;
margin-top: 5px;
}

table,th,td
{
border-collapse:collapse;

}

#table td, th
{
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
border:1px solid #98bf21;
padding:3px 7px 2px 7px;
}
/*  Oct 2015 try to make the chairmans table truncate if small screen  */
.table {
 table-layout:fixed;
}

.table td {
white-space: nowrap;
overflow:hidden;
text-overflow: ellipsis;
}




p {
	margin:.4em 0 .8em 0;
    line-height: 150%;
	padding:0;
}

/* the following two, reivew and customer,  are used on the index page  */
.review {
color:#0000FF;
padding-right: 1px;
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
font-size: 12pt;
font-style:normal;
text-align: left;
}
.customer {
color:#800080;
padding-right: 1px;
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
font-size: 20pt;
text-align: left;
}

.bold{
font-weight:bold;
}

.newsletter{
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

/* ---------Menu block ---------- */
p.menublock{margin:3px 0px 0px 0px}
.menublock a{
display:block;
color:#FFFFFF;
background:#377E47;
font-weight:bold;
text-decoration:none;
text-align: right;
padding: 3px 5px 3px 3px;
font:bold 14px Arial;
}
.menublock a:hover{
color:#FFFFFF;
background:#68AF78;
text-decoration:none
}
.menublock a:visited{color:#FFFFFF}




/* ---------Header styles ---------- */
#header {
	width:100%;
	height:150px;
	background: #377E47; 
	position: relative;
}

#header-image{
width: 350px;
}

#header-title{
position:relative;
width:40%;
height:70px;
top:50%;
margin-top:-20px;
margin-left:10px;
margin-right:0px;
text-align: center;
font: 24px Segoe Script;
color:#FFFFFF;

}
#header-image {float:left;}
#header-title {float:left;}
#topspace{
height: 20px;
}


/* ------'widths' sub menu ------' */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}


/* central three columns */
.central1, .central2, .central3{
   float:left;
   width:175px;
   position:relative;
   }

.central1{padding: 10px 10px 20px 0px;}
.central2{padding: 10px 10px 20px 10px;}
.central3{padding: 10px 0px 20px 10px;}

   
/* end of central columns */




/* ------'column container------' */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}

.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}



/* 3 Column settings */
.threecol {
	background:#fff;		/* right column background colour */
}
.threecol .colmid {
	right:19%;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:62%;			/* width of the middle column */
 	background:#fff;  	/* left column background colour */
}
.threecol .col1 {
	width:58%;			/* width of center column content (column width minus padding on either side) */
	left:100%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:13%;			/* Width of left column content (column width minus padding on either side) */
	left:25%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:15%;			/* Width of right column content (column width minus padding on either side) */
	left:93%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	text-align: center;
	background:#377E47;
}
#footer p {
	padding:10px;
	margin:0;
}
#footer a:link, .footer a:hover, .footer a:visited, .footer a:active{color:#FFFFFF}