/* -------------------------------------------------------------- 
  
Site Name: 
Description: 
Author: 
Copyright (c): 

-------------------------------------------------------------- */

/* --------------------------------------------------------------
  
INDEX:

[1] Base styles
[2] General Styles
[3] Header Styles
[4] Navigation Styles
[5] Content Styles
[6] Footer Styles
[7] Typography Styles
[8] Misc Styles
[9] Link Styles
[10] IE Styles
[11] Modal Styles
[12] Slide Styles
[13] Form Styles

Append a * to the number to quick jump to a section.

-------------------------------------------------------------- */

/* --------------------------------------------------------------
  
[*1] Base Styles

-------------------------------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* --------------------------------------------------------------
  
[*2] General Styles

-------------------------------------------------------------- */

html, body {
	margin:0;
	padding:0;
}

body {
	font-size:12px;
	font-family:"Helvetica", Arial, sans-serif;
	line-height:1.5;
	background: url(../images/browser-background.jpg) 50% 0% no-repeat;
}

#container {
	margin: 0 auto;
	width: 960px;
}

#left-column {
	float: left;
	width: 585px;
	background: #fbfaf9;
	padding: 20px;
}

#right-column {
	float: right;
	width: 310px;
}

/* --------------------------------------------------------------
  
[*3] Header Styles

-------------------------------------------------------------- */

header#header {
	width: 960px;
}

.logo {
	float: left;
}

.logo a {
	display: block;
	background: url(../images/prudential-logo.gif) no-repeat;
	height: 53px;
	font-size: 18px;
	padding: 42px 0 0 180px;
	width: 350px;
	margin-right: 90px;	
	color: #c0192b;
	text-decoration: none;
}

.logo a:hover {
	text-decoration: none;
}


.language-change {
	float: left;
	margin: 50px 0 0 0;
}

.language-change ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.language-change ul li {
	float: left;
	color: #7e878f;
	font-size: 12px;
	line-height: 12px;
}

.language-change ul li a {
	float: left;
	color: #7e878f;
	text-decoration: none;
	border-right: 1px solid #7e878f;
	margin-right: 10px;
	padding-right: 10px;
}

.language-change ul li a.chinese {
	background: url(../images/chinese.gif) 0px 0px no-repeat;
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	border-right: none;
}

.language-change ul li a.chinese:hover {
	background: url(../images/chinese.gif) 0px -12px no-repeat;
}


.language-change ul li a:hover, .language-change ul li.active a {
	color: #c0192b;
}

#search {
	float: left;
	margin: 47px 0 0 0;
}

#search p {
	display: none;
}

#search input[type="search"] {
	height: 15px;
	line-height: 15px;
	padding: 0px 5px;
	width: 150px;
	float: left;
	margin-right: 5px;
	margin-top: 1px;
}

#search input:focus {
	outline: none;
}



#search input.search-button {
	background: url(../images/search-button.gif) no-repeat;
	width: 72px;
	height: 20px;
	border: none;
	outline: none;
	float: left;
}


/* --------------------------------------------------------------
  
[*4] Navigation Styles

-------------------------------------------------------------- */

nav#main-navigation {
	clear: both;
	width: 960px;
	height: 57px;
	background: url(../images/main-navigation-background.gif) top left repeat-x;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
}

nav#main-navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

nav#main-navigation ul li {
	float: left;
	position: relative;
	z-index: 3;
}


nav#main-navigation ul li a {
	display: block;
	position: relative;
	height: 56px;
	line-height: 45px;
	color: #646464;
	text-decoration: none;
	padding: 0px 18px;
	z-index: 100;
}

nav#main-navigation ul li.drop-item a:hover,
nav#main-navigation ul li.drop-item:hover a {
	background: url(../images/main-navigation-drop-active.gif) top left repeat-x;
	color: #FFF;
}


