﻿@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-color: #003;
}
.twoColFixLt #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #003;
	text-align: right; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bg_blue.gif);
	background-color: #003;
	background-repeat: no-repeat;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 128px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px 20px;
	background-image: url(../images/big_logo.png);
	background-repeat: no-repeat;
} 
.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;
}
.logoSB {
	padding: 0px;
	margin-bottom: -22px;
	color: #006;
	margin-top: -2px;
}
.twoColFixLt #container #sidebar1 h6 {
	color: #FFF;
	margin-bottom: -5px;
}
.twoColFixLt #container #sidebar1 p {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	margin: 0px;
	padding: 0px;
}
.twoColFixLt #container #sidebar1 .nameSB {
	margin-right: 20px;
	padding-right: 20px;
	margin-left: -20px;
}
.twoColFixLt #container #sidebar1 a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: x-small;
	color: #FFF;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
.twoColFixLt #container #sidebar1 a:hover, a:active, a:focus{
	color: #FFF;
	background-color: #00057F;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F63 ;
}
.twoColFixLt #container a:hover, a:active, a:focus{
	border-left-style: none;
	border-right-style: none;
}
.twoColFixLt #container #sidebar1 .tight {
	margin-top: 2px;
	margin-bottom: 1px;
}
.twoColFixLt #container #sidebar1 h1 {
	font-size: x-small;
	color: #FFF;
	padding-top: 70px;
}
.twoColFixLt #container #sidebar1 .current {
	color: #000;
}

.content_right {
	width: 180px;
	float: left;
}
.content_middle {
	width: 180px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.content_left {
	width: 180px;
	float: left;
}
.twoColFixLt #container #mainContent #bottom ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #FFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.twoColFixLt #container #mainContent #bottom .content_left ul {
	background-image: url(../images/left.png);
	height: 210px;
	background-position: -5px -5px;
	width: 150px;
	background-repeat: no-repeat;
}
.twoColFixLt #container #mainContent #bottom .content_middle ul {
	background-image: url(../images/center.png);
	height: 210px;
	background-position: -5px -5px;
	width: 150px;
	background-repeat: no-repeat;
}
.twoColFixLt #container #mainContent #bottom .content_right ul {
	background-image: url(../images/right.png);
	height: 210px;
	background-position: -5px -5px;
	width: 150px;
	background-repeat: no-repeat;
}
.twoColFixLt #container #mainContent #bottom h2 {
	font-size: medium;
	background-color: #FFF;
	padding-bottom: -9%;
	margin-bottom: -9%;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLt #container #mainContent #bottom {
	margin-top: 24%;
	padding-top: 22%;
}
.twoColFixLt #container #mainContent #mainInnerBottom {
	margin-top: 220px;
	position: relative;
	text-align: left;
	font-family: Cambria,Georgia,Palatino,'Palatino Linotype','Myriad Pro',Serif;
	line-height: 1.4em;
}
.twoColFixLt #container #mainContent #mainInnerBottom #innerText {
	position: absolute;
	top: 0px;
	color: #FFF;
	left: 0px;
}
.twoColFixLt #container #mainContent #mainInnerBottom .title {
	color: #000;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: x-large;
	background-image: url(../images/bg_title.png);
	background-repeat: repeat-y;
}
.twoColFixLt #container #mainContent #mainInnerBottom #innerText ul {
	text-align: left;
}
.twoColFixLt #container #mainContent #mainInnerBottom a {
	color: #FFF;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
.twoColFixLt #container #mainContent #mainInnerBottom a:hover, a:active, a:focus{
	color: #00057F;
	background-color:#FFF;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #06F;
}
.twoColFixLt #container #mainContent #mainInnerBottom .tinyText{
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
.twoColFixLt #container #mainContent #mainInnerBottom #innerText .contactTB {
	font-size: small;
	line-height: 1em;
	margin-top: -15px;
}
.twoColFixLt #container #mainContent #content form .white {
	color: #FFF;
}
.twoColFixLt #container #sidebar1 .home {
	font-weight: bolder;
	font-size: .8em;
}
.twoColFixLt #container #mainContent h3 {
	color: #06F;
	text-align: left;
	background-color: #FFF;
}
.twoColFixLt #container #sidebar1 .add {
	color: #FFF;
}
