/*------------Slider--------------*/

.slider{
	position: relative;
	margin: 0px auto;
	margin-top: 5px;
	width: 960px;
	height: 640px;
	box-shadow: 0px 5px 5px #888888;
	z-index: 2;
}

.sliderImage{
	position: absolute;
	margin: 0px auto;
	width: 960px;
	height: 640px;
	background-image: url("../media/Players/teamwork_min.JPG");
	background-size: 960px 640px;
	background-repeat: no-repeat;
}

.sliderArrow{
	position: relative;
	width: 100px;
	height: 100px;
	margin-top: 250px;
	background-size: 100px 100px;
	display: none;
}

.sliderArrow#left{
	position: relative;
	background-image: url("../images/arrow_left.png");
	float: left;
}

.sliderArrow#right{
	position: relative;
	background-image: url("../images/arrow_right.png");
	float: right;
}

/*--------------------------------*/

.break#a{
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #f9f9f9;
	box-shadow: 0px 5px 5px #888888;
	z-index: 1;
}

.content{
	position: relative;
	width: 100%;
}

/*------------Content A--------------*/

.content#a{
	/*height: 800px;*/
	background-color: #42BEA8;
}

.iconCanvasWrapper{
	margin: 0px auto;
	width: 960px;
	padding-top: 50px;
	padding-bottom: 50px;
	display: block;
}

.homeTagLine{
	margin: 0px auto;
	width: 960px;
	height: 300px;
	display: block;
	/*border: 1px solid red;*/
	background-image: url("../images/HomeTagLine.png");
	background-size: 960px 300px;
}

.iconCanvas{
	margin: 0px auto;
	margin-top: 50px;
	width: 960px;
	height: 1700px;
	display: block;
	background-image: url("../images/IconCanvas1.png");
	background-size: 960px 1700px;
}

.iconTextArea{
	width: 600px;
	height: 400px;
	/*border: 1px solid red;*/
	display: block;
}

#ta1{
	margin-left: 320px;
}

#ta2{
	margin-top: 320px;
}

#ta3{
	margin-left: 320px;
	margin-top: 250px;
}

.iconTitle{
	width: 600px;
/*	height: 100px;*/
	margin-bottom: 10px;
	/*border: 1px solid red;*/
	display: block;
	font-family: 'Copperplate';
	font-weight: bold;
	font-size: 45px;
}

.iconSummary{
	width: 600px;
	/*height: 300px;*/
	/*border: 1px solid red;*/
	display: block;
	font-family: 'Baskerville';
	font-style: italic;
	font-size: 28px;
}

.testimonialsWrapper{
	margin: 0px auto;
	margin-top: 100px;
	width: 940px;
	height: 200px;
	padding: 5px;
	display: block;
	background-color: #f9f9f9;
	-moz-box-shadow:    inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow:         inset 0 0 10px #000000;
}

.testimonialsHeader{
	width: 100%;
	margin: 0px auto;
	font-family: 'Copperplate';
	text-decoration: underline;
	text-align: center;
	/*font-style: italic;*/
	font-size: 28px;
	font-weight: bold;
	display: block;
}

.testimonialsLink{
	display: none;
}

.testimonialsText{
	margin: 0px auto;
	width: 780px;
	margin-top: 10px;
	display: block;
	font-family: 'Baskerville';
	font-style: italic;
	font-size: 18px;
	text-align: center;
}

.testimonialArrow{
	position: relative;
	margin-top: 30px;
	width: 75px;
	height: 75px;
	background-size: 75px 75px;
	display: none;
}

.testimonialArrow#left{
	position: relative;
	background-image: url("../images/arrow_left.png");
	float: left;
}

.testimonialArrow#right{
	position: relative;
	background-image: url("../images/arrow_right.png");
	float: right;
}

/*--------------------------------*/



