*,* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font: 14px "Arial","Helvetica",sans-serif;
}

h3 {
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
}

h3#welcome {
	font-size: 18px;
}

#welcomeColumn p {
	font-size: 18px;
}

#contactInfo {
	width: 150px;
	margin: 0 0 0 15px;
	font-weight: bold;
	line-height: 150%;
}

#contactInfo img {
	margin-right: 4px;
}

#welcomeText a, #rightContactinfo a {
	color: #000;
}

h4 {
	font-size: 12px;
	font-weight:bold;
	margin: 0 0 1px 0;
	
}

p {
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0;
}

li {
	font-size: 12px;
}

a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #E2001A;
}

#main {
	width: 900px;
	margin: 35px auto 0 auto;
	overflow: hidden;
}

#header {
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 110px;
	position: relative;
	background: transparent url('./images/header-background-black.png') repeat-x bottom left;
}

#alphabetical #header {
	background: transparent url('./images/header-background-red.png') repeat-x bottom left;
}

#category #header {
	background: transparent url('./images/header-background-blue.png') repeat-x bottom left;
}

#audience #header {
	background: transparent url('./images/header-background-green.png') repeat-x bottom left;
}

#location #header {
	background: transparent url('./images/header-background-orange.png') repeat-x bottom left;
}



#header h1 a {
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url('./images/logo.png') no-repeat top left;
	height: 45px;
	width: 450px;
	display: block;
}

#header #mainNav {
	margin: 20px 0 0 0;
	list-style: none;
	overflow: hidden;
	width: 670px;
	position: absolute;
	bottom: 0;
	height: 55px;
}

#header #mainNav li a {
	display: block;
	position: absolute;
	font-size: 22px;
	bottom: -1px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	padding:12px 41px 14px 41px;
}

#header #mainNav #navAlphabetical a { 
	left: 20px;
}
#header #mainNav #navCategory a { 
	left: 146px;
}
#header #mainNav #navAudience a { 
	left: 277px;
}
#header #mainNav #navLocation a { 
	left: 411px;
}

#header #mainNav #navAlphabetical a { 
	background: transparent url('./images/tabs.gif') no-repeat 0 0;

}
#header #mainNav #navCategory a { 
	background: transparent url('./images/tabs.gif') no-repeat -122px 0;

}
#header #mainNav #navAudience a { 
	background: transparent url('./images/tabs.gif') no-repeat -249px 0;

}
#header #mainNav #navLocation a { 
	background: transparent url('./images/tabs.gif') no-repeat -378px 0;

}

#header #mainNav #navAlphabetical a:hover { color: #e2001a; }
#header #mainNav #navCategory a:hover { color: #0098d4; }
#header #mainNav #navAudience a:hover { color: #83b817; }
#header #mainNav #navLocation a:hover { color: #f8b333; }


body#alphabetical #header #mainNav #navAlphabetical a { 
	background: transparent url('./images/tabs.gif') no-repeat 0 -52px;

}
body#category #header #mainNav #navCategory a { 
	background: transparent url('./images/tabs.gif') no-repeat -122px -52px;

}
body#audience #header #mainNav #navAudience a { 
	background: transparent url('./images/tabs.gif') no-repeat -249px -52px;

}
body#location #header #mainNav #navLocation a { 
	background: transparent url('./images/tabs.gif') no-repeat -378px -52px;
}

#content {
	clear: both;
	overflow: hidden;
	background: #ECEBEC;
	padding: 16px 20px;
}

#primaryContent {
	float: left;
	width: 600px;
}

#primaryContent h2 {
	font-size: 14px;
	color: #9D9FA0;
	margin: 0 0 20px 0;
	text-align: center;
}

#primaryContent h2 em {
	font-style: normal;
	color: #555;
}

#primaryContent div.section,#resultActivity {
	overflow: hidden;
	margin: 0 0 20px 0;
	background: transparent url('./images/sectionbottom.png') no-repeat bottom left;
}

.section div, #resultActivity div {
	padding: 13px;
	background: transparent url('./images/sectiontop.png') no-repeat top left;
}

#secondaryContent {
	float: right;
	width: 240px;
	background: #fff;
}

#secondaryContent a {
	color: #444;
}

#secondaryContent a:hover {
	color: #000;
}

#secondaryContent div {
	padding: 10px;
}



#secondaryContent ul {
	margin: 0 0 10px 20px;
}

#resultTagsTitle {
	float:left;
	margin: 0 20px 20px 0;
}

#resultTags {
	margin: 0;
	overflow: hidden;
	text-align: center;
}

#resultTags a {
	color: #000;
	text-decoration: none;
	padding: 3px;
	color: #666;
	margin: 4px;
	font-weight: bold;
}

