body {
	/*background: #fff url(../img/popup-bg.gif) repeat-x left top;*/
	margin: 0;
	padding: 0;
}

* { margin: 0; padding: 0; }
*.clear { clear: both; }

a { outline: none; }

#pop-up { 
	width: 100%;
	text-align: left;
}

#header {
	height: 91px;
	/*background-color:#003067;*/
	background-image:url(../img/pop_header_back.gif);
	background-repeat:no-repeat;
	padding-top:7px;
}

#header h1 {
	background: url(../img/eki-logo.gif) no-repeat left top;
	width: 159px;
	height: 56px;
	margin: 0px 0 8px 19px;
}

#header #sub_colors {height:27px;}

#header #sub_colors #blue {
	float:left;
	height:27px;
	width:33%;
	background-image:url(../img/blue.gif);
	background-repeat:repeat-x;
}

#header #sub_colors #orange {
	float:left;
	height:27px;
	width:34%;
	background-image:url(../img/orange.gif);
	background-repeat:repeat-x;
}

#header #sub_colors #yellow {
	float:left;
	height:27px;
	width:33%;
	background-image:url(../img/yellow.gif);
	background-repeat:repeat-x;
}

#content {
	margin: 38px 23px 0;
}

#content h2 {
	font: 16px/18px Arial, Helvetica, sans-serif;
	color: #8f8f8f;
	font-weight: bold;
	margin: 0 0 20px 0;
}

#content p {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0 0 20px 0;
}

#content ul {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #666666;
	list-style-type: none;
	margin: -20px 0 20px 0;
}

#content ul li {
	background:url(../img/arrow-yellow.gif) no-repeat left center;
	padding: 0 0 0 10px;
}


#footer {
	width: 100%;
	height: 28px;
	border-top: 1px solid #cdced1;
	background: #346699;
	position: absolute;
	bottom: 0;
	margin: 30px 0 0 0;
}

#footer a.close {
	background: url(../img/close.gif) no-repeat left top;
	height: 14px;
	display: block;
	float: right;
	width: 96px;
	margin: 8px 20px 0 0;
}

h1.print-logo {
 display: none
}

p.print-address { 
	display: none
}