    *{
        padding:0px;
        margin:0px;
    }
    
    body{
        font-size: 12px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #3d3d3d;
		background-image: url(../images/background.gif);
		background-repeat: repeat-x;
		background-color: #f9f9f9;
    }

	h1{
		color: #c4222b;
		padding-bottom:5px;
		font-size:24px;
		font-weight:normal;
	}
	
	h2{
		color: #c4222b;
		font-size:18px;
		font-weight:normal;
	}
	
		h4{
		font-size:13px;
	}
	
	
    #container{
        width: 980px;
        margin-left: auto;
        margin-right: auto;
    }
	
	#logoHolder{
		height: 142px;
		float: left;
	}
	
	#logoImage{
		height: 142px;
		float:left;
		width; 200px;
	}
	
	#login{
		float: right;
		text-align: right;
		position: relative;
		height: 38px;
	}
	
	#login a{
		color: #FFFFFF;
		text-decoration:none;
	}
	
	#login a:hover{
		color: #ffd9d9;
	}
	
	.loginButton{
		float:right;
		width: 226px;
		height: 38px;
		background-image:url(../images/btns/signup.png);
		text-align:center;
	}
	
	.loginButton:hover{
		color: #0099FF;
	}
	
	.loginLink{
		padding-top:5px;
	}	
	
	img a{
		border:0px;
	}
	
	a img{
		border:0px;
	}
	
	#progress{
		width: 450px;
		height: 63px;
		border: 0px;
		float: none;
		padding: 0px;
	}
	
	#navHolder{
		float:right;
		position: relative;
		width: 670px;
		padding-top:55px;
		
	}
	
	
	.linkHolder{
		float:right;
	}
	
	.navLink{
		font-size:14px;
		text-decoration:none;
		color:#333333;
		padding: 5px 15px 5px 15px;
	}
	
	.navLink:hover{
		background-color:#c4222b;
		color:white;
	}
	
	.navLinkMem{
		font-size:14px;
		text-decoration:none;
		color:#BF0000;
		padding: 5px 15px 5px 15px;
	}
	
	.navLinkMem:hover{
		background-color:#c4222b;
		color:white;
	}
  
	#mainContent{
		height:329px;
		text-align:left;
		background-color:#ffffff;
	}
	
	
	
			/*---------------------------------------------------------------*/
			/*------------------ CYCLE WIDGET STYLES START ------------------*/
			/*---------------------------------------------------------------*/

			#cycleWidgetNavWrap{
				width:294px;
				text-align:center;
				float:left;
				margin-top:-6%;
				position:relative;
				z-index:9999;
			}

			#cycleWidgetNavWrap > a{
				border:none;
				text-decoration:none;
			}

			#cycleWidgetNavWrap a img{
				float:left;
				display:block;
				margin:0px;
				border:none;
			}

			#courseCycleWidgetNavWrap{
				width:475px;
				text-align:center;
				float:left;
				margin-top:0%;
				position:relative;
				z-index:9999;
				background-color:#c4222b;
			}

			#courseCycleWidgetNavWrap > a{
				border:none;
				text-decoration:none;
			}

			#courseCycleWidgetNavWrap a img{
				float:left;
				display:block;
				margin:0px;
				border:none;
			}
			
			span#galleryNav{
				display:block;
			}

			span#courseNav{
				display:block;
			}
			
			.galleryNavPadding{
				padding-top:15px;	
			}

			body #galleryNav a{
				background-image: url(../images/navbg.png);
				background-repeat: repeat-x;
				text-decoration:none;
				color:#828282;
				font-size:12px;
				margin:0px;
				padding-top:13px;
				height: 27px !important;
				width:16px !important;
				line-height:10px;
				display:block;
				float:left;
			}

			body #courseNav a{
				background-image: url(../images/navBGcourse.jpg);
				background-repeat: repeat-x;
				text-decoration:none;
				font-size:1px;
				margin:0px;
				height: 17px !important;
				width:18px !important;
				display:block;
				line-height:1px;
				float:left;
				color:#c4222b;
			}
			
			#galleryNav a.activeSlide{
				background-image: url(../images/navbgSelected.png);
				color:#c4222b;
			}

			#courseNav a.activeSlide{
				background-image: url(../images/navBGcourseSelected.jpg);
			}
			
			#gallerySlides{
				width: 980px;
			}
		
			.courseSlideText {
				padding: 227px 8px 5px 8px;
				color: #ffffff;
				font-weight: bold;
			}
		
			#courseSlides{
				width: 475px;
			}

			.slideLink {
				text-decoration: none;
				color: black;
			}