nav#main-navigation ul li a:hover, nav#main-navigation ul li.active a {
	color: #c0192b;
}


nav#main-navigation ul li ul#drop {
	display: none;
	position: absolute;
	top: 45px;
	left: 0px;
	z-index: 2;
}

nav#main-navigation ul li ul#drop li a {
	display: block;
	background: #E2E2E2 url(../images/dropdown-background.gif) no-repeat;
	width: 176px;
	height: 40px;
	padding: 0px 0px 0px 19px;
	color: #646464;
}

nav#main-navigation ul li ul#drop li a:hover {
	color: #c0192b;
}

nav#journey-navigation ul {
	position:relative;
	width: 960px;
	background: #a4a4a4;
	overflow: hidden;
	height: 43px;
	margin-bottom: 20px;
}

nav#journey-navigation li {
	float: left;
	height: 43px;
	line-height: 43px;
	color: #FFF;
	font-size: 12px;
}

nav#journey-navigation li.first {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100px;
	padding-left: 20px;
	background: #c0192b;
}

nav#journey-navigation li.second a {
	position: absolute;
	top: 0px;
	left: 108px;
	z-index: 2;
	display: block;
	height: 43px;
	line-height: 43px;
	background: url(../images/journey-arrow-grey2.png) no-repeat;
	color: #FFF;
	width: 162px;
	padding-left: 20px;
}

nav#journey-navigation li.second a:hover, nav#journey-navigation li.second a.active {
	background: url(../images/journey-arrow-purple2.png) no-repeat;
	color: #FFF;
	text-decoration: none;
}

nav#journey-navigation li.third a {
	position: absolute;
	top: 0px;
	left: 276px;
	z-index: 2;
	display: block;
	height: 43px;
	line-height: 43px;
	background: url(../images/journey-arrow-grey2.png) no-repeat;
	color: #FFF;
	width: 162px;
	padding-left: 20px;
}

nav#journey-navigation li.third a:hover, nav#journey-navigation li.third a.active {
	background: url(../images/journey-arrow-purple2.png) no-repeat;
	color: #FFF;
	text-decoration: none;
}

nav#journey-navigation li.fourth a {
	position: absolute;
	top: 0px;
	left: 444px;
	z-index: 2;
	display: block;
	height: 43px;
	line-height: 43px;
	background: url(../images/journey-arrow-grey2.png) no-repeat;
	color: #FFF;
	width: 162px;
	padding-left: 20px;
}

nav#journey-navigation li.fourth a:hover, nav#journey-navigation li.fourth a.active {
	background: url(../images/journey-arrow-purple2.png) no-repeat;
	color: #FFF;
	text-decoration: none;
}

nav#journey-navigation li.fifth a {
	position: absolute;
	top: 0px;
	left: 612px;
	z-index: 2;
	display: block;
	height: 43px;
	line-height: 43px;
	background: url(../images/journey-arrow-grey2.png) no-repeat;
	color: #FFF;
	width: 162px;
	padding-left: 20px;
}

nav#journey-navigation li.fifth a:hover, nav#journey-navigation li.fifth a.active {
	background: url(../images/journey-arrow-purple2.png) no-repeat;
	color: #FFF;
	text-decoration: none;
}

nav#journey-navigation li.sixth a {
	position: absolute;
	top: 0px;
	left: 778px;
	z-index: 2;
	display: block;
	height: 43px;
	line-height: 43px;
	background: url(../images/journey-arrow-grey-last.png) no-repeat;
	color: #FFF;
	width: 162px;
	padding-left: 20px;
}

nav#journey-navigation li.sixth a:hover, nav#journey-navigation li.sixth a.active {
	background: url(../images/journey-arrow-purple-last.png) no-repeat;
	color: #FFF;
	text-decoration: none;
}







/* --------------------------------------------------------------
  
[*5] Content Styles

-------------------------------------------------------------- */

