/***** Global CSS for Tour de Cure *****/	

* {
	padding: 0;
	margin: 0;
}
body {
	background: #fff url(../images/interface/background.jpg) repeat-x center top;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, Arial, sans serif;
	font-size: 62.5%;
	color: #333;
}
.clear {
	clear: both;
}
img {
	border: none;
}
*:focus {
	outline: none;
}





/**** Type ****/
p {
	line-height: 1.5;
	padding-bottom: 0.7em;
}
h1 {
	font-size: 2.4em;
	font-weight: normal;
}
#mainContent h1 {
	font-size: 1.7em;
	padding-bottom: 0.5em;
}
h2 {
	font-size: 1.4em;
	padding-bottom: 0.5em;
}
#mainContent h2 {
	color: #6cb4da;
	padding-top: 1em;
}
h3 {
	font-size: 1.2em;
	padding: 1em 0 0.5em 0;
}
h4 {
	font-size: 1.1em;
	padding-bottom: 0.5em;
}
h5 {
	font-size: 1.1em;
	padding-bottom: 0.5em;
}
h6 {
	font-size: 1.1em;
	padding-bottom: 0.5em;
}
a:link {
	color: #0476b3 !important;
}
a:visited {
	color: #666 !important;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #cc0000 !important;
}
#mainContent ol,
#mainContent ul {
	padding: 0 0 0.5em 3em;
	line-height: 1.5;
}
._ImageFloatLeft {
	float: left;
	margin: 3px 15px 5px 0;
}
._ImageFloatRight {
	float: right;
	margin: 3px 0 5px 15px;
}
._ImageCentered {
	display: block;
	margin: 10px auto;
}
._ImageText {
	margin: -14px 0 20px 0;
	padding: 5px 10px;
	background: #0476B4;
	color: #fff;
	width: 430px;
}








/***** Container *****/
#container {
	width: 971px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow:hidden;
	min-height: 600px;
	font-size: 1.2em;
}






/***** header *****/
#header {
	position: absolute;
	width: 970px;
	height: 100px;
	top: 0;
	left: 0;
	z-index: 8888;
	background: url(../images/interface/header.png) no-repeat 0 0;
	font-size: 0.9em;
}
#mainNav {
	position: absolute;
	width: 746px;
	height: 30px;
	right: 0;
	z-index: 8889;
	bottom: 0;
}
#mainNav li {
	float: left;
	height: 1%;
	list-style-type: none;
	position: relative;
}
#mainNav a {
	display: block;
	padding: 0 11px 0 10px;
	line-height: 30px;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	/*background: url(../images/interface/mainNav-divider.gif) no-repeat right bottom;*/
	background: url(../images/interface/mainNav-bg.gif) no-repeat right bottom;
	
}
#mainNav li:last-child a {
	background: none;
}
#mainNav a:hover,
#mainNav li:last-child a:hover,
#mainNav .selected a,
#mainNav li.selected:last-child a,
#mainNav ul .selected ul a:hover {
	/*background: url(../images/interface/mainNav-on.gif) repeat-x 0 0;*/
	background: #ffe500 url(../images/interface/mainNav-bg.gif) repeat-x 0 0;
	color: #fff;
}
#mainNav em {
	font-style: normal;
}
#mainNav ul ul {
	position: absolute;
	left :0;
	top :30px;
	width: 210px;
	background: #fff;
	border: 2px solid #ffe100;
	border-top: none;
	display: none;
	z-index: 9999;
}
#mainNav ul ul li {
	float: none;
}
#mainNav ul .selected ul a,
#mainNav ul ul a {
	background: #fff;
	color: #666;
}
#mainNav ul .selected ul .selected a {
	background: #fff;
	color: #666;
	font-weight: bold;
}
/* turns the sub menu on */
#mainNav li:hover ul,
#mainNav li.over ul {
	display: block;
}
/* turns the parent rollover on */
#mainNav :hover > a {
	/*background: url(../images/interface/mainNav-on.gif) repeat-x 0 0;*/
	background: #ffe500 url(../images/interface/mainNav-bg.gif) repeat-x 0 0;
	
	color: #fff;
}
#donateDisplay {
	width: 365px;
	height: 34px;
	position: absolute;
	top: 25px;
	right: 25px;
	background: url(../images/interface/header-donate.gif) no-repeat 0 0;
	color: #333;
	text-decoration: none;
	line-height: 36px; /* mac.css & ie6.css */
	text-transform: uppercase;
	font-size: 1.2em;
}
#donateDisplay:hover {
	background-position: 0 -34px;
}
#donateDisplay #donateTotal {
	float: left;
	width: 273px;
	text-align: center;
	cursor: pointer;
}
#donateDisplay #donateTotal span {
	padding-right: 4px;
	cursor: pointer;
}
#donateDisplay #donateTotal strong {
	cursor: pointer;
}
#donateDisplay #donateButton {
	float: right;
	width: 89px;
	text-align: center;
	color: #cc0000;
	cursor: pointer;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 206px;
	background: url(../images/interface/header.png) no-repeat 0 0;
	z-index: 9000;
}
#logo a {
	display: block;
	height: 206px;
}
#logo em {
	width: 0;
	height: 0;
	overflow: hidden;
	display: block;
}
#teamLoginBox {
	position: absolute;
	right: 25px;
	top: 0;
	width: 89px;
	height: 18px;
	background: url(../images/interface/team-login-button.gif) no-repeat left bottom;
	padding: 0;
	text-align: center;
}
#teamLoginBox a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#teamLoginBox a:hover {
	color: #cc0000;
}