#resultTags a:hover {
	background-color: #666;
	color: #fff;
}

#resultTags a.audience,#resultTags a.vem {
	color: #83B817;
}

#resultTags a.audience:hover,#resultTags a.vem:hover {
	color: #fff;
	background-color: #83B817;
}

#resultTags a.category,#resultTags a.vad  {
	color: #0098D4;
}

#resultTags a.category:hover,#resultTags a.vad:hover {
	color: #fff;
	background-color: #0098D4;
}

#resultTags a.location,#resultTags a.var {
	color: #F8B333;
}

#resultTags a.location:hover,#resultTags a.var:hover {
	color: #fff;
	background-color: #F8B333;
}

.t-0,.t-1,.t-2,.t-3,.t-4 {
	font-size: 16px;
}

.t-5 {
	font-size: 19px;
}

.t-6,.t-7,.t-8,.t-9,.t-10 {
	font-size: 25px;
}

.t-11,.t-12,.t-13,.t-14,.t-15,.t-16,.t-17,.t-18,.t-19,.t-20 {
	font-size: 28px;
}

.t-21,.t-22,.t-23,.t-24,.t-25,.t-26,.t-27,.t-28,.t-29,.t-30 {
	font-size: 29px;
}

.t-31,.t-32,.t-33,.t-34,.t-35,.t-36,.t-37,.t-38,.t-39,.t-40 {
	font-size: 31px;
}

.t-41,.t-42,.t-43,.t-44,.t-45,.t-46,.t-47,.t-48,.t-49,.t-50 {
	font-size: 33px;
}


#tagList {
	margin: 0;
	list-style: none;
	padding: 0 0 0 0px;
}

#tagList li {
	margin: 0 0 5px 0;
}

#resultActivities li, #resultActivity {
	overflow: hidden;
	list-style: none;
	margin: 0 0 10px 0;
	font-size: 12px;
}

#resultActivities a, #resultActivity a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#resultActivities a:hover, #resultActivity a:hover {
	color: #E2001A;

}

#resultActivities li h3, #resultActivity h3, .section h3 {
	margin: 0 0 5px 0;
	font: 18px "Arial",sans-serif;
	position: relative;
	width: 380px;
}

.section h3 a, #resultActivities li h3 a, #resultActivity h3 a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.section h3 a:hover, #resultActivities li h3 a:hover, #resultActivity h3 a:hover {
	color: #E2001A;
	font-weight: normal;
}

.section .activityContact, #resultActivities li .activityContact, #resultActivity .activityContact {
	float: right;
	width: 120px;
	line-height: 140%;
	
}

.section .activityText, #resultActivities li .activityText, #resultActivity .activityText {
	width: 380px;
}

#resultActivity h4 {
	margin: 10px 0 10px 0;
}

.right {
	float: right;
	margin: 0 0 0 10px;
}

.map {
	width: 580px;

}

a img {
	border: 0;
}

#share {
	padding: 7px 0 0 0;
	font-weight: bold;
}

#share img {
	margin: 0 0 0 5px;
	vertical-align:text-top;
}

#updateActivity {
	font-size: 12px;
	color: #d1d1d1;
}

#updateActivity:hover {
	color: #333;
}

.clear, .section .clear, #resultActivity .clear {
	clear: both;
	padding: 0;
}

#welcomeText {
	width: 410px;
	float: left;
}

#welcomeText a, #rightContactinfo a {
	color: #000;
}

h4 {
	font-size: 12px;
	font-weight:bold;
	margin: 0 0 1px 0;
	
}

p {
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0;
}

li {
	font-size: 12px;
}

a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #E2001A;
}

#main {
	width: 900px;
	margin: 35px auto 0 auto;
	overflow: hidden;
}

#header {
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 110px;
	position: relative;
	background: transparent url('./images/header-background-black.png') repeat-x bottom left;
}

#alphabetical #header {
	background: transparent url('./images/header-background-red.png') repeat-x bottom left;
}

#category #header {
	background: transparent url('./images/header-background-blue.png') repeat-x bottom left;
}

#audience #header {
	background: transparent url('./images/header-background-green.png') repeat-x bottom left;
}

#location #header {
	background: transparent url('./images/header-background-orange.png') repeat-x bottom left;
}

#header h1 a {
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url('./images/logo.png') no-repeat top left;
	height: 45px;
	width: 450px;
	display: block;
}

#header #mainNav {
	margin: 20px 0 0 0;
	list-style: none;
	overflow: hidden;
	width: 670;
	position: absolute;
	bottom: 0;
	height: 55px;
}

