/**********************************************************************************

client:					The Parthenon Group
author: 				Andrew Rodgers
date created:			Wednesday, August 20th, 2008.
date modified: 			Wednesday, August 20th, 2008.
description:			Core Style Sheet for TPG homepage

notes:					font-size(now set in ems):
						to calculate use: fontsize in px / 16 = size in ems
						8px = 8/16 = .5em;
						9px = 9/16 = .5625em;
						10px = 10/16 = .625em;
						11px = 11/16 = .6875em;
						12px = 12/16 = .75em;
						14px = 14/16 = .875em;
						16px = 16/16 = 1em;
						18px = 18/16 = 1.125em;

**********************************************************************************/
body {
    margin: 0px;
    padding: 86px 0px 30px 0px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 100%;
    font-weight: normal;
    line-height: 1.125em; /* 16x1.125=18px */
    text-align: center;
	background: #a4a7ac url(../images/site_bodyBG.jpg) repeat-x;
}

/* Site Wrapper - Contains entire site's content */
#site_wrapper {
	position:relative;
    margin: 0pt auto; /* For auto-centering */
    width: 954px; /* Adjust width to design */
    text-align: left;
    background: #fff;
	/*border:1px solid #999;*/
}

/* Logo Image Replacement for H1
 		
		* Adjust Width and Height as needed to fit new image. 
		** Also change Background Path to new image.
 */ 
#site_wrapper h1 {
	position:absolute;
	left:0px;
	top:-85px;
	width:953px; /* Adjust Width here */
	height:60px; /* Adjust Height here */
}
#site_wrapper h1 a:link,
#site_wrapper h1 a:visited{
	display:block;
	width:950px; /* Adjust Width here */
	height:80px; /* Adjust Height here */
	text-indent:-9999px;
	background: url(../images/site_logo.gif) no-repeat; /* Adjust Path to image here */
}

/* Main Navigation Basic Styles */
#site_mainNav {
    width: 100%;
    height: 20px;
    font-size: .75em;
    background: url(../images/site_mainNavBG.gif) no-repeat;
	border-bottom:1px solid #d4e6ef;
}
#site_mainNav li{
	float:left;
	position:relative;
}
#site_mainNav li a:link, 
#site_mainNav li a:visited {
    display: block;
    height: 20px;
    color: #000;
    text-indent: -9999px;
    border-right: 0px solid #d4e6ef;
}

/* Top Level Link Specific Styles */
#site_mainNav #site_mainNav_about{
	width: 106px;
	 height: 20px;
}
#site_mainNav #site_mainNav_about a:link, 
#site_mainNav #site_mainNav_about a:visited {
    background: url(../images/experiencewoi.gif) no-repeat;
}

#site_mainNav #site_mainNav_about a:hover {
	background: url(../images/experiencewoiHover.gif) no-repeat;
	border-right:1px solid #dbdddf;
}
#site_mainNav #site_mainNav_about .content_activeLink{
	background: url(../images/experiencewoiHover.gif) no-repeat !important;
	border-right:1px solid #dbdddf !important;
}


#site_mainNav #site_mainNav_experiencewoi{
	width: 106px;
	 height: 20px;
}
#site_mainNav #site_mainNav_experiencewoi a:link, 
#site_mainNav #site_mainNav_experiencewoi a:visited {
    background: url(../images/experiencewoi.gif) no-repeat;
}

#site_mainNav #site_mainNav_about a:hover {
	background: url(../images/experiencewoiHover.gif) no-repeat;
	border-right:1px solid #dbdddf;
}
#site_mainNav #site_mainNav_experiencewoi .content_activeLink{
	background: url(../images/experiencewoiHover.gif) no-repeat !important;
	border-right:1px solid #dbdddf !important;
}

#site_mainNav #site_mainNav_clients{
	width:218px;
}
#site_mainNav #site_mainNav_clients a:link, 
#site_mainNav #site_mainNav_clients a:visited {
    background: url(../images/site_mainNav_clients.gif) no-repeat;
}
#site_mainNav #site_mainNav_clients a:hover {
	background: url(../images/site_mainNav_clientsHover.gif) no-repeat;
	border-right:1px solid #dbdddf;
}
#site_mainNav #site_mainNav_clients .content_activeLink{
	background: url(../images/site_mainNav_clientsHover.gif) no-repeat !important;
	border-right:1px solid #dbdddf !important;
}
#site_mainNav #site_mainNav_people{
	width:124px;
}
#site_mainNav #site_mainNav_people a:link, 
#site_mainNav #site_mainNav_people a:visited {
    background: url(../images/site_mainNav_people.gif) no-repeat;
}
#site_mainNav #site_mainNav_people a:hover {
	background: url(../images/site_mainNav_peopleHover.gif) no-repeat;
	border-right:1px solid #dbdddf;
}
#site_mainNav #site_mainNav_people .content_activeLink{
	background: url(../images/site_mainNav_peopleHover.gif) no-repeat !important;
	border-right:1px solid #dbdddf !important;
}
#site_mainNav #site_mainNav_careers{
	width:103px;
}
#site_mainNav #site_mainNav_careers a:link, 
#site_mainNav #site_mainNav_careers a:visited {
    background: url(../images/site_mainNav_careers.gif) no-repeat;
}
#site_mainNav #site_mainNav_careers a:hover {
	background: url(../images/site_mainNav_careersHover.gif) no-repeat;
	border-right:1px solid #dbdddf;
}
#site_mainNav #site_mainNav_careers .content_activeLink{
	background: url(../images/site_mainNav_careersHover.gif) no-repeat !important;
	border-right:1px solid #dbdddf !important;
}