#logo-follow {
	position: absolute;
	top: 0;
	left: 0;
	width: 197px;
	height: 100px;
	background: url(../images/interface/tdc-small-logo-csc.jpg) no-repeat 0 0;
	z-index: 9000;
}
#logo-follow a {
	display: block;
	height: 100px;
}
#logo-follow em {
	width: 0;
	height: 0;
	overflow: hidden;
	display: block;
}




/***** Content *****/
#content {
	padding-top: 100px;
	width: 970px;
	background: url(../images/interface/contentMain-bg.gif) repeat-x left bottom;
}
#contentHome {
	padding-top: 100px;
	width: 970px;
	background: url(../images/interface/content-bg.gif) repeat-x left bottom;
}







/***** Columns *****/
#contentCol1 {
	float: left;
	width: 740px;
}
#mainContent {
	float: right;
	width: 455px;
	margin: 32px 0 0 0;
	padding: 0 30px 30px 30px;
	border-right: 1px solid #ebebeb;
}
#contentCol2 {
	float: left;
	width: 174px;
	padding: 120px 25px 30px 25px;
}
#contentCol3 {
	float: right;
	padding: 32px 25px 30px 0;
	width: 183px;
}









/***** Home *****/
#homeGallery {
	height: 366px;
	overflow: hidden;
	border-bottom: 15px solid #121212;
	background: #333;
	position: relative;
	font-size: 0.9em;
}
#homeOverlay {
	position: absolute;
	right: 0;
	top: 0;
	width: 306px;
	height: 335px;
	padding: 31px 10px 0 143px;
	background: url(../images/interface/home-image-overlay.png) no-repeat 0 0;
}
#homeOverlay .quote {
	font-size: 1.8em;
	color: #fff;
	line-height: 1.1;
	padding-bottom: 40px;
}
#homeOverlay .quote span {
	/*display: block;*/
	font-size: 70%;
}
#homeOverlay .help {
	padding: 15px 0 5px 0;
	color: #ffcc00;
	font-size: 1.4em;
	line-height: 1;
}
#homeOverlay .intro {
	color: #fff;
	font-size: 1.2em;
	padding-right: 20px;
}
#homeOverlay .followIcons {
	position: absolute;
	right: 0;
	top: 94px;
	width: 180px;
	height: 50px;
}
#homeOverlay div {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 321px;
	height: 163px;
}
#homeCol1 {
	width: 338px;
	padding: 30px;
	float: left;
	min-height: 350px;
	background: url(../images/interface/home-column-divider.gif) no-repeat right center;
}
#homeCol2 {
	width: 265px;
	float: left;
	padding: 30px 20px 30px 20px;
	margin-right: 20px;
	min-height: 350px;
	background: url(../images/interface/home-column-divider.gif) no-repeat right center;
}
#homeCol3 {
	padding: 30px 20px 30px 0;
	float: left;
}
#homeCol1 h1 {
	font-weight: normal;
	color: #6ab3dc;
	font-size: 2.4em;
	padding-bottom: 0.5em;
}
.eventsList {
	list-style-type: none;
}
.eventsList li {
	padding: 0 0 10px 0;
	clear: left;
}
.eventsList span {
	float: left;
	width: 43px;
	color: #666;
}
.eventsList a {
	float: left;
	width: 180px;
	padding: 0 0 10px 0;
}
#homeLatestNewsPhoto {
	position: relative;
	background: url(../images/interface/home-photo-frame.gif) no-repeat 0 0;
	height: 168px;
	width: 216px;
}
#homeLatestNewsPhoto div {
	position: absolute;
	top: 9px;
	left: 11px;
	width: 177px;
	height: 123px;
	overflow: hidden;
}
#homeLatestNewsPhoto p {
	position: absolute;
	bottom: 11px;
	left: 11px;
	width: 177px;
	font-size: 0.8em;
	color: #666;
}
#homeCol2 ul {
	padding: 10px 10px 0 10px;
	background: #fff79b;
	border: 1px solid #fff79b;
	-webkit-border-radius:4px;
	margin-bottom: 10px;
}
#homeCol2 li {
	margin: 0 0 10px 0;
	font-size: 110%;
	list-style-type: none;
}
#homeVideoBruno {
	width: 256px;
	height: 158px;
	display: block;
	margin-bottom :10px;
}
#bike {
	position: absolute;
	right: 13px;
	bottom: 10px;
	width: 321px;
	height: 163px;
}







