@charset "UTF-8";
/* CSS Document */

body {
	font: 12px Arial, "Lucida Grande", sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #121212;
	background-color: #FFFFFF;
	height: 100%;
}
* html body p {
	line-height: 1.2em;
}
a {
  outline: none;
}

p a:link {
	color: #000000;
	text-decoration: none;
}
p a:visited {
	text-decoration: none;
	color: #000000;
}
p a:hover {
	text-decoration: none;
	color: #993300;
}
p a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 110px;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-top: 10px;
	height: 100%;
}
* html .oneColFixCtrHdr #mainContent { zoom: 1; }
.oneColFixCtrHdr #footer {
	background: url(../images/personal-training-certification-footer.png) no-repeat center top;
	margin-top: 10px;
	height: 33px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
}
.fltlft {
	float: left;
}
.fltrt {
	float: right;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:1px;
	font-size: 1px;
	line-height: 0px;
}
#search {
	float: right;
	margin-top: 20px;
	margin-bottom: 0px;
	width: 455px;
	background: url(../images/search-bkgrnd.png) no-repeat right bottom;
	padding-top: 10px;
	clear: right;
}
#search span {
	font-size: 12px;
	color: #666666;
	position: relative;
	left: 5px;
	top: 5px;
	float: left;
}
#search span a {
	color: #333333;
	text-decoration: none;
}
#search span a:hover {
	color: #993300;
	text-decoration: none;
}

/* GLOBALHEADER */
#header #globalnav {
	margin: 10px 0px 0px;
	padding: 0px;
}
#header #globalnav li { display: inline; }
#header #globalnav li a {
	float: left;
	background: url(../images/nav_bkgrnd.png) no-repeat;
	text-decoration: none;
	height: 16px;
	border-right: 1px solid #CCCCCC;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 11px;
	padding-bottom: 8px;
	width: 149px;
	color: #333333;
	overflow: hidden;
}
#header #globalnav li#home a { background-position: 0 0; }
#header #globalnav li#pft a { background-position: -15px 0; }
#header #globalnav li#programs a { background-position: -15px 0; }
#header #globalnav li#workshops a { background-position: -15px 0; }
#header #globalnav li#resources a { background-position: -15px 0; }
#header #globalnav li#about a { background-position: right 0; border:none}

#header #globalnav li#home a:hover { background-position: 0 -36px; }
#header #globalnav li#pft a:hover { background-position: -15px -36px; }
#header #globalnav li#programs a:hover { background-position: -15px -36px; }
#header #globalnav li#workshops a:hover { background-position: -15px -36px; }
#header #globalnav li#resources a:hover { background-position: -15px -36px; }
#header #globalnav li#about a:hover { background-position: right -36px; }

#header #globalnav li#home a:active { background-position: 0 -72px; }
#header #globalnav li#pft a:active { background-position: -15px -72px; }
#header #globalnav li#programs a:active { background-position: -15px -72px; }
#header #globalnav li#workshops a:active { background-position: -15px -72px; }
#header #globalnav li#resources a:active { background-position: -15px -72px; }
#header #globalnav li#about a:active { background-position: right -72px; }
/* GLOBALHEADER END*/