#site_mainNav #site_mainNav_destinations{
	width:106px;
}
#site_mainNav #site_mainNav_destinations a:link, 
#site_mainNav #site_mainNav_destinations a:visited {
    background: url(../images/destinations.gif) no-repeat;
}
#site_mainNav #site_mainNav_destinations a:hover {
	background: url(../images/destinationsHover.gif) no-repeat;
	border-right:1px solid #dbdddf;
}
#site_mainNav #site_mainNav_destinations .content_activeLink{
	background: url(../images/destinationsHover.gif) no-repeat !important;
	border-right:1px solid #dbdddf !important;
}



#site_mainNav #site_mainNav_bestsellers{
	width:106px;
}
#site_mainNav #site_mainNav_bestsellers a:link, 
#site_mainNav #site_mainNav_bestsellers a:visited {
    background: url(../images/bestsellers.gif) no-repeat;
}
#site_mainNav #site_mainNav_bestsellers a:hover {
	background: url(../images/bestsellersHover.gif) no-repeat;
	border-right:1px solid #dbdddf;
}
#site_mainNav #site_mainNav_bestsellers .content_activeLink{
	background: url(../images/bestsellersHover.gif) no-repeat !important;
	border-right:1px solid #dbdddf !important;
}


#site_mainNav #site_mainNav_bestsellers{
	width:106px;
}
#site_mainNav #site_mainNav_bestsellers a:link, 
#site_mainNav #site_mainNav_bestsellers a:visited {
    background: url(../images/bestsellers.gif) no-repeat;
}
#site_mainNav #site_mainNav_bestsellers a:hover {
	background: url(../images/bestsellersHover.gif) no-repeat;
	border-right:1px solid #dbdddf;
}
#site_mainNav #site_mainNav_bestsellers .content_activeLink{
	background: url(../images/bestsellersHover.gif) no-repeat !important;
	border-right:1px solid #dbdddf !important;
}

#site_mainNav #site_mainNav_luxury{
	width:106px;
}
#site_mainNav #site_mainNav_luxury a:link, 
#site_mainNav #site_mainNav_luxury a:visited {
    background: url(../images/luxury.gif) no-repeat;
}
#site_mainNav #site_mainNav_luxury a:hover {
	background: url(../images/luxuryHover.gif) no-repeat;
	border-right:1px solid #dbdddf;
}
#site_mainNav #site_mainNav_luxury .content_activeLink{
	background: url(../images/luxuryHover.gif) no-repeat !important;
	border-right:1px solid #dbdddf !important;
}


#site_mainNav #site_mainNav_adventure{
	width:106px;
}
#site_mainNav #site_mainNav_adventure a:link, 
#site_mainNav #site_mainNav_adventure a:visited {
    background: url(../images/adventure.gif) no-repeat;
}
#site_mainNav #site_mainNav_adventure a:hover {
	background: url(../images/adventureHover.gif) no-repeat;
	border-right:1px solid #dbdddf;
}
#site_mainNav #site_mainNav_adventure .content_activeLink{
	background: url(../images/adventureHover.gif) no-repeat !important;
	border-right:1px solid #dbdddf !important;
}

#site_mainNav #site_mainNav_wildlifeandSafari{
	width:106px;
}
#site_mainNav #site_mainNav_wildlifeandSafari a:link, 
#site_mainNav #site_mainNav_wildlifeandSafari a:visited {
    background: url(../images/wildlifeandSafari.gif) no-repeat;
}
#site_mainNav #site_mainNav_wildlifeandSafari a:hover {
	background: url(../images/wildlifeandSafariHover.gif) no-repeat;
	border-right:1px solid #dbdddf;
}
#site_mainNav #site_mainNav_wildlifeandSafari .content_activeLink{
	background: url(../images/wildlifeandSafariHover.gif) no-repeat !important;
	border-right:1px solid #dbdddf !important;
}

