@charset "utf-8";
/* CSS Document */

@import url('/search-box.css');

html,body,div,img,iframe,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td, cite  {
    margin: 0px;
    padding: 0px;
}

fieldset, img {
	border: none;
}

ul {
	list-style-type: none;
	font-size: 14px; 
	}
	
ol {
	font-size: 14px;
	list-style-position: inside;
	}
	 
a {
	color: #FF530D;
	text-decoration: none;
	}
	
a:hover { 
	text-decoration: underline;
	color: #FF0000;
	} 
	
	
h1, h2, h4 {
	color: #00acf2;
	font-weight: normal;
	font-size: 20pt;
	}
	
h3 {
	padding-top: 15px;
	}
	
#search-box-frame {
	width: 950px;
	height: 230px;	
	margin: auto;
	}
	
#search-box-frame-HOME {
	width: 950px;
	height: 230px;	
	margin: auto;
	}
	
	
body {
	background: #333;
	font-family: "Trebuchet MS",Verdana,Sans-Serif;
	}
	
#header {
	width:950px;
	height: 110px;
	margin: auto;
	}
	
#header img {
	float: left;
	}
	
/* SEARCH BAR TOP */

#srch-top {
	float: right;
	display: inline;
	margin-top: 30px;
	}
	
#srch-top label {
	color: #fff;
	display: block;
	float: left;
	margin: 5px 7px 0px 0px;
	font-size: 14px;	
	}
	
#custom-input {
	border: none;
	background: transparent url('/images/top-search-bg.gif') repeat-x;
	height: 21px;
	width: 170px;
	padding: 3px 0px 0px 0px;
	font-weight: bold;
	font-size: 14px;
	float: left;
	display: inline;
	}
	
#search-submit-top {
	vertical-align: top;
	display: inline;
	width: 94px;
	height: 24px;
	margin-top: 1px;
	}

	
/* END SEARCH BAR TOP */	
	
/* NAVIGATION  */

#nav {
	width: 950px;
	height: 41px;	
	margin: auto;
	background: transparent url('/images/bg-nav.gif') no-repeat;
	}
	
#nav ul {
	width: 950px;
	}
	
#nav li {
	display: block;
	float: left;
	width: 135px;
	text-align: center;
	font-size: 14px;
	padding: 0px 0px 0px 0px;
	}
	
#nav a {
	color: #fff;
	padding-top: 15px;
	display: block;
	height: 26px;
	}
	
/* #nav a:hover {	
	text-decoration: none;
	background: transparent url('/images/bg-nav-hover.gif')  repeat-x center bottom;
	}
*/
	
#nav #current a, #nav #current a:hover {
	color: #00acf2;
	background: none;
	cursor: default;
	}
	

/* END NAVIGATION */

#container {
	width: 950px;
	margin: auto;
	background-color: #fff;
	}
	
#container-base {
	width: 950px;
	height: 69px;
	margin: auto;
	background: transparent url('/images/bg-base.gif') no-repeat left bottom;
	}
	
/* INDEX PAGE */
	
.category-box  {
	width: 422px;
	height: 200px;
	float: left;
	background-color: #f2f2f2;
	font-size: 14px;
	line-height: 1.4em;
	padding: 15px;
	margin: 15px 0px 0px 15px;
	}
	
.category-box ul  {
	padding-top: 3px;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	}
	
.category-box a {
	display: inline;
	}

.box img {
	background: transparent url('/images/bg-block-default.gif') no-repeat left bottom;
	}
	
.box img:hover {
	background: transparent url('/images/bg-block-hover.gif') no-repeat left bottom;
	}
	
.category-box .box-header  {	
	float: left;
	width: 100%;
	padding-bottom: 15px;
	font-size: 20pt;
	}

.category-box img {	
	float: left;
	padding: 0px 15px 0px 0px;
	}
	

.category-box .box-copy a {
	font-size: 12px;
	padding: 0px 15px 15px 15px;
	color: #000;
	}	
	
.category-box .box-copy a:hover {
	color: #ff0000;
	}	
	
