/*
-----------------------------------------------
Consumer Services Guide Layout by Joe Chellman and Alnisa Allgood 
Table & Report Adapted from Veerle's Post http://veerle.duoh.com/comments.php?id=315_0_2_10_C
Tips and Tricks by Position is Everything, Stop Design, All That Malarky, and 1976 Designs
Tab Sub-Navigation by Adam Kalsey
v 1.5 Jan 17, 2007
----------------------------------------------- */

/* @group Body Structure */

body { background-color: #E8E8E8; }

#container {
	border-right-color: #silver;
	border-left-color: #silver;
	background: #fff;
	color: #000;
	position: relative;
	}

.subcol {
	width: 265px;
	margin: 0;
	margin-top: 12px;
	border-left: 1px dotted silver;
	padding-left: 20px;
	}

/* Logo Header
----------------------------------------------- */
#header {
	background-color: none;
	color: #000;
	height: 120px;
	border-bottom: 1px solid #ddd;
	}

html>body #header { height: 120px; }

#logo {
	height: 117px;
	color: #FFF;
	}

#site_logo {
	position: absolute;
	top: 7px;
	left: 0;
	height: 50px;
	width: 100%;
	border-width: 0;
	z-index: 1;
	}
  
/* Top Navigation Bar
----------------------------------------------- */

#top_nav {
	margin: 0;
	padding: 0;
	height: 22px;
	font-size: 85%;
	background: #000;
	float: none;
	}

#top_nav_tab {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 100%;
	border-width: 0;
	z-index: 10;
	}

/* @end */

/* @group Navigation */

/* Main Navigation
----------------------------------------------- */

#nav {
	position: relative;
	top: -53px;
	left: 0;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	font: 85%/1.2em "Lucida Grande" , Arial, Tahoma, Helvetica, Verdana, sans-serif;
	list-style-type: none;
	background-color: none;
	background-repeat: repeat-x;
	background-position: 0 0;
	}

#nav a {
	text-transform: none;
	letter-spacing: 0;
	font: inherit;
	}

#nav li { border-width: 0; }

#menu {
	margin: 0;
	padding-bottom: 22px;
	padding-left: 10px;
	text-align: left;
	}

#menu ul, #menu li {
	display: inline;
	list-style-type: none;
	height: 22px;
	margin: 0;
	padding: 0;
	}

#menu a:link, #menu a:visited {
	border-right: none;
	border-bottom: none;
	color: #f6bc0e;
	float: left;
	font-size: small;
	font-weight: bold;
	line-height: 22px;
	margin-right: 2px;
	padding: 5px 15px 0px 15px;
	text-decoration: none;
	}

#menu a.active:link, #menu a.active:visited {
	color: #666666;
	}

#menu a:hover { color: yellow; }

body.section-1 #menu li#nav-1 a,
body.section-2 #menu li#nav-2 a,
body.section-3 #menu li#nav-3 a,
body.section-4 #menu li#nav-4 a,
body.section-5 #menu li#nav-5 a,
body.section-6 #menu li#nav-6 a,
body.section-7 #menu li#nav-7 a,
body.section-8 #menu li#nav-8 a {
	background: none url("http://www.money-wise.org/images/tab.gif") no-repeat 0 0;
	color: #355065;
	margin-top: 1px;
	}

#menu #subnav-1, #menu #subnav-2, #menu #subnav-3, #menu #subnav-4, #menu #subnav-5, #menu #subnav-6, #menu #subnav-7, #menu #subnav-8 {
	background: none;
	display: none;
	text-align: left;
	}

body.section-1 #menu ul#subnav-1,
body.section-2 #menu ul#subnav-2,
body.section-3 #menu ul#subnav-3,
body.section-4 #menu ul#subnav-4,
body.section-5 #menu ul#subnav-5,
body.section-6 #menu ul#subnav-6,
body.section-7 #menu ul#subnav-7,
body.section-8 #menu ul#subnav-8 {
	display: block;
	position: absolute;
	top: 22px;
	left: 0;
	}

body.section-1 #menu ul#subnav-1 a,
body.section-2 #menu ul#subnav-2 a,
body.section-3 #menu ul#subnav-3 a,
body.section-4 #menu ul#subnav-4 a,
body.section-5 #menu ul#subnav-5 a,
body.section-6 #menu ul#subnav-6 a,
body.section-7 #menu ul#subnav-7 a,
body.section-8 #menu ul#subnav-8 a {
	background: none;
	border: none;
	border-left: none;
	color: #576878;
	font-size: smaller;
	font-weight: bold;
	line-height: 22px;
	margin-right: 4px;
	padding: 5px 10px 0px 10px;
	text-decoration: none;
	left: 10px;
	}