#site_mainNav #site_mainNav_religious{
	width:106px;
}
#site_mainNav #site_mainNav_religious a:link, 
#site_mainNav #site_mainNav_religious a:visited {
    background: url(../images/religious.gif) no-repeat;
}
#site_mainNav #site_mainNav_religious a:hover {
	background: url(../images/religiousHover.gif) no-repeat;
	border-right:1px solid #dbdddf;
}
#site_mainNav #site_mainNav_religious .content_activeLink{
	background: url(../images/religiousHover.gif) no-repeat !important;
	border-right:1px solid #dbdddf !important;
}

#site_mainNav #site_mainNav_wellness{
	width:106px;
}
#site_mainNav #site_mainNav_wellness a:link, 
#site_mainNav #site_mainNav_wellness a:visited {
    background: url(../images/wellness.gif) no-repeat;
}
#site_mainNav #site_mainNav_wellness a:hover {
	background: url(../images/wellnessHover.gif) no-repeat;
	border-right:1px solid #dbdddf;
}
#site_mainNav #site_mainNav_wellness .content_activeLink{
	background: url(../images/wellnessHover.gif) no-repeat !important;
	border-right:1px solid #dbdddf !important;
}


#site_mainNav #site_mainNav_groups{
	width:106px;
}
#site_mainNav #site_mainNav_groups a:link, 
#site_mainNav #site_mainNav_groups a:visited {
    background: url(../images/groups.gif) no-repeat;
}
#site_mainNav #site_mainNav_groups a:hover {
	background: url(../images/groupsHover.gif) no-repeat;
	border-right:1px solid #dbdddf;
}
#site_mainNav #site_mainNav_groups .content_activeLink{
	background: url(../images/groupsHover.gif) no-repeat !important;
	border-right:1px solid #dbdddf !important;
}



/* Sub List Styles - Main Navigation */
#site_mainNav ol {
    position: absolute;
    top: 20px;
    left: 0px;
    padding: 2px 2px 2px 2px;
    background: #FFCC35;
    min-width: 100%;
	display:none;
}
#site_mainNav li:hover ol{
	display:block;
}

#site_mainNav ol li {
	position:static;
    float: none;
    margin: 0px 0px 2px 0px;
    background: #515050;
}

#site_mainNav ol li a:link, #site_mainNav ol li a:visited {
	display:block !important;
    padding: 3px 10px 5px 10px;
    margin: 0px 0px 0px 0px;
    color: #fff;
	text-indent: 0;
	text-decoration: none;
    white-space: nowrap;
    background: none !important;
	height:auto;
	border-right: none !important;
}

#site_mainNav ol li a:hover {
	background:#FFCC35 !important;
	color:#000;
}

/* Secondary Nav Styles */
#site_secondaryNav {
    position: absolute;
    top: 8px;
    right: 2px;
    font-size: .625em;
    color: #e4f0f6;
    overflow: hidden;
}
#site_secondaryNav li{
	float:left;
}
#site_secondaryNav li a:link, 
#site_secondaryNav li a:visited {
    padding: 0px 8px 0px 8px;
    color: #e4f0f6;
    text-decoration: none;
}
#site_secondaryNav li a:hover{
	color:#565656;
}
/* Active Secondary Link */
#site_secondaryNav li .content_activeLink{
	color:#FFCC35 !important;
}

/* Main Image Container */
#content_mainImageContainer{
	margin:0px;
	padding:0px;
	min-height:225px;
	background:#fff;
	border:none;
}
#content_mainImageContainer img{
	padding:0;
	margin:0;
	line-height:0;
	border:none;
}
/* Main Feature Styles */
#site_mainFeatureContainer {
    float: left;
    padding: 16px 26px 0px 18px;
    width: 910px;
    min-height: 300px;
    background: #fff url(../images/site_mainFeatureBG.gif) repeat-x top;
    /*border-right: 1px solid #999;*/
}
/* Main Feature Header Image Replacement:
 		
		* Adjust Width and Height as needed to fit new image (new image cannot be wider than 450px). 
		** Also change Background Path to new image.
 */ 
#site_mainFeatureContainer h2{
	height:30px; /* Adjust Height here */
	width:390px; /* Adjust Width here */
	margin:0px 0px 8px 0px;
	font-size:1.3em;
	font-weight:normal;
	color:#343434;
	text-indent:-9999px;
	background: url(../images/site_mainFeature_header.gif) no-repeat; /* Adjust Path to image here */
}