/* END INDEX PAGE */
	
.content {
	clear: both;
	padding: 15px;
	}
	
.content h3 {
	font-size: 18px;
	font-weight: normal;
	}
	
.content p {
	padding: 0px 0px 7px 0px;
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.3em;
	}
	
.content table {
	font-size: 14px;
	}
	
.divider {
	clear: both;
	border-top: 1px solid #ccc;
	width: 100%;
	margin: auto;
	height: 15px;
       display: block;
	}
	
/* FOOTER */


#footer {
	padding: 12px 0px 30px 0px;
	width: 950px;
	margin: auto;
	text-align: center;
	font-size: 12px;
	color: #999;
	}
	
#footer a {
	color: #fff;
	}
	
/* Category Pages */

#mast {
	width: 920px;
	height: 290px;
	padding: 15px 0px 15px 0px;
	margin: auto;
	}
	
/* ARTICLES PAGE */

#breadcrumbs {
	padding: 15px 15px 0px 15px;
	font-size: 12px;
	color: #999;
	}
	
#leave-comment {
	padding: 7px 15px 15px 15px;
	font-size: 12px;
	}
	
#leave-comment input {
	font-size: 12px;
	}	
	
.field-value {
	clear: both;
	float: left;
	display: block;
	padding: 15px 0px 0px 0px;
	}
	
#leave-comment label {
	color: #999;
	padding-right: 5px;
	}
	
#remember-info {
	clear: both;
	float: left;
	display: inline;
	margin: 15px 0px 0px 68px
	}

#btn-preview, #btn-submit, #btn-cancel {
	clear: both;
	margin: 10px 0px 0px 0px;
	padding: 0px 3px 0px 0px;
	background: transparent url('/images/btn-blank.gif') no-repeat left bottom;
	height: 25px;
	width: 95px;
	border: none;
	color: #fff;
	cursor: pointer;	
	}
	
#btn-preview:hover, #btn-submit:hover, #btn-cancel:hover {
	color: #FF0000;
	}

.info {
	margin: 0px 0px 15px 0px;
	font-size: 12px;
	color: #808080;
	}

.search-form #btn-submit {
  float: none;
}
	
/* END ARTICLES PAGE */
	
/* CONGRESS */
#alpha-nav {
	width: 912px;
	margin: auto;
	padding: 0px 0px 0px 0px;
	}
	
#alpha-nav ul {
	margin: 0px;
	}
	
#alpha-nav li {
	display: block;
	float: left;
	width: 34px;
	border-right: 1px solid #ccc;
	text-transform: uppercase;
	text-align: center;
	color: #f2f2f2;	
	padding: 0px;
	margin:0px;
	}
	
#alpha-nav a {
	color: #999;
	display: block;
	}
	
#alpha-nav a:hover {
	text-decoration: none;
	color: #ff0000;
	}
	
#gov-content h2, .top {
	float: left;
	padding: 0px 0px 15px 15px;
	}
	
.top {
	padding: 15px;
	font-size: 12px;
	}
	
.top a {
	color: #808080;
	}
	
#gov-content ul, #results-content ul {
	float: left;
	width: 210px;
	padding: 0px 0px 30px 12px;
	margin-left: 0px;
	font-size: 14px;
	height: 150px;
	display: inline;
	list-style-type: none;
	}
	
#results-content ul {
	height: 110px;
}
	
#gov-content li, #results-content li {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style-position: outside;
	}
	
.first {
	clear: both;
	}
	
#gov-content .divider, .text-pages .divider {
	width: 100%;
	}
	
/* RESULTS PAGES */	

#efc a {
	width: 90%;
	margin: auto;
	background-color: #f2f2f2;
	padding: 15px;
	display: block;
	}
	
#efc a:hover {
	text-decoration: none;
	background-color: #FFE5DB;
	}
	
#efc-headline {
	font-size: 20pt;
	}
	
#results img, #results h2 {
	float: left;
	}
	

.results-title {
	clear: both;
	width: 920px;
	height: 45px;
	background: transparent url('/images/results-bar.gif') repeat-x;
	}
	
