/* top navigation */

#nav { width:964px; min-height:30px; margin:5px 0 0 0; background:url(bg_nav.gif) top center repeat-x; border-bottom: #dcdcdc 1px solid; float:left; }
#nav ul { margin:0; padding:0px 10px 0 10px; list-style:none; font-size:0.9em; float:left; width:80%; }
#nav li { float:left; margin:0; padding:0 0 0 9px; border-right:#dcdcdc solid 1px; }
#nav li.first { float:left; margin:0; padding:0 0 0 9px; border-right:#dcdcdc solid 1px; }
#nav li.last { float:left; margin:0; padding:0 0 0 9px; border-right:none; }
#nav a { float:left; display:block; background:url(spacer.gif) no-repeat right top; padding:9px 15px 0 6px; text-decoration:none; color:#686868; }
#nav a:hover { color:#196a89; text-decoration:underline; }
#nav #current { background-image:url(bg_nav_left_on.gif); border-right:#dcdcdc solid 1px; border-left:none !important; }
#nav #current a { background-image:url(bg_nav_right_on.gif); color:#ffffff; padding-bottom:8px; }

/* sub navigation */
.subnav_master { width:193px; float:left; margin:0px; padding:0px; }

.subnav_holder {
    width: 186px;
    float: left;
    padding-left: 7px;
    background: #E5EFF1;
}

.subnav1 {
    float: left;
    margin-left: -3px;
    margin-bottom: 10px;
}

.subnav1 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    min-height: 300px;
}

.subnav1 ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    min-height: 10px;
}

.subnav1 ul li.section {
    float: left;
    background-color: #C3D0D8;
    font-family: "Times New Roman", Times, serif;
    font-size: 1.3em;
    text-transform: uppercase;
    position: relative;
    margin: 12px 10px 10px -24px;
    padding: 2px 0 0 30px;
	width: 172px;
}

    .subnav1 ul li.section:after {
        content: ' ';
	    position: absolute;
	    width: 0;
	    height: 0;
	    left: 0px;
	    top: 100%;
	    border-width: 5px 10px;
	    border-style: solid;
	    border-color: #B0BFC6 #B0BFC6 transparent transparent;
    }
	
.subnav1 ul li a:hover.section { 
	color:#2a7d9b; 
	text-decoration:none; 
	margin-left:-10px; 
	padding:6px 0 6px 20px; 
	display:block; 
	font-family:"Times New Roman", Times, serif; 
	font-size:1.1em; 
	font-weight:bold; 
	text-transform:uppercase;
}

html>body .subnav1 ul li a:hover.section { 
	color:#2a7d9b;
	text-decoration:none;
	margin-left:-20px;
	padding:6px 0 6px 20px;
	display:block;
	font-family:"Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight:bold;
	text-transform:uppercase; 
}

.subnav1 ul li.section a {
	background-color: #C3D0D8 !important;
}

.subnav1 ul li {
	width: 172px;
    /*padding: 3px 0 3px 9px;*/
	margin: 0 0 0px 7px;
	float: left;
	display: block;
	/*background-color: #FFF;	*/
	border-bottom: solid 1px #E5EFF1;
}

.subnav1 ul li a {
	width: 162px;
    float: left;
    color: #585858;
    text-decoration: none;
    margin: 0;
    padding: 8px 0 8px 10px;
	background-color: #FFF;
}

.subnav1 ul li a:hover { 
	color:#2a7d9b;
	background-color: #C3D0D8;
}

.subnav1 ul li a.on {
    color: #2a7d9b;
    text-decoration: none;
	background-color: #C3D0D8;
}

.subnav1 ul.level2 {
}

.subnav1 li.level2 {
    padding: 2px 0 2px 18px;
    margin: 0px 0px 0px 0px;
    background-color: #C3D0D8;
    width: 152px;
    border-top: 1px solid #E5EFF1;
}

.subnav1 li.level2 a {
    margin-left: 6px;
    padding: 5px 0 5px 0;
    width: 120px !important;
    display: block;
    background: none !important;
}

.subnav1 ul.level3 {
    
}

.subnav1 li.level3 {
	margin: 0px 0px 0px 0px;
	width: 172px;
	padding: 0px 0px 0px 0px;
}

.subnav1 li.level3:first-child {
	margin: 1px 0px 0px 0px;
}

.subnav1 li.level3 a {
	margin-left:9px;
	width:153px;
	display:block;
	background-color:#E5EFF1;
}

.subnav1 li.level3 a:hover {

}

.subnav1 li.level4 {
	width: 172px;
	padding: 0;
	margin: 0;
}

.subnav1 li.level4 a {
	background-color:#E5EFF1;
	margin-left: 23px;
	width: 139px;
}

/* LHS Promo Panels - under Sub Navigation */

#LHSHolder {
	float:left;
	width:193px;
}

.LHSPromoHolder {
	margin-top:10px;
	float: left;
    width: 193px;
	clear:left;
}

#hs_membership {
    background: #0b6979 none repeat scroll 0 0;
    position: relative;
}

#hs_explorer {
    background: #A70129 none repeat scroll 0 0;
    position: relative;
}

#hs_membership h1, #hs_explorer h1 {
    font-size: 1.7em;
	font-family: "TrajanProRegular","Trajan Pro",Georgia,"Times New Roman",Times,serif !important;
    font-weight: normal;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
}

#hs_membership img, #hs_explorer img {
    margin: 0 0 0 2px;
}

a.nav_control {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #0c0c0c 0%, #313132 100%) repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    font-size: 1em;
    padding: 0.25em 0.5em 0.3em;
    transition: all 0.6s ease 0s;
}

.arrow {
    background: rgba(0, 0, 0, 0) url("base-arrow.png") no-repeat scroll right center;
    display: inline-block;
    height: 11px;
    padding-left: 25px;
    width: 8px;
}

.smallpad-lower {
	padding: 20px 10px 20px 10px;
}

/* places navigation */

#tabnav { width:509px; height:auto; margin:0; background:url(bg_nav.gif) top center repeat-x; border-bottom: #dcdcdc 1px solid; float:left; }
.events_panel_holder #tabnav { width:557px; height:30px; margin:0; background:url(bg_nav.gif) top center repeat-x; border-bottom: #dcdcdc 1px solid; float:left; }
#tabnav ul { margin:0; padding:0 10px 0; list-style:none; font-size:0.9em; float:left; width:95%; }


#tabnav li { float:left; margin:0; padding:0 0 0 9px; border-right:#dcdcdc solid 1px; }


#tabnav li.first { margin:0; padding:0 0 0 9px; border-right:#dcdcdc solid 1px; }
#tabnav li.last { margin:0; padding:0 0 0 9px; border-right:#dcdcdc solid 1px; }
/*
#tabnav a { float:left; display:block; background:url(spacer.gif) no-repeat right top; padding:8px 15px 7px 6px; text-decoration:none; color:#686868; }
*/
#tabnav a { float:left; display:block; background:url(spacer.gif) no-repeat right top; padding:8px 11px 7px 1px; text-decoration:none; color:#686868; }

#tabnav a:hover { color:#196a89; text-decoration:underline; }
#tabnav .current { background-image:url(bg_nav_left_on.gif); border-right:#dcdcdc solid 1px; border-left:none !important; }
#tabnav .current a { background-image:url(bg_nav_right_on.gif); color:#ffffff; padding-bottom:7px; }
#tabnav .current a:hover { background-image:url(bg_nav_right_on.gif); color:#ffffff; padding-bottom:7px; }

