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

/* wyndhamvacationownership.com */
/* Creation Date: Jan 07 */

/* CSS common to all pages */

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

body {
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	font-size: 100%;
}

#page-container {
	position: relative;
	width: 805px;
	margin: 0 0 0 0;
	padding: 0 2px 2px 2px;
}

.photo-caption {
	display: inline;
	float: left;
	clear: both;
	margin: 0 10px 0 20px;
	padding: 0 0 5px 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
/***********************************************/

/* Content */

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

#content {
	width: 625px;
	margin: 20px 20px 20px 20px;
	padding: 0 0 0 0;
	font: 0.7em/1.4em arial, helvetica, sans-serif;
	color: #555;
}

#content p {
	margin: 0 0 0 0;
	padding: 2px 0 8px 0;
}

#content ul {
	margin: 0 0 10px 40px;
	padding: 0;
	list-style-type: square;
}

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

/* Content Item */

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

.content-item {
	float: left;
	width: 277px;
	margin: 0 0 10px 0;
	padding: 0 20px 0 0;
}

.clear {
	clear: both;
}

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

/* Headers */

/***********************************************/
#content h1 {
	font: normal 18px/20px normal arial, helvetica, sans-serif;
	color: #b71237; /* Wyndham Red */
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	margin: 0 0 0 0;
	padding: 8px 0 0 0;
	font: normal 16px/18px normal arial, helvetica, sans-serif;
	color: #444; /* Grey */
}

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

/* Main Navigation */

/***********************************************/
#nav-main-container {
	position: absolute;
	top: 20px;
	left: 280px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font: 0.7em/1.2em arial, helvetica, sans-serif;
	text-transform: uppercase;
}

#nav-main a {
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
	text-decoration: none;
	color: #666;
	background: url('../graphics/global/nav-main_arrow.gif') no-repeat;
	
}

#nav-main li {
	display: inline;
	list-style-type: none;
}

ul#nav-main li a.on {
	color: #b71237; /*Wyndham Red*/
	font-weight: bold;
	background: url('../graphics/global/nav-main_arrow_down.gif') no-repeat;
}


#nav-main a:link {
	color: #666;
}

#nav-main a:visited {
	color: #666;
}

#nav-main a:hover {
	color: #b71237; /*Wyndham Red*/
	background: url('../graphics/global/nav-main_arrow_down.gif') no-repeat;
}

#nav-main a:active {
	color: #b71237; /*Wyndham Red*/
}



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

/* Section Navigation */

/***********************************************/
#nav-section {
	width: 139px;
	margin: 4px 0 0 0;
	padding: 0 0 5px 0;
	font-size: 0.7em;
	font: 0.7em/1.4em arial, helvetica, sans-serif;
}

#nav-section ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav-section a {
	display: block;
	width: 134px;
	margin: 0 0 0 0;
	padding: 5px 0 5px 5px;
	border-bottom: 2px solid #fff;
	text-decoration: none;
	color: #444444;
	background-color: #bbb; 
}

#nav-section li li a {
	display: block;
	width: 124px;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 10px;
	border-bottom: 2px solid #fff;
	text-decoration: none;
	color: #444444;
	background-color: #ddd; 
}

#nav-section li li li a {
	display: block;
	width: 114px;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 20px;
	border-bottom: 2px solid #fff;
	text-decoration: none;
	color: #444444;
	background-color: #dadbdb;
}


/********* TOP LEVEL STYLES **********/
/* Indicates there are sections under this top level section */
#nav-section .arrow { 
	background: #bbb url('../graphics/global/nav-top-level.gif') top no-repeat;
}

/* When you roll over the Top Level menu item with an arrow */
#nav-section a:hover.arrow { 
	color: #000; /* Black */
	background: #ccc url('../graphics/global/nav-top-level_over.gif') top no-repeat;
}


/********* TOP LEVEL OPEN STYLES **********/
/* Use this class when the TOP MOST section is open */
#nav-section .open { 
	color: #fff;
	background: #b71237 url('../graphics/global/nav-top-level-open.gif') top no-repeat;
}

/* When you rollover the top level graphic and it is the section that is open */
#nav-section a:hover.open { 
	color: #000;
	background: #b71237 url('../graphics/global/nav-top-level-open.gif') top no-repeat;
}


/********* SUB LEVEL STYLES **********/
/* The sub level page you are on */
#nav-section li .on, #nav-section li li .on, #nav-section li li li .on { 
	font-weight: bold;
	background-color: #ddd;
}
 
/******** All section nav **********/