#workshopPicture{
	width: 475px;
	height: 330px;
}
			
	.mainContent a{
		text-decoration:none;
		color: #0099FF;
	}
	
	.mainContent a:hover{
		color: #00CCFF;
	}
	
	.inst_resource_div{
		width: 100%;
		padding-top: 25px;
		line-height: 25px;
	}
	
	.leftContent{
		width: 475px;
		float:left;
		background:#ffffff;
		text-align:left;
		padding-top:25px;
		line-height: 25px;
	}
	
	.course{ 
		width: 465px;
		height: 150px;
		background-image:url(../images/course.jpg);
		background-repeat: no-repeat;
		border: 1px solid white;
		padding-bottom: 15px;
	}

	.course p{
		padding: 5px 20px 5px 5px;
	}
	.workshop{ 
		width: 465px;
		height: 150px;
		background-image:url(../images/workshop.jpg);
		background-repeat: no-repeat;
		border: 1px solid white;
		padding-bottom: 15px;
	}

	.workshop p{
		padding: 5px 20px 5px 5px;
	}
	
	.courseTitleBox{ 
		float: right;
		width: 500px;
		height: 150px;
		background-image:url(../images/courseTitle.jpg);
		background-repeat: no-repeat;
		border: 1px solid white;
		margin: 25px 0 0 30px;
	}

	.courseTitle{
		padding: 5px 15px 5px 10px;
	}
	
	.rightContent{
		width: 490px;
		background:#ffffff;
		line-height: 25px;
		float:right;
		padding-top:25px;
	}

	.enrollTable {
		background-image:url(../images/enrollBG.jpg);
		background-repeat: no-repeat;
		width:505px;
		padding:10px 3px;
		margin-right:-15px;
	}
	
	.courseBrochure{
		background-image:url(../images/brochureBG.jpg);
		background-repeat: no-repeat;
		width:505px;
		padding:10px 3px;
		margin-right:-15px;
	}
	
	.courseHeader {
		padding: 0 6px;
		margin-bottom:60px;
	}
	
	.brochureContent {
		padding:10px 23px 0 3px;
	}
	
	.rightContentIndex{
		width: 490px;
		background:#ffffff;
		line-height: 25px;
		float:right;
	}
	
	
	.leftContent p{
		padding-bottom: 15px;
	}
	
	.rightContent img{
		float: right;
		padding-top: 40px;
		padding-right:5px;
	}

	.mainContent h3{
		padding-bottom: 15px;
	}
	


	a.whiteButton {
		background-image: url("../images/WhiteButtonA.png");
		background-repeat: no-repeat;
		background-attachment:scroll;
		background-position:top right;
		color: #000;
		display: block;
		float: left;
		font: normal 12px arial, sans-serif;
		height: 40px;
		margin-right: 6px;
		padding-right: 18px; /* sliding doors padding */
		text-decoration: none;
		font-size: 10px;
	}

	a.whiteButton span {
		background: transparent url('../images/WhiteButtonSpan.png') no-repeat;
		display: block;
		line-height: 20px;
		padding: 7px 0px 13px 18px;
	} 

	a.whiteButton:active {
		background-position: bottom right;
		color: #9F0;
		outline: none; /* hide dotted outline in Firefox */
	}

	a.whiteButton:active span {
		background-position: bottom left;
		padding: 8px 0 12px 18px; /* push text down 1px */
	} 
	
	.tribarHeader{
		color:#c4222b;
	}
	
	.threecol .colmid {
		right:33%;			/* width of the right column */
	}

	.threecol .colleft {
		right:34%;			/* width of the middle column */
	}

	.threecol .col1 {
		width:30%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}

	.threecol .col2 {
		width:30%;			/* Width of left column content (column width minus padding on either side) */
		left:39%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}

	.threecol .col3 {
		width:30%;			/* Width of right column content (column width minus padding on either side) */
		left:75%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}

	.colmid,
	.colleft {
		float:left;
		width:980px;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 0 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}

	#endstuff{
		background-color:#f9f9f9;
	}
	
	#endcap{
		background-image: url("../images/endcap.gif");
		height:40px;
		background-repeat:repeat-x;
		background-color:#f9f9f9;
	}

	#tribar{
		Background-color: #f9f9f9;
	}
	
	#tribarcontainer{
		height: 211px;
        background-image: url("../images/tribarBG.jpg");
		background-color: #f9f9f9;
		width: 980px;
        margin-left: auto;
        margin-right: auto;
	}
	
	#footer{
		background-image: url(../images/footer/bg.jpg);
		background-repeat:repeat-x;
		background-color:#f9f9f9;
	}
	
	#footerContainer{
		width:980px;
		margin-left: auto;
		margin-right:auto;
	}
	
	
	#footerLeft{
		float:left;
		padding-top:60px;
		font-size: 18px;
		font-weight: bold;
		
	}
	
	#footerRight{
		float:right;
		padding-top:13px;
		text-align:left;
	}
	
	#footerLinks{
		padding-top:20px;
		padding-bottom:60px;
	}
	
	#links{
		float:left;
	}
	
	#links a{
		padding: 0px 15px 0px 0px;
		color: #0099FF;
		text-decoration:none;
	}
	
	#links a:hover{
		color: #00CCFF;
	}
	
	
	#copyright{
		float:right;
		color: #949494;
	}
	
	.cboInput{
		background-color: #ececec;
		border: 1px solid #cecece;
		height: 24px;
		font-size: 12px;
		color:#666666;
	}
	
	.textInput{
		background-color: #ececec;
		border: 1px solid #cecece;
		height: 18px;
		font-size: 12px;
		color:#666666;
		padding-top:3px;
		padding-left:3px;
	}
	
	.textInputLarge{
		background-color: #ececec;
		border: 1px solid #cecece;
		height: 50px;
		font-size: 12px;
		color:#666666;
		width: 400px;
		padding-top:3px;
		padding-left:3px;
	}

	.textInputEmailShare{
		background-color: #fcfcfc;
		border: 1px solid #cecece;
		font-size: 12px;
		color:#666666;
	}
	
	.textInputLargeSkinny{
		background-color: #ececec;
		border: 1px solid #cecece;
		height: 18px;
		font-size: 12px;
		color:#666666;
		width: 400px;
		padding-top:3px;
		padding-left:3px;
	}
	
	.personalData td{
		padding-right: 65px;
	}
	
	.smallText{
		font-size: 9px;
		line-height:normal;
		padding-top:5px;
	}	
	
	.capabilities td{
		padding-right: 20px;
	}
	
	#instructorsAndResources td{
		padding-right: 25px;
	}
	
	.oneColumn{
		width: 980px;
		margin-left:auto;
		margin-right:auto;
		padding-top:25px;
		line-height: 25px;
	}
	
	
	
	.oneColumn li{
		padding-bottom: 50px;
	}
	
	.oneColumn p{
		padding-bottom: 15px;
	}
	
	#programsAndServices {
		width: 100%;
		border: none;
	}
	
	#programsAndServices td{
		background-image: url(../images/Service.jpg);
		background-repeat:no-repeat;		
		width:300px;
		height:97px;
		padding-right: 40px;
		padding-bottom: 25px;
		margin: 3px 5px 25px 5px;
		text-align: center;
		vertical-align: center;
		line-height: 18px;
	}
	
	.mainContent ul{
		
	}
	
	.mainContent li{
		padding-bottom:5px;
	}
	
	#partners td{
		padding-right: 15px;
		
	}
	
	#partners{
		width: 630px;
	}
	
	.linkHolder a{
		text-decoration:none;
	}
	
	.warning{
		padding:10px;
		background-color: #FF9999;
		border: 1px solid #CC0000;
		width: 400px;
	}
	
	/* CODE FOR THE TRAINER DISPLAYING */
	
	.trainerBox{
		width: 950px;
		background-color: #f2f2f2;
		border: 1px solid #dedede;
		padding: 15px;	
		line-height: normal;	
	}
	
	.photo{
		padding-right: 15px;
	}
	
	.bio{
		width: 440px;
		padding-right:15px;
	}
	
	.capabilities{
		padding-right: 15px;
	}
	
	.capabilities h2{
		padding-bottom: 0px;
	}
	
	.capabilitiesList{
		padding:0px 0px 0px 15px;
	}
	
	
	.defaultList li{
		margin-left:5px;
	}
	
	
