/* --- style.css --- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
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%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }




/* ---- typography  ---- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */

body { 
  font-size: 85%;
  color: #717171; 
  font-family: Arial, Helvetica, Verdana, sans-serif;
  }


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal: #525252; }

h1 { font-size: 1.8em; line-height: 1em; margin-bottom: 0.5em; }
h2 { font-size: 1.5em; line-height: 1em; margin-bottom: 0.75em; }
h3 { font-size: 1.3em; line-height: 1em; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25em; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}



/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #d11241; outline: none;}
a           { color: #0e76bc; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 



/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Tables Adjustments
-------------------------------------------------------------- */

#signupheader table,
#signup table { margin-bottom: 0;  }

#signup { width: 600px; }

table table th, table table td { padding: 0; }





/* Misc classes
-------------------------------------------------------------- */

#primary .small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
#primary .large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }




/* --- shell ---- */


body { background: white url('/page/-/assets/img/tile.png') repeat-x center top; }


/* Header styles */

#header {
    width: 100%;
    height: 143px;
    background: url('/page/-/assets/img/header.jpg') no-repeat center top;
    }

#header .top {
    margin: auto;
    width: 966px;
    height: 143px;
    background: url('/page/-/assets/img/header.jpg') no-repeat center top;
    }


#logo, #logo a {
    float: left;
    width: 420px;
    height: 143px;
    display: block;
    background: url('/page/-/assets/img/logo.png') no-repeat 12px 23px;
    }

#logo a span { display: none; }

#navigation {
    float: left;
    width: 546px;
    height: 143px;
    }

#top-actions {
    text-align: left;
    width: 506px;
    height: 64px;
    padding: 32px 0 0 34px;
    overflow: hidden;
    }

/* Wrapper Styles */

#wrapper {
    width: 974px;
    margin: auto;
    _overflow: hidden;
    background: url('/page/-/assets/img/wrapper.png') repeat-y center top;
    }

#wrapper .top {
    width: 974px;
    min-height: 500px;
    background: url('/page/-/assets/img/wrapper-top.png') no-repeat center top;
    }

#wrapper .top .in {
    margin: auto;
    width: 966px;
    min-height: 341px;
    background: url('/page/-/assets/img/wrapper-top.jpg') no-repeat center top;
    }


/* Columns
-------------------------------------------------------------- */



#primary {
   overflow: hidden; 
   text-align: left;
   width: 960px;
   min-height: 480px;
   _height: 480px;
   float: none;
   }

.pad { padding: 25px ; }



/* floating images. */

.imgright {
  float: right;
  margin: 0 0 10px 10px; 
  }

.imgleft {
  float: left;
  margin: 0 10px 10px 0; 
  }




/* Misc classes and elements
-------------------------------------------------------------- */

.title a span, .title span {display: none;}


/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}

hr.space {
  background: #fff;
  color: #fff;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }



/* -- id.css -- */

#id {
    width: 966px;
    height: 60px;
    margin: auto;
    background: url(/page/-/assets/img/id.jpg) no-repeat left top;
    text-align: left;
    }

#id_text, #id_text a {
    width: 340px;
    height: 60px;
    display: block;
    background-position: 22px 22px; 
    background-repeat: no-repeat; 
    }
	
#id_text span { display:none; }

.action #id_text a     { background-image: url(/page/-/assets/img/id-action.png); }
.contribute #id_text a { background-image: url(/page/-/assets/img/id-contribute.png); }



/* MENU STYLES */

/* Main Menu */

#nav {
    width: 546px;
    margin: 0 auto;  
    height: 47px; 
    _overflow: hidden;
    z-index:999;
    text-align: left;
    }

#nav ul {
    margin: 0;
    list-style: none; 
    height: 47px; 
    z-index:999;
    text-align: left;
    }

#nav li { 
    float: left; 
    padding: 0; 
    margin: 0; 
    position: relative; 
    display: block;
    height: 47px; 
    z-index:999;
    }

#nav li a { padding: 0; display: block; height:47px; z-index:999;}

#nav li a span { display: none; }

