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

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#wrapper.wide {
  width: 1080px;
}

#wrapper.wide #pageContent {
  width: 100%;
}

.arielbold {
	font-family: Arial, Helvetica, sans-serif, Tahoma, Geneva, sans-serif;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif, Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
a { color: #FF0000; text-decoration: none; }
a:hover { color: #990000; text-decoration: none; }

ul li, ol li {
	font-size: 12px;
	margin-bottom: 4px;	
}

div.title {
	text-align: center;	
	border-bottom: 1px solid #999;
	width: 75%;
	margin: 0 auto;
	min-width: 960px;
}

.title img {
	display: block;
	border: none;
	margin: 0 auto 8px; 
}

.title h1 {
	font-family: Arial, Helvetica, sans-serif, Tahoma, Geneva, sans-serif;
	font-size: 28px;
	line-height: normal;
	font-weight: normal;
	text-align: center;
	margin: 0 0 0 0;
}

.title h2 {
	font-family: Arial, Helvetica, sans-serif, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin: 0 0 16px 0;
}


.title h1 .reg {
	font-size: 12px;
	vertical-align: top;
}

.line {
	border-bottom: 1px solid #999;
	margin: 10px 0;
	padding: 0;
}

.footer {
	text-align: center;
	min-width: 960px;
	width: 75%;
	margin: 48px auto 0 auto;
}

.footer table {
	margin: 0px auto;
	width: 640px;
}

.footer #translate {
	margin: 20px auto;
}

.footer #translate img {
	margin-left: 5px;
	vertical-align: middle;
}


#pageContent {
	width: 90%;
	min-width: 960px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
}

#pageContent #listing {
	font-size: 14px; 
	line-height: 18px; 
	margin: 0 28px;
	padding-top: 20px;
}

form#searchform { 
	display: block; 
	width: 75%;
	margin: 6px auto 12px;
	min-width: 960px;
}

#pageContent.compressed h3	 {
	padding: 12px 0 4px 0;
	margin: 0;
}

#pageContent.compressed p {
	padding: 0;
	margin: 0 0 4px 0;
}

.organization {margin: 0 24px 24px;} 
.organization h3 { font-weight: normal; margin-bottom: 0;}
.organization ul { margin-top: .67em ; }

.states { width: 640px; margin: 0 auto; }

.states a { font-size: 12px; display: block; width: 33%; float: left; line-height: 16px; }

.geoTitle { font-size: 14px; text-transform: uppercase; font-weight: bold; text-align: center; }

#listingTable { width: 920px; margin: 0 auto; }
#listingTable th { text-align: right; padding-right: 8px; vertical-align: top; padding-top: 4px; }
#listingTable td { text-align: left; vertical-align: top;  }
#listingTable td input[type=text] { width: 480px; border: 1px solid #999; margin: 0 8px 0 0; }
#listingTable td select { margin-right: 8px;  border: 1px solid #999; }
#listingTable td input.date { width: 120px; }
#listingTable td input.short { width: 160px; }
#listingTable td label {margin-top: 2px;}
#listingTable td span {margin-top: 2px;}

ul.admin {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

ul.admin li {
	background: url(../images/bullet_black.png) left center no-repeat;
	padding-left: 24px;
}


ul.admin li.expired {
	background: url(../images/clock_red.png) left center no-repeat;
	color: #787878;	
}

ul.admin li.national {
	background: url(../images/flag_blue.png) left center no-repeat;
	font-style: italic;	
}

ul.admin li.educational {
	background: url(../images/date.png) left center no-repeat;
	font-weight: bold;	
}

ul.admin li.expired a {
	color: #FF7878;	
}

ul.admin li.queued { 
	background: url(../images/clock.png) left center no-repeat;
  background-color: #FFFFDD; 
}

ul.admin li.archived {
	background: url(../images/lock.png) left center no-repeat;
	text-decoration: line-through;
}

#homeBlurb {
	width: 480px;
	margin: 48px auto 0 auto; 
	text-align: left;
}