#mainBox, #mainontrack {
	height: 283px;
	float: left;
	display: block;
}
#mainBox {
	background: url(../images/mainbox-bkgrnd.png) no-repeat;
	padding: 0px 15px 0px 0px;
	margin-bottom: 5px;
	width: 658px;
}
#mainontrack {
	background: url(../images/ontrack-header.jpg) no-repeat;
	padding: 0px 15px 0px 200px;
	margin-bottom: 5px;
	width: 458px;
}
#mainontrack p {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
h1#pft, h1#ws {
	text-indent: -100em;
	overflow: hidden;
	padding-top: 15px;
	margin-top: 25px;
}
h1#pft {
	background: url(../images/personal-trainer-certification-header.png) no-repeat;
	height: 50px;
	width: 256px;
	margin-bottom: 10px;
}
h1#ws {
	background: url(../images/personal-trainer-workshop-header.png) no-repeat;
	height: 40px;
	width: 325px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #993300;
	margin-top: 15px;
}
h1 span {
	font-weight: lighter;
	color: #000000;
	font-size: 42px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 16px;
	margin: 5px 0px;
}
h2 a {
	color: #000000;
	text-decoration: none;
}
h3 span {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #993300;
	padding: 0px;
	margin: 10px 0px 0px;
	text-align: center;
}
h3 a {
	color: #993300;
	text-decoration: none;
}
h3 a:hover {
	color: #000000;
	text-decoration: none;
}
#mainBox p {
	margin-top: 10px;
	margin-bottom: 10px;
	left: 15px;
}
a.getstarted { background: url(../images/personal-trainer-certification-btn.jpg) no-repeat; }
a.getcertified { background: url(../images/get-certified-btn.jpg) no-repeat; }
a.getstarted, a.getcertified {
	padding-top: 11px;
	height: 52px;
	width: 235px;
	display: block;
	float: left;
	padding-left: 15px;
}
a.getstarted:hover, a.getcertified:hover {
	background-position: -252px;
}
a.getstarted:active, a.getcertified:active {
	background-position: -504px;
}
#topsidebox, #topsideboxvideo, #topsideboxsale {
	width: 185px;
	margin: 0px 0px 5px;
	float: right;
	/*overflow: hidden;*/
}
#topsidebox { background: url(../images/top-side-box.png) no-repeat; 	height: 283px; padding: 0px 15px; }
#topsideboxvideo {
	background: url(../images/video-workshop-box-bkgrnd.png) no-repeat;
	padding: 110px 15px 0px;
	height: 173px;
	text-align: center;
}
#topsideboxsale {
	background: url(../images/topsidebox-sale.png) no-repeat;
	padding: 122px 15px 0px;
	height: 163px;
}
#ontrackbox {
	width: 185px;
	height: 278px;
	background: url(../images/ontrack-box.jpg) no-repeat;
	padding: 5px 15px 0px;
	overflow: hidden;
	margin: 0px 0px 5px;
	float: right;
}
.roundBox, .roundBoxrt {
	height: 127px;
	width: 201px;
	padding: 0px 0px 10px 15px;
	background: url(../images/program-bkgrnd_06.png);
	float: left;
	display: inline;
	overflow: hidden;
}
.roundBox {
	margin: 5px 12px 10px 0px;
}
.roundBoxrt {
	margin: 5px 0px;
}
.roundBox p, .roundBoxrt p {
	margin: 0px;
	padding-top: 7px;
}
.programBoxrt, .programBox {
	height: 137px;
	width: 206px;
	background: url(../images/program-bkgrnd_06.png) no-repeat;
	float: left;
	padding: 0px 5px;
	overflow: hidden;
	text-align: center;
}
.programBoxrt {
	margin: 5px 0px;
}
.programBox {
	margin: 5px 11px 5px 0px;
}
.quoteBox {
	height: 122px;
	width: 196px;
	background: url(../images/program-bkgrnd_06.png) no-repeat;
	float: left;
	margin: 5px 10px 5px 0px;
	overflow: hidden;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
}
#samplebox {
	height: 123px;
	width: 429px;
	background: url(../images/sample-pages-box.png) no-repeat;
	float: left;
	margin: 5px 12px 5px 0px;
	padding: 15px 15px 0px 0px;
}
.collft {
	width: 410px;
	float: left;
	border-right: 1px solid #CCCCCC;
	margin-right: 15px;
	padding-right: 15px;
	margin-top: 0px;
	padding-top: 0px;
}
#footer p {
	color: #666666;
	padding-top: 10px;
}
#content {
	background: url(../images/personal-training-certification-footer.png) no-repeat;
	height: 33px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 2px;
	margin-bottom: 5px;
}
a.arrow {
	width: 26px;
	background: url(../images/arrow.png) no-repeat;
	height: 35px;
	display: block;
	margin-top: -25px;
	float: right;
}
a.arrow:hover {
	background-position: -26px;
}
a.arrow:active {
	background-position: -52px;
}
img.spotlight {
	margin-left: -15px;
}

