@import url('fonts-min.css');

/* Basic Page Layout */
html,
body{
  padding: 0;
  margin: 0;
  min-width: 1000px;
  background-color: #777;
}

.column{
  float:left;
position: relative; /* this overrides an IE rendering bug which hides content on navbar hover. */
  top: 1px;
  margin: 0;
  padding: 0;
}

.container{
width: 1000px;
margin: 0 auto;
background-color: white;
border: 1px solid black;
}

.article_figures {
  float:right;
  font-family: "lucida grande","lucida sans",sans-serif;
  font-size: 0.7em;
  width: 150px;
}

.article_figures tr.header_row td {
  background-color: #ddf;
  font-weight:bold;
  text-align:center;
}

.article_figures td {
  background-color: #fed;
}

#content{
  width: 400px;
  margin: 0;
  padding: 0;
}

#left_sidebar{
  width: 145px;
  margin-right: 20px; 
  margin-left: 10px;
  padding-top: 0;
  padding: 0;
  min-height: 20px;
}

#right_sidebar{
  width: 365px;
  margin-left: 20px;
  margin-right: 10px;
  margin-right: 0;:
}

#footer{
  clear: both;
  margin-top:none;
}

.hide{
  display:none;
}



/* Header Bar */

#header{
  color: white;
  background: #A8292B;
    border-bottom: medium solid #850709;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#header ul{
  padding: 0.5em;
  margin: 0;
  list-style-type: none;
    font-size: 0.85em;
      font-family: "verdana", "arial", sans-serif;
      font-style: italic;
  display: block;
  float: right;
}

#header li{
  margin: 0;
  padding: 0;
 
  padding: 0 0.8em;

}

#header h1,
#header #strap {
  font-family: "georgia", "Times New Roman", serif;
  margin:0;
}

#header h1{
  font-weight: normal;
  padding: 3px 0 4px 5px;

  font-family: "georgia", "Times New Roman", serif;
}

#header #strap{
  
  font-size: 0.75em;
  font-family: "verdana", "arial", sans-serif;
  padding: 2px 0 3px 10px;
 
}

#header #subs_ad {
/* border: 1px solid #850709;*/
 padding: 10px;
 margin: 10px 10px 0 0; 
  float: right;
}

#header #subs_ad {
  font-family: "verdana", "arial",sans-serif;


}


#header #subs_ad strong {
 font-size: 1em;
display: block;
color: #ffffaa;
font-family: "georgia", "Times New Roman", serif;

}


#header a,
#header a:visited,
#header a:hover,
#header a:active {
  text-decoration: none;
  color: white;
  margin: 0;
  padding: 0;
}

#subs_ad a:hover{
text-decoration: underline;
}

#header img{
  border: 0;
}

#masthead {
float:left
}

/* primary navigation elements */

#navbar{
  background: #333333;
  border-top: 1px solid #553333;
 /* border-bottom: 1px solid #777777;*/
  width:100%;
  height:18px;
  padding: 0;
  margin: 0;
  overflow: visible;
}

#navbar ul{
  padding: 0;
  margin: 0 20px;
}

#navbar li{
  background: #333333;
  margin: 0 5px;
  padding: 0;
  float: left;
  display: block;
  
}

#navbar a,
#navbar a:visited,
#navbar a:hover,
#navbar a:active {
  color: white;
  background-color: transparent;
  font-family: "verdana" sans-serif;
  font-size: 0.7em;
  font-weight: bold;
  text-decoration: none;
  padding: 3px 10px 0 10px;
  /*border-bottom: 6px solid black;*/
  margin: 0;
  display: block;
  float: left;
  border-top: none;   
  height: 14px;
}

#navbar a:hover {
  border-bottom-color: #dfdfdf;
  
}

#navbar a.current_page,
#navbar a:visited.current_page,
#navbar a:hover.current_page,
#navbar a:active.current_page {
  background: white;
  color: black;
  border-bottom-color: white;
  border-top: 1px solid #777777;
  border-left: 1px solid #777777;
  border-right: 1px solid #777777;
  
}



