/* Home */
#container .home-left {width:360px; float:left;}
#container .home-right {width:480px; float:right; padding-top:20px;}

#videonav { width:480; display:inline-block;margin:0;padding:0;line-height:100%; }
#videonav a { padding: 8px 10px; text-decoration: none; }
#videonav a.activeSlide { background: #f6e5c4; }
#videonav a:focus { outline: none; }

#promos {width:auto; margin:10px 0 0 15px;}
#promos a {display:inline; float:left; text-align:center;}
#promos a.promo1, a.promo2, a.promo3, a.promo4, a.promo5, a.promo6 {
	width:250px;
	height:160px;
	margin:0 30px 0 10px;
	border-radius:1em;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
}
#promos a.promo1 {background:url(../images/promos/promo1.jpg) no-repeat;}
#promos a.promo2 {background:url(../images/promos/promo2.jpg) no-repeat;}
#promos a.promo3 {background:url(../images/promos/promo3.jpg) no-repeat;}
#promos a.promo4 {background:url(../images/promos/promo4.jpg) no-repeat;}
#promos a.promo5 {background:url(../images/promos/promo5.jpg) no-repeat;}
#promos a.promo6 {background:url(../images/promos/promo6.jpg) no-repeat;}

/* Directions */
#container #map-container {width:420px; height:410px; padding-top:20px;}
#container #dir-container {width:420px; overflow:auto;}

/* Teachers */
#teachers {width:850px; display:inline-block; margin:0; padding:0; text-align:center;}
#teachers li {display:inline;}
#teachers a {width:120px; display:inline; float:left; margin:10px 0 20px 25px; padding:0 10px 10px; text-decoration:none; color:#603913;}
#teachers img {display:block; width:120px; margin-bottom:12px;}
#teachers a:after {content: attr(title);}
#teachers li a:hover {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);
	position:relative;
	z-index:5;
}

/* JS Cycle */
#slideshow {width:425px; height:290px; float:left; z-index:-1; margin:0 0 5px 0}

/* JS Modal */
#hidden-content {display:none;}

/* JS Modal Overlay */
#simplemodal-overlay {background-color:#f6e5c4; cursor:wait;}

/* JS Modal Container */
#simplemodal-container {height:410px; width:640px; color:#bbb; background:#fff url(../images/gradient.gif) repeat-x; border:1px solid #666; padding:12px; text-align:left;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container h3 {color:#603913;}
#simplemodal-container p {color:#603913; text-align:left;}
#simplemodal-container img {padding-right:12px; float:left;}
#simplemodal-container a {color:#d36c28;}
#simplemodal-container a.modalCloseImg {background:url(../images/icons/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px;}
