/* EODLIC.CTTSO.GOV Popup Stylesheet
Last updated on 09-16-2008
by matthew.hawes@mantech.com */

/*-------------------------------------------------------------------------------------------------------------- */
/* Popup Specific Styles --------------------------------------------------------------------------------------- */

 body#popup {
	background-color: #eeeeee;
	text-align: left;
	width: 100%;
	/* positions footer at bottom */
	display: block;
	position: absolute;
	min-height: 100%;
}

#popup #branding {
	background-color: #eeeeee;
	background-image: url(../graphics/popup-banner-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#popup #content {
	width: auto;
	float: none;
	padding-left: 20px;
	/* positions footer at bottom */
	display: block;
	margin-bottom: 80px; /* creates space for footer preventing overlap */
}

#popup #content p {
	line-height: 1.3em;
}

#popup #content ul {
	list-style-type: disc;
	margin-left: 30px;
}

#popup #content li {
	padding: 0;
	margin: 0;
}

#popup #content h1 {
	margin-top: 5px;
}

#popup #content h3 {
	margin-bottom: 20px;
}

#popup #footer {
	background-image: url(../graphics/popup-footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 46px;
	text-align: center;
	padding-top: 14px;
	padding-right: 0px;
	padding-left: 0px;
	/* positions footer at bottom */
	position: absolute;
	display: block;
	bottom: 0;
	width: 100%;
}

#popup #footer p {
	margin-bottom: 5px;
}

#popup #footer #footerNav {
	font-size: 1.2em;
}

 