#logInBar{
  background: black;
  color: white;
    font-family: "verdana" sans-serif;
  font-size: 0.7em;
  width:100%;
  height:25px;
  padding: 0;
  margin: 0;
}

#logInBar ul{
  padding: 0;
  margin: 0 20px;
}

#logInBar li{
  margin: 0 10px;
  padding: 0;
  float: left;
  display: block;
}

#logInBar a,
#logInBar a:visited,
#logInBar a:hover,
#logInBar a:active {
  color: white;
  background: black;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
}

#userStatus {
 /* width: 18%;*/
  padding-right: 2.5%;
  padding-left: 2.5%;
  margin-top: 5px;
  float: left;
  color: #888888;
}


#navLogIn {
  float: right;
  padding: 0;
  margin: 0 2em 0 0;
  background: black;
}

#navLogIn form {
  margin: 5px 0.2em 0 0;
  padding: 0;
}

#navLogIn input {

 vertical-align: top;
 border: 1px solid #666666;
 margin: 0 0.5em 0 0;
}

#navLogIn p {
  margin: 0;
  padding: 0;
}



#navLogIn a,
#navLogIn a:visited,
#navLogIn a:hover,
#navLogIn a:active {
  color: white;
  text-decoration: none;
}

#navLogIn a:hover {
  text-decoration: underline;
}




/* breadcrumbs */

#breadcrumbs{
  clear: both;
  width: 100%;
  height: 20px;
}

#breadcrumbs ul{
  font-family: verdana, arial, sans-serif;
  font-size: 0.7em;
  color: #989898;
  padding: 0;
  margin: 10px 20px 2px 20px;
}

#breadcrumbs li{
  display: inline;
}

#breadcrumbs a,
#breadcrumbs a:visited,
#breadcrumbs a:hover,
#breadcrumbs a:active{
  color: #989898;
  text-decoration: none;
  display: inline;
}

#breadcrumbs a:hover{
  background: #ffffcc;
  color: #000;
}

/*special report ads */

#specials {
clear: both;
 margin-left: 10px;
}
#specials ul {
  padding: 0;
  margin: 10px 0 10px 10px;
}
#specials li {
  float: left;
  display: block;
  border: 1px solid #999;
}
#specials h3 {
  font-size:0.8em;
  color: #555;
  text-transform: uppercase;
  font-weight: normal;
}

#specials h3 em {
  font-style: normal;
  color: #A8292B;
}

/* sidebars */

#left_sidebar .sidebar_box{
 border: 1px solid #ccbbbb;
  width:100%;
  margin:0;
  padding:0;
  margin-bottom: 25px;
  padding-bottom: 5px;
  background: #ddd9d9;
}


#left_sidebar {
clear:both;
}

#left_sidebar .sidebar_box h3{
 /* border-top: 2px solid black;*/

  background-color: #A8292B;
  color: #ffffaa;
 clear: both;
  
  font-family: "verdana", sans-serif;
  font-size: 0.92em;
  padding: 5px;
  
  margin:0;
  display: block;
/*  width:100%;*/
  font-weight: bold;
}

#right_sidebar h3 {
  border-bottom: 1px solid black;
  font-size: 1.7em;
  color:#A8292B;
  margin-top:0;
  padding-top: 0;
}

#testim_head {
  font-size: 1.3em;
  font-style: italic;
}

#testim_body {
  text-align: right;
  padding-left: 15px;

  }
#testim_auth {
  text-align: right;
font-style: italic;
font-size: 1.3em;
}

.legislation_links a,
.legislation_links a:visited,
.legislation_links a:hover,
.legislation_links a:active {
text-decoration: none;
font-size: 1.1em;
color: black;

}

.legislation_links li {
  text-align:center;
  border: 1px solid black;
  padding: 3px;
  background-color: #cca;
  }

.legislation_links li.selected {
  background-color: #bbb;
}

#right_sidebar {
  font-family: "Palatino", "Georgia", serif;

}

