/*-------------------------------------------------------------------------------------------------
ERIC MEYER RESET - http://meyerweb.com/eric/tools/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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! 
:focus {
	outline: 0;
}*/

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#home #content .middle table div { 
	border: 0px none;
}



/*-------------------------------------------------------------------------------------------------
GENERIC STYLES
---------------------------------------------------------------------------------------------------*/
#header strong, #header h2 {
	display:none;
}




/*-------------------------------------------------------------------------------------------------
LAYOUT
---------------------------------------------------------------------------------------------------*/
body {
	font: 0.75em/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	/*background: #555555 url(/images/bg/bg.gif) repeat-y;*/
	background: #666666;
}
#container {
	width: 980px;
	margin: auto;
	background: #D71E00;
}




/*-------------------------------------------------------------------------------------------------
HEADER
---------------------------------------------------------------------------------------------------*/
#header .util {
	text-align: right;
	background: #FFFFEF;
	margin-left: 15px;
	font-size: 90%;
	padding: 5px 15px;
	color: #666666;
}
#header .util a {
	color: #000000;
}
/*
#header input {
	background: #FFFFEF;
	width: 150px;
	border: 1px solid #B2B2A7;
	padding: 1px 3px 0px;
	margin-left: 10px;
	font-size: 95%;
	color: #333333;
}*/
#header button {
	background: #FFFFEF;
	border-style: none;
	padding: 0px 5px;
	font-size: 95%;
}
#header .branding {
	background: #CC0000 url(/images/bg/branding.gif) no-repeat;
	padding-left: 15px;
} 
#header .branding a {
	height: 120px;
	display: block;
	width: 580px;
}

#header .black-bar {
	background: #000 url(/images/bg/secretfilmbanner.gif) no-repeat;
	height: 115px;
	width: 960px;
	padding-right: 20px; 
}

/*-------------------------------------------------------------------------------------------------
CONTENT
---------------------------------------------------------------------------------------------------*/
#content {
	background: #FFFFEF;
	margin-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
#content a {
	font-weight: bold;
	color: #CC0000;
}

/* -- LEFT -- */
#content .left {
	float: left;
	width: 205px;
}
#content .left div {
	margin-bottom: 20px;
	/*background: #E2E2DE;*/
}
#content #Campaign-title{
	background: none;
	padding: 10px 0px 0px 0px;
}
#content .left .navigation a {
	color: #FFFFFF;
	text-decoration: none;
}
#content .left .navigation #subnav a {
	text-decoration: none;
	color: #000000;
}
#content .left .rss {
	font-size: 90%;
	padding: 10px 10px 2px 10px;
	background: #E2E2DE;
}
#content .left .rss a {
	display: block;
	padding: 0px 0px 8px 0px;
	color: #000000;
	font-weight: normal;
	/*background: url(/images/bg/rss.png) no-repeat 10px 2px;*/
}
#content .left .components {
	text-align: center;
	background: url(none);
}
#content .left .components td {
	background: #E2E2DE;
	padding: 20px 10px;
}


/* -- RIGHT -- */
#content .right {
	float: right;
	width: 220px;
}
#content .right div {
	background: #E2E2DE;
	margin-bottom: 20px;
}
#content .right div div, #content .left div div {
	margin: 0px;
	padding: 0px 8px 15px;
	line-height: 1.3em;
	font-size: 85%;
}
#content .right hr {
	margin: 0px 0px 15px;
	padding: 0px;
	color: #FFFFFF;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #FFFFFF;
	border-left: none;
}
#content .right p {
	margin-bottom: 1em;
}
#content .right .magazine-cover img {
	margin-right: 6px;
	margin-bottom: 3px;
}
#content .right .conscience-date {
	text-transform: uppercase;
	font-size: 90%;
}
#content .right .conscience-date strong {
	text-transform: none;
	font-size: 120%;
}
#content .right ul li {
	padding-bottom: 6px;
}



/* -- TEXT SIZE AND PRINT/EMAIL -- */
#content .content-util {
	float: right;
	width: 725px;
	margin: 0px 0px 15px;
	padding: 0px;
}
#content #textsize {
	background: #E2E2DE;
	margin: 0px 0px 5px;
	padding: 0px 15px;
	border-style: none;
	text-align: right;
}
#content #textsize p, #content #print-email p {
	margin: 0px;
	padding: 0px;
}
#content #print-email {
	margin: 0px;
	padding: 0px 15px;
	border-style: none;
	text-align: right;
}
#content #print-email img {
	margin: 0px 0px 0px 13px;
}




