body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #3C4B55;
	color: #666;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	min-width: 770px;
}

#wrapper {
	margin: 5px auto;
	width: 770px;
	position: relative;
	background-color: #EEF1E7;
	border: 1px solid #000;
	text-align: left;
}

/*Begin laying out the Banner Div*/
#banner {
	width: 770px;
	height: 110px;
/*	border-bottom: 4px solid #4F4F4F;*/
 background-image:  url("images/banner_bg.jpg");
	background-repeat: no-repeat;
	/*position: relative;*//*The position is not needed, if you add a div within this div uncomment the positioning property and value pair*/
}

/*Begins laying out the content area */
#content {
	margin: 10px 210px 20px 12px;
   width: 543px;
}


/*sets the content text*/
#content p {
	font-size: 80%;
	margin: 20px 0 0 10px;
	padding: 0;
	color: #314048;
	line-height: 130%;
}

/*sets the styling for the h1 element within the content div*/
#content h1 {
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 15px 0 10px;
	padding: 0 0 3px 0;
	color: #41515A;
	font-weight: 500;
}

#content h2 {
	font-size: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 15px 15px 0 10px;
	padding: 20px 0 3px 0;
	color: #41515A;
	font-weight: 500;
 }
 
 #content td tr {
  color: #000;
  font-size: 0.6em;
 }

/*sets the boxes in the right column, note no width set on the boxes, the width is determined by the margin settings*/
.boxes {
	background-color: #EBEDDF;
	border: 1px solid #4F4F4F;
	margin: 10px 5px 10px 5px;
   padding-bottom: 3px;
}

/*sets the style for the title in each of the boxes in the right coloumn*/
.boxes h3 {
	font-size: 90%;
	background-color: #4F4F4F;
	margin: 0;
	padding: 2px 0 2px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	border-bottom: 1px solid #4F4F4F;
	color: #fff;
}

/*styles the text content in each of the boxes in the right column*/
.boxes p {
	font-size: 70%;
	margin: 5px 3px 3px 5px;
	padding: 0;
	line-height: 130%;
	background-color: transparent;
}

/*styles the links in each of the boxes in the right column*/
.boxes a:link, .boxes a:visited {
	background-color: #A1A1A1;
	color: #000;
}

/*styles the link hover and focus states in each of the boxes in the right column*/
.boxes a:hover, .boxes a:focus {
	background-color: #4F4F4F;
	color: #fff;
	text-decoration: none;
}

/*sets out the main right hand column that the boxes are contained within*/
#navbox {
	float: right;
	width: 182px;
	w\idth: 180px;
	margin-right: 5px;
	background-color: #DADEC3;
	border: 1px solid #4F4F4F;
	margin-bottom: 20px;
	margin-top: 10px;
}

/*Fix the right margin for good browsers from the right margin hack in the above selector*/
html>body #navbox {
   margin-right: 12px;/*correctly align the margin for good browsers after the hack in the rule above*/
}

/*set the h2 styles*/
#navbox h2 {
	font-size: 95%;
	background-color: #4F4F4F;
	margin: 4px 5px 6px 5px;
	padding: 2px 0 2px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	border: 1px solid #4F4F4F;
	color: #fff;
}

/*Begin styling the navigation*/
#navbox ul {
	list-style-type: square;
	list-style-position: inside;
	padding: 5px 0 5px 10px;
	margin: 0 5px 0 5px;
	color: #A6BE47;
	font-weight: bold;
	background-color: #4F4F4F;
}

/*sets the styling of li element*/
#navbox ul li {
	padding: 0;
	margin: 0;
	line-height: 120%;
	font-size: 70%;
}

/*styles the nested ul element that contains our navigation links*/
#navbox ul li ul {
	padding: 0 0 0 10px;
	border: none;
}

/*styling the li in the nested ul*/
#navbox ul li ul li {
	padding: 0;
	margin: 0;
	line-height: 120%;
	font-size: 100%;
}

/*start laying out the links styles on the nested list*/
#navbox ul li a {
	color: #E8ECD3;
	text-decoration: none;
}

#navbox ul li a:hover, #navbox ul li a:focus {
	color: #B4C965;
	text-decoration: underline;/
}

/*float styles for the images in the content div*/
.left {
	float: left;
	border: 1px solid #000;
	margin: 5px 10px 0 0;
}

.right {
	float: right;
	border: 1px solid #000;
	margin: 5px 10px 0 10px;
}

/*begin laying out the footer div*/
#footer {
	width: 770px;
	clear: right;/*ensures the footer is always placed below the right column no matter what its contents dictate*/
	background-color: #4F4F4F;
	font-size: 70%;
	text-align: right;
	margin-top: 20px;
}

#footer ul {
	padding: 2px 0 4px 0;
	margin: 0;
}

#footer p {
	padding: 3px;
	margin: 0;
	color: #4E4E4E;
	background-color: #9F9F9F;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#footer ul li {
	padding: 4px;/*2px 4px 2px 2px;*/
	margin: 0;
	display: inline;
}


#footer a {/* Styles the links within the footer */
	color: #fff;
	text-decoration: underline;
}

#footer a:hover, #footer a:focus {
	text-decoration: none;
}


