@charset "UTF-8";
/* CSS Document */
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(../../images/bg-scale.gif);
	background-color: #FFFFFF;
	background-repeat: repeat;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:underline;
}

.thrColFixHdr #container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 0px;
	border-right: 6px solid #004c9b;
	border-left: 6px solid #004c9b;
	border-bottom: 6px solid #004c9b;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
} 
.thrColFixHdr #header {
	padding: 0;
	margin: 0;
	text-align: center;
} 
.thrColFixHdr #mainContent {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#container #mainContent .vendors-fltlft {
	float: left;
	width: 47%;
	margin-right: 20px;
}
#container #mainContent .vendors-fltlft ul {
	padding-top: 0px;
	margin-top: 0px;
	border: thin dotted #69F;
	padding-bottom: 10px;
}
#container #mainContent .vendors-fltlft ul h4 {
	color: darkblue;
}
#container #mainContent .vendors-fltlft ul li {
	margin-bottom: 10px;
	font-size: 90%;
}
#container #mainContent .vendors-fltlft ul h3 {
	padding-top: 20px;
}
.thrColFixHdr #footer { 
	padding: 2px 5px;
	background:#DDDDDD;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */							    font-size: 0.8em;
} 
.thrColFixHdr #footer p {
	margin:0px;
	padding: 3px;
	height:12px;
	font-size: .9em;
}
.thrColFixHdr #footer #copy {
	float:left;
}
.thrColFixHdr #footer #sitemap {
	float:right;
}
.specials-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;
	width: 300px;
}
.specials-fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	width: 300px;
}
.fltrt {
	float: right;
	margin-left: 10px;
}
.fltlft {
	float: left;
	margin-right: 10px;
}
.thrColFixHdr #container #mainContent .fltlft p {
	font-size: smaller;
	text-align: center;
	text-decoration: underline;
}
.thrColFixHdr #container #mainContent .fltlft h3 {
	padding-top: 20px;
	text-align: center;
}
.thrColFixHdr #container #mainContent .fltlft img {
	text-align: center;
	margin: auto;
}
.thrColFixHdr #container #mainContent .fltrt p {
	text-align: center;
	font-size: smaller;
	text-decoration: underline;
}
.thrColFixHdr #container #mainContent .fltrt h3 {
	padding-top: 20px;
	text-align: center;
}
.thrColFixHdr #container #mainContent .fltrt img {
	text-align: center;
	margin: auto;
}
.thrColFixHdr #container #mainContent .call-info {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 120px;
	margin-left: 300px;
}
.thrColFixHdr #container #mainContent .call-info p {
	font-family: "Times New Roman", Times, serif;
	color: #03F;
	font-size: larger;
}
.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;
}
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#navlist {
	display: inline;
	list-style-type: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#navlist li {
	display: inline;
}
#navlist li a    {
	padding-bottom: 3px;
	margin-right: 10px;
	padding-right: 3px;
	padding-left: 3px;
}
.thrColFixHdr #navbar {
	background: #004c9b;
	margin: 0;
	text-align: center;
	padding: 2px 0px;
	height: 22px;
}
.thrColFixHdr #navbar a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.thrColFixHdr #navbar a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.thrColFixHdr #navbar a:hover {
	color: #004c9b;
	background-color:#FFFFFF;
	text-decoration:none;
}
.thrColFixHdr #navbar a:active {
	color: #004c9b;
	background-color:#FFFFFF;
	text-decoration:none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #004C9B;
	margin: 0;
	padding: 0;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #F63;
	margin: 0;
	padding: 0;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #F60;
	margin: 0;
	padding: 0;
}
input, textarea {
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	border: 1px solid #004C9B;
	font-size: 1.1em;
	background-color: #FFFFFF;
}
th {
	font-size: 1em;
	font-weight: bold;
	color: #004C9B;
}
.thrColFixHdr #mainContentNoBG {
	margin: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.text-center {
	text-align: center;
}
.thrColFixHdr #container #mainContent .specials {
	float: right;
}
.thrColFixHdr #container #mainContent .specials p {
	text-align: center;
	color: #F00;
	text-transform: uppercase;
}
.thrColFixHdr #container #mainContent .neutral-posture {
}
.thrColFixHdr #container #mainContent .neutral-posture ul {
	display: inline;
}
.thrColFixHdr #container #mainContent .neutral-posture ul li {
	list-style-type: none;
	float: left;
	margin-right: 90px;
}
.thrColFixHdr #container #mainContent .neutral-posture ul li p{
	text-align: center;
	color: #03F;
}
