/********************
EFTours.com site base styles

Original 6.15.2009
Version 6.25.2009
Revision 12.10.2009

Built by Tours Business Solutions
feds@eftours.com

Please request permission prior to use.
********************/
html,body{height:100%}
body {
  background: #e5e5e5;
  color: #666;
  font-family: verdana;
  font-size: 11px;
  margin: 6px;
}
.TopLevelUpperRight {
  background-color: Blue;
}
/************
typography
************/
a:link, a:visited, a:active {
  color: #5aacdc;
  text-decoration: underline;
}
a:hover {
  color: #5aacdc;
  text-decoration: none;
}
h1 {
  color: #FFAE00;
  font-size: 22px;
  font-family: "HelveticaNeue Condensed" , "HelveticaNeue-Condensed" , "Helvetica Neue Condensed" , Helvetica, Arial;
}
h2 {
  color: #FFAE00;
  font: bold 11px Verdana;
}
h3 {
  font: bold 11px Verdana;
  color: #999999;
}
#call h1{
color: #666; 
font-size: 11px;
font-weight:bold;
font-family:verdana;
}
/************
sifr
************/
.sIFR-alternate {
  display: block;
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 0;
}
.sIFR-replaced {
  visibility: visible !important;
}
/*******************
layout
*******************/
form {
  margin: 0;
  padding: 0;
}
#outer-wrapper {
  margin: 0 auto;
  width: 787px!important;
}
#content-wrapper {
  background: #fff;
  border: 1px solid #ccc;
  width: 784px;
  margin:0!important;
}
/************************
branding/slideshow
************************/
#branding {
  float: left;
  margin: 0 0 10px 0;
  width: 470px;
  height:81px!important;
}
#branding img {
  float: left;
  margin: 0 1px 0 0;
  height:81px!important;
  width:413px!important;
}
#branding h1 {
  margin: 0px;
  padding: 0px;
}
#slideshowNav {
  float: left;
  margin: -19px 0 0 3px;
  padding: 0;
  position: relative;
  z-index: 99;
}
#slideshowNav a, #slideshowNav a.activeSlide {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #626261;
  border: 1px solid #626261;
  color: #626261;
  margin: 0 3px;
  padding: 0px 3px;
  position: relative;
  z-index: 500;
}
#slideshowNav a.activeSlide {
  background: #f90;
  border: 1px solid #f90;
  color: #f90;
}
#slideshowNav a:focus {
  outline: none;
}
#slideshow {
  height: 305px;
  margin: 1px 0 0 0;
  overflow: hidden;
  position: relative;
  width: 784px;
  z-index: 9;
}
#utilities {
  margin: 0 0 5px 0!important;
  width: 100%;
}
#call {
  float: left;
  font-size: 11px;
  font-weight: bold;
  margin: 5px 0 0 0;
  width: 67%;
}
#google-search {
  float: left;
  text-align: right;
  width: 33%;
}
#login {
  float: right;
  margin: 20px 5px 0 0!important;
  display:inline;
  text-align:right;
}
/*#login div {
  clear: both;
}*/

#login a {
  clear: both;
}

.login-links{width:135px;float:right;}

.login-orange-btn
{
    background:url('../../includes/images/buttons/Login_hpbanner.gif') top right no-repeat;
    width:150px;
    height:30px;
    margin-right:-13px;
	position:relative;
    padding:5px 18px 0 0;
    float:right;
}

.login-arrow , .login-orange-btn a:link, .login-orange-btn a:visited
{
    color:White;
    font-weight:bold;
    font-size:12px;
    margin-bottom:10px;
}

.login-orange-btn a:hover {text-decoration:underline;}

.domestic-link 
{
    background:url('../../includes/images/buttons/domesticlink_off.gif') top right no-repeat;
    float:right;
    clear:right;
}

.domestic-link a 
{
    width:142px;
    height:20px;
    display:block;
}

.domestic-link:hover 
{
    background:url('../../includes/images/buttons/domesticlink_down.gif') top right no-repeat;
}
    