#left_sidebar .sidebar_box h4{
  font-size: 92%;
  padding: 10px 0 0 5px;
  margin: 0;
} 

#left_sidebar .sidebar_box p{
  font-size: 85%;
  text-align: left;
  padding: 4%;
  margin: 0;
  width: 90%;
}

.sidebar_box ul{
  padding: 3px;
  margin: 0;
}

.key_reading{
  background:#ff9;
}
.sidebar_box li{
  list-style-type: none;
  font-size: 77%;
  margin-bottom: 5px;
}

.sidebar_box a,
.sidebar_box a:visited,
.sidebar_box a:hover,
.sidebar_box a:active{
  display: inline;
    color: #751417;

}

.sidebar_box img{
  vertical-align: middle;
}

.sidebar_box p.issue_notes{
/*  float:left;
  clear:both;
  margin:0;
*/
}
/* for form controls in sidebars*/
#left_sidebar.sidebar_box form{
  padding: 10px;
  text-align: left;
}

#left_sidebar.sidebar_box input{
  margin: 10px;
  
}

#login_form{
  padding: 10px;
  text-align: right;
  font-size: 85%;
}

#login_form input{
  margin: 2px 0;
  vertical-align: middle;
}

#login_form label{
  vertical-align: middle;
}

/* page content */

.inlineArticleImage img {
  padding: 0;
  margin: 0;
  border: 1px solid black;
}




#content h2,
#content h3, #content dt{
  font-family: "georgia", serif;
  padding-bottom: 5px
  font-size: 136%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  border-bottom: 1px solid black;
  clear: both;
  margin-bottom: 1em;
}



#content #contents_page h2.title{
  font-size: 1.35em;
  padding: 2px;
  padding-left: 2px;
  border: 1px solid black;
  border-bottom: 3px solid black;
  background-color: #A8292B;
  color: #ffffaa ;
  clear: both;
  margin-bottom:0;
}


#content h3, #content dt{
  font-size: 100%;
  border: none;
}

#content p, #content dd{
  text-align: left;
  line-height: 1.25em;
  font-family: verdana, arial, sans-serif;
/*  font-size: 0.7em;*/
  text-indent:20px;
}

#content dd{
  font-size: 0.77em;
}

#content #contents_page p, #contents_page dd {
  font-size: 0.7em;
}

#content p.link{
  text-indent: 0;
}
#content p.byline{
  text-indent:0px;
  font-style: italic;
  color: #5f5f5f;
  margin-bottom: 10px;
}

#content a,
#content a:visited,
#content a:hover,
#content a:active{
  color: #751417;
}

#content a:hover{
}

#content a:active{
  color: red;
}

img.article_image{
  float: right;
  margin: 10px;
  margin-right: 0;
  border: 1px solid black;
}


/* magazine boxes */
.magazine {
  margin: 5px 0;
  height: auto;
  padding: 10px;
  clear: both;
  background-color: #efefef;
  border: 1px solid #b6b6b6;
  margin-bottom: 10px;
}

div.free {
  border: 1px solid #9d9;
  background-color: #cec;
}

div.magText{
  float:left;
  width: 230px;
}

#content p.mCaption{
  font-size:77%;
}

.spacer{
clear:both;
}

img.magazine_cover {
  margin-right: 15px;
  float:left;
  border: 1px solid black;
}


h2.article_box{
  padding: 0;
  margin: 0;
}

#content #contents_page p.summary{
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
 font-size: 0.3em;
  text-indent: 0; 
}

#content dd {
  margin-left: 40px;
  width: 320px;
}

div#content p.noindent{
text-indent: 0;
}

#content p.notes,
.notes{
  color: #474747;
  margin:0;
  padding: 0;
  font-size: 77%;
  font-style: italic;
  color: #979797;
  margin: 0;
  text-indent: 0; 
  margin-top: 5px;
}

.notes a,
.notes a:visited,
.notes a:hover{
  color: #80595A
}

