@charset "UTF-8";
/* CSS Document */

#tabbed-page #headerContainer{background-image:url(../images/nav-header-bkg.jpg);}

#tabbed-page #header{background-image:url(../images/nav-pageheader-bkg.jpg);}

#tabbed-page #pageHeader{width:236px;left:248px;top:85px;z-index:1;}

#tabbed-page #Main{width:920px;float:left;}

#tabbed-page #Sidebar{width:325px;float:right;margin-left:0;}

#tabbed-page #contentContainer{padding-top:12px;}
#sub-nav h1{background:transparent url(../images/h-programs-subnav.gif) no-repeat 0 0;}

.text{margin:0 5px 0 0;width:325px;}

#tabbed-page .main{float:right;width:657px;margin:0 0 0 10px;}
#tabbed-page .main .hrDiv{width:570px;}

#register-now{margin:20px 0 28px;-moz-border-radius: 5px;-webkit-border-radius: 5px;padding:16px 0 24px;width:655px;background:#ffeb9b;border:1px solid #ffeb9b;}
#register-now .icon-pdf{padding:7px 10px 0 0;}
#register-now .text{width:625px;margin:0 10px 0 20px;}

.call-to-action{margin-bottom:30px;background:transparent url(../images/cta-planning-your-trip.gif) no-repeat 0 0;width:524px;height:138px;}
.call-to-action p{position:relative;width:195px;left:257px;top:63px;}
.call-to-action a{font-weight:normal;}

.program-img{width:150px;float:left;}
.program-desc{width:413px;float:right;}
.form-btn{margin-top:10px;}

dl{font-size:12px;margin:1em 0;}
dt{float:left;clear:left;width:100px;font-weight:bold;}

#field-trip-tabs .hrDiv{background-image:url(../images/hr-wave-w.gif);}

/*YUI Nav styling overrides*/
.yui-navset-top .yui-nav,.yui-navset-bottom .yui-nav{width:655px;font-size:13px;line-height:1;}
.yui-skin-sam .yui-navset .yui-nav, 
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav { 
	border:solid #d7d6d6; /* color between tab list and content */ 
	border-width:0 0 1px; 
} 
.yui-skin-sam .yui-navset .yui-nav a, 
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav a { 
	border:solid #fff; 
	border-width:0 3px;
}
.yui-skin-sam .yui-navset .yui-nav a em, 
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav a em { 
	border:solid #fff; 
	border-width:3px 0 0;
	padding:0.75em 0.667em;
	text-align:center;
	font-weight:bold;
}
.yui-skin-sam .yui-navset .yui-nav .selected a, 
.yui-skin-sam .yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */ 
.yui-skin-sam .yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */ 
	background:#fff; /* selected tab background */ 
	color:#900; 
} 
.yui-skin-sam .yui-navset .yui-nav .selected a em { 
	padding:0.833em 0.667em; /* raise selected tab */ 
} 
.yui-skin-sam .yui-navset .yui-nav .selected a, 
.yui-skin-sam .yui-navset .yui-nav .selected a em { 
	border-color:#fff; /* selected tab border color */ 
}
.yui-skin-sam .yui-navset .yui-content { 
	background:#fff; /* content background color */ 
} 
.yui-skin-sam .yui-navset .yui-content, 
.yui-skin-sam .yui-navset .yui-navset-top .yui-content { 
	border:1px solid #fff; /* content border */ 
	border-top-color:#fff; /* different border color */
	padding:2.857em 2.143em;
}