/* 

- declarations move from the top down in the document and properties are listed from the outside in
- declarations applying to all tags come first then header, maincontent, and footer declarations
- eg. box size is defined before margin and padding which are defined before text properties

*/

body
{
	margin:0px 0px 15px 0px;
	background-color:#f1f0ec;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding:0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
}

h2
{
	font-size: 155%;
}
h3
{
	font-size:115%;
}

h4
{
	border-bottom:2px solid #d6d6ad;
	font-size: 115%;
	color: #808023 ;
}

h5
{
	font-size:105%;
    color: #6da9e5;
    margin-bottom: 0;
}

a:link, a.thispage:link
{
	color:#2a80d3;
	font-weight:bold;
	text-decoration:none;
}
a:visited, a.thispage:visited
{
	color:#336699;
	font-weight:bold;
	text-decoration:none;
}
a:hover, a.thispage:hover
{
	color:#3399ff;
	font-weight:bold;
	text-decoration:underline;
}
a img
{
	border:0px;
}
.skiplink
{
  display:block;
  height: 0px;
  width: 0px;
  overflow: hidden;
}

.container
{
	width:720px;
	margin:auto;
}
#header
{
	position:relative;
	height:70px;
	margin: 0px auto;
	overflow: hidden;
	background-color:#ffffff;
	text-align:left;

}

#header h1
{
	margin: 0px;
	padding: 0px;
}

#header h1 a
{
	margin: 0px;
	padding: 0px;
}	

