/*
CSS RESET
--------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
	}
/* remember to define focus styles! */
:focus
	{
	outline: 0;
	}
body
	{
	line-height: 1;
	color: black;
	background: white;
	}
ol, ul
	{
	list-style: none;
	}
/* tables still need 'cellspacing="0"' in the markup */
table
	{
	border-collapse: collapse;
	border-spacing: 0;
	}
caption, th, td
	{
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after
	{
	content: "";
	}
blockquote, q
	{
	quotes: "" "";
	}
/*
HTML STYLES
--------------------------------------------------*/
body
	{
	font: 67.5% Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	background: #d8d8d8;
	color: #444;
	}
strong,dt,h1,h2,h3,h4,h5,h6
	{
	font-weight: bold;
	}
em
	{
	font-style: italic;
	}
h1, h2, h3, h4, h5, h6, p, blockquote, dl, dt, ol, ul
	{
	margin-bottom: 1em;
	}
a
	{
	color: #3a6cb3;
	}
a:hover
	{
	color: #a1272a;
	background: #ffd;
	}
ul
	{
	padding-left: 2em;
	list-style-type: disc;
	}
ol
	{
	padding-left: 2em;
	list-style-type: decimal;
	}
li
	{
	margin-bottom: .5em;
	}
/*
BRANDING-WRAPPER
--------------------------------------------------*/
#branding-wrapper
	{
	height: 95px;
	background: #fff url(../images/branding-wrapper.gif) repeat-x;
	}
.home #branding-wrapper
	{
	height: 240px;
	background: #d6dacb url(../images/branding-wrapper_home.gif) repeat-x;
	}
/*
SITE-BRANDING
--------------------------------------------------*/
#site-branding
	{
	width: 780px;
	height: 95px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	}
.home #site-branding
	{
	height: 240px;
	background: transparent url(../images/site-branding.jpg) no-repeat bottom right;
	}
h1
	{
	text-indent: -9999em;
	position: relative;
	left: -3px;
	margin: 0;
	height: 95px;
	width: 267px;
	background: transparent url(../images/h1.gif) no-repeat;
	}
#site-branding h1 a
	{
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	}
#site-branding h1 a:hover
	{
	background-color: transparent;
	}
.home h1
	{
	height: 105px;
	width: 337px;
	background: transparent url(../images/h1_home.gif) no-repeat;
	}
/*
SITE-NAVIGATION-MAIN
--------------------------------------------------*/
#site-navigation-main
	{
	width: 780px;
	margin: 0 auto;
	position: relative;
	}
#site-navigation-main ul
	{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: -59px;
	right: 0;
	}
.home #site-navigation-main ul
	{
	top: -204px;
	}
#site-navigation-main li
	{
	margin: 0 0 0 5px;
	padding: 0;
	float: left;
	}
#site-navigation-main a
	{
	color: #fff;
	background: #ae9768;
	display: block;
	height: 20px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-indent: -9999em;
	border: none;
	}
#navigation-home,
#navigation-home a
	{
	width: 67px;
	background: transparent url(../images/navigation-home.gif) no-repeat center top;
	}
#navigation-about,
#navigation-about a
	{
	width: 47px;
	background: transparent url(../images/navigation-about.gif) no-repeat center top;
	}
#navigation-news,
#navigation-news a
	{
	width: 46px;
	background: transparent url(../images/navigation-news.gif) no-repeat center top;
	}
#navigation-legislation,
#navigation-legislation a
	{
	width: 74px;
	background: transparent url(../images/navigation-legislation.gif) no-repeat center top;
	}
#navigation-organizations,
#navigation-organizations a
	{
	width: 91px;
	background: transparent url(../images/navigation-organizations.gif) no-repeat center top;
	}
#navigation-join-us,
#navigation-join-us a
	{
	width: 57px;
	background: transparent url(../images/navigation-join-us.gif) no-repeat center top;
	}
#navigation-resources,
#navigation-resources a
	{
	width: 73px;
	background: transparent url(../images/navigation-resources.gif) no-repeat center top;
	}
#site-navigation-main a:hover,
.about #navigation-about a,
.news-press #navigation-news a,
.legislation #navigation-legislation a,
.organizations #navigation-organizations a,
.join-us #navigation-join-us a,
.resources #navigation-resources a
	{
	background-position: center bottom;
	}
/*
CONTENT-WRAPPER
--------------------------------------------------*/
#content-wrapper
	{
	background: #fff;
	padding: 40px 0 0 0;
	}
.home #content-wrapper
	{
	padding: 30px 0 10px 0;
	}
/*
SITE-CONTENT
--------------------------------------------------*/
#site-content
	{
	width: 780px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: #fff url(../images/site-content.gif) repeat-y;
	}
.home #site-content
	{
	background: #fff;
	}
/*
CONTENT-MAIN
--------------------------------------------------*/
#content-main
	{
	float: right;
	font-size: 1.2em;
	line-height: 1.5em;
	width: 485px;
	}
.home #content-main
	{
	padding-top: 25px;
	width: 415px;
	}
#content-main h2
	{
	color: #a1272a;
	font-size: 2em;
	font-weight: normal;
	border-bottom: 2px solid #d8d8d8;
	margin-bottom: 1.5em;
	margin-top: .5em;
	padding-bottom: .3em;
	}
#content-main h3
	{
	color: #000;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.1em;
	}
.home #content-main blockquote
	{
	font-size: 1.1em;
	width: 415px;
	overflow: hidden;
	background: transparent url(../images/line-dotted.gif) repeat-x bottom left;
	}
/*
CONTENT-SUB
--------------------------------------------------*/
#content-sub
	{
	float: left;
	width: 260px;
	padding: 25px 0 20px 0;
	background: transparent url(../images/content-sub.gif) no-repeat;
	}
.home #content-sub
	{
	width: 330px;
	padding-top: 0;
	background: none;
	}
.home #content-sub h3
	{
	color: #a15152;
	font-size: 1.1em;
	margin-bottom: .5em;
	font-family: Georgia, serif;
	padding: 0 5px;
	font-style: normal;
	line-height: 1.4em;
	}
.home #content-sub blockquote
	{
	font-size: 1.2em;
	line-height: 1.5;
	padding-top: 2em;
	overflow: hidden;
	width: auto;
	background: transparent url(../images/line-dotted.gif) repeat-x top left;
	}
/*
SITE-NAVIGATION-SUB
--------------------------------------------------*/
#site-navigation-sub
	{
	margin: 0 0 0 2px;
	padding: 0;
	list-style: none;
	}
#site-navigation-sub li
	{
	margin: 0;
	padding: 0;
	}
#site-navigation-sub a
	{
	display: block;
	text-decoration: none;
	color: #3a6cb3;
	width: 235px;
	padding-left: 17px;
	border-bottom: none;
	line-height: 3em;
	font-size: 1.2em;
	background: transparent url(../images/line-dotted.gif) repeat-x bottom left;
	}
#site-navigation-sub a:hover
	{
	color: #a1272a;
	background: #f4f5f3 url(../images/line-dotted.gif) repeat-x bottom left;
	}
/*
INFO-WRAPPER
--------------------------------------------------*/
#info-wrapper
	{
	background: transparent url(../images/info-wrapper.gif) repeat-x;
	color: #637296;
	}
.home #info-wrapper
	{
	background: transparent url(../images/info-wrapper-home.gif) repeat-x;
	}
/*
SITE-INFO
--------------------------------------------------*/
#site-info
	{
	width: 780px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	}
#copywrite
	{
	padding-top: 56px;
	line-height: 23px;
	width: 267px;
	text-align: center;
	position: relative;
	left: -3px;
	background: transparent url(../images/copywrite.gif) no-repeat center bottom;
	}
.home #copywrite
	{
	width: 337px;
	padding-top: 6px;
	background: transparent url(../images/copywrite-home.gif) no-repeat;
	}
.vcard
	{
	font-size: 1.1em;
	line-height: 1.4em;
	}
#site-info .vcard
	{
	width: 485px;
	padding-bottom: 3em;
	float: right;
	position: relative;
	}
.home #site-info .vcard
	{
	width: 415px;
	}
.vcard .org
	{
	font-weight: bold;
	}
#site-info .vcard .tel
	{
	float: left;
	}
.vcard .tel .type:after
	{
	content: ":";
	}
#site-info .vcard .adr
	{
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	}
/*
MISC. STYLES
--------------------------------------------------*/
.headshot
	{
	padding: 1px;
	border: 1px solid #ccc;
	}
.hr
	{
	height: 1px;
	overflow: hidden;
	margin: 1.5em 0;
	background: transparent url(../images/line-dotted.gif);
	}
.hr hr
	{
	position: absolute;
	top: 0;
	left: -9999em;
	}
.left
	{
	float: left;
	margin: 0 10px 5px 0;
	}
.noscreen
	{
	display: none;
	}
#organizations
	{
	margin: 0;
	padding: 0;
	list-style: none;
	}
#organizations li
	{
	font-style: italic;
	color: #444;
	font-size: 1.1em;
	line-height: 2.5em;
	text-indent: 5px;
	width: 330px;
	margin: 0;
	background: transparent url(../images/line-dotted.gif) repeat-x top left;
	}
#organizations a
	{
	color: #444;
	text-decoration: none;
	border: none;
	}
#organizations a:hover
	{
	color: #a1272a;
	background: #fff;
	text-decoration: underline;
	}
.pagetool-print
	{
	float: right;
	padding-left: 20px;
	background: transparent url(../images/document-print.gif) no-repeat center left;
	}
.resource-list
	{
	margin: 0;
	padding: 0;
	list-style: none;
	}
.resource-list li
	{
	margin: 0 0 1em 0;
	position: relative;
	background: transparent url(../images/line-dotted.gif) repeat-x bottom left;
	padding-bottom: 1em;
	width: 485px;
	overflow: hidden;
	}
.resource-list li a
	{
	border-bottom: none;
	}
.resource-list h4
	{
	font-size: 1.2em;
	}
.resource-list li img
	{
	padding: 1px;
	border: 1px solid #ccc;
	}
.resource-list-links
	{
	text-align: center;
	clear: both;
	margin: 0;
	padding: 0;
	color: #ccc;
	}
.resource-list-links a
	{
	font-weight: bold;
	padding: 0 .5em;
	}
.home .resource-list
	{
	background: transparent url(../images/line-dotted.gif) repeat-x bottom left;
	}
.home .resource-list li
	{
	width: 415px;
	background: none;
	}
.resource-date
	{
	font-weight: bold;
	color: #999;
	}
.right
	{
	float: right;
	margin: 0 0 5px 10px;
	}
.video-list
	{
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	}
.video-list li
	{
	width: 485px;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
	padding-bottom: .5em;
	margin-bottom: .5em;
	}
.title
	{
	float: left;
	width: 370px;
	}
.time
	{
	float: right;
	width: 100px;
	text-align: right;
	font-weight: bold;
	color: #999;
	}