/*** NATIONAL FOUNDATION FOR WOMEN LEGISLATORS 
**** http://www.womenlegislators.org
****/

@import "http://www.huberspace.net/common/global.css";

.bold { font-weight: bold; }

body
{
  background: #323232 url('/images/bg.gif') repeat-x;
  margin: 0;
  font:normal small/1.3 Verdana, Arial, Helvetica, sans-serif;
}

hr
{
  height: 1px;
  width: 95%;
}


address { font-style:normal; }

#container
{
background: #000;
margin: 0 20px 0 0;    /* centers content on page -- comment out if not desired (default is left) */
max-width: 1000px; /* this WAS to keep the centered text from becoming unreadable due to line length.  */
text-align: left;

  /* begin of KLUDGE to make IE6 mimick min and max-width settings */
  width: expression(document.body.clientWidth < 802 ? "800px" : document.body.clientWidth > 1002 ? "1000px" : "auto");
  /* end of IE kludge */
}


#header
{
background: #132845;
border: 0;
margin: 0;
padding: 0;
}

#header img
{
  margin:0 0 9px 25px;  
}


#footer
{
background: #122745;
border: 0;
font-size: 10px;
margin: 0;
padding: 5px;
text-align: center;
color: #aaa;
}

#footer a { color: #aaf; }


#breadcrumb_trail { font-size:10px }


.header { font-weight:bold; font-size:14px }


#committees #maincontent ul,
ul#board_members,
ul#staff
{
padding: 0;
margin: 0;
list-style: none;
}

div#links ul, div#library ul
{
padding-left: 2em;
margin: 0;
}


.newsphoto,
#about .photo
{
  float:right;
  padding:0 0 10px 10px;
}

div.row { clear: both }



/**************************
**** MAIN CONTENT AREA ****
**************************/

#middlecolumn
{
background: #fff;	/* background for #maincontent */
border: 0;		/* note this element's effect on {margin-right} below */
height: 1%;		/* DO NOT CHANGE */
margin-right: 150px;	/* total of this element's border PLUS #rightsidebar{width} */
padding: 0;		/* DO NOT CHANGE */
}

#maincontent
{
/* background -- DO NOT apply to this section */
border: 0;      /* DO NOT CHANGE */
margin: 0;
padding: 5px 10px;
}

#maincontent .viewall
{
  font-size:12px;
  font-weight:bold;
  text-align:center;
}

#maincontent h1
{
color: #122745;
font-size: 160%;
font-weight: bold;
}

#maincontent h2
{
color: #9f1400;
font-size: 140%;
font-weight: bold;
}

#maincontent h3
{
color: #000;
font-size: 120%;
font-weight: bold;
margin:0 0 5px 0;
}

#maincontent h4
{
color: #333;
font-size: 110%;
font-weight: bold;
}

#maincontent h5
{
  font-size: 12px;
  font-weight: bold;
  margin:0;
  padding:0;
  color:#3c0000;
}

#maincontent p,
#maincontent li
{
  margin: 0 0 1em 0;
  padding:0;
}

body#events #maincontent ul.faq
{
  list-style:none;
  padding:0;
  margin:0 0 0 1em;
}

body#events #maincontent ul.faq .question
{
  font-weight:bold;
}



body#home #maincontent ul#news h1
{
  font-size: 14px;
  font-weight: bold;
}

body#home #maincontent h1.mainheadline
{
  font-size: 20px;
  font-weight: normal;
  margin-bottom:0;
}

body#home #maincontent ul#news,
body#home #maincontent #resolutions ul,
body#home #maincontent #specialannouncements ul
{
  margin:0;
  padding:0;
  list-style-type: none;
}

body#home #maincontent #resolutions h1,
body#home #maincontent #specialannouncements h1
{
  font-size: 14px;
  font-weight: bold;
  margin:1em 0 0;
  padding:1em 0 0;
}

