body  {
	font: 12px Arial, Helvetica, sans-serif;
	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: #333333;
}

a {
	color:#018b3d;
}

h1 {
	font-size: 24px;
	color: #018b3d;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	float: right;
	margin: 0px;
	padding-right: 30px;

}
h2 {
	font-size: 15px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;


}
#container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
#header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#leftcol {
	float: left; /* 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 */

}
#sidebar1 {
	float: left; /* 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: #018b3d;
	height: 230px;
}
#mainContent {
	float:right;
	width: 690px;
} 
#maintext {
	float:left;
	padding-top: 15px;
	padding-right: 60px;
	line-height:20px;
	width: 500px;
} 

#maintext ul li {
	font-size: 13px;
	font-weight:bold;
	color:#333333;
	list-style-type: disc;
	line-height: 18px;
} 
#ticklist ul li {
	font-size: 13px;
	font-weight:bold;
	color:#333333;
	list-style-type: none;
	line-height: 18px;
} 
#footer {
	float: right;
	width: 920px;
	padding-bottom: 50px;
} 
#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 */
	
}
.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;
}
 
 #topbannercontain{
	width:850px;
	height:50px;
	margin-right: 50px;
	
 }
 
 #picturecontainer{
	height:230px;
	float: left;
	
	}
#orangebar {
	width:786px;
	border-top: solid #018b3d 15px;
	padding-bottom: 10px;

	float: right;

}
#orangebarbottom {
	width:786px;
	border-top: solid #018b3d 15px;
	padding-bottom: 0px;
	height: 2px;
	float: left;
	margin-left:65px;
	margin-right:40px;
}

#wrapper {
	text-align: left;
	width: 920px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#menuleftcontainer{
	float: left;
	width: 192px;
	font-family: Arial, Helvetica, sans-serif;
	
}

.Menu {
	font-size: 14px;
	font-weight: nornal;
	text-decoration: none;
	padding-top: 40px;
	padding-left: 30px;

	}
.Menu a{
	background-image:url(images/bullet-image.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color: #ffffff;
	text-decoration: none;
	padding-left:20px;
	}
	
.Menu a:hover {
	color: #CCCCCC;
	text-decoration: none;
		background-image:url(images/bullet-image.gif);
	background-position:left center;
	background-repeat:no-repeat;
	}

ul {
	padding-left:25px;
	list-style-type: none;
}

li {
	margin-top:10px;
list-style-type: none;
	color:#FFFFFF;
}
#footertopcontain{
	height:80px;
	float:left;
	width: 810px;
	padding-left:45px;
	padding-bottom:9px;
}
.footerlinks {
	font-size:11px;
	text-decoration:none;
	color:#888888;
	float:left;
	width: 768px;
	padding-left: 70px;
	padding-right: 40px;
}
.footerlinks a {
color:#888888;
	text-decoration:none;

}

.footerslogan{
	font-size:19px;
	color: #018b3d;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	padding-top: 40px;
	padding-left: 20px;
	}
.contactpagetext p {
	line-height: 13px;
	margin: 2px;

}