/***** Generic *****/
.box {
	clear: both;
	margin-bottom: 30px;
}
#contentCol3 .box {
	border-bottom: 1px solid #e9e8e8;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.box img {
	border-bottom: 6px solid #0476b4;
}
.box .photographer {
	font-size: 75%;
	text-align: right;
}
.box .rssFeed a {
	display: block;
	background: url(../images/interface/icon-rss.png) no-repeat left center;
	padding: 2px 0 2px 20px;
}
#contentCol3 h2 {
	color: #6cb4da;
	font-size: 1.2em;
}
#contentCol3 li {
	list-style-type: none;
	padding: 0 0 8px 0;
}
#contentCol3 ul {
	padding-bottom: 0.5em;
}
.postsList {
	list-style-type: none;
}
.postsList li {
	padding: 0 0 10px 0;
}
.postsList span {
	display: none;
}
.postsList a {
	
	padding: 0 0 10px 0;
}
.youCanHelp h2 {
	color: #ff0000;
}
.buttonDonateNow {
	display: block;
	height: 59px;
	background: url(../images/interface/button-dontate-now.png) no-repeat 8px 0;
}
.buttonDonateNow:hover {
	background: url(../images/interface/button-dontate-now.png) no-repeat -235px 0;
}
.buttonDonateNow em {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}







/***** SubNav *****/
.subNav h2 {
	padding-bottom: 0;
}
.subNav ul {
	list-style-type: none;
}
.subNav li {
	line-height: normal;
}
.subNav a {
	display: block;
	padding: 5px 3px 3px 0;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}
.subNav a:hover {
	text-decoration: underline;
}
.subNav .selected a {
	font-weight: bold;
	color: #666;
}
.subNav .selected a:hover {
	text-decoration: none;
	cursor: default;
}







/***** Blog *****/
.blogSearch label {
	color: #6cb4da;
	font-size: 1.2em;
	padding-bottom: 0.5em;
	font-weight: bold;
	display: block;
}
.entry img {
	padding: 4px;
	border: 1px solid #ccc;
}
#mainContent .commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#mainContent .commentlist li {
	border-bottom: 1px solid #e5e5e5;
	padding-top: 0.7em;
}
.avatar-32 {
	float: left;
	margin-right: 5px;
}
.comment p {
	margin-left: 37px;
}