#header ul.navlist
{
	position:absolute;
	bottom:12px;
	right:0px;
	margin:0px;
	padding:0px 0px 10px 0px;
	list-style-type: none;
	font-size:90%;
}
#header .navlist li
{
	display:inline;
	margin: 0px 17px 0px 0px;
	background-image: url(../img/bullet_small_green.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding:5px 8px 5px 5px;
}
#global_nav
{
	clear:both;
	height:2.2em;
	margin:0px;
	background-image:url(../img/bg_nav.gif);
	background-repeat:repeat-x;
	background-position:top;
	text-align:center;
}	
#global_nav  ul.navlist
{
	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;	
}
#global_nav .navlist li
{
	float:left;
	height:2.2em;
	background-image: url(../img/bg_navlinkend.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding:0px 2px 0px 0px;
}
#global_nav .navlist a 
{
	display: block;
	float: left;
	background-color:#000000;
	background-image: url(../img/bg_navlink.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0.5em 0em 0.5em 0em;

}
#global_nav .navlist li.lastchild 
{
	background-image: none;
	background-repeat: repeat-y;
	background-position: right;
	padding:0px;
}
#global_nav .navlist a:link
{
	color:#FFFFFF;
}

#global_nav a:visited
{
	color:#CCCCCC;
}

#global_nav .navlist a.thissection:link, #global_nav .navlist a.thissection:visited
{
	background-image:url(../img/bg_navlink_on.gif);
	color:#ffffff;
}

#global_nav .navlist a.thispage:link, #global_nav .navlist a.thispage:visited, #global_nav .navlist a:hover
{
	background-image:url(../img/bg_navlink_on.gif);
	color:#b4b475;
	text-decoration:none;
}

#nav_about
{
	width: 82px;
}
#nav_members
{
	width: 114px;
}
#nav_advocacy
{
	width: 145px;
}
#nav_advantage
{
	width: 189px;
}
#nav_resources
{
	width: 180px;
}
#content
{
	width:720px; /* IE displays updates box in the wrong place if this isn't defined on the content element, even though container should define width - SH 06/12/03 */
	position:relative;
	margin:27px auto 0px auto;
	background-color:#ffffff;
	background-image:url(../img/bg_content.gif);
	background-position:right;
	background-repeat:repeat-y;
	padding: 0px 0px 0px 0px;
	text-align:left;
}
#content #heading
{
	margin:0px;
	border-top:3px solid #0159b2;
	border-bottom:2px solid #777777;
	background-color:#2a80d3;
	background-image:url(../img/bg_heading.gif);
	background-repeat:no-repeat;
	background-position: right top;
	padding:0px 18px;
	color: #FFFFFF;
	font-weight: normal;
	line-height:43px;
}

#content #subheading
{
	margin:0px;
	border-bottom:3px solid #d6d6ad;
	background-color:#808023;
	padding:4px 0px 3px 18px;
	color:#d6d6ad;
	line-height:19px;
	text-transform:uppercase;
}
#content #subheading strong
{
	color: #FFFFFF;
}

#content ul.navlist 
{
	float:right;
	position:relative;
	z-index:10;
	width: 213px;
	margin: 5px 0px 0px 0px;
	padding:0px 0px 156px 0px;
	list-style-type:none;
}
#content .navlist li
{
	position:relative;
	z-index:10;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c2c28b;
	background-image:none;
	margin:0px;
	padding:0px;
}
#content .navlist a
{
	display:block;
	background-image: url(../img/bullet_subnav.gif);
	background-repeat: no-repeat;
	background-position: 12px 18px;
	padding-top: 14px;
	padding-right: 3px;
	padding-bottom: 11px;
	padding-left: 30px;
}

#content .navlist a:link 
{
	color:#666600;
}
#content .navlist a:visited
{
	color:#666633;
}

#content .navlist a:hover
{
	background-color:#b4b475;
	color:#ffffff;
	text-decoration:none;
}

#content .navlist a.thispage:link, #content .navlist a.thispage:visited
{
	background-color:#b4b475;
	color:#ffffff;
}

#main_content 
{
	position:relative;
	min-height: 150px; /* only FireFox recognizes, fixes a problem with a white line appearing above updates in FireFox, I dunno why - SH 06/11/27*/
	margin-right:200px;
	background-image: url(../img/bg_main.gif);
	background-position: 501px top;
	background-repeat:no-repeat;
	padding-left: 50px;
	padding-top: 17px;
	padding-right: 63px;
	padding-bottom: 24px;
	font-size: 100%;
}
#main_content ul 
{
	margin-left:0px;
	padding-left:18px;
	list-style-type: none;
}
#main_content ul li 
{
	background-image: url(../img/bullet_main_content.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left:14px;
}

#main_content ul ul
{
	list-style-type:square;
}

#main_content ul ul li
{
	background-image:none;
	padding-left:0px;
}
#main_content #sectionintro
{
	float:left;
	position:relative;
	left:-32px;
	width:167px;
	background-color:#ffffff;
}
#main_content #sectionintro img
{
	position:relative;
	left:-18px;
	border-left: 8px solid #f2f0ec;
}
#main_content #sectionintro blockquote
{
	margin:20px 5px 10px 10px;
	background-image:url(../img/bg_quote.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:15px 0px 0xp 0px;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	line-height:1.5em;
	color:#666600;
}

#main_content table.gov th
{
	vertical-align:top;
	text-align:left;
	font-weight:bold;
    background-color:#777;
    color:#fff;
    border-bottom:1px solid #333;
}

#main_content table.gov tr
{
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}

#main_content table.gov tr.odd
{
	vertical-align:top;
	text-align:left;
	font-weight:normal;
    background-color:#eee;
}

#main_content table.stats th
{
	width:240px;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}

#main_content table.stats td
{
	width:50px;
	vertical-align:top;
	text-align:right;	
}

#main_content table.publications td
{
	border-bottom:2px solid #d6d6ad;
	padding: 7px 0px;
	vertical-align:top;
}

#main_content table.publications td.title
{
	padding-left: 7px;
	font-weight:bold;
}

#main_content table.publications td.date
{
	padding-left:7px;
	white-space:nowrap;
}

.infobox h3
{
	margin:0px;
	padding:5px;
	color:#ffffff;
}
.infobox p
{
	margin:10px 15px;
}

#border_bottom /* green border at bottom of page when subscription box doesn't appear */
{
	position:absolute;
	right: 0px;
	bottom: 0px;
	width:213px;
	height:3px;
	background-image:url(../img/bg_homerightbottom.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	font-size:1px; /* so IE gets height right */
}

#updates
{
	position:absolute;
	right: 0px;
	bottom:0px;
	width:240px;
	border-bottom: 3px solid #2a80d3;
	background-color:#6da9e5;
	color:#FFFFFF;
}
#updates h3
{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #a7ccef;
	margin:0px;
	background-color:#2a80d3;
	background-image: url(../img/bg_updates.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:9px;
	padding-left:18px;
	color:#a7ccef;
	text-transform:uppercase;
}
#updates h3 strong
{
	color:#FFFFFF;
}
#updates p
{
	font-size:90%;
}

#updates form
{
	margin:0px 15px;
	padding:0px 0px 10px 0px;
	color:#05386b;
}
#updates label
{
	display:block;
	font-weight:bold;
}
#updates input
{
	width:197px;
	border: 1px solid #4a6f94;
	font-size: 90%;
}
#updates input.button
{
	display:block;
	width:auto;
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #dfdfdf;
	margin-top:9px;
	background-color: #ebe9ed;
}

#footer
{
	margin:0px auto;
	border-top: 1px solid #f1f0ec;
	background-color:#000000;
	text-align:left;
}

#footer p
{
	margin:0px;
	padding:2px 0px 10px 18px;
	color:#cccccc;
	font-weight:bold;
}

#footer #members ul
{
	margin:0px;
	padding:0px 0px 0px 19px;
	list-style-type: none;
}	
#footer #members li, #footer #contact li
{
	float: left;
	width: 120px;
	margin: 0px;	
	background-image: url(../img/bullet_small_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#footer #members
{
	float:left;
	width:480px;
	background-color:#000000;
	background-image: url(../img/bg_members.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px 0px;
}
#footer #contact p
{
	padding-left:26px;
}	
#footer #contact ul
{
	margin:0px;
	padding:0px 0px 0px 26px;
	list-style-type: none;
}
#footer #contact
{
	float:right;
	width:240px;
	background-color:#000000;
	background-image: url(../img/bg_contact.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px 0px;
}

#footer #contact li
{
	background-image: url(../img/bullet_small_green2.gif); 
	padding-left:10px;
}
#footer #contact a:link
{
	color:#999933;
}
#footer #contact a:visited
{
	color:#999966;
}
#footer #contact a:hover
{
	color:#d6d6ad;
}

#site
{
	clear:both;
	border-top:2px solid #ffffff;
	background-color:#888888;
	padding: 6px 4px 5px 0px;
	color:#FFFFFF;
	text-align:right;
	font-size:80%;

}
#site ul
{
	margin:0px;
	padding:0px 20px 0px 0px;
	list-style-type:none;
}
#site li
{
	display:inline;
	background-image:url(../img/bullet_line.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding: 0px 8px 0px 8px;

}

#site li.lastchild
{
	background-image:none;
}

#site a:link {
	color: #FFFFFF;
}
#site a:visited {
	color: #cccccc;
}
.imginline
{
	float:right;
	margin: 0px 5px 4px 10px;
	border-style:solid;
	border-color: #fff;
	border-width: 0px 0px 4px 7px;
	background-color: #c5c591;
	padding:4px;
}
p.updated {
    padding:3px 0 0 0;
    margin: 15px 0 0 0;
    border-top:1px solid #eee;
    color:#777;
    font-size:.9em;
}