/*

	 ######  ########   #######  ########  ######## ########     ###    ##       ##       
	##    ## ##     ## ##     ## ##     ##    ##    ##     ##   ## ##   ##       ##       
	##       ##     ## ##     ## ##     ##    ##    ##     ##  ##   ##  ##       ##       
	 ######  ########  ##     ## ########     ##    ########  ##     ## ##       ##       
		  ## ##        ##     ## ##   ##      ##    ##     ## ######### ##       ##       
	##    ## ##        ##     ## ##    ##     ##    ##     ## ##     ## ##       ##       
	 ######  ##         #######  ##     ##    ##    ########  ##     ## ######## ########
	
	Theme Name:Sportball
	Theme URI:http://www.sportball.ca
	Description:Theme for Sportball
	Version:1.0
	Author:<a href="mailto:bill@dogandponystudios.com">Bill Addison</a>
	Author URI:http://www.dogandponystudios.com
	Tags:bill, addison, bill addison

*/

/*
==============================================================
	General
==============================================================
*/
@font-face {
	font-family:'ITCAmericanTypewriterStdBold';
	src:url('css/americantypewriterstd-bold-webfont.eot');
	src:local('☺'), url('css/americantypewriterstd-bold-webfont.woff')
		format('woff'), url('css/americantypewriterstd-bold-webfont.ttf')
		format('truetype'),
		url('css/americantypewriterstd-bold-webfont.svg#webfontuQDCijEF')
		format('svg');
	font-weight:normal;
	font-style:normal;
	}

.AmericanTypewriterStdBold {
	font-weight:normal !important;
	font-style:normal !important;
	line-height:normal;
	font-family:'ITCAmericanTypewriterStdBold', sans-serif;
	font-size-adjust:0.51 !important;
	}

img,div,a {
	_behavior:url(iepngfix.htc)
	}

html,body {
	background:url(images/bknd.jpg) top center repeat #fff;
	}

html {
	font-size:12px;
	line-height:1.75em;
	font-family:Arial, Helvetica, sans-serif;
	color:#404040;
	background:url(images/bknd.jpg) top center repeat #fff;
	}

#wrapper {
	width:998px;
	margin:0 auto;
	}

#content {
	padding:150px 50px 25px;
	background:url(images/content-box-mid.png) center repeat-y;
	_background:url(images/content-box-mid.gif) center repeat-y;
	z-index:998;
	}
	
.fb-like-box {
	margin:20px 0;
	padding:0;
	}

/*
==============================================================
	Header
==============================================================
*/
#header {
	height:50px;
	background:url(images/content-box-top.png) top center no-repeat;
	_background:url(images/content-box-top.gif) top center no-repeat;
	z-index:999;
	}

#logo {
	display:block;
	width:183px;
	height:53px;
	text-indent:-9999px;
	background:url(images/logo-sportball.gif) top left no-repeat;
	position:absolute;
	top:70px;
	left:50px;
	}

#logo:hover {
	background-position:bottom;
	}

#tagline {
	font-size:14px;
	font-style:italic;
	color:#0C3D70;
	margin:0;
	position:absolute;
	top:98px;
	left:245px;
	}

#country {
	color:#0C3D70;
	font-size:11px;
	text-transform:uppercase;
	position:absolute;
	top:40px;
	right:50px;
	height:24px;
	padding-right:48px;
	background:url(images/flag-canada.gif) center right no-repeat;
	}

#country a,#qtranslate-chooser a {
	color:#0C3D70;
	text-decoration:none;
	}

#country a:hover,#qtranslate-chooser a:hover {
	color:#E51B23;
	}

#country small {
	text-transform:lowercase;
	font-size:9px;
	}

#qtranslate-chooser {
	color:#0C3D70;
	font-size:11px;
	text-transform:uppercase;
	position:absolute;
	top:65px;
	right:42px;
	}

#qtranslate-chooser span {
	padding:0 0 0 5px;
	}

#qtranslate-chooser li {
	padding:0;
	margin:0;
	list-style:none;
	}