.log-out 
{
    float:right!important;
    width:42px;
    clear:right;
}

.log-out a:link, .log-out a:visited
{
    color:#5AACDC;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    text-decoration:underline;
}

.log-out a:hover {text-decoration:none;}

/************************
   primary/sub navigation
************************/
div.nav {
  clear: both;
  margin: 0;
  padding: 0;
  position: relative;
}
#nav-wrap {
  background: #225a9d;
  height: 10px;
  margin: 9px 0 1px;
  padding: 0 20px 0 0;
  position: relative;
  z-index: 1;
}
.PrimaryNavigation {
  background: #fff;
  float: right;
  height: 22px;
  margin: -11px 0 0;
  padding: 0 0 0 1px;
  position: relative;
  z-index: 9;
}
.PrimaryNavigation a {
  background: #fff;
  border: 1px solid #ccc;
  clear: none;
  color: #007dc3;
  display: inline;
  font: bold 11px arial !important;
  float: left;
  height: 13px;
  margin: 0 1px 0 0;
  padding: 3px 0px 3px 5px;
  position: relative;
  text-decoration: none;
  vertical-align: top;
  z-index: 5;
}
.PrimaryNavigation a.ActiveTab {
  background: #e9f2fd;
  border-bottom: none;
  color: #00669f; /*Modern browsers*/
  height: 16px !important;
  margin-top: 0px !important;
  top: 0px !important; /*IE6 fix*/
  height: 17px;
  margin-top: -4px;
  top: 4px;
}
.PrimaryNavigation a:link {
  color: #007dc3;
  outline: none;
  text-decoration: none !important;
}
.PrimaryNavigation a:visited {
  color: #007dc3;
  outline: none;
  text-decoration: none !important;
}
.PrimaryNavigation a:hover {
  color: #007dc3;
  background-color: #e9f2fd;
  outline: none;
  text-decoration: none !important;
}
.PrimaryNavigation a:active {
  color: #007dc3;
  outline: none;
  text-decoration: none !important;
}
/* Sub navigation */
.SubNavigation:after {
  clear: both;
  content: ".";
  display: block;
  line-height: 0;
  height: 0;
  visibility: hidden;
}
.SubNavigation {
  background: #e9f2fd;
  border: 1px solid #CECECE;
  display: inline-block;
  margin: 0 0 2px 0;
  padding: 3px 0 3px;
}
html[xmlns] .SubNavigation {
  display: block;
}
* html .SubNavigation {
  height: 1%;
}
.SubNavigation div {
  border-right: 1px solid #a7a9ab;
  clear: none;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 6px 5px;
  position: relative;
}
.SubNavigation div.subend {
  border-right: none;
  padding: 6px 0px 6px 8px;
}
.SubNavigation div.selectedWrapper {
  padding: 6px 3px;
}
.SubNavigation div a {
  color: #007dc3;
  font: bold 10px arial !important;
  height: 13px;
  padding: 2px;
  text-decoration: none;
  vertical-align: top;
  z-index: 5;
}
.ParentLanding .SubNavigation a.selected {
  background: #b93b44;
  color: #fff !important;
  padding: 6px 4px;
}
.AboutUsLanding .SubNavigation a.selected, .AboutUsTopLevel .SubNavigation a.selected, .TeacherLanding .SubNavigation a.selected, .SubAbout a.selected {
  background: #ff9900;
  color: #fff !important;
  padding: 6px 4px;
}
.StudentLanding .SubNavigation a.selected {
  background: #b2ce19;
  color: #fff !important;
  padding: 6px 4px;
}
.ParentLanding .SubNavigation a.selected {
  background: #b93c44;
  color: #fff !important;
  padding: 6px 4px;
}
.SubNavigation a:link {
  outline: none;
  color: #007dc3;
  text-decoration: none;
}
.SubNavigation a:visited {
  outline: none;
  color: #007dc3;
  text-decoration: none;
}
.SubNavigation a:hover {
  outline: none;
  color: #007dc3;
  text-decoration: none;
}
.SubNavigation a:active {
  outline: none;
  color: #007dc3;
  text-decoration: none;
}
/* Teacher Sub Navigation */
.AboutUsLanding .SubNavigation a:hover, .AboutUsTopLevel .SubNavigation a:hover, .TeacherLanding .SubNavigation a:hover, .SubAbout a:hover {
  color: #ff9900;
  outline: none;
}
.AboutUsLanding .SubNavigation a:active, .AboutUsTopLevel .SubNavigation a:active, .TeacherLanding .SubNavigation a:active, .SubAbout a:active {
  color: #ff9900;
  outline: none;
}
/* Student Sub Navigation */
.StudentLanding .SubNavigation a:hover, .SubAbout a:hover {
  color: #b2ce19;
  outline: none;
}
.StudentLanding .SubNavigation a:active, .SubAbout a:active {
  color: #b2ce19;
  outline: none;
}
/* Parent Sub Navigation */
.ParentLanding .SubNavigation a:hover {
  color: #b93b44;
  outline: none;
}
.ParentLanding .SubNavigation a:active {
  color: #b93b44;
  outline: none;
}

