@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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;
	background-color: #D5FFEE;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #AFFEE0;
	border-right-color: #FFF;
	border-bottom-color: #AFFEE0;
	border-left-color: #93FED7;
	margin: 0px;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
} 
.twoColFixLtHdr #header {
	background-color: #000;
	background-image: url(logo%20on%20black%20small.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 109px;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
} 
.NAV {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	color: #666;
	text-align: center;
	background-color: #000;
	font-weight: normal;
}

.phone {
	font-family: "Century Gothic", Arial;
	font-size: 18px;
	color: #94FFD5;
	text-align: right;
	vertical-align: bottom;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.email {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	width: 1000px;
	float: none;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}



.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 320px;
	background-color: #FFF;
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	color: #666;
	margin-top: auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	border-top-width: thin;
	border-right-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.table {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	color: #333;
	text-align: center;
}

.twoColFixLtHdr #mainContent {
	width: 455px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 320px;
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	color: #666;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
.blurb {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	color: #333;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 0px;
	margin-left: 10px;
	text-align: justify;
	line-height: 20px;
	font-weight: normal;
}
.emaillink {
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	color: #CCC;
}

.intro {
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	color: #666;
	text-align: justify;
	line-height: 20px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 5px;
	padding-left: 10px;
}


.testimonials {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFF;
	padding: 0px;
	background-color: #FFF;
}
.border {
	border: 1px solid #FFF;
}


.twoColFixLtHdr #footer {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	margin: 0px;
	padding: 0;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
} 
.twoColFixLtHdr #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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #FFF;
}
.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;
}
