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

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

/* CSS for CAREERS HOME PAGE */

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

#branding {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#flash-content {
	margin: 0 0 0 1px; /* Lines up blocks with logo and navigation */
	padding: 0 0 3px 0;
	border-bottom: 30px solid #babcbe; /* Wyndham Grey */
}

#nav-section-careers {
	float: left;
}

#content {
	float: left;
}

#content h1 {
	margin: 0 0 10px 0;
}

#content div.content-item p {
	padding-left: 20px; /* Accomodates Color bullets */
}

#footer {
	clear: both;
}

