/* CSS Document */

body {
background-color: #003580;
margin: 0;
padding: 0;
font-family: Georgia, "Times New Roman";
font-size: small;
color: #003580;
}
img{
	border: none;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#container {
margin: 0 auto;
padding: 0 11px;
width: 950px;
background: transparent url('../images/vertical_bg.gif') repeat-y;
}
a{
	font-weight: bold;
	color: #003580;
}
a:hover{
	text-decoration: none;
}
#header{
	background: transparent url('../images/header_logoburst.jpg') center no-repeat;
	height: 245px;
}
#nav{
	position: relative;
	margin: 0 10px;
	top: 208px;
}
#nav ul{
	border-bottom: 1px dotted #003580;
	height: 23px;
}
#nav li{
	float: left;
	border-right: 1px dotted #003580;
	padding: 0 10px;
}
#nav a{
	color: #12AD2B;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
}
#nav a:hover{
	color: #003580;
}
#news-content{
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 200px;
	background: transparent url('../images/newsburst_bg.gif') center top no-repeat
}
#news-content ul{
	border-right: 1px dotted #003580;
}
#news-content p{
	font-family: Arial, Helvetica, sans-serif;
}
#news-content strong{
	color: #12AD2B;
}
#nav li.end{
	border: none;
}
#news-content h3{
	color: #003580;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 50px;
}
#content h1{
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003580;
	text-align: center;
}
#content{
	margin: 0 20px 20px 250px;
	line-height: 16px;
}
#content p{
	font-family: Arial, Helvetica, sans-serif;
}
#footer{
	clear: both;
	text-align: center;
	margin-top: 20px;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}
#footer p{
	margin: 0;
	padding: 0;
}
#event-info{
	text-align: center;
}
#event-info li{
	float: left;
	width: 50%;
	font-size: 14px;
}
#event-info li span{
	font-size: 16px;
	font-weight: bold;
}
hr{
	border: none;
	border-bottom: 1px dotted #003580;
}
.event-details{
	background: url('../images/newsburstReverse_bg.gif') bottom center no-repeat;
	height: 80px;
}
.event-details a{
	display: block;
	text-decoration: none;
	color: #12AD2B;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}
#temp-content{
	margin: 20px;
}