a:link {
	color: #CC3300;
	text-decoration: none;
}
a:visited {
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
h1 {
	border: #E4E0C6;
	margin-top: 10px;
	color: #CC3300;
	font: normal 24px/normal Georgia, "Times New Roman", Times, serif;
}
h2 {
	border: #E4E0C6;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	color: #CC6600;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
}
p {
	padding-right: 1em;
	color: #CC6633;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.3em;
	font-weight: bold;
}
td {
	color: #615927;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.9em;
}
.background {
	background: url(images/bg_birds.gif);
}
.border {
	border: 1px solid #E4E0C6;
}
.emphasis {
	padding-right: 1em;
	color: #CC6633;
	font-weight: bold;
}
.home-feature {
   margin: 10px 0 20px 0;
	width: 707px;
}
.textLinks {
	font: 11px Arial, Helvetica, sans-serif;
}
.CC6600 {
	color: #C60;
}




/* Survey Popup */
	
.transparent-bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9990;
	background-color: #000;
	opacity: 0.7; 
	filter: alpha(opacity=70);
	width: 100%;
	height: 100%;
	margin-bottom: -4000px;
	overflow: hidden;
	}
	
#popup .welcome-pop-up {
	position: absolute;
	z-index: 9995;
	background: #fbf5f7 url(popup/background-graphic.jpg) 20px 20px no-repeat;
    left: 50%;
    top: 50%;
	margin-left: -325px;
   	margin-top: -223px; /* -123px */
	padding: 24px 32px 24px 215px;
	width: 450px;
	height: 481px; /* 404px 346px 327px 383px */
	overflow: visible;
	-moz-box-shadow: 0 0 50px 5px #000;
	-webkit-box-shadow: 0 0 50px 5px #000;
	box-shadow: 0 0 50px 5px #000;
	}
	
#popup .welcome-pop-up .close {
	text-indent: -9000px;
	line-height: 0;
	width: 31px;
	height: 30px;
	margin: -13px -12px 0 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9998;
	}
	
#popup .welcome-pop-up .close a {
	background: url(popup/close-button.png) no-repeat;
	text-decoration: none;
	margin: 0;
	padding: 0;
	width: 31px;
	height: 30px;
	display: block;
	}
	
#popup h3 {
	margin: 0 -5px;
	padding: 0 4px 8px 4px;
	font-size: 24px;
	line-height: 24px;
	color: #9f954a;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#popup h3 a {
	color: #bc611e;
	}
	
#popup h3.special {
	
	}
	
#popup h3.special span.date {
	font-size: 18px;
	color: #999;
	}
	
#popup h3 span.emphasis {
	color: #bc611e;
	}
	
#popup p {
	font-size: 16px;
	line-height: 20px;
	color: #666;
	padding: 0 0 20px 0;
	margin: 0;
	font-weight: bold;
	}
	
#popup p.grey {
	color: #666;
	}
	
#popup p.special {
	padding-bottom: 10px;
	}
	
#popup p.special span.item {
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	}
	
#popup p a {
	color: #bc611e;
	text-decoration: underline;
	}
	
#popup p.enter {
	line-height: 16px;
	text-transform: uppercase;
	font-size: 16px;
	}
	
#popup p.twitter a {
	padding: 30px 0 15px 66px;
	background: url(images/twitter-bird.png) no-repeat left 6px;
	position: absolute;
	left: 10px;
	bottom: 3px;
	font-size: smaller;
	color: #000;
	}
	
/* custom list styles */

#updates ul.bullets li {
	list-style: square;
	margin-left: 16px;
	}
#popup .welcome-pop-up .special strong {
	color: #000;
}
