#accordion {
	width:425px;
	margin:0 auto;
}

div.toggler {
	width:418px;
	height:62px;
	cursor: pointer;
	border: 1px solid #ccc;
	border-bottom:0;
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #666699;*/
	color: #54548b;
	background:#fff;
	margin: 0;
	padding: 10px 5px 1px;
}
div.toggler p{
	width:220px;
	margin:0;
	padding:0;
	float:right;
	}
div.element{
	width:418px;
 	margin:0px 0;
 	padding: 3px 5px 1px;
 	/*color: #666699;*/
	color: #54548b;
	background:#fff;
	border: 1px solid #ccc;
	border-top:0;
}
div.element p, div.element h4 {
	margin:0;
	padding:10px 4px 10px;
}
div.element h4 {color:#663365;padding:10px 4px 0;}
div.botborder{
	width:430px;
	height:25px;
	border-top:1px solid #ccc;
	margin: 0;
	}
div.tog1{background:#fff url(images/tog1bg.jpg) 0 0 no-repeat;}
div.tog2{background:#fff url(images/tog2bg.jpg) 0 0 no-repeat;}
div.tog3{background:#fff url(images/tog3bg.jpg) 0 0 no-repeat;}
div.tog4{background:#fff url(images/tog4bg.jpg) 0 0 no-repeat;}
div.tog5{background:#fff url(images/3dicon.jpg) 0 0 no-repeat;}


/* Videos on home page*/

#vidTab{margin-top:20px;}
#vidTab td{width:200px;text-align:center;padding-bottom:20px}
#vidTab td img{margin-bottom:5px;}
#vidTab td a{text-decoration:none;}