@charset "utf-8";
body  {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #5f5f52;
	margin-top: 20px; /* 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: #3d3d3d;
}
.twoColFixRtHdr #container { 
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(images/mainbgDeep.png);
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	
	padding: 51px 10px 0 275px;  /* 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. */

} 

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* 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 */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 25px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 880px;
}
.twoColFixRtHdr #mainContent p{
	font-size: 0.9em;
margin: 10px 30px 0 43px;
width: 580px;
font-weight: 100;


}
.twoColFixRtHdr #mainContent p a{
color:#f9782B; 
}
.twoColFixRtHdr #mainContent p a:hover{
text-decoration: none;
}

.twoColFixRtHdr #mainContent h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:1.6em;
color: #86aa86;
padding: 65px 0 0 180px;
margin: 0;
font-weight: 200;
}
.twoColFixRtHdr #mainContent h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:1.1em;
color: #3d3d3d;
padding: 5px 0 0 180px;
margin: 0;
font-weight: 200;
}

.twoColFixRtHdr #footer { 
	
   background-image: url(images/footbg.png);
   background-repeat:no-repeat;
    height: 120px;
	margin-bottom: 20px;
	margin-top: 7px;
} 
.twoColFixRtHdr #footer a{
color: #f9782b;
font-size: 0.9em;
margin: 0;
text-decoration:underline;
}

.twoColFixRtHdr #footer a:hover{
text-decoration: none;
}
.twoColFixRtHdr #footer td {
font-size: 0.9em;
padding: 10px 0 0 12px;
width: 220px;
}
.twoColFixRtHdr #footer table {
width: 100%;
height: 120px;
}
#address {
padding: 10px 10px 0 0 !important;
text-align: center;
}
#contact {
color: #719771 !important;
font-size: 0.9em !important;
}
#contact a{
	color: #719771 !important;
font-size: 0.9em !important;
}
#contact a:hover{
	text-decoration: none;

}
.twoColFixRtHdr #footer span {
color: #f9782b;
font-size: 1.1em;
}

.twoColFixRtHdr #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;
}
#nav {

height: 40px;

}
.button {


background-image:url(images/buttonbg.png);
background-repeat:no-repeat;
height: 40px;
width: 163px;
margin: 0 0 0 4px;
text-align: center;



}
.button1 {


background-image:url(images/buttonbg1.png);
background-repeat:no-repeat;
height: 40px;
width: 163px;
margin: 0 0 0 4px;
text-align: center;
font-size: 0.9em;
color: #3d3d3d;

}
.button a{
	color: #ffffff;
	text-decoration:none;
	text-align: center;
  
	font-size: 0.9em;
}
.button a:hover{
text-decoration: underline;
}
#lister {
list-style: circle;
}


li a {
	margin: 0;
	padding: 0;
color: #f9782b;


}

ul
{
margin:0;
padding:0;
color: #86aa86;
}

li a:hover {
color: #f9782b;
text-decoration:none;

}
li{
	
padding-left: 23px; 
background: url('images/check1.png') left center no-repeat;
list-style:none;
font-size: 0.9em;
padding-bottom: 5px;
padding-top: 5px;



}
input, textarea {
	width: 200px;
	border: border:1px solid grey; width:200;
	margin-bottom: 6px;
background-color: #f5f5d2;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
overflow:auto;
color: #86aa86;

}

 form {
	 
padding-top: 130px;
 padding-left: 19px;
 }
 form img{


 padding-left: 45px;
 }
 #logo {
	position:absolute;
	top: 24px;
	margin-left: -270px;
 
 }
 #subnav {
 position: absolute;
 top: 120px;
 margin-left: 290px;
 }
 #innerLinks td {
 font-size: 0.9em;
padding-right: 40px;
margin: 0;
 }
  #innerLinks a {
color: #f9782b;
  }
   #innerLinks a:hover {
	   text-decoration:none;
   }
   #ppp {
	position: absolute;
	top:732px;
	margin-left: 5px;
	
   }