/*begin laying out the form - the form has it's own container #formcontainer*/
#formcontainer {
	width: 500px;
	margin: 10px 5px 20px 55px;
}

/*set the h1 element in the form container*/
#formcontainer h1 {
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 15px 0 0;
	padding: 0 0 20px 0;
	color: #41515A;
	font-weight: 500;
 }

/*style the p in the form container*/
#formcontainer p {
	font-size: 80%;
	margin: 0 0 20px 0;
	padding: 0;
}

/*style the inputs*/
#formcontainer input {
	background-color: #B3C184;
	color: #414F4B;
	border: 1px solid #4C5854;
	margin: 0;
	width: 150px;
}


/*style the textarea*/
#formcontainer textarea {
	background-color: #B3C184;
	color: #556660;
	border: 1px solid #4C5854;
	margin: 0 25px 0 0;
	height: 200px;
}

/* shows focus in the form inputs and textarea */
#formcontainer input:focus, #formcontainer textarea:focus {
	background-color: #4F4F4F;
   color: #fff;
}

/*position the textarea by floating its containing lable*/
.labelfloat {
	float: right;
	padding-top: 20px;
}

/*style the form element labels*/
#formcontainer label {
	color: #4F4F4F;
	font-size: 75%;
	padding-top: 5px;
	display: block;
}

/*style the parent fieldset*/
#formcontainer fieldset {
	margin: 0;
	border: 1px solid #5C6231;
	text-align: left;
	padding: 5px 5px 20px 20px;
	width: 450px;
}

/*style the nested fieldset*/
#formcontainer fieldset fieldset {
	width: 195px;
	padding: 0;
	border: none;
}

/*style the form legend - "Contact My COmpany" */
#formcontainer legend {
	color: #4f4f4f;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #EAEEDD;
	border: 1px solid #000;
	padding: 2px;
	font-size: 90%;
}

/* our buttons take on the input style, we need to change that and we'll do it with this button class*/
#formcontainer .button {
   background-color: #4F4F4F;
   color: #fff;
   width: 80px;
   margin-top: 20px;
}


/*Start laying out the index page - different container than the inner page allows you to pattern match selectors and style them diffeently if needed without resorting to classes */
#front {
	width: 770px;
	margin-top: 0;
	text-align: center;
}

/*styles the h1 on the index page*/
#front h1 a {
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 15px 0 0;
	padding: 5px 5px;
	color: #41515A;
	font-weight: 500;
 text-decoration: none;
}

/*style the "Welcome To" link for entry to the site*/
/*#front a {
   color: #798153;set the link text colour
   background-color: #F2F7E7;
   border: 1px solid #000;
   padding:4px 10px 4px 10px;
   text-decoration: none;
	}*/

#front h1 a:hover, #front h1 a:focus {
	background-color: #BDC984;
	color: #F2F7E7;
}

/*this container holds the four boxes at the bottom of the index page*/
#floatcontainer {
	width: 770px;
	height: 220px;
	padding-top: 20px;}

/*set up the four floated boxes - these are held within the above selector*/
.floatboxes {
   width: 152px;
	w\idth: 154px;
	height: 200px;
	margin:  0 16px;
	ma\rgin: 0 14px;
	border: 1px solid #4f4f4f;
	float: left;
	background-color: #F2F7E7;
	overflow: auto;
}

html>body .floatboxes {
   margin: 0 18px;/*correctly align the margin for good browsers after the hack in the rule above*/
}

/* This selector fixes the horizontal scroll in IE Mac and would be seen by IE 5.01 PC except for the escape characters */
*>html .floatboxes {
	padd\ing-right: 16px; /*sets some padding to the right to avoid the horizontal scroll bars that IE insists are needed*/
	w\idth: 137px; /*Feeds in a corrected width for IE due to the padding above */
}
.floatboxes h3 {
   text-align: center;
	font-size: 105%;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 3px 0;
	margin: 0;
	color: #C8D589;
	font-weight: 500;
 background-color: #4F4F4F;
}

/*This selector is only seen by IE Mac due to the escape characters that also block IE 5 PC -- this reverses the heading colors */
*>html .floatboxes h3 {
	bac\kground-color: #F2F7E7;/*provides a background colour to match the box background for IE Mac only*/
	c\olor: #4F4F4F;/*provides the contrasting text colour*/
	/* a negative margin-left, equivalent to 1px LESS than the padding added on the "html>body .floatbox" selector, can be used here instead of reversing the heading colors... however, you will have a 1px space on the far right of the heading which is not appealing with some color schemes. You will also have a horizontal scroll bar on any boxes that have a vertical scroll. This may be acceptable in some cases however. */
	}
/*style the text in the boxes*/
.floatboxes p {
	font-size: 70%;
	margin: 5px;
	padding-bottom: 4px;
}

/*set the links in the boxes*/
.floatboxes a, #content a {
	color: #606D26;
}

.floatboxes a:hover, .floatboxes a:focus, #content a:hover, #content a:focus {
	color: #F2F7E7;
	background-color: #4f4f4f;
	text-decoration: none;
}

/*create a marker to show the user where in the site they are at any given time*/
.youarehere {
	color: #B6B4C1;/*set a link in the navigation to this class to show where the user is - remove the link and apply this class to the li tag*/
}