/* -- MIDDLE -- */
#content .middle {
	margin-right: 240px;
	margin-left: 225px;
}
#content .middle hr {
	margin: 0px 0px 15px;
	padding: 0px;
	color: #777777;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #777777;
	border-left: none;
}
#internal-full #content .middle, #internal-full-noright #content .middle {
	margin-right: 0px;
}
#home  #content  .middle div {
	padding-bottom: 10px;
	border-bottom: 1px solid #434343;
	margin-bottom: 20px;
}
#home  #content  .middle div[id^='tiny__']{ border-bottom: 0px;
}
#content .middle .table-right div {
	background: #E2E2DE;
	margin: 0px 0px 20px;
	padding: 0px;
	border-bottom: none;
}
#content .middle .table-right #social {
	background: transparent;
}
#content .middle .table-right #social a {
	 margin-right:5px;
}
#content .middle .table-right div div {
	margin: 0px;
	padding: 0px 8px 15px;
	line-height: 1.3em;
	font-size: 11px;
	border-bottom: none;
}
#content .middle p {
	margin-bottom: 1em;
}
#content .middle ul li p {
	margin: 0px;
}
#content .middle ol {
	margin-bottom: 1em;
	margin-left: 2.5em;
	list-style: decimal;
}
#content .middle ol ol {
	margin-bottom: 0px;
	font-size: 95%;
}
#content .middle ol ol li {
	padding-bottom: 1px;
}
#content .middle ol li {
	padding-bottom: 5px;
}
#content .middle ul {
	margin-left: 2em;
	list-style: disc;
	margin-bottom: 1em;
}
#content .middle ul li {
	padding-bottom: 8px;
}
#content .middle ul ul {
	margin-bottom: 0px;
}
#content .middle #pr-inthenews {
	padding: 0px;
	border-style: none;
	background: url(/images/bg/black-dot.gif) repeat-y center top;
	font-size: 95%;
	line-height: 1.3em;
}
#internal #content .middle #pr-inthenews {
	margin: 0px 0px 20px;
}
#content .middle #pr-inthenews ul {
	margin-left: 0em;
	list-style: none;
	margin-bottom: 0em;
}
#content .middle #pr-inthenews ul li {
	padding-bottom: 15px;
}
#content .middle #pr-inthenews .left {
	margin: 0px;
	padding: 0px;
	width: 224px;
	border-style: none;
	float: left;
}
#content .middle #pr-inthenews .right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 224px;
	border-style: none;
}

.blog-entry{
}
.blog-entry img{ max-height: 300px;
	max-width: 460px;
	
}
.from-the-blog{ border: 1px solid #666;
	padding-bottom: 0px;
	margin-top: 34px;
}
.from-the-blog h4{ margin-top: 0px;
}
#home #content .middle .from-the-blog .read-more-link{ border: none;
	padding-bottom: 0px;
	margin: 0px 10px 7px 10px;
	text-align: right;
}

/* -- CONDOMS4LIFE STYLES --*/
body#condoms4life-home #content .middle, body#noestassola-home #content .middle{
	margin-right: 0px;
}
body#condoms4life-home #content .middle .c4l-home-box{
	background-color: #323232;
	padding: 15px;
	margin-top: 30px;
}
body#condoms4life-home #content .middle .c4l-home-box .c4l-ads{
	float: left;
	width: 323px;
}

body#condoms4life-home #content .middle .c4l-home-box .c4l-blurb{
	float: right;
	width: 360px;
}
body#condoms4life-home #content .middle .c4l-home-box .c4l-blurb p{
	color: #FFF;
}
body#condoms4life-home #content .middle .c4l-home-box .c4l-ads a{
	font-size: 11px;
}
body#condoms4life-home #content .middle .c4l-home-box .c4l-blurb .swf_obj{
	margin-top: 40px;
}
body#condoms4life-home #content .middle .c4l-home-box h2{
	font-size: 28px;
}
body#condoms4life-home #content .middle .c4l-home-box a{
	text-decoration: underline;
}
body#condoms4life-home #content .middle .c4l-home-box .c4l-blurb a{
	color: #FFF;
}
body#condoms4life-home #content .middle .bottomLinks{
	border-top: 1px #333 solid;
	margin: 40px 0px 30px 0px;
}
body#condoms4life-home #content .middle .bottomLinks .link{
	border-bottom: 1px #333 solid;
	padding: 25px 0px;
}