#qtranslate-chooser li.active {
	display:none;
	}

#mailing-list {
	position:absolute;
	top:100px;
	right:53px;
	padding:4px 5px;
	background:#FCB736;
	-webkit-box-shadow:0 0 5px #999;
	-moz-box-shadow:0 0 5px #999;
	box-shadow:0 0 5px #999;
	}

#mailing-list,#mailing-list a {
	font-size:10px;
	line-height:1em;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	}

#mailing-list a:hover {
	color:#0C3D70;
	}

#search-locations {
	position:absolute;
	/* top:152px; OLD */
	top:142px;
	right:50px;
	}

#search-locations input {
	width:260px;
	height:15px;
	padding:7px 10px;
	outline:none;
	border:none;
	background:url(images/search-header-sprite.gif) bottom left no-repeat;
	font-size:11px;
	color:#999;
	letter-spacing:0em;
	}

#search-locations input:focus {
	background-position:bottom;
	color:#002D62;
	}

/*
==============================================================
	Navigation
==============================================================
*/
#header .nav {
	position:absolute;
	top:150px;
	left:50px;
	margin:0;
	padding:0;
	}

#header .nav li {
	font-size:18px;
	line-height:18px;
	text-transform:lowercase;
	list-style:none;
	float:left;
	padding:0 18px;
	border-right:1px solid #C4CADC;
	position:relative;
	}

.fr #header .nav li {
	font-size:15px;
	line-height:15px;
	padding:0 10px;
	}

#header .nav li:first-child {
	padding-left:0;
	}

/* 846 is first-child equiv for IE 
(Needs to be separate from first-child rule to work) */
#header .nav li.page-item-846 {
	padding-left:0;
	}

#header .nav li:last-child {
	border-right:none;
	}

/* 74 is last-child equiv for IE 
(Needs to be separate from last-child rule to work) */
#header .nav li.page-item-74 {
	border-right:none;
	}

#header .nav a {
	color:#0C3D70;
	text-decoration:none;
	display:block;
	}

#header .nav a:hover {
	color:#E51B23;
	}

#header .nav .current_page_item a,#header .nav .current_page_item a:hover
	{
	color:#fff;
	cursor:default;
	background:#FAA634;
	margin-top:-5px;
	padding:5px 18px;
	-webkit-box-shadow:0 0 5px #999;
	-moz-box-shadow:0 0 5px #999;
	box-shadow:0 0 5px #999;
	}

.fr #header .nav .current_page_item a,.fr #header .nav .current_page_item a:hover
	{
	padding:5px 10px;
	}

#header .nav .current_page_item {
	padding:0 !important;
	border:none;
	margin-left:-1px;
	}

#header .nav .current_page_item:first-child a,
#header .nav .current_page_item:first-child a:hover,
#header .nav .current_page_item:last-child a,
#header .nav .current_page_item:last-child a:hover
	{
	padding:5px 10px;
	}

.fr #header .nav .current_page_item:first-child a,
.fr #header .nav .current_page_item:first-child a:hover,
.fr #header .nav .current_page_item:last-child a,
.fr #header .nav .current_page_item:last-child a:hover
	{
	padding:5px;
	}

/* 846 is first-child equiv for IE 
(Needs to be separate from first-child rule to work) */
#header .nav .current_page_item.page-item-846 a,#header .nav .current_page_item.page-item-846 a:hover,#header .nav .current_page_item.page-item-846 a,#header .nav .current_page_item.page-item-846 a:hover
	{
	padding:5px 10px;
	}

/* 846 is first-child equiv for IE 
(Needs to be separate from first-child rule to work) */
.fr #header .nav .current_page_item.page-item-846 a,.fr #header .nav .current_page_item.page-item-846 a:hover,.fr #header .nav .current_page_item.page-item-846 a,.fr #header .nav .current_page_item.page-item-846 a:hover
	{
	padding:5px;
	}

/* Style "NEW" nav buttons */
#header .new {
	color:#f00;
	font-size:11px;
	position:absolute;
	right:20px;
	top:-12px;
	}

