/* All Quick Answer Directory Default Styles */
h1, h2, h3 {
		color: #00478A;
}
div.qad {
	margin: 1em;		
}

div.qad table {
	width: 100%;
	border-collapse: collapse;
	margin-top: .5em;
}

div.qad th {
	text-align: center;
	color: #00478A;
}

div.qad td {
	vertical-align: top;
	background-color: transparent;
	padding: .5em .2em;
}

div.qad td.phone {
	text-align: right;
	white-space: nowrap;
}

div.qad h1, h2{
	clear: both;
}

.area-code-note {
	font-style: italic;
}

.acrobat {
	width: 300px;
	border: 1px solid #000;
	padding: .3em;
	margin: 0 auto;
	background-color: #FFF8DC;
}

/*Letter Selector Styles*/
div#letter-selector {
	width: 100%;
	text-align: center;
}

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

ul#letters li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

ul#letters a {
	line-height: 2em;
	font-weight: bold;
	font-size: 1.6em;
	padding: 0 2px 0 2px;
	text-decoration: none;
	color: #00478A;
}

ul#letters a:hover {
/*	border: 3px solid #00478A;*/
	background-color: #317082;
	color: #FFF;
}

/*Abbreviations & Acronyms Pages*/
div.qad dt {
	width: 6em;
	float: left;
	clear: left;
	padding-top: .2em;
}

div.qad dt a {

}

.qad dd {
	margin: 0;
	padding-top: .2em;
	margin-left: 6em;
}

/*Regional Office List*/
table#regional-offices {
	
}

#regional-offices th#county {
	text-align: left;
	border-bottom: 2px solid #000;
}

#regional-offices th#bureau {
	text-align: left;
	border-bottom: 2px solid #000;
}

#regional-offices th#office {
	text-align: left;
	border-bottom: 2px solid #000;	
}

#regional-offices th#phone {
	text-align: right;
	border-bottom: 2px solid #000;	
}

#regional-offices td.county {
	font-weight: bold;
}

#regional-offices td.bureau {

}

#regional-offices td.office {

}

/*Delegated Counties List*/
table#delegated-counties {
	
}

#delegated-counties th#county {
	text-align: left;
	border-bottom: 2px solid #000;
}

#delegated-counties th#office {
	text-align: left;
	border-bottom: 2px solid #000;	
}

#delegated-counties th#phone {
	text-align: right;
	border-bottom: 2px solid #000;	
}

#delegated-counties td.county {
	font-weight: bold;
}
/*Web Site Links*/
ul.links {
	
}

.link-description {
	font-style: italic;
}

/*Address Page Styles*/
div#labs, div#field, div#other-offices, div#emergencies, div#vim, div#helpline {

}

div.address {
	width: 50%;
	float: left;
	margin-bottom: .5em;
}

/*Topical Telephone List Styles*/
table#ttd {
	
}

#ttd th#topic {
	text-align: left;
	border-bottom: 2px solid #000;
}

#ttd th#office {
	text-align: left;
	border-bottom: 2px solid #000;
}

#ttd th#section {
	text-align: left;
	border-bottom: 2px solid #000;	
}

#ttd th#phone {
	text-align: right;
	border-bottom: 2px solid #000;	
}

#ttd td.indent {
	padding-left: 1em;
}

#ttd td.big-indent {
	padding-left: 3em;
}

#ttd td.really-big-indent {
	padding-left: 5em;
}

#ttd td.topic {
	font-weight: bold;
}

#ttd td.office {
	white-space: nowrap;
}

tr.tableRollOverEffect td {
	background-color:#317082;
	color:#FFF;
}

/* form styles */
p#error-notice {
	text-align:	center;
	color: red;
	font-weight: bold;
	font-size: 100%;
}

.wide {
	width: 100%;
}

fieldset {
	margin:	0.5em;
	padding: 0.2em 0.2em 1em 0.2em;
	background-color: #F2F2F2;
	border: none;
}

legend {
	padding: 0.2em 0.5em;
	margin-left: 1em;
	border:	1px solid black;
	background-color:	white;
	color: black;
	font-weight: bold;
}

fieldset fieldset {
	clear: both;
	border:	1px solid #000000;
	padding: 0.5em;
	background-color: #FFFFFF;
}

fieldset fieldset legend {
	padding: 0.1em 0.2em;
	margin-left: 0.5em;
	border:	1px solid black;
	background-color:	#1B5795;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 80%;
}

div#participationComment {
	display: none;
}

div#nonParticipationComment {
	display: none;
}

div#problemsComment {
	display: none;
}

div#otherType, div#businessType{
	display: none;
}

div.formrow {
	clear: both;
	padding-top: 5px;
}

div.formrow label {
	font-weight: bold;
	float: left;
	width: 14em;
	text-align:	right;
	margin-right:	0.5em;
}
			
div.formrow input {
	display: block;
	float: left;
}

div.formrow textarea {
  margin-left: 0.5em;
	width: 98%;
}

div.formrow input.regtext {
	margin-bottom: 3px;
	width: 24em;
}

div.formrow input.state {
	width: 2em;
	margin-bottom: 3px;
	text-align: center;
}

div.formrow input.zip {
	width: 5.5em;
	margin-bottom: 3px;
	text-align: center;
}

div.checkrow {
	clear: both;
	padding-top: 5px;
}

div.checkrow label {
	font-weight: 400;
	margin-left: .5em;
}

div.checkrow input[type="checkbox"] {
	margin-left: .5em;
}
