/* Layout Styles ------------------------------------------------------------------------------- */
#mainContent {
    width: 695px;
	float: left;
}

#mainContentPage {
    width: 911px;
	float: left;
}

    #mainContent.homepage {
        width: 880px;
    }
	#mainContent #homeContent {
		float: left;
		padding: 0 10px 0 0;
		width: 635px;
	}    

    #mainContent #shopWizard {
        float: left;
        width: 450px;
        padding: 0px 10px 0px 0px;
    }

    #mainContent #subContent {
        float: left;
        width: 235px;
    }
    
    #mainContent li {
        padding: 5px;
    }
    
    #mainContent ul {
        list-style-position: inside;
        list-style-type: disc;
    }
    
    #mainContent #ViewCart td, #mainContent #ViewCart span {
        font-size: 11px;
    }
    
    #mainContent #ViewCart td {
        padding: 2px;
    }
    
    * html #mainContent #subContent {
        width: 215px;
    }
    
    * html #mainContent #subContent .widget {
        width: 215px;
    }    
    
    * html #mainContent #ViewCart .widget {
        width: 215px;
    }
    
    * html #mainContent #ViewCart .widget h2 {
		width: 220px;
		margin-right: 0px;
    }
    
#secondaryNav {
	clear: both;
	width: 175px;
	float: left;
	padding: 0px 10px 0px 0px;
	background: transparent;
}

	#secondaryNav li {
		background: #E2F3FB;
		line-height: 25px;
		padding: 0px 5px;
		margin: 3px 0px;
	}
	
	#secondaryNav div.widget {
        width: 175px;
	}
	
	#secondaryNav.trainingMaterials li {
		background: #ECE5FF;
	}
	
	#secondaryNav.executiveServices li {
		background: #C2EFEA;
	}	

/* Shopping Icons Home Page -------------------------------------------------------------------- */

a.iconBooks 
{
	background:transparent url(../images/booksImg.gif) no-repeat scroll top left;
	display: block;
	width: 125px;
	height: 200px;
	text-indent: -1600px;
	margin: 0px auto;	
}

a.iconGames 
{
	background:transparent url(../images/gamesImg.gif) no-repeat scroll top left;
	display: block;
	width: 125px;
	height: 200px;
	text-indent: -1600px;	
	margin: 0px auto;	
}

a.iconInstruments 
{
	background:transparent url(../images/instrumentImg.gif) no-repeat scroll top left;
	display: block;
	width: 125px;
	height: 200px;
	text-indent: -1900px;
	margin: 0px auto;	
}

/* Form Styles --------------------------------------------------------------------------------- */

#searchForm {
    position: absolute;
    bottom: 22px;
    left: 35px;
}

/* Product Listing ----------------------------------------------------------------------------- */

span.desc {
	font-size: 11px;
}

a.editCart span {
	display: block;
	float: left;
	width: 100px;
	height: 25px;
	text-indent: -1600px;
	background: transparent url(../images/btn_editcart.gif) no-repeat scroll 0px 0px;
}

a.editCart:hover span {
	background: transparent url(../images/btn_editcart.gif) no-repeat scroll 0px -25px;
}

/* Trainer Profile ----------------------------------------------------------------------------- */

.trainerProfile dt {
    clear: both;
	font-size: 13px;
	font-weight: bold;
	padding: 15px 5px 5px;
}

    .trainerProfile dd {
        clear: both;
        float: left;
        border-bottom: #CCC 1px solid;
        text-align: justify;
    }
    
    .trainerProfile dd .photo {
        float: left;
        padding: 5px;
    }


#TrainerProfilesHome dt {
    font-size: 11px;
	font-weight: bold;
	padding: 15px 5px 5px;
}

#TrainerProfilesHome dd {
    clear: both;
    float: left;
    font-size: 11px;
    border-bottom: #CCC 1px solid;
    text-align: justify;
}
   
#TrainerProfilesHome dd .photo {
	float: left;
	padding: 5px;
}

#TrainerProfilesHome dd .profile p 
{
	font-size: 11px;
	line-height: 13px;
	}

#TrainerProfilesHome dd .photo img {
	height: 75px;
	width: 56px;
	margin-right:14px;
}
    
/* Admin Pages --------------------------------------------------------------------------------- */

table.adminListView {
    border: #999999 solid;
    border-width: 1px 1px 0px 0px;
}

table.adminListView th {
    background: #E2F3FB;
    border: #999999 solid;
    border-width: 0px 0px 1px 1px;    
}

table.adminListView td {
    border: #999999 solid;
    border-width: 0px 0px 1px 1px;    
    font-size: 11px;
}

    table.adminListView td * {
        font-size: 11px;
    }

/* Training Programs --------------------------------------------------------------------------- */

#programGroups {
	position: relative;
	width:600;
	height: 350;
}

#programGroups .programs {
	background: transparent url(../images/bg_programs.gif) no-repeat scroll 0px 0px;
	width: 350px;
	height: 200px;
	position: absolute;
	display: none;
}


/* Recruitment Styles -------------------------------------------------------------------------- */

#currentJobs th {
	background: #C2EFEA;
	border-bottom: #333 1px dotted;
}

#currentJobs td {
	font-size: 11px;
	border-bottom: #333 1px dotted;
}


#currentJobs a {
	font-size: 11px;
	text-decoration: underline;
}

div.currentJobsDetails {
	display: none;
}

table.currentJobsDetails {
	border: 1px #333 solid;
}

table.currentJobsDetails td {
	font-size: 11px;
	border-bottom: #333 1px dotted;
}