/***** Accordian *****/
#mainContent .accItem h2 {
	font-weight: bold;
	font-size: 1em;
	color: #6cb4da;
	padding: 9px 0 9px 10px;
	/*background: url(../images/interface/event-title-bg.gif) no-repeat left bottom;*/
	margin-bottom: 10px;
	border-bottom: 2px solid #6cb4da;
}
#mainContent .accItem h2 .accDate strong {
	display: none;
}
#mainContent .accItem h2 .accDate {
	/*color: #fff;
	font-weight: normal;*/
	padding-right: 6px;
	text-transform: uppercase;
}
.accItem {
	margin-bottom: 15px;
}
.accItem h2 strong {
	color: #4b9bd5;
	font-weight: normal;
}
h2.ui-state-default {
	background: url(../images/interface/accordion-head-closed.gif) no-repeat left center;
}
h2.ui-state-active {
	background: url(../images/interface/accordion-head-open.gif) no-repeat left center;
}
.accContent {
	padding: 0 0 20px 40px;
	/*background: url(../images/interface/accordion-content-bg.gif) repeat-x left bottom;*/
}
.accClosed .accContent {
	display: none;
}
.accWhen {
	padding-left: 10px;
}






/***** Teams *****/
#mainContent .team h2 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
	color: #6cb4da;
	background: url(../images/interface/team-title-bg.gif) no-repeat left bottom;
	margin-bottom: 4px;
	padding: 9px 0 9px 10px;
}
#mainContent .team h2 strong {
	color: #fff;
	font-weight: normal;
	padding-right: 16px;
}
.team {
	margin: 0 0 25px 0;
	clear: left;
	padding-top: 40px;
}
.teamMember {
	float: left;
	margin: 8px 16px 0 0;
	width: 75px;
	text-align: center;
}
.teamMember img {
	display: block;
	margin-bottom: 2px;
	margin-left: 3px;
	border: 1px solid #666;
}
.teamMember a {
	text-decoration: none;
	display: block;
	height: 95px;
}
.teamMember a:hover {
	text-decoration: underline;
}
.team-logo {
    border: 1px solid #666;
    width: 161px;
    height: 77px;
    overflow: hidden;
    float: left;
    margin: 8px 16px 0 0;
    line-height: 90px;
    vertical-align: middle;
    text-align: center;
}





/***** In the Press *****/
#mainContent .year h2 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
	color: #6cb4da;
	background: url(../images/interface/team-title-bg.gif) no-repeat left bottom;
	padding: 9px 0 9px 14px;
}
#mainContent .year h2 strong {
	color: #fff;
	font-weight: normal;
	padding-right: 16px;
}
.year {
	margin: 10px 0 25px 0;
}
.year .columnOne,
.year .columnTwo {
	float: left;
	width: 227px;
}
.year .columnOne {
	width: 203px;
	padding: 0 20px 0 5px;
}
.year h3 {
	padding-top: 8px;
	font-size: 1em;
}
#mainContent .year ul {
	padding: 0;
}
.year li {
	list-style-type: none;
	line-height: 1.2;
	padding-bottom: 1em;
}
.year a {
	display :block;
	padding: 2px 0 2px 20px;
}





