@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/mainbg.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: 50px 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 #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 */
}
.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: 480px;
}
.twoColFixRtHdr #mainContent p{
	margin: 0;

	font-size: 0.9em;
margin: 20px 0 0 43px;
width: 580px;
font-weight: 100;





}
.twoColFixRtHdr #mainContent h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:1.4em;
color: #86aa86;
padding: 0;
padding: 28px 0 0 20px;
margin: 0;
}
.twoColFixRtHdr #mainContent h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:1.2em;
color: #3d3d3d;
padding: 0;
padding: 10px 0 0 118px;
margin: 0;
font-weight: 300;
}

.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;
}
ul
{
	margin: 0;
	padding: 0;
list-style: none;

padding-left: 335px;
padding-top: 40px;


color: #86aa86;

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





}
input, textarea {
	width: 200px;
	border: 1px solid #ccc; 
	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;
 
 }
 #imageMain {
 position: absolute;
 top: 250px;
 margin-left: -20px;
 
 
 }
 #form2 {
 padding:0;
 margin: 0;
 }
 #input2 {
	 width: 105px;
	 height: 20px;
 padding: 0;
 margin: 0;
color: #f9782b;
text-decoration: underline;
border: none;

 }
 #contactlink {
position:absolute;
top:135px;
margin-left: 15px;
 
 }
 #contactlink a{
color: #f9782b;
font-size: 1em;
margin: 0;
text-decoration:underline;

}

#contactlink a:hover{
text-decoration: none;

}

#signupwrap {
visibility:hidden; 
top: 200px;
margin-left: 600px;
width: 400px; 
height: 300px;
padding: 0;
background-image:url(images/newsletterbg.png); 
background-repeat: no-repeat;
z-index:100000;
}
#icpsignup14959 {

position:absolute; 
top: 0; 
margin:0;
}
#closer {
color:#F00; 
font-size: 16px;
text-decoration:none;
position:absolute; 
top:1px; 
left: 383px;
z-index: 1000000000;
}
#popuplink {
color: #ff6633;
margin:48px 0 0 20px;
font-size: 12px;
cursor:pointer;
text-decoration:underline;
}