#header #mainNav li a {
	display: block;
	position: absolute;
	font-size: 22px;
	bottom: -1px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	padding:12px 41px 14px 41px;
}

#header #mainNav #navAlphabetical a { 
	left: 0px;
}
#header #mainNav #navCategory a { 
	left: 126px;
}
#header #mainNav #navAudience a { 
	left: 257px;
}
#header #mainNav #navLocation a { 
	left: 391px;
}

#header #mainNav #navAlphabetical a { 
	background: transparent url('./images/tabs.gif') no-repeat 0 0;

}
#header #mainNav #navCategory a { 
	background: transparent url('./images/tabs.gif') no-repeat -122px 0;

}
#header #mainNav #navAudience a { 
	background: transparent url('./images/tabs.gif') no-repeat -249px 0;

}
#header #mainNav #navLocation a { 
	background: transparent url('./images/tabs.gif') no-repeat -378px 0;

}

#header #mainNav #navAlphabetical a:hover { color: #e2001a; }
#header #mainNav #navCategory a:hover { color: #0098d4; }
#header #mainNav #navAudience a:hover { color: #83b817; }
#header #mainNav #navLocation a:hover { color: #f8b333; }


body#alphabetical #header #mainNav #navAlphabetical a { 
	background: transparent url('./images/tabs.gif') no-repeat 0 -52px;

}
body#category #header #mainNav #navCategory a { 
	background: transparent url('./images/tabs.gif') no-repeat -122px -52px;

}
body#audience #header #mainNav #navAudience a { 
	background: transparent url('./images/tabs.gif') no-repeat -249px -52px;

}
body#location #header #mainNav #navLocation a { 
	background: transparent url('./images/tabs.gif') no-repeat -378px -52px;

}

#searchForm {
	position: absolute;
	bottom: 15px;
	right: 0;
	background: transparent url('./images/search.png') no-repeat top left;
	width: 240px;
	height: 36px;
}

#searchForm input {
	padding: 10px;
	border: 0;
	background: transparent;
}

#searchForm button {
	position: absolute;
	border: 0;
	background: transparent;
	bottom: 3px;
	right: 3px;
	font-size: 15px;
	color: #fff;
	height: 30px;
	text-indent: -99999px;
	font-weight: bold;
	text-transform: uppercase;
	width: 60px;
	cursor: pointer;

}

#content {
	clear: both;
	overflow: hidden;
	background: #ECEBEC;
	padding: 16px 20px;
}

#primaryContent {
	float: left;
	width: 600px;
}

#primaryContent h2 {
	font-size: 14px;
	color: #9D9FA0;
	margin: 0 0 20px 0;
	text-align: center;
}

#primaryContent h2 em {
	font-style: normal;
	color: #555;
}

#primaryContent div.section,#resultActivity {
	overflow: hidden;
	margin: 0 0 20px 0;
	background: transparent url('./images/sectionbottom.png') no-repeat bottom left;
}

.section div, #resultActivity div {
	padding: 13px;
	background: transparent url('./images/sectiontop.png') no-repeat top left;
}

#secondaryContent {
	float: right;
	width: 240px;
	background: #fff;
}

#secondaryContent a {
	color: #444;
}

#secondaryContent a:hover {
	color: #000;
}

#secondaryContent div {
	padding: 10px;
}



#secondaryContent ul {
	margin: 0 0 10px 20px;
}

#resultTagsTitle {
	float:left;
	margin: 0 20px 20px 0;
}

#resultTags {
	margin: 0;
	overflow: hidden;
	text-align: center;
}

#resultTags a {
	color: #000;
	text-decoration: none;
	padding: 3px;
	color: #666;
	margin: 4px;
	font-weight: bold;
}

#resultTags a:hover {
	background-color: #666;
	color: #fff;
}

#resultTags a.audience,#resultTags a.vem {
	color: #83B817;
}

#resultTags a.audience:hover,#resultTags a.vem:hover {
	color: #fff;
	background-color: #83B817;
}

#resultTags a.category,#resultTags a.vad  {
	color: #0098D4;
}

#resultTags a.category:hover,#resultTags a.vad:hover {
	color: #fff;
	background-color: #0098D4;
}

#resultTags a.location,#resultTags a.var {
	color: #F8B333;
}

#resultTags a.location:hover,#resultTags a.var:hover {
	color: #fff;
	background-color: #F8B333;
}

.t-0,.t-1,.t-2,.t-3,.t-4 {
	font-size: 16px;
}

.t-5 {
	font-size: 19px;
}

.t-6,.t-7,.t-8,.t-9,.t-10 {
	font-size: 25px;
}

