@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: 20px;
}
.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 #lower_navigation {
	background-image: url(../background/outerWrapper_blue.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.thrColFixHdr #lower_navigation ul {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #lower_navigation li {
	display: inline;
	list-style-type: none;
}
.thrColFixHdr #lower_navigation a {
	padding-right: 15px;
	padding-left: 15px;
}
.thrColFixHdr #lower_navigation a, a:visited {
	font-size: 10px;
	color: #333;
	text-decoration: none;
}
.thrColFixHdr #lower_navigation a:hover {
	font-size: 10px;
	color: #000;
	text-decoration: underline;
}
.thrColFixHdr #wrapper {
	overflow: hidden;
}
.thrColFixHdr #sidebar1 {
	float: left; /* 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 */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 3000px;
	padding-left: 10px;
	margin-bottom: -3000px;
	font-size: 10px;
}
.thrColFixHdr #sidebar1 a, a:visited {
	font-size: 10px;
	color: #00C;
	text-decoration: none;
}
.thrColFixHdr #sidebar1 a:hover {
	font-size: 10px;
	color: #00C;
	text-decoration: underline;
}
.thrColFixHdr #sidebar1 #a {
	padding: 5px;
	border: 1px solid #CCC;
}
.thrColFixHdr #sidebar1 #div_b {
	padding: 5px;
	margin-top: 5px;
	border: 1px solid #999;
}
.thrColFixHdr #sidebar2 {
	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 */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 3000px;
	padding-left: 10px;
	margin-bottom: -3000px;
	font-size: 10px;
}
.thrColFixHdr #sidebar2 a, a:visited {
	font-size: 10px;
	color: #00C;
	text-decoration: none;
}
.thrColFixHdr #sidebar2 a:hover {
	font-size: 10px;
	color: #00C;
	text-decoration: underline;
}
.thrColFixHdr #sidebar2 #div_one {
	padding: 5px;
	border: 1px solid #999;
}
.thrColFixHdr #sidebar2 #div_two {
	padding: 5px;
	margin-top: 5px;
	border: 1px solid #999;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 10px;
} 
.thrColFixHdr #mainContent #one {
}
.thrColFixHdr #mainContent a, a:visited {
	font-size: 10px;
	color: #00C;
	text-decoration: none;
}
.thrColFixHdr #mainContent a:hover {
	font-size: 10px;
	color: #00C;
	text-decoration: underline;
}
.thrColFixHdr #mainContent #div26 {
	padding: 5px;
	border: 1px solid #00C;
}
.thrColFixHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: 10px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.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 */
}
.thrColFixHdr #footer a, a:visited {
	color: #00C;
	text-decoration: none;
}
.thrColFixHdr #footer a:hover {
	color: #00C;
	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;
}
.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;
}