.fr #header .new {
	right:10px;
	display:none;
	}

#header .current_page_item .new {
	top:-22px;
	right:0;
	}

/*
==============================================================
	Content
==============================================================
*/
#content p,#content ul,#content ol {
	letter-spacing:0.1em;
	}

#content a {
	color:#FAA634;
	}

#content a:hover {
	text-decoration:none;
	}

#content h2 {
	font-size:21px;
	line-height:24px;
	font-weight:bold;
	color:#0C3D70;
	margin-bottom:.5em;
	}

#content h2 b,#content h2 strong {
	color:#E51B23;
	}

#content h3 {
	font-size:16px;
	color:#E51B23;
	}

#content h4 {
	font-size:16px;
	color:#0C3D70;
	}
	
.page-id-74 #content h4 {
	margin:20px 0 5px;
	color:#E51B23;
	}
	
blockquote {
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#0C3D70;
	background:#eee;
	margin:1em 0;
	padding:10px 15px;
	border:1px solid #ddd;
	}

#content blockquote p {
	letter-spacing:0;
	margin:0;
	padding:0;
	}

.home #content .main {
	border:none !important;
	width:900px;
	padding:0;
	margin-top:-20px;
	}

.home #content .page-alert {
	background:#f00;
	color:#fff;
	padding:15px;
	font-size:1.5em;
	text-align:center;
	border:2px dotted #0C3D70 !important;
	}

.home #content {
	padding-right:0;
	}

.column {
	padding:360px 20px 10px;
	position:relative;
	width:251px;
	min-height:340px;
	float:left;
	margin-right:10px;
	border:1px solid #ddd;
	}

.column h2 {
	margin-top:0;
	}

.slideshow {
	position:absolute;
	top:-1px;
	left:-1px;
	width:293px;
	height:350px;
	overflow:hidden;
	}

.go-btn {
	display:block;
	width:65px;
	height:25px;
	background:url(images/go-btn.gif) top left no-repeat;
	text-indent:-9999px;
	}

.go-btn:hover {
	background-position:0 -25px;
	}

#content .slideshow .wp-caption-text {
	font-size:14px;
	line-height:.6em;
	letter-spacing:-.1em;
	color:#0C3D70;
	background:#fff;
	padding:3px 8px;
	position:absolute;
	bottom:20px;
	left:20px;
	z-index:998;
	}

#methodology-statement {
	font-size:26px;
	line-height:.6em !important;
	letter-spacing:-.1em;
	color:#fff;
	background:#E51B23;
	padding:7px 13px;
	width:267px;
	position:absolute;
	_position:relative;
	top:400px;
	_top:-460px;
	left:353px !important;
	_left:303px !important;
	z-index:999;
	}

.fr #methodology-statement {
	top:380px;
	_top:-460px;
	line-height:1em;
	letter-spacing:0;
	font-size:24px;
	font-weight:normal !important;
	padding:12px 13px 7px;
	}

#content .btn {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	height:18px;
	padding:5px 35px 5px 10px;
	margin-top:5px;
	background:url(images/btn-arrow.png) 97% 50% no-repeat #FAA634;
	_background:#FAA634;
	border:1px solid #bbb;
	}

#content .btn:hover,#content .blue {
	background-color:#0C3D70 !important;
	border:1px solid #0C3D70 !important;
	}

.page-id-8 #content .btn {
	background:url(images/btn-arrow.png) 97% 50% no-repeat #E51B23;
	_background:#E51B23;
	border:1px solid #bbb;
	}

.page-id-8 #content .btn:hover {
	background-color:#0C3D70;
	border:1px solid #0C3D70;
	}

.page-id-29 #content .btn { /* Equal width buttons on Homepage */
	display:block;
	}

#content .main {
	width:552px;
	border:1px solid #ddd;
	margin-top:10px;
	padding:15px 20px;
	}

#content .main h2:first-child {
	margin-top:0;
	}

.toggle ul,.toggle li {
	margin:0;
	padding:0;
	}