/***** Icon Links *****/
.icon-xls {
	background-image: url(../images/interface/icon_excel.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.icon-pdf {
	background-image: url(../images/interface/icon_acrobat.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.icon-doc {
	background-image: url(../images/interface/icon-word.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.icon-mov {
	background-image: url(../images/interface/icon-mov.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.icon-wmv {
	background-image: url(../images/interface/icon-wmv.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.icon-web {
	background-image: url(../images/interface/icon-world.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.icon-mp3,
.icon-wma {
	background-image: url(../images/interface/icon-sound.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}




/***** YouTube Embed *****/
.youtubeEmbed {
	padding: 10px 0 0 0;
}





/***** Testimonials *****/
.testimonial {
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
	min-height: 75px;
}
.testimonial .headShot {
	float: left;
	width: 78px;
}
.testimonial .headShot img {
	border: 1px solid #666;
}
.testimonial .comment {
	margin-left: 98px;
}
.testimonial .name {
	padding-bottom: 5px;
	font-weight: bold;
}




/***** Events *****/
#mainContent .event h2 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
	color: #6cb4da;
	padding: 9px 0 9px 10px;
	background: url(../images/interface/event-title-bg.gif) no-repeat left bottom;
}
#mainContent .event h2 strong {
	color: #fff;
	font-weight: normal;
	padding-right: 16px;
}
.event {
	margin: 10px 0 25px 0;
	clear: left;
}
.event .thumbnail {
	float: left;
	width: 94px;
	margin: 5px 0 0 0;
}
.event p {
	margin-left: 104px;
}
.event .where {
	margin-top :8px;
}
.event p a {
	background: url(../images/interface/bullet-arrow-yellow.gif) no-repeat left center;
	padding-left: 10px;
}
#mainContent .community h2 {
	background: url(../images/interface/event-title-community-bg.png) no-repeat left bottom;
	color: #a59101;
}
#mainContent .community h2 strong {
	color: #333;
}
.eventIntro {
	margin-bottom: 1em;
}
#evtImage {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #e5e5e5;
	padding: 3px;
}






/***** Photos & Video *****/
.photoVideo {
	background: url(../images/interface/two-column-bg.gif) no-repeat -1px 0;
}
.photoVideo .gallery {
	width: 190px;
	display: block;
	text-align: left;
	margin: 0 0 5px 0;
	height: 85px;
}
.photoVideo .gallery img {
	padding: 2px;
	border: 1px solid #ccc;
	float: left;
	margin-right: 4px;
}
.photoVideo .gallery p {
	line-height: 1.1;
	font-size: 90%;
	padding: 20px 0 0 0;
}
.photoVideo .gallery a {
	padding: 0;
}
.photoVideo .columnOne {
	width: 223px;
	padding: 0 0 0 5px;
}
#gallery .gallery {
	float: left;
	margin: 0 10px 10px 0;
}
#gallery .gallery img {
	padding: 2px;
	border: 1px solid #ccc;
}






/***** Member Details *****/
.memberPic {
	float: right;
	margin-top: -35px;
	text-align: center;
}
.memberPic img {
	padding: 3px;
	border: 1px solid #e5e5e5;
}
.memberReason {
	float: left;
	margin: 3px 15px 15px 0;
	padding: 3px;
	border: 1px solid #e5e5e5;
}





/***** Sponsors / Partners *****/
#mainContent .sponsorGroup h2 {
	padding-bottom: 0;
}
.sponsorGroup {
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}



/***** Tour intro *****/
.rideIntro img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.rideIntro {
	clear: left;
	padding: 15px;
	border-top: 1px solid #e5e5e5;
}




/***** Route *****/
.distances {
	width: 100%;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.distances th {
	background: #e7f4fd;
}
.distances td,
.distances th {
	padding: 6px 4px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #e5e5e5;
	vertical-align: middle;
	line-height: 1;
}
.distances td.start {
	background: #b8d466;
}
.distances td.finish {
	background: #b6020b;
	color: #fff;
}
.distances .total td {
	font-weight: bold;
}
.activityDay {
	color: #b6020b;
}
.distances .nw {
	white-space: nowrap;
}






/***** Server Errors *****/
.serverError {
	min-height: 650px;
}





/***** Donation Form *****/
#donationForm ol,
#memberDonationForm ol {
	padding: 15px 3px 0 3em;
	
}
#donationForm li,
#memberDonationForm li {
	padding: 0;
	list-style-type: none;
	clear: left;
	padding: 5px 0;
}
#donationForm label,
#memberDonationForm label {
	float: left;
	margin-top: 7px;
	width: 100px;
}
#donationForm .donationAmount,
#memberDonationForm .donationAmount {
	background: #e5e5e5;
	margin: 10px 0;
	padding: 5px 10px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	border: 1px solid #e5e5e5;
	width: 320px;
}
#donationForm .donationAmount label,
#memberDonationForm .donationAmount label {
	width: 110px;
	font-weight: bold;
}
#donationForm .donationMessage label,
#memberDonationForm .donationMessage label {
	float: none;
	display: block;
}
#donationForm input,
#donationForm textarea,
#memberDonationForm input,
#memberDonationForm textarea {
	padding: 4px 3px;
	font-size: 1.2em;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	border: 1px solid #999;
	font-family: "Helvetica Neue", Helvetica, Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, Arial, sans serif;
}
#donationForm .buttons,
#memberDonationForm .buttons {
	padding: 15px 3px 15px 3em;
}
#donationForm .buttons input,
#memberDonationForm .buttons input {
	background: #fffde9;
	border-top: 2px solid #fee300;
	border-left: 2px solid #fee300;
	border-right: 2px solid #ffba03;
	border-bottom: 2px solid #ffba03;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	cursor: pointer;
	color: #cc0000;
}
#donationForm .buttons input:hover,
#memberDonationForm .buttons input:hover {
	border-bottom: 2px solid #fee300;
	border-right: 2px solid #fee300;
	border-top: 2px solid #ffba03;
	border-left: 2px solid #ffba03;
}
#donationForm .donationExpiry label,
#donationForm .donationType label,
#memberDonationForm .donationExpiry label,
#memberDonationForm .donationType label {
	margin-top: 2px;
}
.donationExpiry #label-donation-cc-expiry-month,
.donationExpiry #label-donation-cc-expiry-year {
	float: none;
	width: auto;
}
#donationForm .donationChoose label {
	font-weight: bold;
	width: 120px;
	margin-top: 2px;
}
#donationForm .donationChoose {
	background: #e5e5e5;
	margin-bottom: 10px;
	padding: 5px 10px 8px 10px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	border: 1px solid #e5e5e5;
	width: 320px;
}






