
/* =Basic HTML, Non-essential
---------------------------------------*/

/* =Hoverbox Code
--------------------------------------*/

.hoverbox , .educationPics, .activitiesPics
{
	cursor: default;
	list-style: none;
}
.hoverbox a, .educationPics a, .activitiesPics a
{
	cursor: default;
}
.hoverbox a .preview, .educationPics a .preview, .activitiesPics a .preview 
{
	display: none;
}
.hoverbox a:hover .preview, .educationPics a:hover .preview, .activitiesPics a:hover .preview 
{
	display: block;
	position: absolute;
	top: -38px;
	left: -50px;
	z-index: 1;
}
.hoverbox img, .educationPics img, .activitiesPics img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	padding: 3px;
	vertical-align: top;
	width: 150px;
	height: 125px;
}
.hoverbox li, .educationPics li, .activitiesPics li
{
	background-image:url(../images/pic_bg.gif);
	width:173px;
	height:152px;
	text-align:center;
	background-repeat:no-repeat;
	padding-right:6px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding-top: 8px;
	position: relative;
}

.educationPics li {
padding-bottom:26px;
!padding-bottom:50px;
}

.activitiesPics li {
padding-bottom:26px;
!padding-bottom:50px;
}


.hoverbox .preview, .educationPics .preview, .activitiesPics .preview 
{
	border-color: #000;
	width: 250px;
	height: 200px;
}
.specialOffers {
float:left;
width:600px;
padding-left:45px;
}
.specialsTitle {color: #898989; font-size:11px; padding-bottom:10px;}
.specialsTitle span { font-size:12px; color:#006699; font-weight:bold; }
.offersTap a, .offersTapSelected a {
width:598px;
height:54px;
background-image:url(../images/special-offers/tap.jpg);
display:block;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
text-decoration:none;
color:#006699;
font-weight:bold;
line-height:54px;
}

.offersTap a span, .offersTapSelected a span {
padding-left:20px;
text-decoration:none;
}

.offersTap a:hover {
background-image:url(../images/special-offers/tap_hover.jpg);
text-decoration:none;
color:#fff;

}

.offersTapSelected a
{
    background-image:url(../images/special-offers/tap-selected.jpg);
}

.offersTapSelected a:hover { text-decoration:none;}
.tapBoxup {
color:#666666;
background-color:#FFFFFF;
font-size:12px;
padding:5px 10px 20px 20px;
overflow:visible;
background:url(../images/special-offers/box-down.jpg) no-repeat bottom;
}
.tapBoxup p {
margin:10px 0px;
}

.tapBoxbottom {
width:599px;
height:63px;

}

h4 {
font-size:13px;
color:#FFFFFF;
padding:15px 0px;
margin:0px;
}

.offersButton a, .offersButton a:visited {
width:121px;
height:18px;
display:block;
background-image:url(../images/special-offers/button.jpg);
font-size:11px;
font-weight:bold;
color:#FFFFFF !important;
float:right;
margin-right:30px;
text-decoration:none;
padding-left:30px;
line-height:18px;
text-align:center;
clear:left;
}

.offersButton a:hover {
color:#f18220 !important;
text-decoration:none;
}


/* Specials popup */
.specialPopupContainer { width:404px; margin:auto; color:#666;} 
.specialPopupTopBg {
    height:39px; background:url(../images/special-offers/pop-up/top-bordr.gif) no-repeat bottom; 
    color:#fff; 
    }
    
.specialPopupTopBg h2 { color:#fff; width:345px; float:left; padding:0px; padding-left:8px; margin:0px; 
                        font-size:18px; line-height:39px;} 
  .specialPopupTopBg a {                      
 	width: 18px;
	height: 18px;
	float: right;
	margin: 13px 10px 6px 6px;
	background: url(../images/staff/pop-up/close.gif) no-repeat;
  }
.specialPopupTopBg a:hover { background-image:url(../images/staff/pop-up/close-hover.gif); }
.specialPopupBg {
        background:url(../images/special-offers/pop-up/bg.gif) repeat-y; padding:10px; padding-left:20px;
}
.specialPopupBg span { font-size:14px; font-weight:bold; line-height:16px; }
.specialPopupBg input, .specialPopupBg textarea  {
	height: 16px;
	line-height: 20px;
	width: 174px;
	border: #c1d2e0 1px solid;
	padding:2px;
	color:#999;
	margin:auto;
	margin-bottom:10px;
	margin-right:5px;
	}
.specialPopupBg textarea  { height:100px; }
.specialPopupBg label  { width:120px; float:left; }
.specialPopupBg a, .specialPopupBg a:visited { background:url(../images/special-offers/pop-up/button-bg.gif) no-repeat; display:block; width:85px; 
                height:26px; line-height:26px; color:#fff !important; text-align:center; font-weight:bold; 
                float:right; text-decoration:none; margin-right:20px; }
.specialPopupBg a:hover { color:#FF8419 !important; text-decoration:none; }
.specialPopupBottomBg {
    background:url(../images/special-offers/pop-up/bottom-border.gif) no-repeat top; height:21px; }