.toggle ul>li {
	list-style:none;
	}

#content .toggle h3 {
	margin:2px 0 0;
	padding:5px 30px 5px 10px;
	font-size:16px;
	color:#0C3D70;
	letter-spacing:normal;
	background:#eee;
	position:relative;
	}

#content .toggle h3:hover {
	cursor:pointer;
	color:#fff;
	background:#0C3D70;
	}

#content .toggle h3.active {
	padding-left:24px;
	color:#fff;
	background:url(images/toggle-arrow.png) center left no-repeat #FBB04E;
	_background:#FBB04E;
	}

.toggle h3 span {
	position:absolute;
	top:5px;
	right:10px;
	}

.toggle h3 small,h4 small {
	color:#f00 !important;
	letter-spacing:normal !important;
	font-weight:bold !important;
	display:block !important;
	}

.toggle-item p:first-child {
	margin-top:10px;
	}

.toggle-item p:last-child {
	margin-bottom:15px;
	}

#content .main table {
	border:none;
	}

#content .main table td {
	border:1px solid #fff !important;
	vertical-align:middle;
	padding:2px 8px;
	background:#eee;
	}

#content .main table thead td {
	color:#fff;
	font-weight:bold;
	background:#002D62;
	}

#email table td {
	border:none !important;
	}

#fancybox-inner .button {
	white-space:nowrap !important;
	}

/*
==============================================================
	Sidebar
==============================================================
*/
#sidebar {
	width:293px;
	margin-top:10px;
	float:right;
	clear:both;
	overflow:hidden;
	}

#sidebar>p {
	margin-bottom:4px;
	}

#sidebar .vvqyoutube {
	margin-top:-5px;
	}

.testimonial {
	border:1px solid #ddd;
	padding:15px 20px;
	font-style:italic;
	line-height:1.5em;
	}

#sidebar .testimonial h2 {
	margin:0 0 5px;
	font-size:14px;
	font-style:normal;
	line-height:1.2em;
	}

/*
==============================================================
	Footer
==============================================================
*/
#footer {
	height:65px;
	background:url(images/content-box-btm.png) bottom center no-repeat;
	_background:url(images/content-box-btm.gif) bottom center no-repeat;
	text-align:center;
	}

#footer .nav {
	margin:0;
	padding:10px 0 0;
	}

#footer .nav li {
	font-size:11px;
	list-style:none;
	display:inline;
	padding:0 10px;
	border-right:1px solid #fff;
	}

#footer .nav li:first-child {
	padding-left:0;
	}

#footer .nav li:last-child {
	border-right:none;
	}

#footer .nav a {
	color:#fff;
	text-decoration:none;
	}

#footer .nav a:hover {
	text-decoration:underline;
	}

#footer .nav .current_page_item a,#footer .nav .current_page_item a:hover
	{
	font-weight:bold;
	cursor:default;
	text-decoration:none;
	}

/**** Jorge ****/
.errorText {
	color:red;
	}

/* Remove stupid CFORMS link */
.linklove {
	display:none;
	}

/*
================================================
	Schedules & Registration
================================================
*/
div#ie-alert {
	background:#FF0000 !important;
	border:1px solid red;
	color:#fff;
	padding:15px;
	overflow:hidden;
	}

#ie-alert p a {
	font-weight:bold;
	color:#fff;
	}
	
.stateFilter { /* Used to Filter Provinces */
	color:#fff;
	background:#012B66;
	padding:5px 0 5px 10px;
	margin:15px 0;
	/*
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	*/
	}
	
.stateFilter span {
	font-weight:bold;
	white-space:pre;
	}
	
.stateFilter input[type=radio] {
	margin-left:10px;
	}
	
.stateFilter input[value=all] {
	margin-left:0;
	}
	
/* Page ID 846 - Program List Results Page*/
	
#programList .stateFilter {
	display:inline;
	background:none;
	position:absolute;
	top:-130px;
	left:570px;
	padding:0;
	margin:0;
	}