/* ROUNDED CORNER*/
.roundedcornr_box {
	background: url(../images/roundedcornr_110986_tl.png) no-repeat top left;
	margin-top: 5px;
}
.roundedcornr_fltrt {
	background: url(../images/roundedcornr_110986_tl.png) no-repeat top left;
	width: 215px;
	float: right;
}
.roundedcornr_top {
	background: url(../images/roundedcornr_110986_tr.png) no-repeat top right;
}
.roundedcornr_bottom {
	background: url(../images/roundedcornr_110986_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom div {
	background: url(../images/roundedcornr_110986_br.png) no-repeat bottom right;
}
.roundedcornr_content {
	background: url(../images/roundedcornr_110986_r.png) top right repeat-y;
}

.roundedcornr_top div,.roundedcornr_top, .roundedcornr_top2 div,.roundedcornr_top2,
.roundedcornr_bottom2 div, .roundedcornr_bottom2, .roundedcornr_bottom div, .roundedcornr_bottom {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.roundedcornr_content, .roundedcornr_content2 {
	padding: 10px 15px;
}
* html .roundedcornr_content, .roundedcornr_content2 { zoom: 1; }
.roundedcornr_box2 {
	background: url(../images/roundedcornr_orange_tl.png) no-repeat top left;
	margin-top: 5px;
}
.roundedcornr_fltrt2 {
	background: url(../images/roundedcornr_orange_tl.png) no-repeat top left;
	width: 215px;
	float: right;
}
.roundedcornr_top2 {
	background: url(../images/roundedcornr_orange_tr.png) no-repeat top right;
}
.roundedcornr_bottom2 {
	background: url(../images/roundedcornr_orange_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom2 div {
	background: url(../images/roundedcornr_orange_br.png) no-repeat bottom right;
}
.roundedcornr_content2 {
	background: url(../images/roundedcornr_orange_r.png) top right repeat-y;
	min-height: 390px;
}
* html .roundedcornr_content2 {
	height: 33.5em; }
/* ROUNDED CORNER END*/
img.programBox {
	display: block;
	padding-left: -11px;
}
.program {
	margin-left: -7px;
}
#mainBox .maininner {
	padding-left: 15px;
	overflow: hidden;
}
* html #mainBox .maininner {
float:right;
}
a.ontrackbtn  {
	background: url(../images/get-ontrack-btn.png) no-repeat;
	height: 40px;
	width: 159px;
	display: block;
	margin: 0px;
	padding: 0px;
}
a.ontrackbtn:hover  {
	background-position: -159px;
}
a.ontrackbtn:active  {
	background-position: -318px;
}
#ontrackbox p {
	margin: 10px 0px;
}
a.buybtn, a.enrollbtn {
	height: 40px;
	width: 159px;
	display: block;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 5px;
	border: none;
	cursor: pointer;
}
a.buybtn {
	background: url(../images/add-to-cart3.jpg) no-repeat;
}
a.enrollbtn {
	background: url(../images/enroll-btn.jpg) no-repeat;
}
a.buybtn:hover, a.enrollbtn:hover  {
	background-position: -159px;
}
a.buybtn:active, a.enrollbtn:active  {
	background-position: -318px;
} 
.price {
	color: #006600;
	font-size: 18px;
	font-weight: bold;
	float: right;
	margin-top: 0px;
	text-align: left;
}
.line {
	border-top: 1px solid #CCCCCC;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	padding: 0px;
	overflow: hidden;
}
.samplepic {
	float: left;
	margin-top: -15px;
	margin-right: 10px;
}
#programSpry {
	width: 672px;
}
.blackbox {
	padding: 15px;
	height: 16px;
	background: url(../images/black-box.png) no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	width: 415px;
	float: left;
}
.blackbox span a {
	color: #FFFFFF;
	text-decoration: none;
}
.resourcebox1, .resourcebox2, .resourcebox3, .resourcebox4 {
	padding: 88px 15px 15px;
	float: left;
	height: 190px;
	width: 186px;
	overflow: hidden;
}
.resourcebox1, .resourcebox2, .resourcebox3 {
	margin-right: 11px;
}
.resourcebox1 {
	background: url(../images/fitness-articles-box.png) no-repeat;
}
.resourcebox2 {
	background: url(../images/exercises-box.jpg) no-repeat;
}
.resourcebox3 {
	background: url(../images/news-box.jpg) no-repeat;
}
.resourcebox4 {
	background: url(../images/personal-trainer-jobs.jpg) no-repeat;
}
.bundlebox, .bundleboxrt {
	background: url(../images/sample-pages-box.png) no-repeat;
	height: 139px;
	width: 445px;
	text-align: center;
	overflow: hidden;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bundlebox {
	margin-right: 10px;
}
.bundlebox span, .bundleboxrt span {
	color: #993300;
}

.expandBox {
	border: 1px solid #CCCCCC;
	padding: 10px 15px 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#workshopSchedule {
	background: url(../images/orange-gradient.jpg) repeat-x top;
}
.wscol {
	float: left;
	width: 165px;
	text-align: center;
}
.wscol span, #wscolrt span {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	display: block;
	margin-bottom: 25px;
}
#wscolrt {
	float: right;
}
a.wsbtn, a.wsbtn2 {
	float: right;
	height: 47px;
	width: 217px;
	margin-top: 5px;
}
a.wsbtn {
	background: url(../images/24hr-btn.png) no-repeat;
}
a.wsbtn2 {
	background: url(../images/xsport-btn.png) no-repeat;
}
.logo {
	float: right;
	padding-top: 15px;
}
.logo2 {
	float: left;
	padding-top: 15px;
	margin-right: 10px;
}
#search #cse-search-box div {
	padding-right: 8px;
	padding-bottom: 6px;
	float: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.logobox {
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.quarterbox, .quarterboxrt {
	padding: 10px;
	float: left;
	width: 21%;
	height: 265px;
	border: 1px solid #CCCCCC;
	text-align: center;
	margin-bottom: 10px;
}
.quarterbox {
	margin-right: 17px;
}
.smallarrow {
	margin-bottom: -5px;
}
.signupframe {
	margin: 15px;
}
.px { font-size: 9px; }
.gray {
	font-weight: bold;
	color: #666666;
}
#ir a {
	display: block;
	height: 170px;
	width: 180px;
}
abbr[title], acronym[title] {
     border-bottom-width: 0;
   }
   
