h2{
	background: url(../images/press.header.jpg) no-repeat;
	height: 141px;
	margin-bottom: 5px;
	text-indent: -5000px;
	widows: 858px;
}

h3{
	background: url(../images/press.hr.png) left bottom repeat-x;
	display: inline-block;
	color: #8fc748; /* green text */
	font: 16px 'DroidSerifRegular';
	line-height: 22px;
	margin: 16px 0 12px 0;
	min-width: 200px;
	padding-bottom: 10px;
	text-decoration: none;
}

	h3 span.pages{
		color: #009de7; /* blue text */
		font-family: arial, helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
	}
	
		h3 span.pages strong{
			color: #8fc748; /* green text */
		}
	
		h3 span.pages a{
			color: #009de7; /* blue text */
		}
		

ul#subnav{
	background: url(../images/main.subnav_bg.jpg) no-repeat;
	height: 34px;
	margin-bottom: 5px;
	width: 858px;
}

	ul#subnav li{
		float: left;
	}
	
		ul#subnav li a{
			background-repeat: no-repeat;
			display: block;
			height: 34px;
			text-indent: -5000px;
		}
		
		ul#subnav li a.selected{
			background-position: 0 -34px;
		}
	
			ul#subnav li a#press{
				background-image: url(../images/press.subnav_press.png);
				width: 74px;
			}
			
			ul#subnav li a#events{
				background-image: url(../images/press.subnav_events.png);
				width: 147px;
			}

ul#press_items{
	margin: 6px 0 0 0;
}

	ul#press_items li{
		float: left;
		margin: 0 10px 40px 0;
		text-align: center;
		height: 180px;
		width: 160px;
	}
		
		ul#press_items li a{
			text-decoration: none;
		}
			
			ul#press_items li a img{
				border: 1px solid #00afed;
				display: inline-block;
				height: 140px;
				margin-bottom: 3px;
				width: 140px;
			}


p.calendar{
	background: url(../images/icon.calendar.png) right top no-repeat;
	font-weight: bold;
	margin-top: -10px;
	padding: 10px 60px 0 0;
	height: 39px;
	width: 280px;
}

ul#event_items{
	margin: 6px 0 0 0;
}

	ul#event_items li{
		color: #8fc748; /* green text */
		margin: 6px 0;
	}
		
		ul#event_items li a{
			
		}



div#press div#bottom{
}

	div#press div#bottom img.ex{
		margin-bottom: -16px;
	}




div#events{
	position: relative;
}
	
	div#events div#text{
		float:  left;
		width: 550px;
	}
	
	div#events div#sidebar{
		float: right;
		width: 281px;
	}
	
	div#events img.bottom{
		bottom: -10px;
		left: -12px;
		position: absolute;
	}