﻿body {
	background: #f0f0f0;
}

#stripe,
#siteMenuContainer {
	display: none;
}

#subnav {
	margin-bottom: 0;
}

#subnav li:nth-child(4),
#subnav li:nth-child(5),
#subnav li:nth-child(6),
#subnav li:nth-child(7) {
	float: right;
	margin-right: 1em;
}

#subnav li:nth-child(4) {
	margin-right: 0;
}

#subnav li a {
	background: #fff;
}

#subnav li a:hover {
	background: #369;
}

#nameplate {
	display: block;
	width: 100%;
}

	#outer {
		padding: 0 0 1.5em 0;
		text-align: center;
		background: #fff;
	}
	
	#inner {
		width: 80%;
		margin: 0 auto;
	}


	#announcementsList > li {
		margin-bottom: .5em;
	}
	
	#announcementsList > li > a,
	#announcementsList > li > div {
	    padding: 0;
	    color: #0561A9;
	    background: transparent;
	}
	
	#announcementsList > li > a:hover,
	#announcementsList > li > a:hover p {
		color: #da2128;
	    background: transparent;
	    transition-duration: 0s;
		text-decoration: underline;
	}

	#announcementsList > li .fa {
		display: none;
	}

	#newsletterSubscribeForm #emailField {
		width: 18em;
		border: 1px solid #c0c0c0;
	}
	

	/* SUBSCRIPTION FORM (CAPTCHA) */
	
	a#change-image:link { text-decoration: none; }		
	a#change-image:hover { text-decoration: underline; }			
	#captcha { vertical-align:middle; }
	#captchaParagraph1 { margin-bottom:0; }
	#captchaErr { display:none;clear:both; }
		
	#FP2 {
	    display: none;
	}

	.ui-widget-overlay {
	    background: #000;
	    opacity: .75;
	    filter: Alpha(Opacity=75);
	}