.newbug {
	vertical-align: middle; margin-bottom: 2px;	bprder: 0px;
}

.intlBug {
	vertical-align: middle; margin-bottom: 2px; border: 0px;
}

#menubar {
	width: 100%;
	min-width: 960px;	
}

ul#menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
} 

ul#menu li {
	display: inline;
	font-size: 12px;

	margin: 0 1px;
	padding: 0;
}

ul#menu li a {
	padding: 4px 8px;

	background-color: #900;
	moz-border-radius: 4px;
	border-radius: 4px;
	
	background-image: linear-gradient(bottom, rgb(92,0,0) 11%, rgb(199,0,0) 76%);
	background-image: -o-linear-gradient(bottom, rgb(92,0,0) 11%, rgb(199,0,0) 76%);
	background-image: -moz-linear-gradient(bottom, rgb(92,0,0) 11%, rgb(199,0,0) 76%);
	background-image: -webkit-linear-gradient(bottom, rgb(92,0,0) 11%, rgb(199,0,0) 76%);
	background-image: -ms-linear-gradient(bottom, rgb(92,0,0) 11%, rgb(199,0,0) 76%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.11, rgb(92,0,0)),
		color-stop(0.76, rgb(199,0,0))
	);
	
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	
	text-shadow: 2px 2px 3px #300;
}

ul#menu li a:hover {
	background-color: #F00;
	
	background-image: linear-gradient(bottom, rgb(128,0,0) 11%, rgb(255,0,0) 76%);
	background-image: -o-linear-gradient(bottom, rgb(128,0,0) 11%, rgb(255,0,0) 76%);
	background-image: -moz-linear-gradient(bottom, rgb(128,0,0) 11%, rgb(255,0,0) 76%);
	background-image: -webkit-linear-gradient(bottom, rgb(128,0,0) 11%, rgb(255,0,0) 76%);
	background-image: -ms-linear-gradient(bottom, rgb(128,0,0) 11%, rgb(255,0,0) 76%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.11, rgb(128,0,0)),
		color-stop(0.76, rgb(255,0,0))
	);
	
}

.testimonial {
	padding-bottom: 8px;
	margin: 0 128px 24px; 
	border-bottom: 1px solid #DDD;
	
}

.copyright {
	font-family: Arial, Helvetica, sans-serif, Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.copyright .line1 {
	font-size: 14px;
	line-height: 18px;
}

.copyright .line2 {
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
}

.line1 .legalMark {
	font-family: Arial, Helvetica, sans-serif, Tahoma, Geneva, sans-serif;
	font-size: 1em;
	vertical-align: top;
}

.line2 .legalMark {
	font-family: Arial, Helvetica, sans-serif, Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
	vertical-align: top;
}

.archiveForm {
	display: inline;
}

.archiveForm label {
	color: red;
	cursor: pointer;
}

.archiveForm label:hover {
	color: #990000;
}

.archiveForm input {
}

#articleList {

}

#articleList td,#articleList th {
	font-family: Arial, Helvetica, sans-serif, Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding: 2px 8px;
}

#articleList tr.even {
  background-color:  #e0ffd8;
}

.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* Added by Rogue Repairman Productions */

#pageContent.bootstrapped p {

    font-size: 1rem;

}

#pageContent.bootstrapped p.alert {

    padding: .75rem 1.25rem;
    text-align: left;
    margin-bottom: 1rem;

}

#pageContent.bootstrapped form label {

    text-align: left;
    font-weight: bold;
    display: block;
    font-size: 1rem;

}

#pageContent.bootstrapped table {

    margin: 1rem 0;

}

#pageContent.bootstrapped table a.btn {

    color: white;

}

#pageContent.bootstrapped table th,
#pageContent.bootstrapped table td {

    vertical-align: middle;
    font-size: 1rem;

}

.page-view h1 {

    margin-bottom: 2rem;
    font-size: 2rem;

}
