﻿/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* print.css */
body {line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#000;background:none;font-size:10pt;}
.container {background:none;}
hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
code {font:.9em "Courier New", Monaco, Courier, monospace;}
a img {border:none;}
p img.top {margin-top:0;}
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
.small {font-size:.9em;}
.large {font-size:1.1em;}
.quiet {color:#999;}
.hide {display:none;}
a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
/*a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}*/

.noprint{display:none;}
#contentCol2, #footer_container, #breadcrumb{display:none;}

.clear{clear:both;}

/** Political Action **/
#politicalAction h2{color:#DB322B;}
#politicalAction p{margin:0; color:Black;}
#pol_action_top{}
#pol_action_middle{width:650px; background-image:url(/media/home_pol_action_bg.jpg); background-repeat:repeat-y;}
#pol_action_img{float:left;width:41px; padding: 0 20px;}
#pol_action_text{float:left;width:550px;}
#pol_action_bottom{}

/** introCopy **/
#introCopy{margin:8px 0;}
#introCopyText{width:625px;margin-left:12px;}
#introCopyText h1{margin-top:0;}
#introCopyText p{margin:0;}
#introCopyMiddle{background-image:url(/media/img_home_introcopy_bg.jpg);width:650px;}

/** Banner **/
.showBanner { /* Do Nothing */ }
.hideBanner { display:none; }
#homeBannerTop{width:650px;height:32px;}

/** Row of three Copy Buckets**/
#introBucketMiddle{background-image:url(/media/bg_home_buckets.jpg); background-repeat:repeat-y;width:650px;}
#leftIntroBucketText, #centerIntroBucketText, #rightIntroBucketText{float:left;width:180px;padding:0 20px 0 15px;}
#leftIntroBucketText{}
#centerIntroBucketText{}
#rightIntroBucketText{}
#introBucketMiddle .clear{height:1px;}
#threeRow p{margin:0 0 0.7em;}
#introTextButtom img{border:none;}

#footerContainer
{
	background-color: #000000;
	height:auto;
    background-image:url(/media/footer_bg.jpg);
    background-repeat:repeat-x;
    line-height:21px;
}

#footerContainer, #footerContainer a:active, #footerContainer a:link, #footerContainer a:visited, #footerContainer a:hover {
    color:#949494;
    font-size: 11px;
}


#footerPanel
{
    margin: 0px auto;
    width: 954px;
    padding: 0px 0px 0px 0px;
    /* background-image:url(/media/rules_vert_footer.jpg);
    background-repeat:repeat-y;
    background-position: -14px 0px; */
}


#footerContainer .col1, #footerContainer .col2
{
	float: left;
	padding: 41px 20px 0px 20px;
}

#footerContainer .col3 { float: left; padding: 29px 20px 0px 20px; }

#footerContainer .col1 {
    width: 251px;
}

#footerContainer .col2 {
    width: 251px;
}

#footerContainer .col3 {
    width: 340px;
}


.visualClear
{
	clear: both;
	margin-top: -1px;
}
.tblCol1 { width: 186px; padding: 33px 20px 70px 40px; border-right: 1px #585858 solid; }
#footerPanel .tblCol1 p{margin-bottom:3px;}
.tblCol2 { width: 199px; padding: 33px 20px 70px 53px; border-right: 1px #585858 solid; }
#footerPanel .tblCol2 p{margin-bottom:3px;}
.tblCol3 { padding: 28px 0px 70px 39px; font-weight:bold; }
.col1{height:auto;}