@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #d3e0e1;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.greenwood #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
} 
.greenwood #header {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #00497b;
	height: 90px;
	width: 850px;
	background-image: url(../images/logo_new.jpg);
	clip: rect(auto,auto,auto,auto);
	top: 50px;
	background-repeat: no-repeat;
} 
.greenwood #header a {
	color: #00497b;
	text-decoration: underline;
	line-height: 30px;
}
.greenwood #header a:hover {
	color: #00497b;
	text-decoration: none;
}


.greenwood #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.greenwood #mainContent {
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
} 
.greenwood #footer {
	background:#DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
} 
.greenwood #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 */
}
.greenwood #imagefloatL {
	padding-top: 0;
	float: left;
	height: auto;
	width: 260px;
	margin-bottom: 20px;
	position: absolute;
}
.greenwood #imagefloatR {
	padding-top: 0px;
	height: auto;
	width: 260px;
	margin-bottom: 20px;
	padding-left: 270px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #1a4780;
	font-style: italic;
}
.Header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #1a4780;
}
.Header3 {
	font-family: "Times New Roman";
	font-size: 25px;
	color: #666666;
	font-style: italic;
}
	.main {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.main  a  {
	color: #666666;
	text-decoration: underline;
}
.main  a:hover  {
	color: #333333;
	text-decoration: none;
}
.main_image {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.menu {
	font-family: Calibri;
	font-size: 16px;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-weight: normal;
}
.headtext {
	font-family: "Times New Roman";
	font-style: italic;
	color: #00497b;
	font-size: 46px;
	padding-left: 20px;
	font-weight: lighter;
}

.greenwood #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #e9f0ef;
	font-family: Calibri;
	font-size: 12px;
	color: #000000;
	border-left-width: 1px;
	border-left-color: #999999;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-left: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.greenwood #sidebar1 a {
	color: #1a4780;
	text-decoration: none;
}
.greenwood #sidebar1 a:hover {
	color: #1a4780;
	text-decoration: underline;
}

.sidebarheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-align: left;
}


.sidebarheader2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1a4780;
	text-align: left;
}
.sidebarmain {
	font-size: 12px;
	color: #000000;
	font-family: Calibri;
	text-align: left;
}
.sidebarupdate {
	font-size: 12px;
	color: #910213;
	font-family: Calibri;
	line-height: normal;
	text-align: left;
}

.image {
	border: 1px solid #000000;
	text-align: center;
}
.imagerightpadding {
	border: 1px solid #000000;
	text-align: center;
	margin-right: 20px;
}
.contact {color: #385b7d;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-align: center;
	font-weight: bold;
}
.update  {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.update  a  {
	color: #CC0000;
	text-decoration: underline;
}
.update   a:hover    {
	color: #CC0000;
	text-decoration: none;
}
div.img
{
	height: auto;
	width: auto;
	float: left;
	text-align: left;
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 2px;
}	


div.img img
{
	display: inline;
	border: 1px solid #333333;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
div.desc
{
	text-align: left;
	font-weight: normal;
	width: 250px;
	margin: 2px;
	font-size: 11px;
	color: #666666;
}
div.desc3 {
	text-align: left;
	font-weight: normal;
	width: 210px;
	margin: 2px;
	font-size: 11px;
	color: #666666;
}
.sidebarheader3 {
	font-family: "Times New Roman";
	font-style: italic;
	color: #333333;
	font-size: 24px;
	font-weight: lighter;
}
.greenwood #plate {
	width: 450px;
	background-image: url(../images/engrave-plate.jpg);
	background-repeat: no-repeat;
	height: 225px;
	padding-left: 40px;
	padding-top: 50px;
	background-position: left top;
	padding-right: 40px;
}
.greenwood  #plate  h2 {
	background-repeat: no-repeat;
	font-family: "Times New Roman";
	font-size: 25px;
	color: #666666;
	line-height: 0.5px;
	font-style: italic;
}
.greenwood #plate p {
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.greenwood #plate a {
	color: #1a4780;
	text-decoration: none;
}
.greenwood #plate a:hover {
	color: #1a4780;
	text-decoration: underline;
}
