/* CSS Document */

#wrapper {
	background-image: url(../images/common_bg.jpg);
	background-repeat: no-repeat;
}

#container {
	width: 790px;
	margin-left: 150px;
	margin-top: 80px;
}

#title  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 28px;
	color: #9E1F63;
	letter-spacing: 1.5px;
	text-align: right;
	border-bottom: 2px #9E1F63 solid;
	padding-bottom: 3px;
	margin-bottom: 15px;
	width: 790px;
	text-transform: uppercase;
}

#activities {
	padding: 0px 10px 0px 10px;
}

#sub_nav {
	width: 210px;
	float: left;
}

#sub_nav ul {
}

#sub_nav ul li {
	font-size: 12px;
	padding: 10px 5px 10px 5px;
	border-bottom: 1px dotted #9E1F63;
	list-style: none;
	font-weight: bold;
	line-height: 15px;
}

#sub_nav ul .last {
	border-bottom: none;
}

#sub_nav ul li a {
	background-image: url(../images/icon_grey.jpg);
	background-repeat: no-repeat;
	color: #0054A5;
	text-decoration: none;
	padding-left: 23px;
}

#sub_nav ul li a:hover {
	background-image: url(../images/icon.jpg);
	background-repeat: no-repeat;
	color: #9E1F63;
	text-decoration: none;
}

#sp_thanks {
	text-align:center;
	padding-top: 50px;
}

#sp_thanks p {
	color: #999999;
	font-size: 10px;
	padding-bottom: 8px;
}


#content {
	border-left: 1px dotted #9E1F63;
	width: 530px;
	padding-left: 15px;
	float: right;
}

#content .event {
	width: 530px;
	padding-bottom: 40px;
	position: relative;
}

#content .event h2 {
	color: #9E1F63;
	font-size: 24px;
	padding-bottom: 8px;
}

#content .event h2 span {
	font-size: 15px;
	color: #0054A5;
}


#content .event .pic {
	background-image: url(../images/act_pics_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0px 4px 8px 0px;
	width: 255px;
	float: left;
}

#content .event .desc {
	width: 260px;
	float: right;
}

#content .event .desc p {
	font-size: 12px;
	color: #333333;
}

#content .event .top {
	background-image: url(../images/top_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 03px;
	padding-left: 14px;
	white-space: nowrap;
	width: 70px;
	height: 15px;
	position: absolute;
	bottom: 43px;
	right: 0px;
}

#content .event .top p a {
	color: #9E1F63;
	text-decoration: none;
}

#content .event .top p a:hover {
	color: #9E1F63;
	text-decoration: underline;
}

#content .event .desc span {
	font-size: 12px;
	font-style: italic;
}

#content .event .desc p a {
	color: #9E1F63;
	text-decoration: none;
}

#content .event .desc p a:hover {
	color: #9E1F63;
	text-decoration: underline;
}

#content .event .fighterkite {
	width: 130px;
	height: 26px;
	background-image: url(../images/fightkite_butt_wh_bg.jpg);
	background-repeat: no-repeat;
	float: right;
	text-align: center;
	margin-top: 3px;
}

#content .event .fighterkite p a {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	line-height: 26px;
	background-image: url(../images/fightkite_butt_wh_bg.jpg);
	background-repeat: no-repeat;
	display: block;
}

#content .event .fighterkite p a:hover {
	background-image: url(../images/fightkite_butt_wh_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px -26px;
}

#footer {
	width: 790px;
	margin: 0 auto 0 auto;
	text-align: center;
	padding-left: 80px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 5px;
}

#footer p a {
	text-decoration: none;
	color: #006699;
}

#footer p a:hover {
	text-decoration: none;
	color: #9E1F63;
}

#footer_logo {
	float: right;
	width: 85px;
	height: 30px;
}	