body#condoms4life-home #content .middle .bottombox{
	float: left;
	margin-right: 30px;
	width: 180px;
}
body#condoms4life-home #content .middle .bottombox img{
	clear: right;
    float: left;
    margin-right: 10px;
}
body#condoms4life-home #content .middle .bottombox a{
	line-height: 14px;
}
#content .right .swf_obj{
	padding: 20px 0px;
}

body#c4l-internal-full #bodyContent{
	margin-bottom: 40px;
}
body#c4l-internal-full #YearList h3{
	float:left;
	margin: 0px 40px 5px 0px;
}
body#c4l-internal-full #YearList{
	height: 100px;
}

/* -- No Estas Sola Styles --*/

body#noestassola-home .noestassola-home-box{
	background: #f27348;
	margin-top: 35px;
}
.noestas-blurb{
	padding: 20px;
	font-weight: bold;
	line-height: 24px;
	font-size: 14px;
}

#noestas-footer, #content .right #noestas-footer{
	width: 180px;
	padding: 20px;
	background: #f37247;
	font-size: 12px;
	float: right;
}
#noestas-footer a{
	text-decoration: underline;
	color: #333;
	font-weight: normal;
}
.video_list li{
	list-style: url(/images/video-icon.png) ;
}







/* -- HEADERS -- */
#content .middle h1 {
	color: #CC0000;
	margin-bottom: 20px;
	font: normal 230% Arial, Helvetica, sans-serif;
}
#content .middle h1 .subTitle {
	color: #CC0000;
	margin-bottom: 10px;
	font: normal 75% Arial, Helvetica, sans-serif;
}
#content .middle h1 div {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
#content .middle h2 {
	color: #CC0000;
	margin-bottom: 20px;
	font: bold 140% Arial, Helvetica, sans-serif;
}
#internal #content .middle h2 {
	margin-bottom: 0px;
}
#content .middle #pr-inthenews h4, #content .right h4, #content .middle .table-right h4, #content .middle h4, #content .left h4 {
	text-transform: uppercase;
	color: #FFFFFF;
	background: #CC0000;
	text-align: center;
	letter-spacing: 5px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 1.3em;
	font-weight: bold;
	padding: 7px 5px 5px;
}
#content .middle .table-right h4 {
	font: bold 120%/1em Arial, Helvetica, sans-serif;
}
#content .middle h5, .gray_subhead_stretch {
	text-transform: uppercase;
	color: #1A1718;
	font: normal 90% Arial, Helvetica, sans-serif;
}




/*-------------------------------------------------------------------------------------------------
INTERNAL STYLES
---------------------------------------------------------------------------------------------------*/
#content .middle .credits, #content .middle #bodyContent {
	border: none;
	padding: 0px;
}
#content .middle .credits p {
	margin: 0px;
	padding: 0px;
}
#content .middle .credits {
	margin: 0px 0px 15px;
	padding: 0px;
}
#content .middle select {
	margin-bottom: 5px;
}
#content .middle textarea {
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #DDDBCF;
	height: 150px;
	width: 300px;
}
#content #quote {
	background: #CC0000;
	padding: 8px;
	color: #EEEEEE;
	font-size: 85%;
}
#quote a {
	color: #FFFFFF;
}
#content .right .twocol_wpic {
	background: url(none);
	margin: 0px;
	padding: 0px;
}
#content .right .twocol_wpic img {
	margin-bottom: 20px;
}
#content .middle .list-article div, #content .middle .list div {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
.list-article {
	border-bottom: 1px dashed #E2E2DE;
	padding-top: 10px;
}
#content .middle .list-news {
	margin: 0px;
	padding: 0px;
	border-style: none;
	font-size: 95%;
	line-height: 1.3em;
}
#content .middle .list-news ul {
	margin-left: 0em;
	list-style: none;
	margin-bottom: 0em;
}
#content .middle .list-news ul li {
	padding-bottom: 15px;
}
.sitemapHdr {
	background: #E2E2DE;
	padding: 5px;
	display: block;
	margin-bottom: 5px;
}
.sitemapLinks3 {
	font-size: 11px;
	font-weight: normal;
	background: url(/images/bullet.gif) no-repeat 20px 5px;
	padding-left: 30px;
}
#content .middle th {
	color: #FFFFFF;
	background: #003366;
	text-align: left;
	padding: 5px;
	font-size: 80%;
}




