@charset "utf-8";
/* CSS Document */
<style type="text/css"> 


html {scrollbar-base-color: #FFC0FF;}
.ta {scrollbar-base-color: #7abd2b; background-color: #EDF6D4;}

#contact-form{
	font: 1em Arial, Verdana, Helvetica, sans-serif; 
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
float: left;
width: 80%;
	padding-top: 0px;
	margin:0 auto;
	background-color: #7ABD2B;
	display: block;
	margin: 10px 10px 10px 10px; 
	}
	
	label { 
margin-right: 15px;
font-size: 1.1em;
}	

textarea:focus, input:focus {
        border: 2px solid #900;
}
	
	#contact_form, .name{
	padding: 3px 10px 10px 36px;
     float: left;
      display: block;
width: 300px;
	}
	
		#contact_form, .subject{
	padding: 3px 10px 10px 28px;
     float: left;
      display: block;        
width: 400px;
	}
	
	
		#contact_form, .email{
	padding: 3px 10px 10px 38px;
     float: left;
      display: block;
width: 400px; 
	}	
	
			#contact_form, .message{
	padding: 3px 10px 10px 16px;
     float: left;
      display: block;
width: 400px; 
	} 

			#contact_form, .button{
	padding: 3px 10px 10px 16px;
     float: left;
      display: block;
width: 400px;
	}
	
				#more-contact-details{
	padding: 3px 10px 10px 16px;
     float: left;
      display: block;
width: 400px; 
	}
	
	

.maincont #container {
	font: 1em Arial, Verdana, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-right: 10px;
	padding-left: 10px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding-top: 0px;
	}
 
body  {
	font: 13px Arial, Verdana, Helvetica, sans-serif;
	background: #7abd2b;
	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: #000000;
	}

.twoColHybRtHdr #container {
	width: 720px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
} 
.twoColHybRtHdr #header {
	margin: 0px;
	padding: 0px;
	background-color: #EBEBEB;
	 /* 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. */
} 
#header .logo {
	float: left;
	width: 187px;
	margin-left: 1.5em;
	margin-top: 0.5em;
}
.twoColHybRtHdr #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 */
}

.tableat
{
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-right: 0px;
	color: #7abd2b;
	}
	
	.clearboth { clear: both; }

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #7abd2b;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

/* this is the top line, home, contacts, etc navigation line*/

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #7abd2b;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: #EBEBEB;
	color: #000000;
}



.thumbnailx
{
float: left;
width: 230px;
border: 1px solid #999;
margin: 0 15px 15px 0;
padding: 5px;
}

.thumbnailx2
{
float: left;
width: 144px;
border: 1px solid #999;
margin: 0 15px 15px 0;
padding: 5px;
}
.clearboth { clear: both; }


ul {
 list-style-type: disc;
 list-style-image: url(bullet.gif);
}
ul ul {
 list-style-image: none;
}

a:stylelink:link, astylelink:visited,
 a:stylelink:hover, astylelink:active{
text-decoration: none;
}


.twoColHybRtHdr #sidebar1 {
	float: right;
	width: 15em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 14px 0; /* top and bottom padding create visual space within this div  */
	background-color: #DCDCDC;
	height: 500px;
}

.twoColHybRtHdr #sidebar2 {
	float: right;
	width: 15em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 14px 0; /* top and bottom padding create visual space within this div  */
	background-color: #DCDCDC;
	height: 1100px;
}

  
.thumbnail{
	float: left;
	width: 60px;
	border: none;
	padding: 4px;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 5px;
	margin-left: 18px;
	background-color: #FFFFFF;

}


/*this is the thumbnail for the testimonial page */


.thumbnailtestimonial{
	float: left;
	width: 200px;
	border: none;
	padding: 4px;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 5px;
	margin-left: 18px;
	background-color: #FFFFFF;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/

/* this next bit is the formatting for the home image and wrapping text around.*/

.featureimage {
	float: left;
	width: 500px;
	height: 332px;
	border: 0px none;
	margin-left: 3px;
	margin-bottom: 20px;
}


/* this next bit is the formatting for the big image.*/

.imglarge
{
	width: 508px;
	background-color: #fff;
	padding-bottom: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right:2px
}

/*this next bit is for the left image on the door page*/

.doorleft
{
	float: left;
	width: 255px;
	background-color: #fff;
	padding-bottom: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right:2px
}

/*this next bit is for the right image on the door page*/

.doorright
{
	float: right;
	width: 255px;
	background-color: #fff;
	padding-bottom: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right:2px
}



#statement{
float: left;
width: 500px;
margin-left: 30px;
margin-top: 5px;
margin-bottom: 1px;
text-align: center;
}

#main_content_txt{
float: left;
width: 500px;
margin-left: 5px;
margin-top: 5px;
margin-bottom: 1px;

}


.twoColHybRtHdr #mainContent {  
  margin: 0 13em 0 10px; /* the left margin's value is equal
   to the header and footer which creates alignment down the left side of the document. */
} 
.twoColHybRtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.twoColHybRtHdr #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 */
}

/* Miscellaneous classes for reuse */
.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;
}

.clear {

	overflow: auto;
	width: 100%
}

 
</style>[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColHybRtHdr #sidebar1 { padding-top: 30px; }
.twoColHybRtHdr #mainContent {
	zoom: 1;
	padding-top: 0.5px;
}
/* the above proprietary zoom property gives IE the hasLayout it may need to avoid several bugs */
</style>
<![endif]