ul.cta {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.cta li {
	float: left;
	background: #fbfaf9;
	margin: 0 15px 50px 0px;
	position: relative;
}

ul.cta li.textbox {
	float: left;
	background: #fbfaf9;
	width: 260px;
	min-height: 212px;
	padding: 25px 25px 0px 25px;
	position: relative;
}


#right-column ul.cta li {
	margin: 0 0px 25px 0px;
}

ul.cta li:last-child {
	margin: 0px;
}

ul.cta .cta-copy {
	width: 200px;
	padding-top: 15px;
}

ul.cta form#poll {
	padding-top: 25px;
}

ul.cta form#poll label {
	width: 220px;
	display: block;
	color: #737373;
}

ul.cta form#poll input {
	margin-bottom: 10px;
	margin-right: 10px;
	padding-left: 10px;
}

input#poll-submit {
	float: right;
	background: url(../images/grey-button.gif) no-repeat;
	width: 86px;
	height: 24px;
	color: #737373;
	font-size: 12px;
	border: none;
}

.arrow {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/module-arrow.png) no-repeat;
	width: 50px;
	height: 237px;
}

ul.cta li.background {
	background: url(../images/temp-module-background.jpg) top left no-repeat;
	width: 260px;
	height: 212px;
}

ul.cta li.more-about-our-culture-callout {
	background: url(../images/callouts/more-about-our-culture.jpg) top left no-repeat;
	width: 260px;
	height: 212px;
}

ul.cta li h2 {
	font-size: 19px;
}

ul.cta li h2.more-about-our-culture-callout a {
	background: url(../images/callouts/more-about-our-culture.jpg) top left no-repeat;
	display: block;
	width: 260px;
	height: 212px;	
	padding: 25px 25px 0px 25px;
	margin-bottom: 0px;
	color: #FFF;
}

ul.cta li h2.learn-more-about-the-company-callout a {
	background: url(../images/callouts/learn-more-about-the-company.jpg) top left no-repeat;
	display: block;
	width: 260px;
	height: 212px;	
	padding: 25px 25px 0px 25px;
	margin-bottom: 0px;
	color: #911045;
}

ul.cta li h2.view-our-vacancies-callout a {
	background: url(../images/callouts/view-our-vacancies.jpg) top left no-repeat;
	display: block;
	width: 260px;
	height: 212px;	
	padding: 25px 25px 0px 25px;
	margin-bottom: 0px;
	color: #911045;
}

ul.cta li h2.experience-callout a {
	background: url(../images/callouts/experience.jpg) top left no-repeat;
	display: block;
	width: 260px;
	height: 212px;	
	padding: 25px 25px 0px 25px;
	margin-bottom: 0px;
	color: #911045;
}

ul.cta li h2.career-development-callout a {
	background: url(../images/callouts/career-development.jpg) top left no-repeat;
	display: block;
	width: 260px;
	height: 212px;	
	padding: 25px 25px 0px 25px;
	margin-bottom: 0px;
	color: #911045;
}

ul.cta li h2.impact-on-society-callout a {
	background: url(../images/callouts/impact-on-society.jpg) top left no-repeat;
	display: block;
	width: 260px;
	height: 212px;	
	padding: 25px 25px 0px 25px;
	margin-bottom: 0px;
	color: #911045;
}

ul.cta li h2.range-of-roles-callout a {
	background: url(../images/callouts/range-of-roles.jpg) top left no-repeat;
	display: block;
	width: 260px;
	height: 212px;	
	padding: 25px 25px 0px 25px;
	margin-bottom: 0px;
	color: #911045;
}


ul.cta li h2 a:hover {
	text-decoration: none;
}





p.text-link {
	position: absolute;
	bottom: 10px;
	right: 25px;
	margin: 0px;
}

section#content {
	width: 350px;
	min-height: 250px;
	padding: 170px 530px 0px 80px;
	margin-bottom: 50px;
}

