/*-------------------------------------------------------------------------------------------------------------
Visit (defines the theme styles for all pages under the Visit section of the PAHS website)

author:    brigitte de villiers 
notes:     these styles were based on the theme styles from Future Medium
           (originally defined in components.css) but have been modified to fit into the Web Manager framework
created:   17.11.2009
---------------------------------------------------------------------------------------------------------------*/

/* Primary Nav */

#primnav #Generic_Navigation_1 {
    z-index: 20;
}

#primnav #Generic_Navigation_1 a {
	background-position: 0 -104px; 
}

/* Tertiary Nav */
#tertnav a { background-image: url("../images/visit/bullet_sub_nav_parent.gif"); }
#tertnav a:hover { color: #fff; background-color: #ddb03b; }

#tertnav ul a { background-image: url("../images/visit/bullet_sub_nav.gif"); }


#tertnav ul a.selected, #tertnav ul a.selected:hover { 
	background-image: url(../images/bullet_sub_nav_hover.gif); 
	background-color: #d59f0f; 
	color: #fff; 
}

/* ==== landing_feature_links ==== */

#landing_feature_links li { background: url("../images/visit/btn_landing_feature_links.gif") 0 0 transparent no-repeat; }


/* ==== landing_feature ==== */

#landing_feature, #tabstrip-content { background: #d39a02 url("../images/visit/bg_landing_feature.jpg") no-repeat 0 bottom; }
#landing_feature_bg { background-image: url("../images/visit/bg_feature_sub.jpg"); }


/* ==== sub_feature ==== */

#sub_feature { background: url("../images/visit/bg_sub_feature.gif") 0 0 repeat-x #dca209; color: #fff; }
#sub_feature .feature-text { background: url("../images/visit/bg_tagline.gif") 0 0 no-repeat; color: #fff; }
#sub_feature_bg { background: url("../images/visit/bg_feature_sub.jpg") 50% 142px transparent no-repeat;  }
#sub_feature h2 {color: #fff; }