/*-------------------------------------------------------------------------------------------------
CONSCIENCE STYLES
---------------------------------------------------------------------------------------------------*/
#conscience-banner {
	background: url(/images/conscience/banner.gif) no-repeat;
	text-align: right;
	padding-top: 100px;
	font-size: 95%;
	margin-top: 48px;
}
#conscience-banner-int {
	background: url(/images/conscience/banner-sm.gif) no-repeat;
	padding-left: 570px;
	margin-top: 48px;
	font-size: 95%;
	border-style: none;
	line-height: 1.5em;
	margin-bottom: 10px;
	height: 70px;
}
#content #conscience-banner-int ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#content #conscience-banner-int ul li {
	margin: 0px;
	padding: 0px;
}
#conscience-banner a {
	padding-left: 24px;
}
#content .middle .issue {
	border-bottom: 1px solid #999999;
	padding-bottom: 3px;
}
#content .middle .issue p {
	margin: 0px;
	padding: 0px;
}
#content .middle .features {
	margin: 0px;
	border-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content .middle .issue-content, #content .middle .issue-content div, #content .middle .mission {
	margin: 0px 0px 20px;
	padding: 0px;
	border-style: none;
}
#content .middle .issue-content ul, #content .middle .list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#content .middle .issue-content ul li, #content .middle .list ul li, #content .middle .dashed td {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #E2E2DE;
}
#content .middle .issue-content .left {
	float:none;
}
#content .middle .issue-content .right {
	width: 175px;
	text-align: right;
	padding-top: 10px;
	float:none;
}
#content .middle .mission .left {
	margin: 0px;
	width: 230px;
	background: #E2E2DE;
	font-size: 95%;
	font-style: italic;
	padding: 10px;
	float:none;
}
#content .middle .issue-content .left div {
	background: url(none);
}
#content .middle .mission .right {
	margin: 0px;
	padding: 0px;
	width: 475px;
	float:none;
}
#content .middle .mission .right div {
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
#content .middle .mission .right .quote {
	background: #E2E2DE;
	margin: 0px;
	border-style: none;
	padding: 10px;
}
#content .middle .mission .right p {
	margin: 0px;
	padding: 0px;
}
#content .middle .mission .right h3 {
	color: #FFFFFF;
	background: #004D7F;
	padding: 10px 20px;
	font: bold 14px Arial, Helvetica, sans-serif;
}
#content .middle .mission .right h3 strong {
	font-size: 17px;
}
.conscience #content .middle a {
	color: #004D7F;
}
.conscience #content .left h3 {
	font-size: 14px;
	font-weight: bold;
	color: #DEDEDE;
	background: #004D7F;
	padding: 5px;
}
.conscience #content .left .next-issue {
	background: #FFFFEF;
	margin: 0px;
	padding: 0px;
}
.conscience #content .left .next-issue p {
	padding: 10px;
}
#content .middle p.TOCtitle {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
#content .middle .issue-content p.blurb {
	margin: 0px;
	padding: 0px;
}
.conscience #content .middle h1 {
	color: #004D7F;
	padding-bottom: 5px;
	margin: 0px;
}
.conscience #content .middle h2 {
	color: #004D7F;
	border-bottom: 1px solid #999999;
	padding-bottom: 5px;
	margin: 0px 0px 5px;
	font: normal 230% Arial, Helvetica, sans-serif;
}
#content p.author-date {
	font-size: 95%;
	margin-bottom: 2em;
	border-bottom: 1px dashed #E2E2DE;
	padding-bottom: 5px;
}
#content #calloutBox2, #content #calloutBox {
	color: #FFFFFF;
	background: #004D7F;
	margin-bottom: 10px;
	margin-left: 20px;
}
#content  #calloutBox2 div, #content  #calloutBox div {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

/*-------------------------------------------------------------------------------------------------
VIDEOS STYLES
---------------------------------------------------------------------------------------------------*/
#content .middle .videoTitle {
	color: #000;
	font-weight: bold;
	font-size: 20px;	
}

.hr {
	background-color: #666;
	width: 720px;
	height: 2px;
	margin: 20px 0;
}

.clipTitle {
	color: #CC0000;
	text-transform: uppercase;
	margin-bottom: 7px;
}