img.icon {
  padding: 0;
  padding-right: 5px;
  float: left;
}

/* contents pages */

#contents_page ul {
  margin: 0;
  padding: 0;
}

#contents_page ul li {
  clear: both;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  
}

#contents_page ul li .notes {
margin:0;
padding: 0;
}

#contents_page ul li p {
padding-bottom:0;
margin-bottom:0.2em;
}

#contents_page ul li img {
  padding: 0;
  border: 1px solid black;
  margin-right: 1%;
  margin-bottom: 1em;
}


#contents_page ul#lead_articles li .summary {
  width: 65%;
 margin-bottom: 1em;
}
#contents_page ul#lead_articles li.odd .summary,
#contents_page ul#lead_articles li.even img{
  float: right;
}


#contents_page ul#lead_articles li.left .summary,
#contents_page ul#lead_articles li.right img{
  float: right;
}

#contents_page ul#lead_articles li.boxOut {
  background-color: #ccc;
  border: 1px solid #888;
  padding: 8px;
  padding-bottom: 0;
  width: 380px;
}

#contents_page ul#lead_articles li.even .summary, 
#contents_page ul#lead_articles li.odd img {
  float: left;
}

#contents_page ul#lead_articles li.right .summary, 
#contents_page ul#lead_articles li.left img {
  float: left;
}



#contents_page ul#lead_articles li.first .summary {
  width: 45%;
}



#contents_page ul#lead_articles li.first-child .summary {
  width: 45%;
}

#contents_page ul#lead_articles li .summary p {
  padding: 0;
  font-size: 77%;
  text-indent:0;
}

#contents_page .template_1 #lead_articles .first img {
  float:none;
}

#contents_page .template_1 #lead_articles .first .summary {
  float: left;
}

#contents_page .template_1 #lead_articles .first .summary {
  width: 50%;
}

#contents_page #other_articles, 
#contents_page #recent_articles,
#contents_page #features 
{
/*border-left: 1px solid #A8292B;*/
border-left: 1px dashed #aaaaaa;
margin-bottom: 1em;
border-bottom: 1px dashed #aaaaaa;
}

#contents_page #other_articles li, 
#contents_page #recent_articles li,
#contents_page #features li 
{
width: 93%;
padding: 0.5em 4% 0.5em 1em;
}

#contents_page #other_articles li.even,
#contents_page #recent_articles li.even ,
#contents_page #features li.even {
 background: #ddd9d9;
}

#contents_page #other_articles li.nth-child-even,
#contents_page #recent_articles li.nth-child-even {
 background: #ddd9d9;
}
#contents_lead_article img {
  padding: 0;
  border: 1px solid black;
  float: left;
  
}

.inlineArticleImage {
float:right;
margin-left: 1em;
} 

.contents_sub_lead_article .odd {
  float: right;
 }

.article_icon{
  float: left;
  margin: 10px 5px;
}

.announcement,
.topic_results{
  padding: 5px;
  background: #99ccff;
  border: 1px solid #000066;
}

.topic_results{	
  background: #dfddff;
  border-color: #cfcdf0;
}

#content div.topic_results p{
  text-indent: 0;
}

#content div.announcement p{
  text-indent: 0;
}

/* footer */

#footer{
  background: #A8292B;
border-top: medium solid #850709;

/*padding-left: 100px;*/
margin: 0;
  
  color: #ffffaa;
  clear: both;
  width: 100%;
  height: 40px;
  margin-top: 20px;
}

#footer ul{
  padding: 12px 0;
  margin: 0 0 0 200px;
}

#footer li{
  display:inline;
}

#footer a,
#footer a:visited,
#footer a:hover,
#footer a:active{
  color: #ffffaa;
  font-size: 92%;
  margin: 10px 5px;
}



/* register */

div.register {
width: 600px;
  background: #ececec;
padding: 5px;
border-style: solid;
border-color: black;
border-width: 0px;
margin-bottom: 5px;
}