/* When you roll over any section nav menu item */
#nav-section a:hover {
	color: #000;
	background-color: #ccc;
}


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

/* Breadcrumb Navigation */

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

#nav-breadcrumb {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	font: 0.75em/1.4em arial, helvetica, sans-serif;
	color: #999;
}


div#nav-breadcrumb ul {/*descendant selector*/
	margin: 0 0 0 20px;
	padding: 0;
}

div#nav-breadcrumb ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav-breadcrumb a {
	margin: 0 0 0 0;
	padding: 0;
	text-decoration: none;
	color: #333;
}

#nav-breadcrumb a:link {
	color: #333;
}
#nav-breadcrumb a:visited {
	color: #666;
}
#nav-breadcrumb a:hover {
	color: #0074be;
}
#nav-breadcrumb a:active {
	color: #666;
}

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

/* Skip Navigation */

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

#nav-skip {
	display: none;
}

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

/* Flash Content */

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

#flash-content {
	font: 0.8em/1.4em arial, helvetica, sans-serif;
}


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

/* Footer */

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

#footer {
	clear: both;
	margin: 0 0 0 0;
	padding: 10px 10px 0 10px;
	border-top: 33px solid #babcbe; /* Wyndham Grey */
}

#footer p {
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	font: 0.7em/1.3em arial, helvetica, sans-serif;
	color: #777;
}

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

/* Forms */

/***********************************************/
#content form { 
	margin: 0 0 0 0;
	padding: 10px;
	border: 1px solid #ccc;
	font-family: arial, helvetica, sans-serif;
	color: #333;
}

#content form h1, #content form h2, #content form h3, #content form h4, #content form h5, #content form p {
	margin: 0 0 5px 0;
	padding: 0;
}

#content form ol {
	margin: 0 0 0 30px;
	padding: 0 0 0 0;
}

label {
	font-weight: bold;
}

form table tr td {
	vertical-align: middle;
}

#content form div {
	margin: 0 0 0 0;
}

#content form div label {
	font-weight: bold;
}

#content label {
	margin-right: 1em;
}

#content input, #content textarea, #content select {
	margin: 5px 0 5px 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
}

.form-field-error {
	margin: 0;
	padding: 4px 3px 2px 20px;
	border: 1px solid #ccc;
	font-weight: bold;
	color: #c00;
	background: #eee url('../graphics/global/form_error.gif') top left no-repeat;
}

#form-global-error {
	margin: 0;
	padding: 5px;
	border: 1px solid #ccc;
	font-weight: bold;
	color: #c00; /* Red */
	background: #eee;
}

#form-global-error p {
	color: #c00; /* Red */
}

#form-global-error ul {
	list-style-type: square;
}

#form-global-error ul li a {
	color: #c00; /* Red */
}

p.required {
	color: #c00; /* Red */
}

.required {
	color: #c00; /* Red */
}

/*
	These classes must duplicate the colors and font styles of the form element's style
*/
input.form-read-only-field
{
	width: 100%;
	border-style: none;
	cursor: default;
	font: normal 1em/1em verdana, arial, helvetica, sans-serif;
	color: #069;
	background-color: #d5e9fd;
}

/*
	These classes must duplicate the colors and font styles of the form element's style
*/
textarea.form-read-only-field {
	overflow: visible;
	width: 100%;
	border-style: none;
	cursor: default;
	font: normal 1em/1em verdana, arial, helvetica, sans-serif;
	color: #069;
	background-color: #d5e9fd;
}

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

/* CAREERS */
/* All styles specific to careers */
/* Let's never do this again */

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

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

/* Section Navigation */

/***********************************************/
#nav-section-careers {
	width: 139px;
	margin: 4px 0 0 0;
	padding: 0 0 5px 0;
	font-size: 0.7em;
	font: 0.7em/1.4em arial, helvetica, sans-serif;
}

#nav-section-careers ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav-section-careers a {
	display: block;
	width: 134px;
	margin: 0 0 0 0;
	padding: 5px 0 5px 5px;
	border-bottom: 2px solid #fff;
	text-decoration: none;
	color: #444444;
	background-color: #bbb; 
}

#nav-section-careers li li a {
	display: block;
	width: 124px;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 10px;
	border-bottom: 2px solid #fff;
	text-decoration: none;
	color: #222222;
	background-color: #ddd; 
}

#nav-section-careers li li li a {
	display: block;
	width: 114px;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 20px;
	border-bottom: 2px solid #fff;
	text-decoration: none;
	color: #222222;
	background-color: #dadbdb;
}


