@charset "UTF-8";
/* CSS Document */

/* ACTIVITIES MAIN PAGE STYLES */
* {margin:0; padding:0; font-family:'Arial', Helvetica, sans-serif; text-decoration:none;}

img {border:0; margin:20px 5px 0;}

#container {width:960px; height:326px; background:url(images/bg_activities.jpg) no-repeat left top; padding:68px 0 0 34px; }

.activitySetBox {float:left; width:214px; height:228px; overflow:auto; margin-right:10px; padding-top:10px; border:1px solid #e7e7e7;}
.activityItem {float:left; width:176px; margin:0 0 10px 10px; padding:3px 3px 10px 3px; background:url(images/border_bottom.gif) no-repeat left bottom;}
.activityItem:hover {background-color:#eaeaea;}
.activityItem:hover h1 {color:#ec008c;}

h1 {font-size:12px; font-weight:bold; text-transform:uppercase; color:#f7941d;}
p.readMore {font-size:10px; font-weight:bold; text-transform:uppercase; color:#959595;}

/* ACTIVITIES SUB PAGE STYLES */
#activitiesSub {background:url(images/bg_MySpaceBlue.gif) repeat top left;}
#activitiesSub h1 {font-size:16px; padding:0 18px;}
#activitiesSub p {font-size:12px; padding:10px 18px 50px 18px; line-height:18px;}
#activitiesSub p a:link, #activitiesSub p a:visited {color:#ec008c; text-decoration:none;}
#activitiesSub p a:hover, #activitiesSub p a:active {background-color:#eaeaea;}

#pink {background-color:#ec008c; width:118px; height:5px;}
#gray {background-color:#eaeaea; width:464px; height:5px; margin:0 18px 20px 18px;}

#subContainer { margin:60px auto; background-color:#FFFFFF; width:500px;};