section#content.content-background {
	background: url(../images/temp-content-background.jpg) no-repeat;
}

section#video-content {
	width: 350px;
	min-height: 390px;
	margin-bottom: 40px;
	padding: 30px 560px 0px 50px;
	overflow: hidden;
	position: relative;
}

section#video-content.meet-john-background { background: url(../images/temp-meet-background.jpg) no-repeat; }
section#video-content.meet-kevin-background { background: url(../images/people-background/meet-kevin-background.jpg) no-repeat; }
section#video-content.meet-thomas-background { background: url(../images/people-background/meet-thomas-background.jpg) no-repeat; }
section#video-content.meet-stephanie-background { background: url(../images/people-background/meet-stephanie-background.jpg) no-repeat; }
section#video-content.meet-iris-background { background: url(../images/people-background/meet-iris-background.jpg) no-repeat; }


section#video-content .video-copy {
	padding-right: 50px;
}

section#video-content p.name {
	font-size: 14px;
	margin: 0 0 5px 0;
}

section#video-content .video-button a {
	position: absolute;
	top: 0px;
	left: 450px;
	display: block;
	width: 400px;
	height: 483px;
	text-indent: -9999px;
}

.filter-options {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #e6e3df;
	border-bottom: 1px solid #e6e3df;
	padding: 20px 0px;
}

.filter-options #filter-options select {
	float: left;
	min-width: 200px;
	margin-right: 50px;
}


/*
ul.job-list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom: 1px solid #e6e3df;
}


ul.job-list li {
	margin: 0px;
	width: 100%;
	overflow:hidden;
	padding: 20px 0px 10px 0px;
	list-style-type: none;	
}
*/

.apply-button {
	float: right;
	background: url(../images/grey-button.gif) no-repeat;
}

.apply-button a {
	display: block;
	text-align: center;
	width: 86px;
	height: 24px;
	line-height: 24px;
	color: #737373;
	font-size: 12px;
	border: none;
}

.apply-button a:hover {
	color: #c0192b;
	text-decoration: none;
}

.jobs-pagination {
	width: 100%;
	text-align: right;
	padding-top: 20px;
	color: #868685;
}

#hero {
	width: 360px;
	height:419px;
	margin-bottom: 20px;
	position: relative;
	padding: 20px 530px 0 70px;
}

.hero-world { background: url(../images/heros/hero-world.jpg) no-repeat; }
.hero-home { background: url(../images/heros/hero-home.jpg) no-repeat; }
.hero-about { background: url(../images/heros/hero-about.jpg) no-repeat; }
.hero-impact-on-society { background: url(../images/heros/hero-impact-on-society.jpg) no-repeat; }
.hero-claims { background: url(../images/heros/hero-claims.jpg) no-repeat; }
.hero-departments { background: url(../images/heros/hero-departments.jpg) no-repeat; }
.hero-working-with { background: url(../images/heros/hero-work-with-prudential.jpg) no-repeat; }
.hero-culture { background: url(../images/heros/hero-culture.jpg) no-repeat; }
.hero-career-development { background: url(../images/heros/hero-career-development.jpg) no-repeat; }
.hero-management-style { background: url(../images/heros/hero-management-style.jpg) no-repeat; }
.hero-worklife-balance { background: url(../images/heros/hero-worklife-balance.jpg) no-repeat; }
.hero-meet-our-people { background: url(../images/heros/hero-meet-our-people.jpg) no-repeat; }
.hero-roles { background: url(../images/heros/hero-roles.jpg) no-repeat; }
.hero-actuarial { background: url(../images/heros/hero-actuarial.jpg) no-repeat; }
.hero-customer-service { background: url(../images/heros/hero-customer-service.jpg) no-repeat; }
.hero-finance { background: url(../images/heros/hero-finance.jpg) no-repeat; }
.hero-hr { background: url(../images/heros/hero-hr.jpg) no-repeat; }
.hero-it { background: url(../images/heros/hero-it.jpg) no-repeat; }
.hero-legal { background: url(../images/heros/hero-legal.jpg) no-repeat; }
.hero-marketing { background: url(../images/heros/hero-marketing.jpg) no-repeat; }
.hero-medical { background: url(../images/heros/hero-medical.jpg) no-repeat; }
.hero-operations { background: url(../images/heros/hero-operations.jpg) no-repeat; }
.hero-training { background: url(../images/heros/hero-training.jpg) no-repeat; }