.programListFilters #locationFilter { width:220px; }
.programListFilters #radiusFilter { width:280px; }
.programListFilters #seasonFilter { width:200px; }	

.stateFilterActive #locationFilter {
	width:220px;
	}
	
.stateFilterActive #radiusFilter {
	width:140px;
	padding-right:40px;
	}
	
.stateFilterActive #seasonFilter {
	width:120px;
	padding-right:20px;
	}
	
.fr .stateFilterActive #locationFilter {
	width:200px;
	}
	
.fr .stateFilterActive #radiusFilter {
	width:140px;
	padding-right:20px;
	}
	
.fr .stateFilterActive #seasonFilter {
	width:140px;
	padding-right:20px;
	}
	
.fr #programList .stateFilter {
	left:540px;
	width:170px;
	}
	
.stateFilterActive .stateFilter {
	font-size:11px;
	}
	
#programList .stateFilter span {
	font-size:17px;
	font-weight:normal;
	}

#schedule tr td {
	border:1px solid #fff;
	vertical-align:middle;
	padding:8px;
	background:#eee;
	line-height:1em;
	}

#schedule .normalRow td {
	background:#EFEFEF;
	}

#schedule .alternatedRow td {
	background:#DEDEDE;
	}

#schedule tr:hover td {
	background:#DCDFEA;
	}

#schedule td.register {
	background:#61BF2F;
	cursor:pointer;
	color:#fff;
	text-align:center;
	}

#schedule tr:hover td.register {
	background:#53A328;
	}

#schedule tr td:hover.register {
	background:#53A328;
	}

#schedule .fullProgram td.register {
	background:#E92B01;
	font-weight:bold;
	}

#schedule tr.fullProgram:hover td {
	background:#FCE8E9;
	}

#schedule tr.fullProgram:hover td.register {
	background:#C91E16;
	cursor:default;
	}

#schedule tr.fullProgramOnBallon td {
	background: #FCE8E9;
	}

#schedule tr.fullProgramOnBallon td.register {
	background: #C91E16;
	}

#schedule thead tr th {
	border:1px solid #fff;
	color:#002D62;
	font-weight:bold;
	background:#fff;
	text-align:left;
	line-height:1.2em;
	}
	
#schedule thead tr th:hover.header {
	cursor:pointer;
	background-color:#F2F4F7;
	}
	
#schedule thead tr th.headerSortDown {
	padding-right:24px;
	background:url(images/sort-arrow-down.png) center right no-repeat #E5EAEF;
	}
	
#schedule thead tr th.headerSortUp {
	padding-right:24px;
	background:url(images/sort-arrow-up.png) center right no-repeat #E5EAEF;
	}
	
#schedule thead tr th:hover.headerSortDown,
#schedule thead tr th:hover.headerSortUp {
	background-color:#D9DFE7;
	}

#programList h2 {
	margin-top:30px;
	padding-top:25px;
	border-top:2px dotted #ddd;
	}

#programList h2:first-child {
	border:none!important;
	padding-top:0!important;
	}

#programList .slider h3.slider-title {
	color:#002F60;
	}

#programList .slider h3:hover.slider-title {
	color:#fff;
	}

#programList .slider-content {
	margin:0 0 20px;
	}

#programList .slider>.slider-content {
	background:#eee;
	padding:10px;
	}

#programList .slider-content .slider-content {
	background:#fff;
	padding:10px;
	}

#programList .slider div:last-child.slider .slider-content {
	margin:0;
	}

#programList .slider-content .slider-content table {
	margin-bottom:0;
	}

#programList .slider h3.active {
	padding-left:24px;
	color:#fff;
	background:url(images/toggle-arrow.png) center left no-repeat #FBB04E;
	_background:#FBB04E;
	}

#programList h4.slider-title {
	background:#fff;
	}

#programList h4:hover.slider-title,#programList h4.active {
	background:#002F60;
	color:#fff;
	}

#programList .noChildren {
	background:#fff !important;
	}

#programList .slider-content a.btn {
	position:relative;
	top:15px;
	}

