@charset "utf-8";
body  {
	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;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 95%;
	background-color: #FF9;
	background-repeat: repeat;
}
.thrColFixHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/greyfill.gif);
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFF;
} 
.thrColFixHdr #container #sidebar1 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #306;
	text-decoration: none;
}

.thrColFixHdr #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 */
	font-size: 150%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 28px;
	color: #F30;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 145px; /* 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 */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 145px; /* 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 */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.thrColFixHdr #mainContent {
	margin-top: 10px;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-repeat: repeat;
	background-color: #FFF;
} 
.thrColFixHdr #container #mainContent a  {
	color: #006;
	text-decoration: none;
	font-weight: normal;
}
.thrColFixHdr #container #mainContent h1 {
	font-size: 95%;
	font-weight: normal;
	line-height: 22px;
}

.thrColFixHdr #footer {
	background-color: #FFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
} 
.thrColFixHdr #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;
}
.clear {
	clear:both;
}
.green {
	color: #693;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 120%;
}
.aqua {
	color: #693;
}
.thrColFixHdr #container #sidebar1 a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #306;
	text-decoration: none;
	font-style: italic;
}
.thrColFixHdr #container #footer a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	text-decoration: none;
	color: #306;
}

.sidenavtestimonial {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #690;
}
.thrColFixHdr #container #footer a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	text-decoration: none;
	font-style: italic;
	color: #306;
}
.thrColFixHdr #container #mainContent a:hover {
	color: #006;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}
.thrColFixHdr #container #sidebar2 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #306;
	text-decoration: none;
}
.thrColFixHdr #container #sidebar2 a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #306;
	text-decoration: none;
	font-style: italic;
}
h2 {
	font-size: 95%;
	font-weight: normal;
}
.smaller {
	font-size: smaller;
}
.thrColFixHdr #container #mainContent li {
	font-size: 90%;
	margin-bottom: 5px;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
}
.nav {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 80%;
	text-decoration: none;
	letter-spacing: 0.7px;

}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: 500;
	line-height: 22px;
	color: #000099;
	letter-spacing: 0.09em;
}
.red {
	font-family: Verdana, Geneva, sans-serif;
	color: #990000;
	font-size: 90%;

}
.navred {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 80%;
	color: #990000;
	letter-spacing: 0.1em;

}
.copyrightborder {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	color: #000000;
	background-color: #FFFFFF;
	border: .05px double #990000;
	padding: 0px 4px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;

}
.rightline {
	border-right-width: thin;
	border-right-style: groove;
	border-right-color: #6666CC;
	padding-top: 100px;
}

.borderquotes {
	border: thin outset #4573B3;
	padding: 4px;
	background-color: #FFFFFF;


}
.navwhite {

	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
}


.blue {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 90%;
	color: #000066;
	font-weight: bold;

}
.bluesmall {

	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 80%;
	color: #000066;
	font-weight: bold;
}
.textstrikethru {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	text-decoration: line-through;

}
.testimonial {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
	color: #063;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F63;
	border-left-color: #F63;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #CF9;
	line-height: 16px;
}

.identity {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 105%;
	font-weight: bolder;
	color: #003366;
	letter-spacing: 2px;
}
.firstletter {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: xx-large;
}

.orange {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 100%;
	font-weight: 400;
	color: #F60;
}
.highlight {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #000000;
	background-color: #FF9;
}
.characterspace {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: 3px;
}
.redLARGE {
	font-family: Verdana, Geneva, sans-serif;
	color: #990000;
	font-size: 100%;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
.line {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFCC00;
}
hr {
	font-size: 100%;
	color: #FFFFCC;
}
.comicnav {
	font-family: Comic Sans MS;
	font-size: 85%;
	text-decoration: none;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.heading2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
	font-weight: normal;
	line-height: 6mm;
	color: #000066;
	letter-spacing: 0.1em;
}
.bordercolor2 {
	border: 2px dotted #9F3;
	background-color: #FFFFFF;
}
.bordercolor3 {
	border: 2px dotted #FFFF00;
	background-color: #99cc33;
}
.bordercolor4 {
	border: 2px dotted #FF9900;
	background-color: #FFFFFF;
}
.bordercolor1 {
	background-color: #FFC;
	border: 2px dotted #003;
}

.navcolor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 25px;
	letter-spacing: 0.14em;
	border-top: 0.1em dotted #333399;
	border-bottom: 0.1em dotted #333399;
	text-transform: lowercase;
	margin-right: 65px;
	margin-left: 65px;
}
.headingitalic {

	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 90%;
	font-style: italic;
	font-weight: lighter;
	font-variant: normal;
	color: #333333;
}

.powerfun {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #390;
	letter-spacing: 0.1em;
	line-height: 2em;
	font-weight: bold;
}
.navcolorsitemap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 18px;
	border-top: 0.1em dotted #333399;
	border-bottom: 0.1em dotted #333399;
	margin-right: 65px;
	margin-left: 65px;
	font-style: italic;
	font-weight: 400;
	color: #CC6633;
}.bluehighlight {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-size: 105%;
	color: #006;
	padding: 5px;
	letter-spacing: 0.05em;
	font-weight: normal;
}
.redholiday {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #F00;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #C60;
	line-height: 19px;
	font-style: italic;
}
.orangeheadline {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 110%;
	font-weight: 400;
	color: #F60;
}
.redcomic {
	font-family: Comic Sans MS, cursive;
	color: #033;
	font-size: 90%;
}
.powerfunsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #390;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.footercolor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 25px;
	letter-spacing: 0.14em;
	text-transform: lowercase;
	margin-right: 65px;
	margin-left: 65px;
	border-top-width: 0.1em;
	border-bottom-width: 0.1em;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
.white {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 90%;
	color: #FFF;
	margin-bottom: 1em;
}
.reviews {
	font-size: 85%;
}
.titlePAGES {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #369;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F93;
	background-color: #FFF;
	padding-bottom: 5px;
	font-variant: normal;
	letter-spacing: 0.7mm;
	line-height: 28px;
	margin-right: 20px;
	margin-left: 20px;
}
.inbusiness {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	letter-spacing: 0.14em;
	text-transform: none;
	border-top-width: 0.1em;
	border-bottom-width: 0.1em;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #F60;
	border-bottom-color: #F60;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	font-style: oblique;
	font-variant: small-caps;
	margin: 0px;
	
}
.thrColFixHdr #container #footer h6 {
	font-weight: normal;
}
.thrColFixHdr #container #footer h4 {
	font-weight: normal;
	font-size: 100%;
}
.sale {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #F03;
	background-color: #FC3;
}
