#popup {
	position: absolute;
	top: 150px;
	left: 228px;
	width: 390px;
	height: 305px;
	padding: 5px;
	border: 8px solid #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	z-index: 10000;
	background-color: #8CC63F; /* main nav color */
}
#popup p {
	margin: 10px auto 0px auto;
	padding: 0px;
	text-align: left;
	width: 340px;
	line-height: 15px !important;
	font-size: 13px;
}
#popup p a {
	color: #000000;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none !important;
}
#popup p a:hover {
	text-decoration: underline !important;
}
#popup p a:active {
	color: #FFFFFF;
}
#popup ul {
	font-size: 13px;
	margin: 10px auto 10px auto;
	padding: 0px 0px 0px 25px;
	text-align: left;
	width: 320px;
	font-weight: bold;
}
#popup li {
	margin: 5px 0px 0px 0px;
	padding: 0px;	
}
a#popup_closebutton {
	display: block;
	width: 20px;
	height: 20px;
	background-color: #FFFFFF;
	color: #C2CF13; /* secondary color */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	float: right;
	cursor: pointer;
}
a#popup_closebutton:hover {
	background-color: #C2CF13;
	color: #FFFFFF;
}
a#popup_closebutton:active {
	background-color: #C2CF13;
	color: #8CC63F;
}

#popup_shadow {
	width: 443px;
	height: 352px;
	background: transparent url(../images/popup_shadow.png);
	position: absolute;
	top: 142px;
	left: 218px;
	z-index: 9000;
}