/********* TOP LEVEL STYLES **********/
/* Indicates there are sections under this top level section */
#nav-section-careers .arrow { 
	background: #bbb url('../graphics/global/nav-top-level.gif') top no-repeat;
}

/* When you roll over the Top Level menu item with an arrow */
#nav-section-careers a:hover.arrow { 
	color: #000; /* Black */
	background: #ccc url('../graphics/global/nav-top-level_over.gif') top no-repeat;
}


/********* TOP LEVEL OPEN STYLES **********/
/* Use this class when the TOP MOST section is open */
#nav-section-careers .open { 
	color: #444;
	background: #ccc url('../graphics/global/nav-top-level-open-careers.gif') top no-repeat;
}

/* When you rollover the top level graphic and it is the section that is open */
#nav-section-careers a:hover.open { 
	color: #444;
	background: #ccc url('../graphics/global/nav-top-level-open-careers.gif') top no-repeat;
}


/********* SUB LEVEL STYLES **********/
/* The sub level page you are on */
#nav-section-careers li .on, #nav-section-careers li li .on, #nav-section-careers li li li .on { 
	font-weight: bold;
}
 
/******** All section nav **********/

/* When you roll over any section nav menu item */
#nav-section-careers a:hover {
	color: #000;
	background-color: #ccc;
}

/******** Sub Level section specific colors for nav-section **********/

#nav-section-careers .company-culture {
	background-color: #b71237; /*Wyndham Red*/
}

#nav-section-careers .career-opportunities {
	background-color: #f47b29; /*Wyndham Orange*/
}

#nav-section-careers .benefits-and-rewards {
	background-color: #febe10; /*Wyndham Yellow*/
}

#nav-section-careers .diversity {
	background-color: #0074be; /*Wyndham Blue*/
}

#nav-section-careers .university-relations {
	background-color: #6e9934; /*Wyndham Green*/
}


/* Color bullets */

div.bullet-company-culture p {
	background: url('../graphics/home/bullet-company-culture.gif') no-repeat;
}

div.bullet-career-opportunities p {
	background: url('../graphics/home/bullet-career-opportunities.gif') no-repeat;
}

div.bullet-benefits-and-rewards p {
	background: url('../graphics/home/bullet-benefits-rewards.gif') no-repeat;
}

div.bullet-diversity p {
	background: url('../graphics/home/bullet-diversity.gif') no-repeat;
}

div.bullet-university-relations p {
	background: url('../graphics/home/bullet-university-relations.gif') no-repeat;
}

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

/* CAREERS HEADERS FOR SUB PAGES */

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

#company-culture {
	background: url('../graphics/headers/company_culture.jpg') no-repeat;
}

#career-opportunities {
	background: url('../graphics/headers/career_opportunities.jpg') no-repeat;
}


#benefits-and-rewards {
	background: url('../graphics/headers/benefits_rewards.jpg') no-repeat;
}

#diversity {
	background: url('../graphics/headers/diversity.jpg') no-repeat;
}

#university-relations {
	background: url('../graphics/headers/university_relations.jpg') no-repeat;
}


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

/* CAREERS HEADERS FOR THIRD LEVEL PAGES */

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

#job-listing, #campus-visits, #sales-job-listing {
	background: url('../graphics/headers/job_listings.jpg') no-repeat;
}

#how-to-apply {
	background: url('../graphics/headers/how_to_apply.jpg') no-repeat;
}

#general-benefits {
	background: url('../graphics/headers/general_benefits.jpg') no-repeat;
}

#recognition-programs {
	background: url('../graphics/headers/recognition_programs.jpg') no-repeat;
}

#internship {
	background: url('../graphics/headers/internships.jpg') no-repeat;
}

#interns-summer-2007 {
	background: url('../graphics/headers/futures_in_timeshare.jpg') no-repeat;
}

#contact-us, #faq {
	background: url('../graphics/headers/faqs.jpg') no-repeat;
}

#company-culture, #career-opportunities, #benefits-and-rewards, #diversity, #university-relations, #contact-us, #interns-summer-2007, #internship, #recognition-programs, #general-benefits, #how-to-apply, #job-listing, #sales-job-listing, #campus-visits, #faq {
	position: relative;
	width: 805px;
	margin: 0 0 0 0;
	padding: 0 2px 2px 2px;
}

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

/* Links */

/***********************************************/
a:link {
	color: #0074be; /* Wyndham Blue */
}

a:visited {
	color: #666; /* Light Grey */
}

a:hover {
	color: #FF6600; /* Orange */
}

a:active {
	color: #FF0000; /* Red */
}

