/* Selector print stylesheet */

/* Eric Meyer's reset: */
/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        /*line-height: 1;*/
        font-family: inherit;
        text-align: left;
        vertical-align: baseline;
}
a img, :link img, :visited img {
        border: 0;
}
em {
    font-style: italic;
}
table {
        border-collapse: collapse;
        border-spacing: 0;
}
ol, ul {
        list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
        content: "";
}
/* End of Eric's tinkering */

/**********************************************************************/
/* Stylesheet proper */
html {
	height: 100%;
}
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #000;
	font-size: 0.765em;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}
.pg-index body {
	width: 100%;
	height: 100%;
	background: #fff url(/img/body_bg.png) top left repeat-x;
}
body * {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
em {
	font-style: italic;
}
#skip {
	display: none;
}
#banner {
	width: 100%;
	height: 64px;
}
.pg-index #banner {
  width: 100%;
  height: 204px;
  background-color: transparent;
  background-image: url(/img/spokeswoman.png); 
  background-position: bottom center;
  background-repeat: no-repeat;
}
#banner h1 {
	position: absolute;
	top: 0;
	right: 0;
  width: 150px;
	height: 64px;
	background: transparent url(/img/selectorprint.png) top right no-repeat;
}
#banner h1 span {
	display: none;
}

/* START - Nav */
#nav {
	display: none;
}
/* END - Nav */

#content {
	width: 100%;
	padding-top: 24px;
	padding-bottom: 5em;
	line-height: 1.5;
}

#content ul {
	list-style-type: square;
	list-style-position: outside;
}
#content li {
	margin-left: 2em;
}

/* START Sub-nav */
#subnav {
	display: none;
}
/* END Sub-nav */

#content .story {
	width: 29em;
	margin: 0 auto 0 auto;
	padding-top: 2em;
}
.pg-index #content .story {
	width: 25em;
}
.pg-spa #content .story {
	width: 760px;
}
#content h2 {
	font-size: 1.8em;
	line-height: 1;
	width: inherit;
	margin-bottom: 2em;
}
#content h3 {
  font-size: 1.4em;
  margin-top: 1.5em;
  padding-bottom: 0.25em;
  margin-bottom: 0.5em;
}
.pg-index #content h3 {
  font-size: 2em;
	line-height: 1.5;
	margin: auto 0 auto 0;
	text-align: center;
}
#content h4 {
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.pg-index a.alink {
  font-size: 2em;
	line-height: 1.5;
	margin: auto 0 auto 0;
	text-align: center;
	text-decoration: underline;

}
#content p {
  width: 100%;
	margin-bottom: 1em;
}
.pg-index #content p {
	text-align: center;
}
.pg-index #content p.strongly {
	margin-top: 1.5em;
	font-size: 1.2em;
	font-weight: bold;	
}
#content label {
	display: block;
	float: left;
	width: 8em;
	margin-right: 1em;
	text-align: right;
}
#content p.formbutton {
	margin-left: 9em;
}
#content ul {
	margin-bottom: 2em;
}
.pg-index #content img {
	display: block;
	margin: 0 auto 0 auto;
	width: 450px;
	height: 320px;
	border: none;
}
/* START Tagline */
#tagline {
  height: 100px;
  width: 100%;
  background: transparent url(/img/tagline_bg.png) bottom right no-repeat;
}
/*
#tagline {
  clear: both;
  float: none;
  height: 100px;
  width: 100%;
  background: transparent url(/img/tagline_bg.png) bottom right no-repeat;
}
*/
#tagline p {
	visibility: hidden;
}
/* END Tagline */

.notes {
	font-style: italic;
	border: 1px solid #ddd;
	padding: 1em 0.5em 2em 0.5em;
	
}
ol.noindentroman {
  list-style-type: lower-roman;
	list-style-position: outside;
}
span.brand {
	font-weight: 900;
}
/**********************************************************************/
/* microformats */
.org {
  visibility: hidden;
	line-height: 0;
}
.geo {
	margin-top: 2em;
	visibility: hidden;
}
.geo:before {
	content: "(";
}
.geo:after {
	content: ")";
}
.adr,
.email,
.tel {
	margin-bottom: 1em;
}
.tel span:after {
		content: ": ";
}
/**********************************************************************/
/* Google */
#map {
	margin-top: 1em;
	margin-bottom: 1em;
	border: 3px solid #3D8E33;
	width: 350px; 
	height: 300px;
}