body#home #maincontent #resolutions h2,
body#home #maincontent #specialannouncements h2
{
  font-size: 12px;
  font-weight: normal;
  margin:5px 0;
}

body#home #maincontent #news .summary,
body#home #maincontent #resolutions .summary,
body#home #maincontent #specialannouncements .summary,
body#home #maincontent #specialannouncements .date
{
  font-size: 10px;
  font-weight: normal;
}

body#committees #maincontent li h2
{
  font-size: 16px;
  color: #A18257;
  font-weight:600;
  padding-bottom:0;
  margin-bottom:0;
}


div.row div.left
{
  width:50%;
  padding-right:2em;
  float:left;
  display:inline
}

div.row div.right
{
  float: right;
  display:inline;
  width:40%;
  padding-left:2em;
}

body#home div.row div.right
{
  border-left:1px solid #9f1400;
}

#maincontent ul.privatesectormembers
{
  list-style:none;
  margin-left:0;
  padding-left:0;
}

#maincontent ul.privatesectormembers li
{
  padding-bottom: .2em;
}

/*********************
**** LEFT SIDEBAR ****
*********************/

#mainpanel
{
background: #3c0000 url('/images/bgred.jpg') repeat-x;
/****************
** this is the only access to the #leftsidebar{background}
** this background will show through on the main content area and the right sidebar unless changes are
** applied to #middlecolumn{background} AND #rightcolumn{background} respectively
****************/
border: 0;
/***************
** this border surrounds the entire area between the header and footer,
** adding border does NOT currupt the layout of the page and does not require this value (border-width)
** to be added to any of the other elements
***************/
margin: 0;  /* DO NOT CHANGE */
padding: 0; /* DO NOT CHANGE */
}

#leftsidebar
{
/* background -- DO NOT apply to this section */
border: 0;           /* DO NOT CHANGE */
display: inline;     /* DO NOT CHANGE */
float: left;			/* DO NOT CHANGE */
margin-left: -150px; /* must be the same (negative) value as this element's width */
padding: 0;          /* DO NOT CHANGE */
position: relative;  /* DO NOT CHANGE */
width: 150px;        /* width of text area */
color: #ddd;
}


/**********************
**** RIGHT SIDEBAR ****
**********************/

#rightcolumn
{
background: #979596 url('/images/bggray.jpg') repeat-x; /* background for #rightsidebar */
border: 0;				/* DO NOT CHANGE */
margin-left: 150px;	/* this value must match #leftsidebar{width} */
padding:0;				/* DO NOT CHANGE */
}

#rightsidebar
{
/* background -- DO NOT apply to this section */
border: 0;            /* DO NOT CHANGE */
display: inline;      /* DO NOT CHANGE */
float: right;         /* DO NOT CHANGE */
margin-right: -150px; /* must be the same (negative) value as this element's width */
padding:1em 0;        /* DO NOT CHANGE */
position: relative;   /* DO NOT CHANGE */
width: 150px;         /* width of text area */
color: #333;
font-size: 12px;
}

#rightsidebar p
{ margin:5px; }

#rightsidebar ul
{
padding: 0 0 0 2em;
margin: 0;
}

#rightsidebar ul LI
{
padding: .5em 0;
}
#rightsidebar div.header
{
  margin:10px auto 5px auto;
  text-align:center;
}

#rightsidebar .viewall
{
  font-size:10px;
  font-weight:bold;
  text-align:center;
}



/*********************************
**** DO NOT CHANGE BELOW HERE ****
*********************************/

#mainframe1
{
border: 0;
display: inline;
float: left;
margin: 0;
padding: 0;
position: relative;
width: 100%;
}

#mainframe2
{
border: 0;
display: inline;
float: right;
margin: 0;
padding: 0;
position: relative;
width: 100%;
}

#maincontent:after,
div.body:after,
div.row:after,
#middlecolumn:after
{
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}

*html #maincontent,
* html div.row,
* html div.body
{
  height:1%;
}