/* --------------------------------------------------------------
  
[*6] Footer Styles

-------------------------------------------------------------- */

footer#footer {
	clear: both;
	width: 960px;
}

.footer-left {
	float: left;
	width: 455px;
	margin-left: 25px;
	padding-top: 55px;
}

nav#footer-links ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

nav#footer-links ul li {
	float: left;
}

nav#footer-links ul li a {
	color: #494748;
	margin-right: 5px;
	padding-right: 5px;
	font-size: 10px;
	line-height: 10px;
	border-right: 1px solid #494748;
}

nav#footer-links ul li:last-child a {
	border-right: none;
}

.footer-right {
	float: right;
	width: 455px;
	text-align: right;
	margin-right: 25px;
}

.footer-right p {
	font-size: 10px;
	line-height: 15px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #494748;
}

.network-selector {
	clear: both;
	width: 935px;
	background: #bcbdc0;
	padding: 10px 0 10px 25px;
	font-size: 11px;
	color: #494748;
}



/* --------------------------------------------------------------
  
[*7] Typography Styles

-------------------------------------------------------------- */

h1 {
	font-size: 28px;
	line-height: 34px;
	font-weight: lighter;
	color: #c0192b;
	margin: 0 0 15px 0;
	padding: 0px;
}

h2 {
	margin: 0 0 0 0;
	padding: 0px;
	font-size: 20px;
	line-height: 24px;
	color: #c0192b;
	font-weight: lighter;
}

h3 {
	margin: 0 0 10px 0;
	padding: 0px;
	font-size: 16px;
	line-height: 22px;
	color: #c0192b;
	font-weight: lighter;
}

h4 {
	margin: 0 0 25px 0;
	padding: 0px;
	font-size: 11px;
	line-height: 15px;
	color: #c0192b;
	font-weight: lighter;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 10px 0;
	padding: 0px;
	color: #626262;
}

a {
	color: #c0192d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* --------------------------------------------------------------
  
[*8] Misc Styles

-------------------------------------------------------------- */

.clear {
	clear: both;
	content: ".";
	font-size: 0px;
	height: 1%;
	display: block;
	overflow: hidden;
}

.red { color: #C0192D; }
.grey { color: #646464; }


/* --------------------------------------------------------------
  
[*9] Link Styles

-------------------------------------------------------------- */



/* --------------------------------------------------------------
  
[*10] IE Styles

-------------------------------------------------------------- */


/* --------------------------------------------------------------
  
[*11] Modal Styles

-------------------------------------------------------------- */


#modal {
	display:none;
	overflow:hidden;
	padding:0px;
	position:absolute;
	min-width:640px;
	min-height:250px;
	z-index:70000;
	background: #FFF; /* Old browsers */
	-moz-box-shadow: 0 1px 9px #333333;
	-webkit-box-shadow: 0 1px 9px #333333;
	box-shadow: 0 1px 9px #333333);

	
}
#close {
	color:#B70A07;
	font-size:12px;
	position:absolute;
	right:0px;
	text-decoration:none;
	top:0px;
	z-index:80000;
	outline: none;
	text-indent: -200px;
	width: 42px;
	height: 42px;
	display: block;
	background: url(../images/close.gif) no-repeat;
	overflow: hidden;
}
#overlay {
	display:none;
	height:100%;
	left:0;
	opacity:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:50000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	background:#333333;	
}