#site_mainFeatureContainer h3#content_firstFeatureHeader {
	height:24px; /* Adjust Height here */
	width:255px; /* Adjust Width here */
    margin: 0px 0px 0px 0px;
    font-size: 1.125em;
    font-weight: normal;
    color: #83bad8;
    text-indent: -9999px;
    background: url(../images/site_mainFeature_header01.gif) no-repeat; /* Adjust Path to image here */
}

#site_mainFeatureContainer h3#content_secondFeatureHeader {
	height:24px; /* Adjust Height here */
	width:255px; /* Adjust Width here */
    margin: 0px 0px 0px 0px;
    font-size: 1.125em;
    font-weight: normal;
    color: #83bad8;
    text-indent: -9999px;
    background: url(../images/site_mainFeature_header02.gif) no-repeat; /* Adjust Path to image here */
}

/* Use These Styles if you don't want to use Image Replacement */
/*
#site_mainFeatureContainer h2{
	margin:0px 0px 12px 0px;
	font-size:1.3em;
	font-weight:normal;
	color:#343434;
}
*/


#site_mainFeatureContainer h3 {
    margin: 0px 0px 10px 0px;
    font-size: .875em;
    color: #83bad8;
}

#site_mainFeatureContainer h4 {
    margin: 0px 0px 10px 0px;
    font-size: .875em;
    color: #83bad8;
}
#site_mainFeatureContainer p {
    margin: 0px 0px 10px 0px;
    font-size: .875em;
    color: #000;

}
#site_mainFeatureContainer a:link,
#site_mainFeatureContainer a:visited {
	margin:0px 0px 12px 0px;
	font-size:.875em;
	color:#919191;
}

/* Secondary Feature Styles */
#site_secondaryFeatureContainer {
    float: left;
    padding: 16px 45px 0px 18px;
    width: 273px;
    min-height: 250px;
    background: #eee url(../images/site_secondaryFeatureBG.gif) repeat-x top;
}
#site_secondaryFeatureContainer ol li{
	margin:0px 0px 18px 0px;
	font-size:.75em;
	color:#919191
	
}
/* Secondary Feature Headers Image Replacements:
 		
		* Adjust Width and Height as needed to fit new images (new images cannot be wider than 255px). 
		** Also change Background Path to new images.
 */ 
#site_secondaryFeatureContainer h3#content_firstFeatureHeader {
	height:24px; /* Adjust Height here */
	width:255px; /* Adjust Width here */
    margin: 0px 0px 0px 0px;
    font-size: 1.125em;
    font-weight: normal;
    color: #83bad8;
    text-indent: -9999px;
    background: url(../images/site_secondaryFeature_header01.gif) no-repeat; /* Adjust Path to image here */
}

#site_secondaryFeatureContainer h3#content_secondFeatureHeader {
	height:24px; /* Adjust Height here */
	width:255px; /* Adjust Width here */
    margin: 0px 0px 0px 0px;
    font-size: 1.125em;
    font-weight: normal;
    color: #83bad8;
    text-indent: -9999px;
    background: url(../images/site_secondaryFeature_header02.gif) no-repeat; /* Adjust Path to image here */
}

/*
/* Use These Styles if you don't want to use Image Replacement */
/*
 
#site_secondaryFeatureContainer h3 {
    margin: 0px 0px 4px 0px;
    font-size: 1.125em;
    font-weight: normal;
    color: #83bad8;
}
*/

#site_secondaryFeatureContainer h4 {
	margin:0px 0px 3px 0px;
	font-size:.6875em;
	color:#343434
}
#site_secondaryFeatureContainer a:link,
#site_secondaryFeatureContainer a:visited {
	margin:0px 0px 12px 0px;
	font-size:1.125em;
	color:#919191;
}

/* Site Footer Styles */
#site_footer {
    clear: left;    
}

#site_footer ol {
	position: absolute;
	bottom:-93px;
	right:165px;
	font-size: .625em;
	color: #e4f0f6;
	overflow:hidden;
	width: 503px;
	height: 47px;
}

#site_footer ol li {
    float: left;
	padding:0px 4px 0px 0px;
}
#site_footer ol li a:link, 
#site_footer ol li a:visited {
    padding: 0px 4px 0px 0px;
    color: #e4f0f6;
    text-decoration: none;
}
#site_footer ol li a:hover{
	color:#565656;
}

#footer {
background:transparent url(../images/bg-footer.gif) no-repeat scroll center bottom;
clear:both;
height:6em;
margin:0;
margin:0 auto;
padding:0 108px;
text-align:center;
width:738px;
}

#uberfooter {
background:#a4a7ac none repeat scroll 0 0;
color:#FFFFFF;
margin:0 auto;
padding:0 108px;
text-align:center;
width:738px;
}

div.push-down {
left:0;
position:relative;
top:51px;
}