body.section-1 #menu ul#subnav-1 a:visited,
body.section-2 #menu ul#subnav-2 a:visited,
body.section-3 #menu ul#subnav-3 a:visited,
body.section-4 #menu ul#subnav-4 a:visited,
body.section-5 #menu ul#subnav-5 a:visited,
body.section-6 #menu ul#subnav-6 a:visited,
body.section-7 #menu ul#subnav-7 a:visited,
body.section-8 #menu ul#subnav-8 a:visited {
	background: none;
	border: none;
	border-left: none;
	color: #666;
	font-size: smaller;
	font-weight: bold;
	line-height: 22px;
	margin-right: 4px;
	padding: 5px 10px 0px 10px;
	text-decoration: none;
	left: 10px;
	}

#menu ul a:hover { color: #aa3 !important; }
/* @end */

/* @group Columns Group */

/* Column Structure
----------------------------------------------- */

#columns .first_wdth { padding-right: 10px; }
#columns .second_wdth { float: left; }

#three_columns h3 {
	border-top-color: #DD7D43;
	border-bottom-color: #DD7D43;
	color: #195404;
	}

#three_columns h3 a:link,
h3 a:visited { color: #195404; }

#three_columns h4 {
	border-bottom-color: #195404;
	color: #195404;
	}

#three_columns h4 a:link,
h4 a:visited { color: #195404; }
#three_columns li a:hover span { background-color: #DD7D43; }

/* @end */

/* @group Lists */

/* Lists
----------------------------------------------- */

ul {
	margin: .5em 0 1em;
	padding: 0;
	}

ol {
	margin-top: .5em;
	margin-bottom: 1em;
	}

ul li {
	margin: 0 0 0 0px;
	padding: 0 0 5px 12px;
	line-height: 1.5em;
	list-style: none;
	background: url("http://www.money-wise.org/images/bullet_gray.gif") no-repeat 0 .5em;
	}

ol li { padding: 0 0 5px 0; }

.maincol ol {
	margin-left: 30px;
	padding-left: 0px;
	}

.maincol ul li {
	margin-left: 12px;
	padding-left: 18px;
	}

/* @end */

/* @group Links */

/* Links
----------------------------------------------- */

a:link {
	/*color: #AE2D1A;*/
	color: #336699;
	border-bottom-color: #356184;
	}

a:visited
{
	color: #607A8A;
	border-bottom-color: #195404;
}

a:hover {
	color: olive;
	border-color: #B5B435;
	}

a.noborder {
	text-decoration: none !important;
	border-width: 0 !important;
	}

h2 a:link, h2 a:visited { color: #195404; }
h3 a:link, h3 a:visited { color: #195404; }

/* @end */

/* @group Breadcrumbs & Pagination */

/* Breadcrumbs & Pagination
----------------------------------------------- */

#pagination p {
	border-top-color: #999;
	border-bottom-color: #999;
	}

#pagination a:link,
#pagination a:visited { color: #356184; }

/* @end */

/* @group Typography */

/* Titles
----------------------------------------------- */
h1 {
	margin: 0 0px 10px 0px;
	border-bottom-color: silver;
	color: #660000;
	}

h2 {
	/*color: #356184;*/
	color: #669933;
	border-bottom: 1px solid silver;
	font-family: "Futura LT Condensed Medium" , "FuturaStd-Condensed", "Gill Sans" , "Arial Black", Impact, Tahoma, sans serif;
	font-size: 275%;
	line-height: 1.15em;
	font-style: italic;
	font-weight: normal;
	font-stretch: extra-condensed;
	}

h2.category {
	font-stretch: ultra-condensed;
	color: #330066;
	border-bottom: 1px dotted #A2C911;
	}

h3 {
	font-stretch: ultra-condensed;
	color: #336699;
	font-family: "Times New Roman" ,Georgia,Serif;
	font-size: 140%;
	line-height: 1.3em;
	font-weight: bold;
	}
	
.small {
  font: normal 90% Arial, San Serif;
  font-stretch: condensed;
  color: #000000;
  }


/* Paragraph Classes
----------------------------------------------- */

p.subtitle { color: #330066; }

p.contact {
	border-top: 1px solid #DD7D43;
	border-bottom: 1px solid #DD7D43;
	}

p.summary { border-bottom: 3px double #DD7D43; }

/* @end */

/* @group Spotlight */

/* Spotlight
----------------------------------------------- */

#spotlight_container {
  width:100%;
  padding: 5px;
  border-top: 1px solid #666666;
  background: #fff url("http://www.consumer-action.org/images/layout/spotlight2.jpg") no-repeat;  display: table;
  margin-left: 3px;
  clear: both;
}


#spotlight {
  float:left;
  width:100%;
  list-style:none;
  text-indent: 0;
  display: cell;
  margin-bottom: 0;
  padding: 2px;
}
  
h2.spotlight {
  padding-top: 0;
  padding-bottom: 1px;
  margin: 0;
  font: 120%/1.5em "Gill Sans", "Futura Condensed", Impact, Tahoma, sans serif;
  font-stretch: condensed;
  color: #000;
  border-bottom: none;
  }


h6.closeSpotlight {
  border-bottom: 1px dotted #999;
  padding-bottom: 1px;
  background: #none;
  font: 70%/1em "Lucida Grande", Arial, Tahoma, Helvetica, Verdana, sans-serif;
  color: #000;
  vertical-align: middle;
  line-height: 16px;
  text-align: right;
  }

/* addressBox Listing Box
----------------------------------------------- */
#addressBox {
 float:right;
 width: 35%;
 height: 100%;
 border-left: 1px dotted #999;
 border-bottom: none;
 display: table;
 padding-left: 5px;
 margin-left: 5px;
 margin-bottom:10px;
 padding-bottom: 5px;
 display: inline;
 clear: both;
}

#addressBox h5 {
  border-top: none;
  border-bottom: 1px solid silver;
  padding-left: 2px;
  padding-bottom: 2px;
  margin-bottom: .25em;
  background: #FFF;
  font: 115%/1.2em Trebuchet MS, Tahoma, Arial, Helvetica, Verdana, sans-serif;
  color: #000;
  vertical-align: top;
  }
  