select.rform {
  width: 200px;
  margin-bottom: 10px;
  float: left;
  display: block;

}
input.rform {
  display: block;
  width: 200px;
  float: left;
  margin-bottom: 10px;

}
  label.rform {
  display: block;
  float: left;
  margin-bottom: 10px;
  width: 150px;
  padding-right: 10px;
  font-size: 11px;
  vertical-align: 1px;
  text-align: right;

}

br.rform {
  clear: left;
}

//rfo - register form 3

div.rfo {

}
fieldset.rfo {
  border: medium none;
  margin: 0pt;
}
legend.rfo{ 
  display: none;
}

input.rfo{
  color: #004696;
}
label.rfo{
  color: #004696;
}
select.rfo,
input.rfo{
  color: #004696;
  width: 160px;
  margin-bottom: 2px;
  float: right;
  display: block;
}

select.rfo{
  width: 163px;
}

option.rfo{
  vertical-align: baseline;
}

br.rfo {
  clear: right;
}
label.rfo {
  color: #004696;
  display: block;
  float: right;
  width: 200px;
  padding-right: 10px;
  font-size: 11px;
  vertical-align: 1px;
  text-align: right;
  margin-bottom: 2px;

}
div.rfo{
  border-top: 1px dotted #004696;
  margin-top: 5px;
  padding-top: 5px;

}

input.error{
background:#ff9;
border: 1px solid red;
}

input.rfc, input.rfcp{
  color: #004696;
  display: block;
  width: 80px;
  float: right;
  margin-bottom: 2px;
}

input.rfcp{
  width: 150px;
}

.column label.rfot{
  color: #004696;
  display: block;
  float: left;
  width: 300px;
  padding-right: 10px;
  font-size: 11px;
  text-align: left;
  margin-bottom: 2px;
}

li.rfo{
  color: #004696;
  font-size: 10px;

}

.column input.cfo,input.cfc {
  color: #004696;
  display: block;
  width: 200px;
  float: left;
  margin-bottom: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: black;
}

input.cfc{
  
}

.column textarea.cfo {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  color: #004696;
  display: block;
  width: 200px;
  height: 200px;
  float: left;
  margin-bottom: 3px;
}


.column label.cfo {
  display: block;
  width: 100px;
  float: left;
  font-size: 10px;
  margin-bottom: 3px;
}



br.cfo {
  clear: left;
}

dl.testimonials {
padding: 5px;
}
dl.testimonials dt{
font-style: italic;
font-size: 0.999999999em;
}
dl.testimonials dd{
margin-bottom: 0.5em;
}
.sidebar_box form{
margin 0;
padding 0;
}


  form.MyUI div.row {
    clear: both;
    padding-top: 5px;
    border-top: thin solid #cccc88;
  }
      
  form.MyUI .row label {
    float: left;
    width: 100px;
    text-align: right;
    font-weight: bold;
  }

  form.MyUI .row label.error {
    color: red;
  }

  form MyUI div.error {
    font-size: 0.75em;
    margin-left: 100px;
    color: red;
  }

  form.MyUI .row .note {
    clear:both;
    padding:0;
    margin: 0 0 0 110px;
    font-size: 0.8em;
  }
	      
  form.MyUI div.row input, textarea, select {
       margin-left: 10px;
       margin-bottom: 5px;
  
       text-align: left;
  }

  form.MyUI div.row .primaryAction {
    margin-left: 110px;
  }
	.inlineArticleImage p {
  font-style: italic; 
  padding: 0;
  margin: 0;
  font-size: 0.8em;
}


#content .inlineArticleOutquote {
  float:right;
  border-left: 1px dashed #c88;
  margin: 1em;
  margin-right: 0;
  padding: 0;
  text-align: right;
}

#content .inlineArticleOutquote p{
font-family: "palatino","georgia",serif;
font-size: 1.2em;
color: #777;
text-align: right;
  margin: 1em;
}

.bottomLinks img {
border: 0;
text-decoration: none;
}

.bottomLinks a {
text-decoration: underline;
font-style: italic;

}