#videoFeature {
	width: 690px;
	height: 350px;
	border: 1px solid #000;
	margin: -15px 0 30px;
}

.indentList {
	color: #CC0000;
}

#content .middle ul.indentList li {
	padding-bottom: 4px;
}

#content .middle ul#twocolVideos {
	width: 720px;
	margin-left: 0;
	list-style-type: none;
}

#content .middle ul#twocolVideos li.twocolFloat {
	padding-bottom: 30px;
}

.twocolFloat {
	width: 330px;
	height: 300px;
	margin: 0 30px 15px 0;
	float: left;
}

#content .middle li.twocolFloat li {
	padding-bottom: 4px;
}

#content .middle li.twocolFloat a {
	color: #000;
}

#content .middle li.twocolFloat a:hover {
	color: #cc0000;
}

.videoClip {
	margin-bottom: 12px;
}

.clickMore {
	width: 689px;
	margin-top: 20px;
	text-align: right;
	display: block;
}

#content .left .components td.noPadding {
	padding: 0;
}

#content .left .components table.spaceAbove {
	margin-top: 20px;
}

#content .left .components #portraitList td {
	padding-bottom: 0;
	padding-left: 0;
}

#content .left .components div.portrait {
	width: 74px;
	height: 74px;
	margin-left: 10px;
	padding: 0;
}

#portrait1 {
	background: url('/images/DanM.jpg') top left no-repeat;
}

#portrait2 {
	background: url('/images/RosemaryRR.jpg') top left no-repeat;
}

#portrait3 {
	background: url('/images/SheilaB.jpg') top left no-repeat;
}

#portrait4 {
	background: url('/images/AnthonyP.jpg') top left no-repeat;
}

#portrait5 {
	background: url('/images/KateO.jpg') top left no-repeat;
}

#portrait6 {
	background: url('/images/DanD.jpg') top left no-repeat;
}

#portrait7 {
	background: url('/images/MaryH.jpg') top left no-repeat;
}

.portraitName {
	display: block;
	margin: 10px 0 0 10px;
	font-weight: bold;
}

.caption {
	margin: 0 5px 0 10px;
}

.caption span {
	font-style: italic;
}

.last {
	padding-bottom: 20px;
}

/*-------------------------------------------------------------------------------------------------
FOOTER
---------------------------------------------------------------------------------------------------*/
#footer {
	margin-left: 15px;
	font-size: 85%;
	color: #999999;
	padding: 15px;
}
#footer a {
	color: #FFFFFF;
}

#briggs204w {
	width: 204px;
	height: 136px;
	margin-top: -7px;
	background: url('/SecretHistory/images/briggs-web204w.jpg') top left no-repeat;
}

#dombrowski204w {
	width: 204px;
	height: 136px;
	margin-top: -7px;
	background: url('/SecretHistory/images/dombrowski-web204w.jpg') top left no-repeat;
}

#maguire204w {
	width: 204px;
	height: 136px;
	margin-top: -7px;
	background: url('/SecretHistory/images/maguireweb204w.jpg') top left no-repeat;
}

#ott204w {
	width: 204px;
	height: 136px;
	margin-top: -7px;
	background: url('/SecretHistory/images/ott-web204w.jpg') top left no-repeat;
}

#padovano204w {
	width: 204px;
	height: 136px;
	margin-top: -7px;
	background: url('/SecretHistory/images/padovano-web204w.jpg') top left no-repeat;
}

#rrr204w {
	width: 204px;
	height: 136px;
	margin-top: -7px;
	background: url('/SecretHistory/images/RRR-web204w.jpg') top left no-repeat;
}


/*-------------------------------------------------------------------------------------------------
CLEARFIX
---------------------------------------------------------------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}	


/* form validation styles */
.error input,
.error select,
.error textarea{
	border-color: #f00;
}
.error-message{
	display:none;
	color:#f00;
}
.error .error-message{display:block;}
#top div{
	margin-left:6px;
}
.middle .gsc-resultsHeader {
	display:none;
}
div#___gcse_0 {
	width:600px;
}	
#bodyContent #___gcse_0 table.gsc-resultsHeader {
	display:none;
}

#bodyContent #___gcse_1 .gsc-webResult:after {
	clear:none;
}
#bodyContent div#___gcse_1 {
	width:640px;
}
#header div#___gcse_0 {
	width:250px;
}

.gsc-search-box .gsc-input td#gs_tti0 input#gsc-i-id1 {
	background:none !important;
}