@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url(../images/inhome_headerFull.gif) 0 0 no-repeat;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLt #container { 
	width: 810px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 10px 0 0 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #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 */

	padding: 0 10px 15px 20px;
	min-height: 600px;
}


/* NAVIGATION */
.twoColFixLt #navTop {position: absolute; top: 200px; left:0; width:231px; padding: 0; 
}
.twoColFixLt #navTop ul { margin: 0; padding: 0; display: inline; list-style-type: none;
}
#home_nav, #feedback_nav, #news_nav, links_nav, #partners_nav, #terms_nav{
	float:left;	margin: 0;	padding: 0;	display: inline; list-style-type: none;
}
#home_nav a {
	display:block; width:231px; height:80px; margin: 0; padding: 0;
	background: url("../images/home_nav.gif") 0 0 no-repeat;
}
#home_nav a:hover, #home_nav a.active{	
	background: url("../images/home_nav.gif") -231px 0 no-repeat;
}
#feedback_nav a {
	display:block; width:231px; height:109px; margin: 0; padding: 0;
	background: url("../images/feedback_nav.gif") 0 0 no-repeat;
}
#feedback_nav a:hover, #feedback_nav a.active{	
	background: url("../images/feedback_nav.gif") -231px 0 no-repeat;
}
#news_nav a {
	display:block; width:231px; height:88px; margin: 0; padding: 0;
	background: url("../images/news_nav.gif") 0 0 no-repeat;
}
#news_nav a:hover, #news_nav a.active{	
	background: url("../images/news_nav.gif") -231px 0 no-repeat;
}
#links_nav a {
	display:block; width:231px; height:72px; margin: 0; padding: 0;
	background: url("../images/links_nav.gif") 0 0 no-repeat;
}
#links_nav a:hover, #links_nav a.active{	
	background: url("../images/links_nav.gif") -231px 0 no-repeat;
}
#partners_nav a {
	display:block; width:231px; height:61px; margin: 0; padding: 0;
	background: url("../images/partners_nav.gif") 0 0 no-repeat;
}
#partners_nav a:hover, #partners_nav a.active{	
	background: url("../images/partners_nav.gif") -231px 0 no-repeat;
}
#terms_nav a {
	display:block; width:231px; height:65px; margin: 0; padding: 0;
	background: url("../images/terms_nav.gif") 0 0 no-repeat;
}
#terms_nav a:hover, #terms_nav a.active{	
	background: url("../images/terms_nav.gif") -231px 0 no-repeat;
}

.twoColFixLt #mainContent { 
	margin: 0 0 0 210px; /* 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: 10px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLt #mainContent h1 {color:#6c57a4; font-size: 1.3em; font-weight:normal; padding: 0 0 10px 0; border-bottom:#CCCCCC solid 1px;
}
.twoColFixLt #mainContent h2 {color:#6c57a4; font-size: 1.2em; font-weight:normal; padding:0; 
}
.twoColFixLt #mainContent a {color:#076203; text-decoration:none;
}
.twoColFixLt #mainContent a:hover {text-decoration:underline;
}
.twoColFixLt #mainContent li {list-style-image:url(../images/bulletHome.gif); margin-bottom:7px;
}
.twoColFixLt #mainContent img, .twoColFixLt #sidebar1 img {border:0;
}
.greyText {color:#666666;
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 220px; /* 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 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLt #footer { 
	padding: 0 10px 20px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	color:#666666; 
} 
.twoColFixLt #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 */
	text-align: right;
	padding: 10px 20px 0 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: 0 8px 0 25px;
}
.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;
}
p, ul, td {font-size:0.8em;}
#skipNav {display:none;}
.noDisplay {display:none;}
.bold {font-weight:bold;}
.red {color:#FF0000; font-weight:bold;
}
.purple { color:#6c57a4;
}
hr {background-color: #cccccc; color: #cccccc; height: 1px; border: 0;}
div.image_float_right {	float: right; padding: 15px 0 15px 20px;text-align:center;  max-width: 200px;
}
div.image_float_right img {	margin: 0;	padding: 0; border:0; 
}
div.image_float_right span {display: block;	font-size: 0.8em; text-align: center;
}
.altLinks {display:none;}
.table {width: 100%; padding:3px;}
td.left {text-align:left; }
td.right {text-align:right; }