/*******MEMBERS ONLY AREA*********/

	.editProfile{ 
		width: 430px;
		height: 120px;
		background-image:url(../images/MO_button_dn_profile.jpg);
		background-repeat: no-repeat;
		border: none;
		padding:15px;
		cursor: pointer;
	}
	
	.editProfile:hover{ 
		background-image:url(../images/MO_button_up_profile.jpg);
	}
	
	.editProfile h2{
		padding: 8px 0 0 40px;
	}

	.editProfile p{
		padding: 17px 0 0 0;
	}
	
	.membDiscounts{ 
		width: 430px;
		height: 120px;
		background-image:url(../images/MO_button_dn_deals.jpg);
		background-repeat: no-repeat;
		border: none;
		padding:15px;
		cursor: pointer;
	}
	
	.membDiscounts:hover{ 
		background-image:url(../images/MO_button_up_deals.jpg);
	}
	
	.membDiscounts h2{
		padding: 8px 0 0 40px;
	}

	.membDiscounts p{
		padding: 17px 0 0 0;
	}
	
	.inviteFriends{ 
		width: 430px;
		height: 120px;
		background-image:url(../images/MO_button_dn_invite.jpg);
		background-repeat: no-repeat;
		border: none;
		padding:15px;
		cursor: pointer;
	}
	
	.inviteFriends:hover{ 
		background-image:url(../images/MO_button_up_invite.jpg);
	}
	
	.inviteFriends h2{
		padding: 8px 0 0 40px;
	}

	.inviteFriends p{
		padding: 17px 0 0 0;
	}
	
	.discountButton{ 
		width: 430px;
		height: 120px;
		background-image:url(../images/MO_button_dn.jpg);
		background-repeat: no-repeat;
		border: none;
		padding:15px;
		cursor: pointer;
	}
	
	.discountButton:hover{ 
		background-image:url(../images/MO_button_up.jpg);
	}

	.discountButton img.logo{
		float:right;
		padding:5px;
	}
	
	.discountButton h2{
		padding: 8px 0 0 10px;
	}

	.discountButton p{
		padding: 5px 0 0 10px;
	}
	
	.followUs{ 
		width: 475px;
		height: 100px;
		background:#FFF1F1;
		border: 1px solid #EA4C62;
		padding:5px;
		cursor: pointer;
	}
	
	.followUs:hover{ 
		background:#F2F2F2;
		border:1px solid #7085FF;
	}
	
		.followUs h2{
		padding: 35px 0 0 0px;
	}