.results-head {
	padding-top: 12px;
	font-size: 12pt;
	color: #fff;		
	}

#results a {
        color: #0000ff;
		text-decoration: underline;
}
	
.powered-by {
	float: right;
	font-size: 12px;
	color: #999;
	}
	
.results-table {
	width: 98%;
	margin: auto;
	padding: 15px 0px 30px 0px;
	font-size: 12px;
	line-height: 1.4em;
	}
	
.results-table li {
	width: 20%;
	float: left;
	display: block;
	line-height: 25px;
	}
	
#header-row {
	font-weight: bold;
	text-transform: uppercase;
	}
	
.odd {
	background-color: #f2f2f2;
	}
	
.results-content {
	padding-bottom: 15px;
	}
	
/* SEARCH ENGINE RESULTS */
.engine-result {
	padding: 15px 0px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.engine-result h4 a {
	color: #0000ff;
	font-weight: normal;
	font-size: 14px;
	text-decoration: underline;
	}
	
.engine-result p {
	padding: 0px;
	margin: 0px;
	}
	
.green {
	padding: 0px;
	margin: 0px;
	color: green;
	font-size: 10px;
	}
	
.other-results {
	clear: both;
	padding:15px;
	}
	
.other-results li {
	display: block;
	float: left;
	width: 32px;
	height: 16px;
	padding: 8px 0px 0px 0px;
	}
	
th {
	font-size: 12px;
	text-transform: uppercase;
	}
	
.other-results td {
	font-size: 12px;
	height: 20px;
	}
	
.no-pic {
	text-indent: 15px;
	}
	
#prog-bar {
	text-align: center;
	width: 950px;
	height: 150px;
	margin: auto;
	}
	
.did-you-know {
	width: 400px;
	
	height: 150px;
	margin: auto;
	padding-left: 40px;
	text-align: left;
	}
.did-you-know img {
	float: left;
	display: inline;
	padding: 0px 15px 15px 15px;
	}
	
.text-pages h4 {
	font-size: 18px;
	}
	

/** Forms: */
.form-field .label {
  padding-right: 10px;
  width: 200px;
  text-align: right;
  float: left;
}

.form-field INPUT, .form-field SELECT, .form-field TEXTAREA {
  font-size: 12px;
}


/** Validation Errors and Messages */
.field_error {
  font-weight: bold;
  color: #FF0000;
}

.general_error { /* red box */
  color: #000000;
  width: 500px;
  border: solid 1px #FF0000;
  background-color: #FFCCCC;
  padding: 5px;
}

.message { /* green box */
  color: #000000;
  width: 500px;
  border: solid 1px #00FF00;
  background-color: #CCFFCC;
  padding: 5px;
}

/* MT STYLES */
	
.archive-header, .entry-title {
	font-size: 20px;
	padding-top: 15px;
	}

.asset-body {
	padding: 0px;
	margin: -15px 0px 0px 0px;
	font-size: 14px;
	}
	
.asset-body p {
	padding-top: 15px;
	line-height: 1.4em;
	}
	
.content-nav {
	margin-top:30px;
	font-size: 12px;
	color: #808080;
	}
	
#comments-open-data label {
	line-height: 40px;
	}
	
#comment-form-name label {
	padding-right: 15px;
	}
	
#comment-form-email label {
	padding-right: 18px;
	}	
	
#comment-form-url label {
	padding-right: 24px;
	}	
	
#comment-form-remember-me input {
	margin: 0px 4px 0px 45px;
	width: 20px;
	}

#comment-form-remember-me {
	font-size: 12px;
	display: inline;
	}
	
#comment-form-reply input {
	display: none;
	}	
	
.asset-body ul, .asset-body ol, .content ul {
	margin: 0px 0px 15px 15px;
	list-style-type: square;
	list-style-position: inside;
	}
	
.asset-body ol, .content ol {
	list-style-type: decimal;
	}
	
.comments-header {
	width: 99%;
	padding: 5px;
	background-color: #F2F7FC;
	font-size: 16px;
	border: 1px solid #D9E8F7;
	font-weight: bold;
	color: #0A7BA7;
	}
	