tr.heading {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	}
	
/*CALENDAR*/   
.calendar {
	width: 177px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #A2ADBC;
	color: #000000;
	text-align: center;
	background-color: #fff;
	line-height: 20px;
}
.nav, .nav a {
	font: bold 18px;
	color: #fff;	
	text-align: center;
	text-decoration: none;
}	
caption {
	margin: 0;
	padding: 0;
	background: #006633;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.calendar th {
	font: bold 11px/20px;
	color: #666666;
	background: #FAFAFA;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
}

.today, td.today a, td.today a:link, td.today a:visited {
	color: #F6F4DA;
	font-weight: bold;
	background: #CCCCCC;
}

.calendar td {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 20px;
	height: 20px;
	text-align: center;
}

td a {
	text-decoration: none;
	font-weight: bold;
}

td a:link, td a:visited {
	color: #333333;
}

td a:hover, td a:active {
	color: #993300;
}
td.workshop {
	font-weight: bold;
	color: #FFFFFF;
	background: #993300;
}
/*CALENDAR END*/ 
.bullets li {
	list-style: disc url(../images/check-15px.png) inside;
	margin-left: 1em;
	margin-top: 3px;
}
.bigger { font-size: 14px; }
.code {
	background: #FFFF00;
}
.check {
	margin-bottom: -2px;
	margin-top: 2px;
}
.quote {
	color: #006600;
	text-align: center;
	font-size: 14px;
	font-style: italic;
	padding-right: 50px;
	padding-left: 50px;
}
.float-left {
	padding: 10px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	overflow: hidden;
}
.expandBox2 {
	padding: 5px 20px 20px;
	float: left;
	margin-top: 5px;
	width: 635px;
	border: 1px solid #CCCCCC;
}
.orange {
	color: #993300;
}
#header .penny {
	float: left;
	padding-top: 5px;
	width: 200px;
}
.penny p {
	margin-top: 17px;
	margin-left: 85px;
	display: block;
	font-weight: bold;
	color: #993300;
}
.penny object {
	float: left;
}
.penny span {
	font-size: 9px;
	color: #999999;
}
.optin {
	background: #F8ED9A;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.border {
	padding: 15px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