/* Dog Ear */
.dogEar {
  background: url('/includes/images/navdogEar.gif') top right no-repeat;
  width: 7px;
  height: 7px;
  display: inline-block;
  margin: -4px -1px 0 0;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  z-index: 100;
}
/******************
Sidebar Navigation
******************/
.sideNavWrapper {
  width: 194px;
  margin: 0 0 2px;
}
.sideNavWrapper .sideNavHeader {
  text-transform: uppercase;
  color: #fff;
  font-family: Arial Narrow, Arial;
  font-weight: bold;
  padding: 6px 0 4px 12px;
  height: 16px; /* Fix IE6/Flash padding issue*/
  _padding-top: 7px;
  _overflow: hidden;
}
.sideNavWrapper .content {
  background-color: #ecf9fa;
  border: solid 1px #ccc;
  border-top: none;
  min-height: 193px;
}
.sideNavWrapper .content ul {
  list-style-image: url('/includes/images/nav/bullet.gif');
  list-style-position: outside;
  margin: 0;
  padding: 7px 0 20px 30px;
}
.sideNavWrapper .content ul li {
  line-height: 17px; /* IE6/7 UL adjustment */ *line-height:21px;
}
.sideNavWrapper .content ul li a, .sideNavWrapper .content ul li ul.sub li a {
  text-decoration: none;
  color: #999;
}
.AboutUsLanding .sideNavWrapper .content ul li a:hover, .AboutUsLanding .sideNavWrapper .content ul li ul.sub li a:hover,
.AboutUsTopLevel .sideNavWrapper .content ul li a:hover, .AboutUsTopLevel .sideNavWrapper .content ul li ul.sub li a:hover,
.TeacherLanding .sideNavWrapper .content ul li a:hover, .TeacherLanding .sideNavWrapper .content ul li ul.sub li a:hover {
  text-decoration: none;
  color: #ff9900;
}
.StudentLanding .sideNavWrapper .content ul li a:hover, .StudentLanding .sideNavWrapper .content ul li ul.sub li a:hover {
  text-decoration: none;
  color: #aabf58;
}
.ParentLanding .sideNavWrapper .content ul li a:hover, .ParentLanding .sideNavWrapper .content ul li ul.sub li a:hover {
  text-decoration: none;
  color: #CA575E;
}
.sideNavWrapper .content ul li ul {
  padding: 0 1px 0 5px;
}
.AboutUsLanding .sideNavWrapper .content ul .parentNav, .AboutUsTopLevel .sideNavWrapper .content ul .parentNav, .TeacherLanding .sideNavWrapper .content ul .parentNav {
  list-style-image: url('/includes/images/nav/orangearrow_down.gif');
  color: #333;
}
.AboutUsLanding .sideNavWrapper .content ul li.selected, .AboutUsTopLevel .sideNavWrapper .content ul li.selected, .TeacherLanding .sideNavWrapper .content ul li.selected {
  list-style-image: url('/includes/images/nav/orangearrow_right.gif');
}
.StudentLanding .sideNavWrapper .content ul .parentNav {
  list-style-image: url('/includes/images/nav/greenarrow_down.gif');
  color: #333;
}
.StudentLanding .sideNavWrapper .content ul li.selected {
  list-style-image: url('/includes/images/nav/greenarrow_right.gif');
}
.ParentLanding .sideNavWrapper .content ul .parentNav {
  list-style-image: url('/includes/images/nav/redarrow_down.gif');
  color: #333;
}
.ParentLanding .sideNavWrapper .content ul li.selected {
  list-style-image: url('/includes/images/nav/redarrow_right.gif');
}
.sideNavWrapper .content ul li.selected a, .sideNavWrapper .content ul li ul.sub li.selected a {
  color: #333;
}
/* Teacher Side nav */
.AboutUsLanding .sideNavWrapper .sideNavHeader, .AboutUsTopLevel .sideNavWrapper .sideNavHeader, .TeacherLanding .sideNavWrapper .sideNavHeader {
  background-color: #ff9900;
}