#locationSearch {
	color:#FFF;
	padding:20px;
	background:#002d62;
	height:130px;
	}

#locationSearch.edit {
	height:80px !Important;
	}

#locationSearch .left {
	float:left;
	}

#locationSearch .right {
	float:right;
	}

#locationSearch .number {
	float:left;
	width:50px;
	margin:0px 10px 0px 0px;
	height:100px;
	}

#locationSearch .goButton {
	background:#faa634;
	text-transform::uppercase;
	border:0px none;
	height:24px;
	width:30px;
	font-weight:bold;
	color:#FFF;
	cursor:hand;
	cursor:pointer;
	margin:0px 0px 0px -3px;
	}

#locationSearch .number div {
	font-size:16px;
	font-weight:bold;
	line-height:26px;
	background:#faa634;
	width:26px;
	height:26px;
	margin:0px auto 0px auto;
	-moz-border-radius:18px;
	border-radius:18px;
	-webkit-border-radius:18px;
	text-align:center;
	}

#locationSearch .filter {
	width:210px;
	float:left;
	}

#locationSearch .textInput {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
	width:200px;
	border:0px none;
	}

#locationSearch label {
	font-size:14px;
	display:block;
	line-height:30px;
	}

#locationSearch select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	border:0px none;
	}

#locationSearch h1 {
	margin:0px;
	}

#locationSearch p {
	font-size:11px;
	color:#9caec2;
	line-height:normal;
	margin:10px 0px 0px 0px;
	}

#locationSearch p.regText {
	font-size:11px;
	color:#FFF;
	line-height:normal;
	margin:0px 0px 0px 0px;
	}

#locationSearch #editLocation a {
	font-size:12px;
	color:#FFF;
	background:#faa634;
	display:block;
	height:25px;
	line-height:25px;
	padding:0 10px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	margin:30px 0px 0px 0px;
	}

#locationSearch .disabledIE div {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter:alpha(opacity = 30);
	}

/*////////////////////////// TABLE SORT */
td.sortHead {
	cursor:hand;
	cursor:pointer;
	}

td.sortHead:over {
	background:#faa634 !Important;
	}

td.sortHead .sortASC {
	background:url(images/down_arrow.gif) right center no-repeat;
	}

td.sortHead .sortDESC {
	background:url(images/up_arrow.gif) right center no-repeat;
	}

td.active {
	background:#faa634 !Important;
	}

/*////////////////////////// GOOGLE MAP */
#mapHolder {
	font-family:Arial, sans-serif;
	font-size:11px;
	width:800px;
	height:500px;
	}

#mapHolder>* {
	display:none;
	}

#map {
	overflow:hidden;
	height:500px;
	width:582px;
	}

#mapHolder table,#mapHolder table td {
	border:none !important;
	padding:0;
	}

/*///////////////////////PROGRAM LIST*/
#programList h3 {
	margin:2px 0 0;
	padding:5px 30px 5px 10px;
	background-color:#eee;
	position:relative;
	}

#programList h3:hover {
	cursor:pointer;
	background-color:#0C3D70;
	}

#programList h3 span {
	position:absolute;
	top:5px;
	right:10px;
	}

#programList h4 {
	margin:2px 0 0;
	padding:5px 30px 5px 20px;
	position:relative;
	}

#programList h4:hover {
	cursor:pointer;
	background-color:#eee;
	}

#programList h4 span {
	position:absolute;
	top:5px;
	right:10px;
	}

#programList .slider-content {
	display:none;
	}

.page-id-846 #sidebar p.reg {
	font-size:11px;
	line-height:16px;
	}

.page-id-846 p.red {
	color:#FF0000;
	}

.page-id-846 p.red a {
	color:#FF0000 !Important;
	}

.page-id-846 p.grey {
	color:#666;
	}

.page-id-846 #sidebar p {
	letter-spacing:normal;
	}

.page-id-846 #sidebar p.small {
	font-size:9px;
	}

