@charset "UTF-8";
body  {
	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: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	background-color: #cccccc;
	background-image: url(images/back-2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 60px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.twoColFixLtHdr #container {
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0;
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
} 
h1 {
	color: #19830E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
h2 {
	color: #19830E;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 {
	color: #19830E;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.twoColFixLtHdr #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 */
	color: #19830E;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px 20px;
	color: #19830E;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 80px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 500px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #19830E;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #FFCB05;
	color: #FFFFFF;
} 
#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.twoColFixLtHdr #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 */
}
.formwaffle {
	font-size: 0.85em;
	line-height: 1.4em;
	margin-right: 100px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#form1 {
	margin-top: 20px;
}
#form1 textarea {
	margin-left: 10px;
	margin-top: 4px;
}
.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 #menu #logofoot {
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#menu {
	margin: 0px;
	padding: 0px;
	height: 50px;
}
#header #menu ul {
	list-style-type: none;
	padding: 0px;
	float: left;
	clear: right;
	width: 600px;
	height: 44px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#header #menu ul li {
	display: block;
	float: left;
	margin: 0px;
	clear: none;
	font-weight: bold;	
}
#header #menu ul li a {
	display: inline;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
	color: #19830E;
}
#header #menu ul li a:hover{
	background-color: #19830E;
	color: #FFCC00;
}
#header #menu ul li a.current:hover  {
	background-color: #19830E;
	color: #FFCC00;
}

#currentpage{
	background-color: #FFCC00;
	color: #19830E;
}
a {
	text-decoration: none;
}
#form1 p {
	padding-bottom: 4px;
}

input {
	color: #666666;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFCC;
	margin-left: 3px;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	color:#19830E;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.caption {
	font-size: 0.85em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #FFCB05;
	width: 444px;
	line-height: 1.3em;
	background-color: #19830E;
	display: block;
	padding-top: 3px;
	padding-right: 50px;
	padding-bottom: 3px;
	padding-left: 6px;
}
h4 {
	padding-left: 3px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0px;
}
ul {
	margin: 0px;
	list-style-type: square;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.photo {
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.buttons {
	font-size: .85em;
	color: #333333;
}
#login table {
	margin-top: 4px;
}
.backbutton {
	font-weight: bold;
	color: #19830E;
	background-color: #ffcc00;
	padding: 3px;
	text-decoration: none;
}
.backbutton a:link {
	text-decoration: none;
}

.casestudy {
border-style: solid;
border-color: #19830E;
border-width: 1px;
background-color: #e2e2e2;
margin-bottom: 10px;
color: #666;
}
.casestudy h4 {
font-weight: bold;
background-color: #ffcc00;
color: #19830E;
}
.casestudy p {
padding: 3px;
}
.casestudy img {
border-width: 0px;
width: 100%;
}
a.img {
border: 0px
}
.fltrt {
float: right;
clear: right;}

#fb_like {
padding-left: 20px;
padding-top: 5px;
background-color: #19830E;
}