/* Student Side nav */
.StudentLanding .sideNavWrapper .sideNavHeader {
  background-color: #b2ce19;
}
/* Parent Side nav */
.ParentLanding .sideNavWrapper .sideNavHeader {
  background-color: #b93b44;
}

/************
callout content
************/

#callouts-wrapper {
  width: 774px;
  background: url(/includes/images/homepage/callout-col-bg.gif) top left repeat-y;
  margin: 7px auto 0 auto;
}
.callout-content {
  padding: 0 10px;
}

.callout-content #follow {
float:none;
width:100%;
_width:200px;
margin:5px 0 0 5px;

}

.callout-content h2 {
	font:bold 15px Arial;
	margin:10px 0 5px;
	color:#FFAE00;
}

.HomeLanding .callout h2 a {
	color:#FFAE00;
	text-decoration:none;
}

.HomeLanding .callout {
  width: 258px;
  float: left;
  line-height: 1.5em;
}

#enroll #save {
  width :266px;
  height:85px;
  background: url(/includes/images/homepage/hp_$$promo.png) top left no-repeat;
  margin:-2px 0 0 -3px;
  position:absolute;
  z-index:10;
}
* html #enroll #save {
  background: none; /* Hide the current background image so you can replace it with the filter*/
  width: 266px; /* Must specify width */
  height: 85px; /* Must specify height */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/includes/images/homepage/hp_$$promo.png');
}
.callout-content h1 a:link,.callout-content h1 a:visited,.callout-content h1 a:hover,.callout-content h1 a:active{
 color:#FFAE00;
 text-decoration:none;
}

#enroll {
  background: url(/includes/images/homepage/beige-callout-bg.gif) top left repeat-y;
  width: 255px;
  margin: 0 0 0 2px;
}

#enroll .callout-content {
margin:20px 0 0 0;
}

#login-box {
  padding: 21px 0 2px 0;
}
#enter-tour-number {
  margin: 10px 5px 5px 0;
}
.tournumber {
  font-size: 10px;
  margin: 0 5px 0 0;
  float: left;
  padding: 2px 2px 3px 2px;
}
#login-box table {
  margin: 0px 0 0 0;
  padding: 0;
}
#login-box table tr td input {
  margin: 3px 3px 0 0;
  display: inline;
  padding: 2px 0;
  color: #666;
  font-size: 11px;
}
#login-box table tr td label {
  display: inline;
  padding: 0;
}
#ebc {
  background: url(/includes/images/homepage/beige-callout-bottom.gif) top left no-repeat;
  width: 255px;
  height: 11px;
  margin: 0 0 0px 2px;
}
#recent-blogs {
  background: url(/includes/images/homepage/last-col-bg.gif) repeat-y;
  width: 255px;
  margin: 0 0 0 2px;
  padding: 0 0 12px 0;
  min-height: 120px;
}
.feedburnerFeedBlock ul {
  list-style: disc url(/includes/images/bullet.gif);
}
#recent-blogs ul {
  margin: 0px 0 0 0;
  padding: 0;
}
#recent-blogs ul li {
  margin: 0 0 0 15px;
  padding: 0;
}
#cbc {
  background: url(/includes/images/homepage/callout-bottom-corners.gif) top left no-repeat;
  width: 774px;
  height: 8px;
  margin: 0 auto 10px;
}

