@charset "UTF-8";
/* CSS Document */
body  {
	font: 98% Skia, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	background-color: #95c8a3
}
h1 {font-size:102%;
}
h2 {font-size:98%; 
}
h3 {font-size:92%; 
}
.heading-text-invis {
	color: #FFF;
	visibility:hidden;
}
.blurb {
	font-size:82%;
	padding-right: 20px;
	padding-left: 20px;
	color: #300;
}
.testimonial-name {
	color: #0C0C0C;
}
.testimonial-quote {
	padding: 0px;
}
.heading-text-invis {
}

p .bold {
	font-weight: bold;
}



.twoColFixRtHdr #container { 
	width: 800px;
	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(images/back.jpg);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-right: 1px solid #e3f5ea;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background-image:url(images/secondary.png);    
	background-repeat:no-repeat;
	height:100px;
	padding: 15px;  /* 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. */
} 
#nav {font-family: Skia, Verdana, Arial, sans-serif;
      width: 800px;
	  font-size: .98em;
      padding-top: 280px;
      padding-bottom:10px;
	  text-align:center;
	  margin:auto;
	   }
a:link {font-family: Skia, Verdana, Arial, sans-serif;
        color:#C30;
	    text-decoration: none;
		font-size: .98em;
		}
	   
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	padding-top: 70px;
	margin-top: 30px;
	
}
.twoColFixRtHdr #mainContent { 
    background: white;
	margin: 10px 250px 0 0px; 
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	text-align:left;
	padding-top: 15px;
	padding-bottom:10px;
	padding-left:5px;
	text-align:center;
	margin:auto;
} 
.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;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
.bold {
	font-weight: bold;
}


