/*
-----------------------------------------------
Consumer Action Housing Layout by 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: #DD7D43;
}

#container {
  border-right-color: #DD7D43;
  border-left-color: #DD7D43;
  background: #fff /*url("http://www.consumer-action.org/images/layout/housing/background.gif") repeat-y 0 0*/;
  color: #000;
  position: relative;
}

.subcol {
  width: 265px;
  margin: 0;
  }

/* Logo Header
----------------------------------------------- */
#header {
  background-color: #E8E8E8;
  color: #000;
  height: 110px;
  border-bottom: 1px solid #A2C911;
  }
  
 html>body #header {height: 110px;}

#logo {
  height: 60px;
  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 {
	float: left;
	width: 100%;
	margin:0;
	padding:0;
	height: 22px;
	font-size: 85%;
  }

#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: 0;
	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 : #E6E6E6 url("http://www.consumer-action.org/images/layout/housing/nav_background.gif") repeat-x 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: #195404;
	float : left;
	font-size : small;
	font-weight : bold;
	line-height : 22px;
	margin-right : 2px;
	padding : 5px 15px 0px 15px;
	text-decoration : none;
}

#menu a:link.active, #menu a:visited.active	{
	border-bottom : 1px solid #E6E6E6;
	color : #666666;
}

#menu a:hover	{
	color : #E6E6E6;
}
	
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 : #E6E6E6 url("http://www.consumer-action.org/images/layout/housing/tab.gif") no-repeat 0 0;
	    color : #666;
}

#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: 23px;
	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 : #660000;
	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 : #666 !important;
}
/* @end */

/* @group Calendar Group */

/* Events Calendar
----------------------------------------------- */
#calendar {
  width:100%;
  margin-bottom: 0;
  padding: 2px;
}
 
p.calendar {
  padding-top: 1px;
  padding-bottom: 2px;
  margin: 0 0 .25em;
  font: medium Trebuchet MS, Tahoma, Arial, Helvetica, Verdana, sans-serif;
  color: #000;
  border-bottom: none;
  }
  
h2.calendar {
  padding-top: 12px;
  padding-bottom: 2px;
  margin: 0 0 .25em;
  font: bold italic 250%/1.25em Times New Roman, Times, Georgia,  serif;
  font-stretch: condensed;
  color: #195404;
  border-bottom: 1px solid #A2C911;
  }
  
h3.calendar {
  margin: 0 0 .25em;
  padding-top: 8px;
  font: bold 160%/1.3em Times, Times New Roman,Georgia,Serif;
  font-stretch: ultra-condensed;
  color: #660000;
  border-bottom: 1px dotted #aaa;
  }

.small {
  margin: 0 0 .25em;
  padding-top: 8px;
  font: normal 80% Arial, San Serif;
  font-stretch: condensed;
  color: #999999;
  }

h4.calendar {
  border-bottom: 1px dotted #aaa;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 120%;
  }

h5.calendar {
  font-size: 110%;
  border-bottom: 1px dotted #aaa;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
  }


.calendarcol {
  float: left;
  width: 100%;
  background-color: #fff;
  font-family: "Lucida Grande", Arial, Tahoma, Helvetica, Verdana, sans-serif;
  font-size: 90%;
  line-height: 1.0em;
  overflow:hidden;
  display: inline;
  }

.calendarBG {
 background-color: #fff;
 border: 1px solid #fff;
}

.calendarBlank { 
 background-color: #fff;
}

.calendarHeader { 
 font-family: "Lucida Grande", Arial, Tahoma, Helvetica, Verdana, sans-serif;
 font-size: 24px;
 font-weight: bold;
 color: #000; 
 height: 48px;
 text-align: center;
 background-color: #fff; 
 border: 1px solid #fff;
}

.calendarMonthLinks {
 font-family: "Lucida Grande", Arial, Tahoma, Helvetica, Verdana, sans-serif;
 font-size: 24px;
 font-weight: bold;
 color: #000; 
 height: 30px;
 text-align: center;
 background-color: #fff; 
 border: 1px solid #fff;
}

.calendarMonthLinks a {
 color:             #000;
 text-decoration:   none;
 background-color:  transparent;
}
  
.calendarMonthLinks a:visited {
 color:             #666;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #6BBB26;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-family: Lucida Sans, Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-weight: bold; 
 font-size: 10px;
 color: #fff; 
 height: 25px;
 background-color: #660000; 
 text-align:  center;
 vertical-align: middle;
}

