@charset "utf-8";
/* CSS Document */
* {
	text-decoration: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #d8ad6c;
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container. The text is then set to the left aligned default in the #container selector */
	font-size: 1em;
	background-image: url(images/BG.gif);
	background-repeat: repeat-x;
}
.bold {
	font-weight: bold;	
}
.center {
	text-align: center;
	font-weight: bold;
}
.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: 0;
}
#container {
	width: 950px;
	padding: 0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 9px solid #f0ce99;
	text-align: left;
	background-color: #FFF;
}
.floatLft{
	float: left;
}
.floatRght{
	float: right;
}
#footer{
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	color: #000000;
	border-top-width: 4px 0 4px 0;
	border-top-style: solid;
	border-top-color: #f0ce99;
	text-align: center;
	}
#footer p {
	font-size: .7em;
}
#footer a {
	color: #36F;
	font-weight: bold;
}	
#footer a:hover {
	color: #C00;
}
.footerBox {
	display: block;
	width: 264px;
	min-height: 8em;
	float: left;
	padding: 10px;
	margin: 10px 14px 10px 14px;
	text-align: left;
	border: 2px solid #CCC;
}
.footerBoxHeader {
	background-color: #039;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #CCC;
	text-align: center;
	font-size: .8em;
}
.footerBox2 {/*use for 4 footer boxes layout*/
	display: block;
	width: 185px;
	min-height: 9em;
	float: left;
	padding: 10px;
	margin: 10px 14px 10px 14px;
	text-align: left;
	border: 2px solid #CCC;
}
.footerBoxHeader2 {
	background-color: #039;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #CCC;
	text-align: center;
	font-size: .8em;
}
#header {
	background: #FFFFFF;
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	margin-top: .5em;
}
img.left {
	display: block;
	margin-right: 1em;
}
#mainContent {
	margin: 0 283px 0 179px;
	padding: 0 30px 0 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #900;
}
#mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #900;
}
#mainContent p{
	font-size: .7em;
	line-height: 2em;
}
#mainContent2 {/*use for 2 column page*/
	margin: 0 0 0 179px;
	padding: 0 30px 0 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#mainContent2 h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #900;
}
#mainContent2 h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #900;
}
#mainContent2 p{
	font-size: .7em;
	line-height: 2em;
}
#mainContent2 li{
	font-size: .7em;
	line-height: 2em;
}
#mainContent2 li p{
	margin-left: 2em;
	font-size: .9em;
}
.menu ul{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url(images/nav_BG.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu li a {
	color: #006;
	display: block;
	padding: 10px 5px 10px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.menu li a:hover {
	color: #C00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
}
table {
	border-collapse: collapse;
	margin-bottom: 2em;
}
table.border th, td{
	border: 4px;
	border-color: #CCC;
	border-style: solid;
}
th {
	color:#FFF;
	background-color: #036;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
}
td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	text-align: left;
	padding: 5px 5px;
	vertical-align: top;
	line-height: 1.5em;
}
.name {/*used for names in table*/
	color:#036;
	font-weight: bold;
}
#sidebar1{/*left column*/
	float: left; /* since this element is floated, a width must be given */
	width: 179px; /* 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: 0;
	margin: 0;
	background-color: #fefdf7;
	min-height: 27em;
}
#sidebar1 p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
#sidebar2 {/*right column*/
	float: right; /* since this element is floated, a width must be given */
	width: 256px; /* 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: 3px 10px 5px 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#sidebar2 h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #154cb2;
}
#sidebar2 p{
	font-size: .7em;
	text-align: left;
}
#sidebar2 a {
	color: #36F;
}
#sidebar2 a:hover {
	color: #C00;
}
.Testimonial-tableHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #990000;
	background-color: #dec58a;
	font-weight: bold;
}