#comments {
	padding: 0px 15px 30px 15px;
	}	

.comments-content {

	margin:12px 0px 30px 0px;

	padding: 12px;
	}	
	
.comment {
	padding-bottom: 12px;
	}

.comment .byline {
	padding: 5px;
	}
	
.comment-content p {
	margin: -12px 0px 0px 0px;
	font-size: 12px;
	}
	
.author {
	color: #000033;
	}

.comment-reply {
	margin-bottom: 12px;
	background-color: #FAFCFE;
	border: 1px solid #D9E8F7;
	padding: 5px;
	font-size: 14px;
	}

.comment-content {
	padding: 2px 12px 0px 12px;
	}

.comment .byline, .comment .comment-content p {
	font-size: 14px;
	}
	
.comment-reply .byline, .comment-reply .comment-content p {
	font-size: 12px;
	}
	
.search-form {
	margin-top: 30px;
	}
	
.form-field  {
	clear: both;
	float: left;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	}
	
.form-field input {
	padding: 2px 0px 2px 0px;
	}
	
.comments-open input {
	font-size: 14px;
	}

/* New Blocks */

#blocks-small {
   margin-top: 15px;	
}

.clearIt {
	clear: both;
}

.nav-block {
    display: block;
	width: 166px;
	height: 134px;
	background: transparent url('/images/bg-square.gif') no-repeat;
	text-align: center;
	float: left; display: inline;
	margin-right: 18px;
}


.nav-block a {
    display: block;
	width: 166px;
	height: 134px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.nav-block .last {
	margin-right: 0px;
}

.nav-block a:hover {
    margin: 0px;
	padding:0px;
	background: transparent url('/images/bg-square-hover.gif') no-repeat;
	text-decoration: none;
    	
}

.nav-block .block-headline {
	color: #FF5B1A ;
	display: block;
	font-size: 18px;
	text-align: center;
	padding-top: 5px;
}

.nav-block img {
	padding-top: 12px;
}

.numbered img {
 float: left;
display: inline;
padding-right: 5px;
}

.numbered {
 padding-top: 12px;
}

.blue-box-left, .blue-box-right {
 background-color: #f2f2f2;
 float: left;
 width: 442px;
 display: inline;
}

.blue-box-right {
 float: right;
}

.blue-box-left h2, .blue-box-right h2 {
 background: transparent url('/images/bg-gray-top.gif') no-repeat scroll 0 0;
 padding: 12px 12px 5px 12px;
font-size: 18px;
}


.blue-box-left p, .blue-box-right p {
  background: transparent url('/images/bg-gray-btm.gif') no-repeat scroll left bottom;
  padding: 0px 12px 12px 12px;
}

#featured-article {
  margin: 0px 0px 15px 15px;
}

#featured-article li {
  line-height: 18px;
overflow: hidden;
list-style-type: square;
list-style-position: inside;
 }

.spock_photo {
	display: inline;
	float: left;
	overflow: hidden;
	width: 19%;
	padding: 4px 0px 0px 4px;	
}


.photo_caption {
	clear: left;
	padding-top: 4px;
	font-size: 12px;
	line-height: 15px;
}

#light p {
padding: 0px 0px 0px 15px;
font-size: 12px;
}


.efc_table {
    background: transparent url('/images/check-found.gif') no-repeat;
	padding-left: 23px;
	}
	
.efc_logo_inline {
	  display: inline;
	  float: none;
}

.may-contain {
   text-transform: none;
   padding-bottom: 10px;
}

#email_finder_table {
   padding: 10px 0px 0px 25px;
 }


.results-title {
	margin-top: 30px;
	}
.efc_result {
	display:block; margin:auto;
	}

.efc_result td {
	font-size:16px;
	padding: 4px 12px;
	}
	
.may_contain {
	background-color: #f6f6f6; 
	padding:8px;
	margin:15px auto 0 auto;
	}	
.disclaimer {font-size:11px; color:#999; width:900px; margin:auto; display:block;}
