/*CSP sdb 080409 this was Chris V's edits #embulletinbg { background:#b7b7b7; opacity:.6; filter:alpha(opacity=60); width:100%; height:100%; z-index: 9999; }*/
#embulletinbg { background:#b7b7b7; opacity:.6; filter:alpha(opacity=60); width:100%; height:100%;}

/*button option*/
#em-button {}
	#em-button a { display:block; width:100px; height: 30px; background: url(/images/bulletin/alert.png) no-repeat; text-indent: -9999px; outline: none; }

/*bar option*/
#em-bar { width:100%; background: url(/images/close_bg.png) repeat-x #b7b7b7; }
	#em-bar-text { text-align: center; height:22px; margin:0 auto; /*width: 800px;*/ }
		#text {
			float:left; font-family:Arial; font-weight: bold; font-size: 12px; line-height: 22px; padding-right: 5px; color: #153e55; padding:0 5px 0 28px;
		}
		#em-bar-text a { float:left; display:block; font-family:Arial; font-weight: bold; font-size: 12px; line-height: 22px; padding-right: 5px; color: #ffffff; }
			#em-bar-text a:hover {}
	#em-bar-bottom { clear:both; border-bottom: solid 1px #000000; border-top: solid 1px #707070; }

/*pop up*/
/*CSP sdb 080409 this was Chris V's edits #embox { width:398px; background:#153e55; z-index: 9999; }*/
#embox { width:398px; background:#153e55;}
    #outer-border { border: solid 1px #373737; }
    	#inner-border { border: solid 1px #707070; text-align: left; }
			/*top bar*/
    		#close-left, #close-sep, #close-button { float:left; height:19px; }
				#close-left { width:375px; background: url(/images/close_bg.png) repeat-x #b7b7b7; }
				#close-sep { border-left: solid 1px #707070; border-right: solid 1px #000000; }
				#close-button { background: url(/images/close_bg.png) repeat-x #0b202c; }
					#close-button a {
						display:block; width:17px;
						font-family:Arial; font-weight:bold; font-size: 14px; line-height:14px; color: #c0c0c0; text-decoration: none; text-align: center;
					}
    		#close-bottom { clear:both; border-bottom: solid 1px #000000; border-top: solid 1px #707070; }
    		/*box*/
    		#logo-top { height:135px; width:394px; background: url(/images/home_logo.jpg) no-repeat; }
    		#story-holder { padding:12px 15px 20px 15px; }
    			#em-headline {}
    				#em-headline a { font-family:Arial; font-weight: bold; font-size: 20px; line-height:; color:#b7b7b7; }
						#em-headline a:hover { text-decoration: none; }
    			#em-brief { font-family:Arial; font-size: 13px; line-height: 21px; color:#ffffff; padding:; }
    			#em-readmore {}
    				#em-readmore a { font-family:Arial; font-size: 13px; line-height:21px; color:#ffffff; text-transform:lowercase; text-decoration: underline; }
						#em-readmore a:hover { text-decoration: none; }
    		#logo-bottom {}