.accordionButton {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;	
	transition: all 0.5s ease-in-out;
}

#wrapper {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	}

#accordion {
	margin-bottom:30px;
}


.coursetitle {
	font-family: 'PT Serif', serif;
	text-shadow: 0px 1px 1px #969696;
	filter: dropshadow(color=#969696, offx=0, offy=1);
	color: #006;
	padding: 5px;
}

.accordionButton {
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
  
	width: 641px;
	float: left;
	_float: none;   Float works in all browsers but IE6 
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	height: 50px;
	padding: 5px;
	font-family: 'Arimo', sans-serif;
	font-size: 90%;
	color: #003;
	
	/*top: 50%;
  	height: 74px;
	margin-top: -17px;	*/
	


	/*position: relative;*/
	}
	
.accordionButton a{
	color: #FFF;
	text-decoration: none;
}

/*.imgbox{
	border: thick solid #FFF;
	box-shadow: 0px 0px 2px 1px;
	float: left;
	padding: 
; 	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}*/

.accordionContent {
	width: 630px;
	float: left;
	_float: none;
	padding: 10px;
	
	/*background-color: rgba(149,177,206,0.1);*/
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

.accordionContent p {
		font-family: 'Arimo', sans-serif;
	font-size: 85%;
}

.accordionContent ul {
		font-family: 'Arimo', sans-serif;
	font-size: 85%;
}

.boxcontent {
	
	float: right;
	position: relative;
	width: 70%;
}

.boxcontent a:link {
	text-decoration: none;
	color: #06F;
}

.boxcontent a:visited {
	text-decoration: none;
	color: #06F;
}

.boxcontent a:hover {
	text-decoration: underline;
}



.boxcontent h5 {
	font-size: small;
	font-style: normal;
	color: #900;
	text-align: center;
}

.subboxcontent {
	float: right;
	position: relative;
	width: 70%;
	top: 10px;
	font-size: 90%;
}
	
.imgbox {
	border: thick solid #FFF;
	

    -moz-box-shadow: 0px 0px 5px #212021;
    -webkit-box-shadow: 0px 0px 5px #212021;
    box-shadow: 0px 0px 5px #212021;


	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;

}

.productimgbox {
	/*	border: thick solid #FFF;*/
	

    -moz-box-shadow: 0px 0px 5px #212021;
	-webkit-box-shadow: 0px 0px 5px #212021;
	box-shadow: 0px 0px 5px #212021;
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;

}

.icons {
	width: 100%;
	float: right;
	text-decoration: none;
	vertical-align: text-top;
	font-size: 65%;
	font-family: 'Scada', sans-serif;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	color: #666;
	-webkit-box-shadow: 0px -8px 5px -6px;
	box-shadow: 0px -8px 5px -6px;
	border: thin dotted #C9C9C9;
}

.icons a:link { text-decoration: none; }

.icons img {
	transition:All 1s ease;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;
transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
-webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
-moz-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
-o-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
-ms-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
vertical-align:middle; margin-bottom: 3px;
}


.icons img:hover {
	

  /*  transform: rotate(3deg) ;
    -webkit-transform: rotate(3deg) ;
    -moz-transform: rotate(3deg) ;
    -o-transform: rotate(3deg) ;
    -ms-transform: rotate(3deg) ;*/
transform: rotate(7deg) scale(1.007) skew(0deg) translate(0px);
-webkit-transform: rotate(7deg) scale(1.007) skew(0deg) translate(0px);
-moz-transform: rotate(7deg) scale(1.007) skew(0deg) translate(0px);
-o-transform: rotate(7deg) scale(1.007) skew(0deg) translate(0px);
-ms-transform: rotate(7deg) scale(1.007) skew(0deg) translate(0px);
}

.displaybrochure {
	float:right;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	font-family: 'Scada', sans-serif;
	vertical-align: middle;
}

.displaybrochure a:link{
	text-decoration:none;
		color: #06F;
}

.displaybrochure a:active{
	color: #06F;
	text-decoration:none;
}

.displaybrochure a:visited{
	color: #06F;
	text-decoration:none;
}

.displaybrochure a:hover{
	color: #900;
	text-decoration:underline;
}


.extra {
	font-size: 80%;
	color: #006;
	list-style-image: url(../../images/bluerightarrow.gif);
	list-style-position: outside;
	float: left;
	width: 100%;
}

.extra a:link {
	color: #009;
	text-decoration: none;
}

.extra a:active {
	color: #009;
	text-decoration: none;
}

.extra a:visited {
	color: #009;
	text-decoration: none;
}

.extra a:hover {
	color: #009;
	text-decoration: underline;
}

.extra ol {
	font-size: 80%; }



  
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	/*background: #cfe7fa;*/ /* Old browsers */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-8 */
	color: #FFF;


	}
	
.over {
	/*background: #cfe7fa;*//* Old browsers */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-8 */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	}