#nav_about   { background-image: url('/page/-/assets/img/menu-about.png'); width: 102px; }
#nav_issues  { background-image: url('/page/-/assets/img/menu-issues.png'); width: 78px; }
#nav_news    { background-image: url('/page/-/assets/img/menu-news.png'); width: 70px; }
#nav_blog    { background-image: url('/page/-/assets/img/menu-blog.png'); width: 66px; }
#nav_media   { background-image: url('/page/-/assets/img/menu-media.png'); width: 72px; }
#nav_action  { background-image: url('/page/-/assets/img/menu-action.png'); width: 78px; }
#nav_people  { background-image: url('/page/-/assets/img/menu-people.png'); width: 80px; }

#nav_about,
#nav_issues,
#nav_news,
#nav_blog,
#nav_media,
#nav_action,
#nav_people { background-position: 0px 0px; }

#nav_about:hover, #nav_about.over,
#nav_issues:hover, #nav_issues.over,
#nav_news:hover, #nav_news.over,
#nav_blog:hover, #nav_blog.over,
#nav_media:hover, #nav_media.over,
#nav_action:hover, #nav_action.over,
#nav_people:hover, #nav_people.over { background-position: 0px -47px; }

#nav_about.expand:hover,
#nav_issues.expand:hover,
#nav_news.expand:hover,
#nav_blog.expand:hover,
#nav_media.expand:hover,
#nav_action.expand:hover,
#nav_people.expand:hover { background-position: 0px -94px; }

#nav_about li a,
#nav_issues li a,
#nav_news li a,
#nav_blog li a,
#nav_media li a,
#nav_action li a,
#nav_people li a { background: transparent; }

#nav_about li a:hover,
#nav_issues li a:hover,
#nav_news li a:hover,
#nav_blog li a:hover,
#nav_media li a:hover,
#nav_action li a:hover,
#nav_people li a:hover, { background: transparent; }

#nav ul ul { 
    display: none; 
    position: absolute; 
    top: 47px; 
    left: 3px;  
    width: 150px;
    height: auto !important;
    font-size: 12px;
    line-height: 15px;
    padding: 4px 14px 12px 14px;
    background: url('/page/-/assets/img/menu-dropdown.png') no-repeat center bottom;
    _background: url('/page/-/assets/img/menu-dropdown-ie.png') no-repeat center bottom; 
    }

#nav ul .last ul { 
    left: -102px;  
    }

#nav ul ul li { 
    height: auto; 
    background-color: transparent; 
    display: block;
    width: 150px;
    }

#nav ul ul li a { 
    display: block; 
    padding: 4px 0; 
    height: auto !important;
    width: 150px;
    }

#nav ul ul li>a { 
    _display: block;
    _padding: 4px 0;    
    _width: auto;
    }

#nav ul ul li a:hover {  
    display: block;
    text-decoration: none; 
    }

#nav li:hover ul {  
    display: block; 
    text-decoration: none; 
    }

#nav li.over ul { 
    display: block; 
    }

/* footer */

#footer { 
   margin: auto;
   width: 100%;
   background: #1e4a68 url('/page/-/assets/img/footer.png') repeat-x center top;
   text-align: left;
   min-height: 220px;
   _height: 220px;
   }


/* SITEMAP */

#sitemap {  
   background: url('/page/-/assets/img/sitemap.png') no-repeat center top;
   color: #dbefe4;
   font-size: 13px;
   line-height: 17px;
   font-weight: bold;
   margin: auto;
   padding: 29px 0 19px 19px;
   width: 955px;
   min-height: 80px;
   _height: 81px;
   text-align: left;
   }

#sitemap a { color: #cfe4f2; display: block; }
#sitemap a:hover { color: white; }



/* SITE MAP CONTRIBUTION BUTTON */

#sitemap-contribute,
#sitemap-contribute a {
    background: url(/page/-/assets/img/sitemap-contribute.png) no-repeat left top;
    float: left;
    width: 145px; 
    height: 81px;
    background-repeat: no-repeat;
    display: block;
    }

    #sitemap-contribute a { background-position: left top; }
    #sitemap-contribute a:hover { background-position: left -81px; }

#sitemap-contribute a span { display: none; }




#sitemap dl { 
   float: left;
   background: url('/page/-/assets/img/sitemap_divider.png') no-repeat right top; 
   width: 92px; 
   padding: 0 15px 0 0; 
   height: 81px; 
   overflow: hidden; 
   }

   #sitemap dl.media { width: 86px;  }
   #sitemap dl.news  { width: 100px;  }
   #sitemap dl.last  { padding: 0 15px 0 0; }

