/**************************************************

	ORIGINALLY BY ALISTAPART.ORG
	MODIFIED BY 76DESIGN

	Make things print good
	*/

*{
   float:none !important;
}
BODY {
    background: white;
    font-size: 8pt;
    font: 62.5%/160% 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #000;
   }

h1,h2,h3,h4,h5,h6{
    font-weight: bold;
    margin: 1em 0 .5em 0;
    }
h2{
    color: #6E97B0;
    font-size: 1.8em;
    border-bottom: solid 2px #ccc;
    }
h3{
    color: #555;
    border-bottom: solid 2px #ccc;
    }
h4{
    color: #999
    }
h5{
    color: #999;
    }

a.logo {
    display: block;
    color: #6E97B0;
    text-decoration: none;
    font-size:.85em;
    border-bottom: solid 2px #999;
    margin-bottom: 45px;
    background-image: none !important;
    }


#topmenu,
#footer UL,
#umbrella,
#myar-dropdown,
.error,
.success,
.readmore,
#box-sharecircles,
#videoplayer-btns,
#buildyours,
object, embed, .video {
   display: none;
   }


#header-wrap,
#columns-wrap{
    margin: 0 5%;
    font-size: 1.35em;
    line-height: 1.4em;
    }

#wrapper, #centrecolumn, #rightcolumn {
   width: auto;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }


a {
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
dt{
    margin-top: 6px;
    }



/* HOMEPAGE */
#videoplayer{
    display: none;
    }

.featurebox{
    float: none;
    width: 100%;
    border: none;
    }
.featurebox h2{
    text-indent: 0;
    background: none;
    }


@media print {
    .print-controls{
        display: none;
    }
}

img {
    clear:both;
}

h3, h4{
    clear:both;
}

a {
    color: #6e97b0;
    text-decoration: none;
    }
a:hover{
    color: #666;
    text-decoration: underline;
    }
a img {
    border:0;
    }



table{
    width: 100%;
    margin: 0 0 1.5em 0;
    color: #666;
    border-collapse: collapse;
    border: solid 1px #ccc;
    }
table thead th{
    background: #6E97B0;
    color: #fff;
    padding: 4px 6px;
    }
table th{
    padding: 4px;
    }
table tr td{
    padding: 5px;
    }
table tr td, table th{
    border: solid 1px #ccc;
    }

table p{
    margin: .25em 0;
    }

tfoot{
    font-size: .8em;
    background: #EDF8FF;
    }
table tfoot td{
    padding: 2px 5px;
    }


#connect-and-share{
    display:none;
}
.skip{
    display:none;
}

#pagecart-dropdown{
    display:none;
}

#footer{
    display:none;
}

#rightcolumn{
    width:100%;
    text-align:left;
}
.yellowbox{
    display:none;
}

#fast-facts-bar em{
    font-style: normal;
}