/* START: lookup styles :::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*
#lookup {
	margin-left:auto;
	margin-right:auto;
	text-align: left;

}
*/
#lookup .input {
	background-image: url(http://independenceave.org/fade_pale.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 0px;
	padding-bottom: 1px;
}
#lookup .output {
	margin: 0px;
	padding-top: 5px;
}
#lookup .output .control {
	/*font-size: 80%;*/
}
#lookup .output .button {
	font-size: 0.8em;
	margin-top: 0.2em;
	margin-bottom: 1px;
}

#lookup TABLE {
	margin-top: 1em;
	/*width: 32em;*/
	width: 80%;
}
#lookup TABLE A {
	text-decoration: none;
}
#lookup .heading,
#lookup .sub-heading {
	font-family: garamond, serif;
	font-variant: small-caps;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0.5em;
}
#lookup .heading {
	font-size: 1.5em;
	text-align: center;
}
#lookup .heading-info {
	text-align: center;
}
#lookup .sub-heading {
	font-size: 1.2em;
}
#content #lookup TD {
	border-color: black;
	border-style: solid;
	border-width: 1px 0px;
	padding: 0.1em; /* needed to undo the other junk */
	white-space: nowrap;
}
#lookup SPAN.selected {
	background: #316AC5;
	color: white;
}

/*
#lookup SPAN.note {
	color: gray;
}
*/

#lookup .loading_status {
/*	display: none;*/
	position: fixed !important; /* FFox setting for ie hack */
	top: 1px;
	right: 1px;
	position: absolute;

	background:#CE7070;
	color:white;

	/* For readibility, Independence Ave reccomends
	   an opacity of about 85 percent. */
	/*
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	-khtml-opacity:0.85;
	*/
}


/* END: lookup styles :::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* for static directory */
TD.half { width: 50%; }
TD.quarter { width: 25%; }



/*
DIV.folded *{display:none} DIV.folded H2{display:block;color:#8E3838;text-decoration:underline}DIV.folded .hover{color:#CE7070}
*/