#sitemap dl a { color: #dde5ec; }
#sitemap dl a:hover { color: white; }

#sitemap dt { font-size: 14px; line-height: 14px; padding: 0; }
#sitemap dd { font-size: 10px; line-height: 10px; margin: 5px 0 0 0; text-transform: uppercase; }



#join-connect {  
   float: left;
   overflow: hidden;
   width: 257px;
   height: 81px;
   }




/* FOOTER */

#footer .lower { 
   margin: auto;
   width: 938px;
   padding: 0 14px 14px 14px;
   color: #cbd5dc;
   font-size: 11px;
   line-height: 15px;
   }

#footer a { 
   color: white; font-weight: bold;
   }

#footer .links, #footer .credit {
   float: left;
   }

#footer .links {  
   width: 600px;
   }

#footer .links a {  
   text-transform: uppercase;
   }

#footer .links .paid {  
   border: 1px solid #4b6e86;
   padding: 2px 5px;
   width: 450px;
   }

#footer .credit {
   width: 338px; 
   text-align: right;
   }
   
   
   
/* --- actions --- */

/* SIGNUPS */

/* Shared Styles */

#header #signup input,
#sitemap-signup input {
    display: block;
    float: left;
    color: #6a6b6c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    border:none;
    overflow: hidden;
    margin: 0 4px 0 0;
    _margin: 0 2px 0 0;
    }

#header #signup .email-field,
#header #signup .zip-field,
#sitemap-signup .email-field,
#sitemap-signup .zip-field {
    padding: 6px 0 6px 6px;
    height: 13px;
    background: #e6f2ff url('/page/-/assets/img/signup-input.png') no-repeat left top; 
    }

#header #signup .submit,
#sitemap-signup .submit {
    background: #a3daff url(/page/-/assets/img/btn-go.png) no-repeat left top;
    width: 30px;
    height: 25px;
    margin: 0;
    cursor: pointer;
    }

    #header #signup .submit:hover,
    #sitemap-signup .submit:hover { background-position: left -25px; }


/* Headers styles */

#header #signup {
    float: left;
    width: 335px;
    height: 25px;
    padding: 10px 15px 0 0;
    }

#header #signup .title {
    float: left;
    display: block;
    width: 127px;
    height: 27px;
    background: url('/page/-/assets/img/signup-title-join-our-campaign.png') no-repeat left 8px; 
    }

#header #signup .email-field { width: 109px; }
#header #signup .zip-field { width: 47px; }


/* SITE MAP SIGNUPS ADJUSTMENTS */

#sitemap-signup {
    width: 241px;
    height: 25px;
    float: left;
    padding: 8px;
    background: url('/page/-/assets/img/sitemap-signup.png') no-repeat left top; 
    }

#sitemap-signup .title {
    float: left;
    display: block;
    width: 69px;
    height: 27px;
    background: url('/page/-/assets/img/signup-title-get-email.png') no-repeat left 8px; 
    }

#sitemap-signup .email-field { width: 81px; }
#sitemap-signup .zip-field { width: 39px; }


/* HEADER CONTRIBUTION BUTTON */

#contribute,
#contribute a {
    background: url(/page/-/assets/img/contribute.png) no-repeat left top;
    float: left;
    width: 146px; 
    height: 45px;
    background-repeat: no-repeat;
    display: block;
    }

    #contribute a { background-position: left top; }
    #contribute a:hover { background-position: left -45px; }

#contribute a span { display: none; }




/* SOCIAL MEDIA */

#sitemap-connect { 
    width: 257px;
    height: 30px;
    overflow: hidden;
    padding-top: 10px; 
    }


/* ICONS */

#sitemap-connect ul {
    margin: 0;
    list-style: none; 
    width: 257px;
    height: 30px;
    }

#sitemap-connect li { 
    float: left;
    height: 30px; 
    overflow: hidden;
    margin-right: 8px;
    _margin-right: 4px;
    }

    #sitemap-connect li.last {
        margin-right: 0;
        }

#sitemap-connect li a { 
    display: block; 
    background-repeat: no-repeat; 
    width: 58px; 
    height: 30px; 
    }
	
    #sitemap-connect li a:hover { background-position: 0px -30px; }

#sitemap-connect li a span { display: none; }















