@charset "utf-8";
/* CSS Document */

ul {
	margin-left: 0px;
	padding-left: 0px;
}

textarea {
	height: 175px;
}

select {
	float: none;
}

.sectionPic{
	margin-top: 10px;
	margin-bottom: 10px;
}

.trainingLink {
	width: 300px;
	height: 57px;
	background: #202020 url(../new-images/training-link.png) 0px 0px no-repeat;
	cursor: pointer;
}

.trainingLink:hover {
	background: #202020 url(../new-images/training-link.png) 0px -57px no-repeat;

}

.trainingLink span{
	display: none;
}


.consultingLink {
	width: 300px;
	height: 57px;
	background: #202020 url(../new-images/consulting-link.png) 0px 0px no-repeat;
	cursor: pointer;
}

.consultingLink:hover {
	background: #202020 url(../new-images/consulting-link.png) 0px -57px no-repeat;

}

.consultingLink span{
	display: none;
}


.trainingCalendarLink {
	width: 300px;
	height: 57px;
	background: #202020 url(../new-images/training-calendar-link.png) 0px 0px no-repeat;
	cursor: pointer;
}

.trainingCalendarLink:hover {
	background: #202020 url(../new-images/training-calendar-link.png) 0px -57px no-repeat;

}

.trainingCalendarLink span{
	display: none;
}


.subSectionHeader {
	width: 300px;
	height: 74px;
	background-color: #202020;
}

.sectionTextHolder {
	height: 138px;
	width: 300px;
}

.contactBox {
	width: 300px;
	height: auto;
	margin-bottom: 15px;
}

.courseBoxList {
	width: 300px;
	height: auto;
	margin-bottom: 10px;
	border-bottom: #666 1px dotted;
}

.detailsBox {
	display: none;
}

#academy {
	width: 1000px;
	height: 450px;
}

#concept {
	width: 1000px;
	height: 450px;
}

#accreditation {
	width: 1000px;
	height: 450px;
}

#whoweare {
	width: 1000px;
	height: 450px;
}

.trainingHeader {
	background: url(../new-images/Subsection-Nav/training-heading.png) no-repeat;
}

.consultingHeader {
	background: url(../new-images/Subsection-Nav/consulting-heading.png) no-repeat;
}

.trainingCalendarHeader {
	background: url(../new-images/Subsection-Nav/training-calendar-heading.png) no-repeat;
}

#subNav #spacer {
	margin-top: 5px;
}	

.calendarBlock, .calendarBlockSet, .calendarBlockSetFull {
	width: 35px;
	height: 35px;
	background-color: #333;
	border: #666 1px solid;
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}

.calendarBlockSet {
	background-color: #519d02;
	color: #FFF;
	border: #FFF 1px solid;
}

.calendarBlockSet:hover {
	background-color: #519d02;
	color: #666;
	border: #666 1px solid;
	cursor: pointer;
}

.calendarBlockSetFull {
	background-color: #FF3300;
	color: #FFF;
	border: #FFF 1px solid;
}

.calendarBlockSetFull:hover {
	background-color: #FF3300;
	color: #666;
	border: #666 1px solid;
	cursor: pointer;
}

#behindthebar {
	height: 60px;
}

#leadingservice {
	height: 60px;
}

#liquorcabinet {
	height: 50px;
}

#introtococktails {
	height: 50px;
}

#poc {
	height: 115px;
}

#design {
	height: 100px;
}

#strategy {
	height: 150px;
}

#process {
	height: 150px;
}