/* Min Height for Students */
#callouts-wrapper .callout #students-parents{
  height: auto !important;
  height: 124px;
  min-height:124px;
}

/**********
footer
**********/

#footer {
  margin: 25px 0;
  font-size: 10px;
  color: #7f7f7f;
  line-height: 1.5em;
}
#footer strong {
  color: #666;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .links {
  width: 20%;
  float: left;
}
#footer a:link, #footer a:visited {
  color: #666;
  text-decoration: none !important;
  outline: none !important;
}
#footer a:hover {
  text-decoration: underline !important;
}

#suppNav {
  margin: 40px 0 0 0;
  font-size: 9px;
  float: left;
  width: 80%;
  line-height: 2em;
}
#suppNav a:link {
  color: #666;
}
#suppNav a:visited {
  color: #666;
}
#follow {
  margin: 30px 0 0 0;
  float: left;
  width: 20%;
}
#follow img {
  margin: 0 4px 0 0;
}
#footer #follow {
  text-align: right;
}

/***************
clearing helpers
***************/
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

/***********
tool tip
***********/
a.info {
  position: relative; /*this is the key*/
  z-index: 24;
  text-decoration: none;
  margin: 0 0 0 10px;
}
a.info:hover {
  z-index: 25;
  background-color: #ffffff;
  text-decoration: none;
}
a.info span {
  display: none;
}
a.info:hover span {
  /*the span will display just on :hover state*/
  display: block;
  position: absolute;
  top: 2em;
  left: 2em;
  width: 15em;
  border: 1px solid #fff;
  padding: 10px;
  background-color: #eeeeee;
  color: #333;
}
#creditfooter {
  display: none;
}

/****************
Glossary User Control
****************/
.GlossaryItemHolder {
  float: left;
  width: 14px;
}
.GlossaryItemSym {
  color: #5aacdc;
  cursor: hand;
}
.GlossaryTooltip {
  width: 200px;
  position: absolute;
  margin-top: 14px;
  margin-left: -15px;
  visibility: hidden;
  display: none;
}
.GlossaryDesc {
  float: left;
  width: 200px;
  color: #333333;
  padding: 10px;
  position: absolute;
  border: 1px solid white;
  background-color: #E0E0E0;
}

/**************
Nyro Galleries
**************/

div#nyroModalFull {
	font-size: 12px;
	color: #777777;
	font-family: Verdana;
}
div#nyroModalLoading {
	/*border: 4px solid #777;*/
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../images/nyroModal/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	/*border: 4px solid #777;*/
}
a#closeBut {
	position: absolute;
	display: block;
	top: 5px;
	right: 5px;
	width: 44px;
	height: 10px;
	text-indent: -9999em;
	background: url(../images/buttons/closeButton.gif) no-repeat;
	outline: 0;
}
div.wrapper div#nyroModalContent {
	padding: 20px 10px 0px 10px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
div.wrapperImg a {
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
a.nyroModalPrev {
	left: 0;
	width: 40%;
}
a.nyroModalPrev:hover {
	background: url(../images/nyroModal/prev.gif) left 20% no-repeat;
}
a.nyroModalNext {
	right: 0;
	width: 40%;
}
a.nyroModalNext:hover {
	background: url(../images/nyroModal/next.gif) right 20% no-repeat;
}