#addressBox p {
  width: 100%;	 
  text-align: left;
  margin: 0 0 0 0;
  padding-top: 0;
  color: #000;
  font: normal 90%/1.125em Trebuchet MS, Tahoma, Arial, Helvetica, Verdana, sans-serif;
}

  
/* @end */

/* @group Side Bar */

/* Side Bar  
----------------------------------------------- */

#side {
	width: 210px;
	padding: 9px;
	color: #333;
	}

#side h2, .subcol h2 {
	border-bottom: 1px dotted #999;
	color: #669933;
	}

/* @end */

/* @group Footer */

/* Footer
----------------------------------------------- */

#footer_container {
	background: #ddd;
	color: #333;
	}

.archivetop {
	clear: both;
	background: #ddd;
	background-image: none;
	color: #A2C911;
	border-top: 1px solid #999;
	}

.archive { background-color: #A2C911; }
.archive_about { color: #E8E8E8; }
.archive_about p { color: #003653; }

.archive_about h2 {
	color: #003653;
	border-bottom: 1px solid #666;
	}

.archive_column { color: #195404; }
.archive_column a { color: #900; }
.archive_column a:hover { color: red; }
.archive_column p { color: #195404; }

.archive_column h2 {
	color: #003653;
	border-bottom: 1px solid #666;
	}

#footer {
	border-bottom: 1px solid #000;
	background: #000;
	}

#footer p {
	background: #000 repeat-x 0 -4px;
	color: #999;
	}
  
/* Fixes footer containment bug in IE-Win (5 and 6)
   http://www.positioniseverything.net/explorer/escape-floats.html
   But IE5-Mac shouldn't see this \*/
    
#archive ul li {
	font: bold 90%/110% "lucida grande" , tahoma, arial, verdana, sans-serif;
	color: #000;
	background: none;
	margin-left: 0;
	padding-left: 12px;
	display: list-item;
	background: url("http://www.money-wise.org/images/bullet_green.gif") no-repeat 0 .5em;
	}

#archive ul li a {
	float: none;
	margin: 0;
	padding: 0;
	line-height: 1.8em;
	list-style: none;
	text-decoration: none;
	color: #000;
	background-color: transparent;
	background-image: none;
	}

#archive li a:hover a:visited {
	color: #E8E8E8;
	border-bottom: 1px solid #FFF;
	display: block;
	}

/* @end */

/* @group Tables */

/* CROSSTABULAR DATA
----------------------------------------------- */
/* TABLE W/ LIGHT BROWN HEADER */

#table_brn a { color: #330066; }
#table_grn a { color: #195404; }
#table_grn th { background: #DD7D43 url(http://www.consumer-action.org/images/layout/bg_header_grn.jpg) no-repeat; }

/* CROSSTABULAR DATA
----------------------------------------------- */
/* TABLE W/ LIGHT GREY HEADER */

#table_gry a { color: #330066; }
#table_gry th { border-left: 1px solid #CDCDCD; }
#table_gry td { border-left-width: 0; }

/* @end */

.dots {
	border-bottom: 1px dotted silver;
	clear: both;
	}

.byline {
	width: 100%;
	font-family: "Gill Sans" , "Futura Condensed" , Impact, Tahoma, sans serif;
	font-size: 11px;
	display: table;
	margin-bottom: 15px;
	background-color: #E8E8E8;
	}

.byline A { font-weight: bold; }

#author, #pubDate {
	font-family: "Gill Sans" , "Futura Condensed" , Impact, Tahoma, sans serif;
	margin: 4px 2px;
	}