/***** Form Errors *****/
#mainContent .ckwFieldError {
	color: #cc0000;
	background: #ffe8e8;
}
#mainContent .ckwFieldError label {
	float: none;
	font-weight: bold;
}
#mainContent .ckwFieldError span {
	font-style: italic;
}
#mainContent .ckwFieldError input {
	border: 1px solid #cc0000;
	display :block;
	margin-left: 100px;
}
.donationExpiry span.ckwFieldErrorMessage {
	display: block;
	color: #cc0000;
	font-weight: bold;
}
div.error {
	padding: 10px;
	border: 1px solid #cc0000;
	background: #ffe8e8;
	line-height: 1.4;
}
div.error p {
	font-weight: bold;
	color: #cc0000;
}






/***** Preparation *****/
.mealTable {
	width: 100%;
	margin: 10px 0;
}
.mealTable th {
	background: #ffe500;
	font-size: 1em;
	text-align: left;
	padding: 5px;
}
.mealTable td {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 5px;
}





/***** Footer *****/
#footer {
	clear: both;
	padding: 10px 0 40px 25px;
	color: #999;
}
#footer #sponsorLogos {
	float: left;
	width: 697px;
	text-transform: uppercase;
	min-height: 70px;
}
#footer #sponsorLogos p {
	text-align: left;
}
#footer a {
	color: #999;
}
#footer p {
	text-align: right;
}






#myGallery, #myGallerySet, #flickrGallery
{
	height: 366px;
	width: 712px;
	z-index:0;
}

#flickrGallery
{
	width: 500px;
	height: 334px;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('images/home/loading-bar-black.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('images/home/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	display: none;
}

* html .jdGallery .slideInfoZone
{
	display: none;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

.jdGallery div.carouselContainer
{
	display: none;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #b5b5b5;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('img/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('img/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('img/fleche2.gif') no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url('img/open.png') no-repeat center center; }

* html .withArrows a.open:hover { background: url('img/open.gif') no-repeat center center;
	filter:alpha(opacity=80); }
	
	
/* Gallery Sets */

.jdGallery a.gallerySelectorBtn
{
	z-index: 15;
	position: absolute;
	top: 0;
	left: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
}

.jdGallery .gallerySelector
{
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}

.jdGallery .gallerySelector h2
{
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.jdGallery .gallerySelector .gallerySelectorWrapper
{
	overflow: hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #888;
	padding: 5px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	float: left;
}

.jdGallery .gallerySelector .gallerySelectorInner div.hover
{
	background: #333;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
	background: #000;
	background-position: center center;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
}


#videoBruno {
    display: block;
    width: 450px;
    height: 268px;
}

a.fp {
    display: block;
    position: relative;
}

a .videoLink {
    display: block;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    background: url(../images/interface/video-rollovers.png) no-repeat center center;
}