#popup {
	float: left;
	width: 640px;
	background-color: #FFF;
}

.popup-header {
	background: url(../images/popup-header-background.gif) no-repeat;
	width: 640px;
	height: 50px;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	padding: 5px 0 0 25px;
}

.popup-content {
	padding: 25px;
}

.popup-content ol {
	color: #9d0f1f;
	font-size: 16px;
	margin-left: 0px;
	padding-left: 18px;
}

.popup-content ol li .journey-options {
	font-size: 12px;
	color: #626262;
	display: block;
}

.popup-content ol li select {
	font-size: 12px;
	min-width: 200px;
	margin-bottom: 10px;
}

.buttons {
	clear: both;
	float: right;
}

input#nothanks {
	background: url(../images/grey-button.gif) no-repeat;
	width: 86px;
	height: 24px;
	color: #737373;
	font-size: 12px;
	border: none;
}

input#submit, input.submit  {
	background: url(../images/red-button.gif) no-repeat;
	width: 86px;
	height: 24px;
	color: #FFF;
	font-size: 12px;
	border: none;
}

#video-popup {
	background: url(../images/video-background.jpg) no-repeat;
	width: 640px;
	height: 480px;
	padding: 20px;
	position: relative;
} 

#modal a#video-close {
	position: absolute;
	top: 2px;
	right: 18px;
	color: #FFF;
	background: url(../images/video-close.gif) 100% 50% no-repeat;
	padding-right: 20px;
	z-index: 999999;
	color: #FFF;
}

/* --------------------------------------------------------------
  
[*12] Slides Styles

-------------------------------------------------------------- */

section#slider {
	width:960px;
	height:419px;
	position:relative;
	z-index: 1;
	margin-bottom: 50px;
}


#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:960px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	width:890px;
	height:349px;
	display:block;
	padding: 70px 0 0 70px;
	background: url(../images/heros/hero-home.jpg) no-repeat;
}

#slides .slide h1 {
	font-size: 28px;
	font-weight: lighter;
	line-height: 28px;
	margin: 0 0 20px 0;
	color: #c0192d;
}

#slides .slide p {
	width: 320px;
}

/*
	Next/prev buttons
*/

#slides .next {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 40px;
	height: 419px;
	display:block;
	z-index:101;
	background-color: transparent;
	text-indent: -9999px;
}

#slides .prev {
	position:absolute;
	top:107px;
	right: 0px;
	width:40px;
	height: 419px;
	display:block;
	z-index:101;
	text-indent: -9999px;
	background-color: transparent;
}



/*
	Pagination
*/

.pagination {
	margin:15px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:13px;
	height:0;
	padding-top:13px;
	background-image: url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -13px;
}

/* --------------------------------------------------------------
  
[*13] Form Styles

-------------------------------------------------------------- */

form.application-form { }

form.application-form label {
	float: left;
	width: 200px;
	color: #687379;
	line-height: 20px;
	margin-bottom: 5px;
}

form.application-form input {
	/*float: left;*/
	/*width: 360px;*/
	color: #687379;
	border: 1px solid #969da1;
	height: 20px;
	line-height: 20px;
	padding: 0px 3px;
	margin-bottom: 5px;
}

form.application-form textarea {
	float: left;
	width: 310px;
	color: #687379;
	border: 1px solid #969da1;
	padding: 3px;
	margin-bottom: 5px;
}


form.application-form input.button {
	float: right;
	background: url(../images/grey-button.gif) no-repeat;
	width: 86px;
	height: 24px;
	color: #737373;
	font-size: 12px;
	border: none;
	margin: 10px 20px 0px 0px;
}

form.application-form select {
	width: 330px;
	color: #687379;
}

form.application-form select.select-default {
	width: 105px;
	color: #687379;
}


#journey-two {
	display: none;
}

#journey-three {
	display: none;
}

#journey-four {
	display: none;
}