A.external {
	background-image: url(http://independenceave.org/cue_external.gif);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 12px;
	white-space: nowrap;
}
A.pdf, SPAN.pdf {
	background-image: url(http://independenceave.org/cue_pdf.gif);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 12px;
	white-space: nowrap;
}
.beta {
	background-image: url(http://independenceave.org/cue_beta.gif);
	background-position: top right;
	background-repeat: no-repeat;
	display: inline;
	padding-right: 36px;
	white-space: nowrap;
}
.new {
	background-image: url(http://independenceave.org/cue_new.gif);
	background-position: top right;
	background-repeat: no-repeat;
	display: inline;
	padding-right: 40px;
	white-space: nowrap;
}
.copyright {
	font-size: 80%;
	font-weight: bold;
	margin: 1em;
	text-align: center;
}
.page_nav {
	background-color: #EAEEF2;
	border: 1px solid #DEE2E6;
	font-size: 80%;
	font-weight: bold;
	padding: 0.5em;
	text-align: center;
}
.page_nav A {
	text-decoration: none;
}

.iehack {
	white-space: nowrap;
}
.feature, .feature DIV {
	clear: both;
    display: block;
	text-align:center;
}
.feature TABLE {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

FORM#contact {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width: 80%;
}
FORM#contact LABEL { font-weight: bold; }
FORM#contact INPUT { margin-bottom: 0.25em; }
FORM#contact TEXTAREA { width: 100%; }

.note {
/*	color: gray;*/
	color: #8593A2; /* to match footer's blue-gray */
}
P.alert  {
    background: #FFFAE7;
    border-color: #8E3838; /* anchor color */
    border-style: solid;
    border-width: 1px;
    font-size: 75%;
    font-weight: bold;
    padding: 1em;
}
P.alert EM{
    font-style: normal;
    text-decoration: underline;
    text-transform: uppercase;
}

INPUT.alert, TEXTAREA.alert {
	background: #FFFAE7;
	border: solid 2px #BA2424;
	/*border-color: #BA2424;*/
}

DIV.send_mail H1, DIV.send_mail P {
	text-align: center;
}

/*
.feature FORM {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
.feature FORM P {
	text-align:left;
}
*/


BODY {
	background: white;
	margin: 0px;
	font-size: 80%;
	font-family: verdana, tahoma, sans-serif;

}
H1, H2, H3, H4, H5, H6 {
	font-family: garamond, serif;
	font-variant: small-caps;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
	/*margin: 0px;*/
	/*font-weight: bold;*/
}

H1 { font-size: 2.00em; text-align: center; }
H2 { font-size: 1.60em; margin-top: 1em; }
H3 { font-size: 1.28em; }
H4 { font-size: 1.14em; }
H5 { font-size: 1.07em; }
H6 { font-size: 1.00em; }

A {
	color: #8E3838;
}
A:hover {
	color: #CE7070;
}
ACRONYM, ABBR {
	border-bottom: 1px #CE7070 dotted;
	cursor: help;
}
IMG {
	border: none;
}
IMG.right {
	float: right;
}
OBJECT.license {
    /*border: 1px #DEDEDE solid;*/
    border: 1px #8593A2 solid;
    height: 16em;
    width: 100%;
    font-size: 9px;
}

CITE {
	/*white-space: nowrap;*/
}
TABLE {
	font-size: 1em;
	border-collapse: collapse;
}
#content TABLE.layout TD {
	border-style: none;
}
#content TD {
	border-color: black;
	border-style: solid;
	border-width: 1px 0px;
	padding: 0.75em;
	vertical-align: top;
}
ADDRESS {
	display: inline;
	font-size: 102%;
}
P, DD {
	margin-bottom: 1em;
	margin-top: 0px;
}
Q {
/*	font-family: serif;
	font-size: 1.25em; */
	color: #20364A;
	font-style: italic;
}

/* start - address breadcrumb :::::::::::::::::::::::::::::::::::::::::::::: */
#info {
	background-color: #656F7B;
	background-image: url(http://independenceave.org/blue_marble.jpg);
	background-position: center center;
	background-repeat: repeat-x;
	color: #CAD1D8;
	font-family: garamond, serif;
	font-weight: bold;
}
#info A {
	text-decoration: none;
	color: #DEE1E5;
}
#info A:hover { color: #FFFFFF; }
#info .delimiter { color: #FFFFFF; }
/* end - address breadcrumb :::::::::::::::::::::::::::::::::::::::::::::::: */


/* ::::: left column, menu, etc. ::::::::::::::::::::::::::::::::::::::::::: */
#left_col H3 {
	color: #FFC958;
	font-size: 1.33em;
	/*margin: 0.66em 0px 0.33em 0px;*/
	margin-bottom: 0.33em;
}
#left_col P {
	padding: 1em 0px;
}
UL#menu {
	font-family: garamond, serif;
	font-size: 1.17em;
	font-variant: small-caps;
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
UL#menu LI {
	background: #5B738B;
	margin: 1px 0px 1px 0px;
}
UL#menu LI A {
	/*color: white;*/
	/*color: #DEE1E5;*/
	color: #CAD1D8;
	display: block; /* for MOZ */
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
	width: 100%; /* for IE */
}
UL#menu LI A:hover,
UL#menu LI A:hover.current {
	/*background: #405A72;*/
	color: white; /* for IE */
}
UL#menu LI A.current {
	/*background-color: #45617B;*/
	background-color: #4B657F;
	color: #DEE1E5;
}
#left_col P {
	color: #8593A2;
	font-size: 80%;
}
#left_col P A {
	color: #CE7070;
}

/* right Column ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#right_col {
	text-align: center;

}
#right_col H2 {
	color: #8593A2;
	font-size: 1.2em;
	/*margin-top: 1em;*/
	margin-bottom: 0em;
}
#right_col DIV {
	background-color: #EAEEF2;
	background-image: url(http://independenceave.org/paisley.gif);
	background-position: top center;
	background-repeat: repeat-y;
	/*border: 2px solid #DEE2E6;*/
	border: 6px double white;
	font-size: 0.85em;
	line-height: 1.5em;
}
#right_col DIV P {
	text-align: left;
	margin: 0px;
	padding: 0.5em 0.25em 0.5em 0.5em;
}


/* page layout ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
TABLE#layout {
	width: 100%;
	height: 100%;
	min-width: 36em;
}
#banner {
	height: 80px;
	text-align: center;
	/*background: red;*/
	background-color: #566679;
	background-image: url(http://independenceave.org/buildings.jpg);
	background-repeat: repeat-x;
}
#info {
	height: 1em;
/*	background: navy;*/
}
#left_col {
	vertical-align: top;
	width: 10em;
/* background: cyan; */
	background: #364F68;
	text-align: center;
}
#content {
	vertical-align: top;
	/*padding: 0em 1.5em;*/
	padding: 0.5em 1.5em;
	/*background: yellow;*/
}
#right_col {
	vertical-align: top;
	width: 10em;
	/*background: purple;*/
}
#footer {
	color: #8593A2;
	font-size: 80%;
	text-align: center;
	padding: 2em 0em;
	/*background: green;*/
}
