@charset "UTF-8";
/* CSS Document */

body  {
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	background-color:#dbdbcf;
	margin: 0px; /* 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:white;
	line-height:18px;
}
.twoColFixLtHdr #container { width: 100%; margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */ text-align: left; /* this overrides the text-align: center on the body element. */ background-color: #C0BFA9; } 
.twoColFixLtHdr #header {
background:#a2a290;
text-align:left;
margin:0px; 
	padding: 0 15px 0 10px;
	height:100px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 10px;
	margin-left:12px;
	margin-top:10px;
	background-color:#f4f1e1;
	color:#333333;
	background-image:url(images/gradient1bg.gif);
}

#sidebar p {
border-bottom:1px dotted #666666;
padding-bottom:5px;
margin:0px;
margin-bottom:5px;
}

#sidebar H1 {
font-size:13px;
margin:0px 0 7px 0;
padding:0px;
}

#sidebar a {
color:#333333;
text-decoration:none;
}

#sidebar a:hover{
text-decoration:underline;
}


.twoColFixLtHdr #mainContentCTN { margin: 0px 0 0 225px; background-color: #C0BFA9; } 

.twoColFixLtHdr #mainContent { width:605px; margin: 0px 0 0 0px; /* 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: 15px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */ background-color:#a2a290; color:white; } 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#dbdbcf;
	color:#333333;
	font-size:10px;
	padding-left:650px;
	white-space:nowrap; 
} 
.twoColFixLtHdr #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;
	padding:0;
	margin:0;
    font-size: 1px;
    line-height: 0px;
}

#navcontainer
{
background:#dbdbcf;
margin: 0 auto;
padding: 1em 0 0 0;
font-family:Arial, Helvetica, sans-serif;
text-transform: Uppercase;

}

/* to stretch the container div to contain floated list */
#navcontainer:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

ul#navlist
{
width:620px;
list-style: none;
padding:0 0 0 225px;
margin:0 0px 0px 0px;
font-size:11px;
white-space:nowrap;
}

ul#navlist li
{
display: block;
float: left;
margin: 0px;
padding:0px;
}

ul#navlist li a
{
margin:0px;
padding:5px;
display: block;
border-right:1px solid #aaab9c;
border-top: 1px solid #ffe;
border-left:1px solid fff;
color: black;
text-decoration: none;
background: #f4f1e1;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: white;
border-color: #aaab9c #fff #fff #ccc;
}


#headerNavCTN{
width:850px;
}

#headerNav{
width:auto;
padding:3px;
border-bottom:1px dotted white;
border-right:1px dotted white;
border-left:1px dotted white;
padding-right:10px;
padding-left:10px;
text-align:right;
float:right;
white-space:nowrap;

}

.tools{
border:1px dotted white;
margin-top:30px;


}

.tools td{
padding:5px;
text-align:center;
width:33%;
vertical-align:top;
background-color:#f4f1E1;
color:#333333;
}

.tools td h1{
font-size:12px;
border-bottom:1px dotted #333333;
padding:0px;
margin:0px 0px 10px 0px;
}

form{padding:0px;
margin:0px;}


form#partnerLogin td{
padding:5px 2px;
border:none;
text-align:right;
}

.sidebarBlurb{
padding:10px;
margin-bottom:10px;
background-color:white;
border:1px dotted white;
}

#featuredPartner_summ { margin-top:10px; line-height:16px; border-top:1px dotted #333333; padding: 5px; }

a {
color:white;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}
