@charset "utf-8";
/* CSS Document */

a{
	text-decoration:none;
} 


a:hover {
	text-decoration:none;
}

:focus
{
  -moz-outline-style: none;
}



/* Index Page*/

a.activateBt {
	font-weight:bold;
	color:##649A56;
	font-size:14px;
	text-transform:uppercase;
}

a:hover.activateBt {
	font-weight:bold;
	color:#333;
	text-transform:uppercase;
	border-bottom: 1px dotted #666;
	padding-bottom:2px;
}

.index_leftcol {
	width:433px;
	height:auto;
	float:left;
	margin-right:14px;
}

.index_rightcol {
	width:185px;
	height:auto ;
	float:right;
	margin-right:20px;
}

.clear {
	clear:both;
}

.uc_events_holder {
	width:433px;
	height:auto;
	display:block;
	margin-bottom:30px;
}

.uc_events_tn {
	width:186px;
	height:130px;
	margin:0 8px 0 0;
	float:left;
}

.uc_events_info_box {
	width: 215px;
	height:auto;
	float:right;
	margin-right:10px;
}

.uc_events_info_box .uc_events_tag {
	width:inherit;
	height:16px;
	display:block;
}

.uc_events_info_box .uc_events_title {
	font-weight:bold;
	color:#333333;
	display:block;
	margin: 3px 0 0 0;
	font-size:12px;
}

.uc_events_info_box .uc_events_date {
	color:#999999;
	display:block;
	margin-bottom:5px;
}

.uc_events_info_box .uc_events_details {
	font-weight:normal;
	color:#333;
	display:block;
	font-size:11px;
	margin-bottom:8px;
}

a.uc_events_moreBt {
	font-weight:normal;
	color:#666;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:-1px;
}

a:hover.uc_events_moreBt {
	font-weight:bold;
	color:#333;
	text-transform:uppercase;
	border-bottom: 1px dotted #666;
	padding-bottom:2px;
}

.uc_events_div {
	width:433px;
	height:3px;
	background:url(../images/index/div_repeat.jpg) repeat-x top left #ffffff;
	display:block;
}

.listing_holder {
	width:185px;
	height:180px;
	display:block;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color:#FFFFFF;
	position:relative;
}

.borderDivTop {
	width:185px;
	height:10px;
	background:url(../images/index/div_repeat.jpg) repeat-x;
	display:block;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.listing_holder_last {
	width:185px;
	height:180px;
	display:block;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#FFFFFF;
	position:relative;
}

.list_tag {
	width:inherit;
	height:16px;
	margin: 0 7px;
	display:block;
}

.list_header {
	width:inherit;
	margin: 3px 8px;
	font-weight:bold;
	color:#333333;
}

.list_details {
	width:100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	display: block;
}

a.list_readMore {
	font-size:10px;
	color:#666;
	text-transform:uppercase;
	display:block;
	margin: 8px;
	letter-spacing:-1px;

}

a:hover.list_readMore {
	font-weight:bold;
	color:#333;
	text-transform:uppercase;
	border-bottom: 1px dotted #666;
	margin: 8px;
}

.list_signoff {
	color:#999;
	display:block;
	margin: 0 8px;
	line-height:12px;
}

/* End of Index Page*/




/* About, Mission Page */

.mission_content, .abt_content {
	width:550px;
}

.mission_subheader{
	font-size:11px;
	font-weight:bold;
	color:#333333;
	padding-bottom:3px;
}

.abt_designers {
	font-size:11px;
	font-weight:bold;
	color:#333333;
}

/* End of Mission Page */




/* Activities Listing */

.act_list {
	width:632px;
	height:130px;
	display:block;
	background-color:#FFFFFF;
	margin: 20px 0;
	
}

.act_img {
	width: 186px;
	height: 130px;
	float:left;
	margin-right:30px;
}

.act_info {
	width:400px;
	height:130px;
	float:right;
	margin-right:10px;
}

.act_tag {
	width:inherit;
	height:16px;
	display:block;
}

.act_title {
	font-weight:bold;
	color:#333333;
	display:block;
	padding-top:3px;
	font-size:12px;
}

.act_date {
	font-weight:normal;
	color:#999999;
	display:block;
	margin-bottom:5px;
}

.act_details {
	font-weight:normal;
	color:#333;
	display:block;
	font-size:11px;
	margin-bottom:8px;
}

a.act_moreBt {
	font-weight:bold;
	color:#666;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:-1px;
}

a:hover.act_moreBt {
	font-weight:bold;
	color:#333;
	text-transform:uppercase;
	border-bottom: 1px dotted #666;
	padding-bottom:2px;
}

.act_list_div {
	width:632px;
	height:3px;
	background:url(../images/index/div_repeat.jpg) repeat-x;
	display:block;
	position: relative;
	background-image: url(../images/index/div_repeat.jpg);
	left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* End Activities Listing */

.act_big_header_wrap {
	width:632px;
	height:auto;
	padding-bottom:10px;
	border-bottom: 1px solid #d6d6d6;
}

.act_big_header_wrap .act_big_header_left {
	width:433px;
	float:left;
}

.act_big_header_wrap .act_big_header_right {
	width:185px;
	float:right;
	padding-top: 3px;
}

.act_big_header_left .date{
	margin-left: 2px;
	font-size:14px;
	letter-spacing: -1px;
}

.act_big_title{
	display:block;
	height:auto;
	font-size:20px;
	color:#333333;
	font-weight:bold;
	letter-spacing:-1px;
	padding:0;
	margin-top:5px;
}


.act_info_main {
	width: 433px;
	display:block;
	margin: 0 0 10px 0;
}

.act_img_large {
	width:632px;
	height:316px;
	margin:15px 0 15px 0;
	display:block;
}

.ticketing_wrapper {
	width: 632px;
	height: 65px;
	display:block;
	margin-top:20px;

}

.ticketing_wrapper .ticket_header {
	width: 100%;
	height:15px;
	display:block;
	padding:0 0 3px 0;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom:10px;
	font-size:12px;
	font-weight:bold;
	color:#3e3e3e;
}

.ticketing_wrapper .public_price_wrap {
	width:80px;
	height:auto;
	background:url(../images/activities/price_public.jpg) no-repeat top left;
	float:left;
	margin-right:16px;
	padding-top:16px;
}

.ticketing_wrapper .public_price_wrap .price {
	width: inherit;
	height:19px;	
	font-weight:bold;
	color:#666666;
}


.ticketing_wrapper .member_price_wrap {
	width:80px;
	height:auto;
	background:url(../images/activities/price_member.jpg) no-repeat top left;
	float:left;
	margin-right:16px;
	padding-top:16px;
}

.ticketing_wrapper .member_price_wrap .price {
	width: inherit;
	height:19px;	
	font-weight:bold;
	color:#666666;}

.purchaseBt_holder {
	width:121px;
	height: 27px;
	position:relative;
	float:right;
}

a.purchaseBt {
	width:121px;
	height:27px;
	background:url(../images/activities/bt_purchase.jpg) no-repeat 0 -27px;
	position:absolute;
	top:0;
	left:0;
}

a:hover.purchaseBt {
	background-position: 0 0;
}
#content p strong {
	font-size: 14px;
}