.calendarToday { 
 font-family:       Lucida Sans, Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         9px;
 font-weight:		normal;
 text-decoration:   none;
 text-align:  left;
 vertical-align: top;
 color: #999;
 background-color: #FFF;
 overflow: hidden;
 border-color: #E8E8E8;
}

.calendarCell {
 width: 110px;
 height: 100px;
 font-family:       Lucida Sans, Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         9px;
 font-weight:		normal;
 text-decoration:   none;
 text-align:  left;
 vertical-align: top;
 color:             #999;
 background-color:  #fff;
 overflow: hidden;
 border-color: #E8E8E8;
}

.daynumTOC,
.todayTOC {
	padding: 2px;
	margin-bottom: 2px;
	background: #EBE9DB;
	border-bottom: 1px solid #C6C5AF;
	text-align: left;
	}
	
.todayTOC { /* today's style */
	color: white;
	font-weight: bold;
	background: #E8E8E8;
	}
	
.titleTOC {
   color: #333300;
    width: 100px;
    padding-left: 10px;
    font-size: 1.0em;
    overflow: hidden;
    white-space: normal;
	background: url(http://www.consumer-action.org/images/layout/event_arrow.gif) 0 .4em no-repeat;
	}
	
.titleTOC:hover {
	color: #6BBB26;
	}

.calendarCell a {
 color:             #333300;
 text-decoration:   none;
 background-color:  transparent;
}
  
.calendarCell a:visited {
 color:             #999;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarCell a:hover {
 color:             #6BBB26;
 text-decoration:   none;
 background-color:  transparent;
}

/* @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 News & Articles Group */

/* News & Article Listings
----------------------------------------------- */

#featured {
  border-bottom: 3px double #DD7D43;
}

#featured h3 {
  color: #195404;
}

#newslist h2 {
  border-bottom: 1px dotted #DD7D43;
  color: #195404;
  }

#home p {margin: .5em 0;}

#newslist p {margin: 0 0 1em;}

h4.date {
	clear: left;
}

/* @end */

/* @group Lists */

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

ul {
  margin: .5em 0 1em;
  padding: 0;
  }
ol {
  margin-top: .5em;
  margin-bottom: 1em;
  }
ul li {
  margin: 0 0 0 7px;
  padding: 0 0 5px 12px;
  line-height: 1.5em;
  list-style: none;
  background: url("http://www.consumer-action.org/images/layout/bullet_green.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: #195404;
  border-bottom-color: #195404;
  }
a:visited {
  color: #A2C911;
  border-bottom-color: #195404;
  }
a:hover {
  color: #DD7D43;
  border-color: #195404;
  }

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: #DD7D43;
  border-bottom-color: #DD7D43;
  }

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

/* @end */

/* @group Typography */

/* Titles
----------------------------------------------- */
h1 {
  margin: 0 0px 10px 0px;
  border-bottom-color: silver;
  color: #660000;
  }
h2 {
  font: bold italic 250%/1.25em Times New Roman, Times, Georgia,  serif;
  color: #195404;
  border-bottom: 1px solid #A2C911;
  }

h2.category {
  font-stretch: ultra-condensed;
  color: #330066;
  border-bottom: 1px dotted #A2C911;
  }
h3 {
  font: bold 140%/1.3em Times, Times New Roman,Georgia,Serif;
  font-stretch: ultra-condensed;
  color: #195404;
  }


/* 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 Side Bar */

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

#side {
  width: 220px;
  padding: 9px;
  color: #195404;
  }

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

/* @end */

/* @group Footer */

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

#footer_container {
  background: #A2C911;
 color: #195404;
}

.archivetop {
  clear: both;
  background: #A2C911;
  background-image: none;
  color: #A2C911;
}

.archive {
  background-color : #A2C911; 
}

.archive_about { 
  color: #E8E8E8;
}

.archive_column { 
  color: #195404;
}

.archive_column p {
  color: #195404;
}

.archive_column h2 {
  color: #195404;
  border-bottom: 1px solid #000;
  }

.archive_about p {
  color: #195404;
}

.archive_about h2 {
  color: #195404;
  border-bottom: 1px solid #000;
  }

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

#footer p {
  background: #000 repeat-x 0 -4px;
  color: #A2C911;
  }
  
/* 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.consumer-action.org/images/layout/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 */

/* @group Gallery */

/* Gallery CSS
----------------------------------------------- */

#gallery  th {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 background-color:  #195404;
}

#gallery  td {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
}

#gallery  .powered {
 margin:            15px;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         10px;
 background-color:  transparent;
 text-align: 			center;
}

/* @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;
}