.page-id-846 #sidebar p.grey a {
	color:#666;
	}

.page-id-846 #sidebar {
	overflow:auto;
	height:500px;
	width:280px;
	padding:0 20px;
	font-size:11px;
	color:#000;
	}

.page-id-846 #sidebar div {
	padding:10px 0 20px;
	border-bottom:1px dotted #ddd;
	line-height:1.2em;
	}

.page-id-846 #sidebar div:hover {
	background:none !important;
	cursor:default;
	}

.page-id-846 #sidebar div .btn {
	position:relative;
	top:10px;
	}

.page-id-846 #sidebar div b {
	font-size:14px;
	}

.program-times,.program-dates,.age {
	white-space:nowrap;
	}

#map .btn {
	font-size:9px !important;
	letter-spacing:0 !important;
	}

/*
================================================
	REGISTRATION AREA
================================================
*/
#schedule td {
	border:1px solid #fff;
	vertical-align:middle;
	padding:2px 8px;
	background:#eee;
	}

#schedule thead td {
	color:#fff;
	font-weight:bold;
	background:#002D62;
	}

#inside-content {
	border:1px solid #ddd;
	padding:25px;
	}

#program-title {
	top:0;
	right:0;
	margin-top:0;
	color:#E8363D !important;
	}

#registration-note {
	font-size:15px !important;
	color:#0C3D70 !important;
	margin:30px 0 10px;
	}

#registration-table {
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	}

#registration-table td {
	border:none;
	vertical-align:top;
	}

#registration-table h2 {
	margin:15px 0 30px;
	color:#E8363D;
	}

td#or {
	border-left:1px solid #ddd;
	vertical-align:middle;
	}

#or p {
	font-size:21px;
	color:#666;
	background:#fff;
	position:relative;
	left:-20px;
	padding:10px 0;
	}

#registration-table a {
	font-size:21px;
	color:#fff;
	font-weight:bold;
	padding:10px 20px;
	background:#E8363D;
	text-decoration:none;
	}

#registration-table a:hover {
	background-color:#FAA634;
	}

#registraiton-pdf-note {
	margin:10px 0 15px;
	padding-top:10px;
	line-height:1.2em;
	width:300px;
	}

#registraiton-pdf-note small {
	font-size:12px;
	}

#contact-title {
	margin-bottom:10px;
	padding-bottom:0;
	color:#0C3D70;
	}

#email {
	
	}

#email,#phone {
	margin:0;
	padding:0;
	}

#franchise-info {
	text-align:right;
	width:500px;
	float:right;
	margin-top:-20px;
	}

/*
================================================
	WAITING LIST BALLOON
================================================
*/
.waiting-list-msg {
	text-align: center;
	display: none;
	color: #002D62;
	background:#E92B01;
	box-shadow:0 0 8px rgba(0,0,0,.5);
	position: fixed;
	z-index: 99999;
	}

.waiting-list-msg p {
	font-size:12px;
	letter-spacing: normal !important;
	margin:0;
	padding:10px 15px;
	line-height:1.4em;
	}

.waiting-list-msg .msg-top {
	background:#fff;
	}

.waiting-list-msg .msg-top strong {
	color: #E92B01;
	}

.waiting-list-msg p.msg-bottom {
	padding: 10px 15px 3px;
	}

.waiting-list-msg .msg-bottom,.waiting-list-msg .msg-bottom a {
	color: #fff !important;
	}

.waiting-list-msg .msg-bottom a:hover,.waiting-list-msg .msg-bottom a:focus
	{
	text-decoration: none;
	}

.waiting-list-msg .msg-bottom strong {
	font-size: 14px;
	}

.waiting-list-msg .pointer {
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #E92B01;
	border-bottom: 0;
	position: relative;
	bottom: -7px;
	margin: 0 auto;
	}

/*
================================================
	PROGRAM LIST PROVINCE FILTER
================================================
*/

#programList .stateFilter {
	display:none;
	}

#programList h5 {
	cursor:auto;	
	font-size:16px;
	color:#0C3D70;
	}