.t-11,.t-12,.t-13,.t-14,.t-15,.t-16,.t-17,.t-18,.t-19,.t-20 {
	font-size: 28px;
}

.t-21,.t-22,.t-23,.t-24,.t-25,.t-26,.t-27,.t-28,.t-29,.t-30 {
	font-size: 29px;
}

.t-31,.t-32,.t-33,.t-34,.t-35,.t-36,.t-37,.t-38,.t-39,.t-40 {
	font-size: 31px;
}

.t-41,.t-42,.t-43,.t-44,.t-45,.t-46,.t-47,.t-48,.t-49,.t-50 {
	font-size: 33px;
}


#tagList {
	margin: 0;
	list-style: none;
	padding: 0 0 0 0px;
}

#tagList li {
	margin: 0 0 5px 0;
}

#resultActivities li, #resultActivity {
	overflow: hidden;
	list-style: none;
	margin: 0 0 10px 0;
	font-size: 12px;
}

#resultActivities a, #resultActivity a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#resultActivities a:hover, #resultActivity a:hover {
	color: #E2001A;

}

#resultActivities li h3, #resultActivity h3, .section h3 {
	margin: 0 0 5px 0;
	font: 18px "Arial",sans-serif;
	position: relative;
	width: 380px;
	padding: 0;
}

.section h3 a, #resultActivities li h3 a, #resultActivity h3 a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.section h3 a:hover, #resultActivities li h3 a:hover, #resultActivity h3 a:hover {
	color: #E2001A;
	font-weight: normal;
}

.section .activityContact, #resultActivities li .activityContact, #resultActivity .activityContact {
	float: right;
	width: 120px;
	margin: 0;
	line-height: 130%;
}

.section .activityText, #resultActivities li .activityText, #resultActivity .activityText {
	width: 380px;
}

#resultActivity h4 {
	margin: 10px 0 10px 0;
}

.right {
	float: right;
	margin: 0 0 0 10px;
}

.map {
	width: 580px;

}

a img {
	border: 0;
}

#share {
	padding: 7px 0 0 0;
	font-weight: bold;
}

#share img {
	margin: 0 0 0 5px;
	vertical-align:text-top;
}

#updateActivity {
	font-size: 12px;
	color: #d1d1d1;
}

#updateActivity:hover {
	color: #333;
}

.clear {
	clear: both;
}

.contactIcon {
	vertical-align:text-bottom;
}

#secondaryContent #options {
	padding: 10px 0;
}


/**/

#navTime {
    display: none;
}


#time #navTime {
    display: block;
}

#header #mainNav #navTime a { 
	left: 522px;
}

body#time #header #mainNav #navTime a { 
	background: transparent url('./images/tabs.gif') no-repeat -505px -52px;
}

#weekselector {
    width: 400px;
    height: 45px;
	background: transparent url('./images/weekselector.png') no-repeat;
    margin: 5px auto;
    position: relative;
    overflow: hidden;
    padding: 0;
}

#weekselector .wrapper {
    position: absolute;
    width: 308px;
    height: 38px;
    top: 3px;
    left: 46px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#weekselector a.week {
    font-size: 22px;
    padding: 6px 18px;
    float:left;
}

#weekselector a.week:hover,#weekselector a.week.active {
    background: #000;
    color: #fff;
    -moz-border-radius: 10px;
}

#weekselector a.arrow {
    position: absolute;
    direction: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 45px;
    height: 45px;
}

#weekselector #next {
    right: 0;
    top:0;
}

#weekselector #prev {
    left: 0;
    top:0;
}

#dates {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

#dates li {
    background: #fff url('./images/date.png') no-repeat;
    height: 101px;
    margin: 0 0 15px 0;
    padding: 0;
    position: relative;
}

#dates li span {
    position: absolute;
    color: #fff;
    top: 7px;
    left:5px;
    width: 65px;
    text-align: center;
    font-size: 16px;
}

#dates li span strong {
    font-weight: normal;
    text-transform: uppercase;
}

#dates li span em {
    display: block;
    text-align: center;
    font-style:normal;
    font-weight: bold;
    font-size: 38px;
}

#dates li div {
    position: absolute;
    color: #222;
    top: 16px;
    
    left:87px;
    width: 510px;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

#dates li div h3 {
	font: 18px "Arial",sans-serif;
	display: block;
	padding: 2px 0 0 0;
}

#dates li div strong {

}

#toggleTags {

}

#toggleTags a {
    display: block;
    text-align: center;
    -moz-border-radius: 10px;
    padding: 5px;
    margin: 0 0 5px 0;
    background: #ccc;
    color: #fff;
}

#toggleTags a.active,#toggleTags a:hover {
    background: #00B7E3;
    color: #fff;
}



