@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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../header_background/back_grad.jpg);
	background-repeat: repeat-x;
	margin-bottom: 5px;
}
h1 {
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	margin-top: 10px;
	margin-bottom: 5px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0.2em;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #036;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h4 {
	font-size: 14px;
	letter-spacing: 0.2em;
}
h5 {
	font-size: 14px;
	letter-spacing: 0.2em;
}
h6 {
	font-size: 14px;
	letter-spacing: 0.2em;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.thrColFixHdr #container {
	width: 960px;  /* 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: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	background-image: url(../header_background/top_grad.jpg);
	background-repeat: no-repeat;
	height: 55px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.4em;
	letter-spacing: 0.2em;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.thrColFixHdr #header #wrap {
	width: 200px;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
.thrColFixHdr #header #contactus {
	letter-spacing: 1px;
	text-align: right;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
.thrColFixHdr #header #contactus a, a:visited {
	color: #009;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.thrColFixHdr #header #contactus a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #006;
	text-decoration: underline;
}
.thrColFixHdr #header #phone {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #900;
	letter-spacing: 1px;
	text-align: right;
	margin-top: 2px;
	font-weight: bold;
}
.thrColFixHdr #wrapper {
	overflow: hidden;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 202px;
	margin-bottom: -3000px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3000px;
	padding-left: 5px;
	font-size: 11px;
	background-color: #F1F1F1;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	font-size: 11px;
	margin-bottom: -3000px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3000px;
	padding-left: 10px;
	background-color: #F1F1F1;
}
.thrColFixHdr #mainContent {
	font-size: 12px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 218px;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
	text-align: left;
} 
.thrColFixHdr #mainContent img {
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 2px;
	border: 1px solid #000;
}
.thrColFixHdr #mainContent #textwrap {
	padding-right: 40px;
	padding-left: 40px;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align: center;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.thrColFixHdr #footer a, a:visited {
	color: #00C;
	text-decoration: none;
}
.thrColFixHdr #footer a:hover {
	color: #006;
	text-decoration: underline;
}
.thrColFixHdr #website-design {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-top: 5px;
	text-align: center;
}
.thrColFixHdr #website-design a, a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
}
.thrColFixHdr #website-design a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: underline;
}
.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;
}
.Header-text {
	font-family: "Trebuchet MS", Verdana, "Times New Roman", sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}
.main-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
}
.main-text-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}
.space {
	margin: 5px;
	font-style: italic;
	font-weight: normal;
	color: #009;
}
.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;
}
