/*
* 
* Theme Name: Allen & OVery Graduate
* Version: 1.0
* Author: Vojta Tremcinsky @ Glass Partnership, ltd.
* Author URI: http://www.glasspartnership.co.uk/
*
* CONTENTS:
* 1) RESET
* 2) GENERAL
* 3) REGIONS
* 4) HEADER
* 5) NAVIGATION
* 6) CONTENT
* 7) FOOTER
* 8) MISC
* 
*/

/*************** RESET ***************/

HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME,
H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE,
A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE,
DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP,
SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR,
B, U, I, CENTER,
DL, DT, DD, OL, UL, LI,
FIELDSET, FORM, LABEL, LEGEND,
TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
INPUT, SELECT, TEXTAREA, LABEL {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 1.1em;
}
/*************** GENERAL ***************/

HTML,BODY {
	width:100%;
	min-height: 100%;
}

BODY {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.51%;
	background: url(../images/body-bg.png) top left repeat-x #b92d1f;
	line-height: 1;
	text-align: center;
	padding: 20px 0;
	color: #333;
}

A {
	color: #666;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

/*************** REGIONS ***************/

#wrap {
	margin: 0 auto;
	width: 945px;
	text-align: left;
	background: url(../images/wrap-bg.png) bottom left no-repeat;
}

#content-wrap {
	background: url(../images/content-wrap-bg.png) #fff top left no-repeat;
	padding: 0 15px;
	padding-top: 22px;
	zoom:1;
	position: relative;
}
#content-outer-wrap {
	background: url(../images/content-outer-wrap-bg.png) top left repeat-y;
}
#content-inner-wrap {
	background: url(../images/content-inner-wrap-bg.png) bottom left no-repeat;
	min-height: 400px;
	padding-top: 15px;
}

#header {
	background: url(../images/header-bg.png) top left no-repeat;
	position: relative;
	z-index: 2;
}

#footer {
	background: url(../images/footer-bg.png) top left repeat-x;
	margin-top: 10px;
	padding: 20px 15px 15px 15px;
	margin-right: 1px;
	zoom:1;
	color: #666;
}
#footer P {
	font-size: 1.1em;
}
#content-sub {
	width: 172px;
	margin-right: 13px;
	margin-top: -10px;
	float: left;
	display: block;
	min-height: 50px;
}
#content-extras {
	width: 172px;
	margin-left: 13px;
	display: inline;
	zoom:1;
	float: right;	
}

#content-main {
	width: 545px;
	float: left;
	padding-bottom: 20px;
}

/*************** HEADER ***************/
#header H1 {
	width: 263px;
	height: 60px;
	position: absolute;
	top: -20px;
	left: 32px;
	z-index: 5;
	text-align: center;
	font-size: 0.1em;
}
	#header H1 A {
		cursor: pointer;
	}
	#header H1 SPAN {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: url(../images/h1-logo.png) top left no-repeat;
	}

	.form-search {
		padding-top: 4.2em;
		float: right;
		margin-right: 13px;
		display: inline;
	}
		.input-search {
			position: relative;
			top: -8px;
		}

/*************** NAVIGATION ***************/

#nav-top {
	float: right;
	margin-right: 16px;
	margin-top: 15px;
	font-size: 1.1em;
	position: absolute;
	right: 0;
	z-index: 2;
}
	#nav-top LI {
		display: inline;
		margin-right: 4px;
	}
	#nav-top LI A {
		margin-right: 4px;
	}

#nav-main {
	padding-top: 4.4em;
	float: left;
	display: inline;
	margin-left: 15px;
	zoom:1;
	position: relative;
	top: 1px;
}
	#nav-main LI {
		display: inline;
	}
	#nav-main LI A {
		display: block;
		height: 30px;
		float: left;
		width: 184px;
		position: relative;
		background: url(../images/nav-main.png) no-repeat;
		text-decoration: none;
	}
	#nav-main SPAN.rollover {
		display: none;
		position: absolute;
		top: 30px;
		left: 55px;
		white-space: nowrap;
		padding: 5px 10px;
		color: #b23427;
		backgoround: none;
		z-index: 2;
	}
	#nav-main #work-for-us SPAN.rollover {
		left: 58px;
	}	
	#nav-main #meet-us SPAN.rollover {
		left: 65px;
	}
	#nav-main A:hover .rollover {
		display: block;
		background: url(../images/nav-main-arrow.png) left center no-repeat;
	}
	
	#nav-main #who-we-are A {
		width: 181px;
	}
		#nav-main #who-we-are A:hover, #nav-main #who-we-are A.active {
			background-position: 0 100%;
		}
	#nav-main #work-for-us A {
		background-position: -181px 0;
		width: 185px;
	}
		#nav-main #work-for-us A:hover, #nav-main #work-for-us A.active {
			background-position: -181px 100%;
		}	
	#nav-main #meet-us A {
		background-position: -366px 0;
		width: 185px;
	}
		#nav-main #meet-us A:hover, #nav-main #meet-us A.active {
			background-position: -366px 100%;
		}	
	#nav-main #apply-now A {
		width: 179px;
		background-position: 100% 0;		
	}
		#nav-main #apply-now A:hover, #nav-main #apply-now A.active {
			background-position: 100% 100%;		
		}
		
#nav-footer {
	/*float: right;*/
	font-size: 1.1em;
	padding-bottom: 1em;
}
	#nav-footer LI {
		display: inline;
		margin-right: 4px;
	}
	#nav-footer LI A {
		margin-right: 4px;
	}
	
#nav-icons {
	float: right;
	font-size: 1.1em;
	padding-top: 0.5em;
	
}
	#nav-icons LI {
		display: inline;
		margin-right: 4px;
	}
	#nav-icons LI A, nav-icons LI A:hover{
		margin-right: 4px;
		text-decoration: none;
	}	

#nav-side, #nav-side UL {
	list-style: none;
}
#nav-side LI {
	list-style: none oustide;
	margin-left: 15px;
	
	border-bottom: 1px solid #ede1e0;
	
}
#nav-side LI A {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	color: #111;
	padding-left: 15px;
	margin: 10px 0;
	display: block;
}
#nav-side LI A:hover, #nav-side LI A.active {
	color: #b92d1f;
	text-decoration: none;
}
#nav-side LI LI {
	margin: 10px 0 0 0;
	padding: 0;
	padding-left: 10px;
	border: 0;
	
}
#nav-side LI LI A {
	font-size: 1.1em;
	text-transform: none;
	font-weight: normal;
	color: #111;
	zoom: 1;
}
#nav-side LI.last {
	border: 0;
}
#nav-useful LI {
	width: 160px;
	list-style: none;
}
#nav-useful LI A {
	background: url(../images/nav-useful-bg.png) top left no-repeat;
	display: block;
	padding-left: 40px;
	height: 40px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 3.5em;
	color: #999;
}
#nav-useful LI A:hover {
	text-decoration: none;
	color: #b92d1f;
}
#nav-useful LI A.i1,#nav-useful LI A.i5 {
	height: 44px;
	line-height: 3.8em;
}
#nav-useful LI A.i1 { background-position: 0 0;}
#nav-useful LI A.i2 { background-position: 0 -44px;}
#nav-useful LI A.i3 { background-position: 0 -84px;}
#nav-useful LI A.i4 { background-position: 0 -124px;}
#nav-useful LI A.i5 { background-position: 0 100%;}


/*************** LANDING ***************/

#landing-wrap {
	width: 100%;
	height: 192px;
	position: relative;
	margin-bottom: 10px;
	background: top left no-repeat;
}
	#landing-wrap P {
		margin: 5px 620px 5px 35px;
		font-size: 1.2em;
		line-height: 1.3em;
		color: #666;		
	}
	#landing-wrap H2 {
		font-size: 3.8em;
		font-weight: normal;
		color: #b23427;
		padding: 20px 0 10px 35px;
	}
	#landing-wrap H2.sIFR-replaced {
		padding-bottom: 0;
		height: 49px !important;
	}
	#landing-wrap.wwa {
		background-image: url(../images/landing-wrap-wwa-bg.png);
	}
	#landing-wrap .blockquote  {
		display: block;
		position: absolute;
		top: 55px;
		left: 555px;
		width: 338px;
	}
		#landing-wrap .blockquote P {
			margin: 15px 20px 10px 20px;
			font-size: 1.6em;
			color: #333;
			line-height: 1;
		}
		#landing-wrap .blockquote .cite {
			font-size: 1.4em;
			font-weight: bold;
			font-style: normal;
			margin: 0 20px;
			color: #111;

		}
		#landing-wrap .blockquote .cite SPAN {
			font-size: 0.8em;
			font-weight: normal;
			display: block;
		}
		.button-profile {
			display: block;
			width: 74px;
			height: 19px;
			margin-left: 18px;
			margin-top: 5px;
			background: url(../images/button-profile.png) top left no-repeat;
		}

.landing-intro {
	background: url(../images/landing-intro.png) top left no-repeat;
	width: 317px;
	padding: 10px 20px 20px 20px;
	float: left;
	font-style: normal;
	margin-right: 10px;
}
	.landing-intro H3 {
		font-size: 1.4em;
	}
	.landing-intro P {
		margin: 10px 0;
		font-size: 1.1em;
		line-height: 1.2em;
	}

/*************** CONTENT ***************/
#content-wrap A {
	color: #b92d1f;
}
.intro, .intro-top {
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	margin: 10px 0;	
}
#content-main .intro P {
	font-size: 1.2em;
	margin: 10px 0;	
}
.intro-top {
	border-bottom: 0;
}

#button-video {
	display: block;
	position: absolute;
	top: 88px;
	left: -24px;
	background: url(../images/button-video.png) top left no-repeat;
	width: 39px;
	height: 121px;
}
#flash-container {
	margin-bottom: 10px;
}
.promobox, .profilebox {
	background: url(../images/promobox-bg.png) bottom left no-repeat;
	color: #fff;
	margin-right: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	zoom:1;
	width: 160px;
}
.profilebox {
	background: url(../images/profilebox-bg.png) bottom left no-repeat;
	color: #666;
}
#content-extras .content-box-wrap {
	background: url(../images/extras-box-top.png) top left no-repeat;
	margin-right: 13px;
	zoom: 1;
}
	#content-extras .content-box {
		padding: 15px;
		background: url(../images/extras-box-bottom.png) bottom left no-repeat;
	}
		.content-box p {
			font-size: 1.1em;
			margin: 5px 0;
		}
		.content-box H4 {
			font-size: 1.2em;
			font-weight: bold;
			margin-bottom: 10px;
			
		}
	.promobox A, .profilebox A {
		cursor: pointer;
	}
	.profilebox A:hover, .profilebox A:hover SPAN,
	.promobox A:hover, .promobox A:hover SPAN {
		text-decoration: none !important;
		
	}	
	.promobox SPAN.h5 {
		display: block;
		color: #fff;
		font-size: 1.3em;
		margin: 10px 15px 0px 15px;
		font-weight: bold;
	}
	.profilebox SPAN.h6 {
		display: block;
		color: #666;
		margin: 10px 15px 0px 15px;
	}
	.profilebox SPAN.name {
		display: block;
		margin: 5px 15px 0px 15px;
		font-weight: bold;
		font-size: 1.3em;
		color: #b92d1f;		
	}
	.promobox SPAN.p  {
		display: block;
		margin: 5px 15px 5px 15px;
		font-size: 1.1em;
		color: #fff;
	}
	.profilebox SPAN.p {
		display: block;
		margin: 5px 15px 5px 15px;
		font-size: 1.1em;
		color: #666;
	}
	.profilebox SPAN.link {
		color: #b92d1f;	
	}	

#block-news  {
	width: 171px;
	background: #fff;
	float: left;
	color: #b23427;
}
	#block-news A {
		color: #b23427;
	}

	#block-news H3 {
		background: url(../images/block-news-h.png) top left no-repeat;
		height: 31px;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		font-size: 1.4em;
		line-height: 2em;
	}
	#block-news P {
		border-bottom: 1px solid #d5d5d5;
		margin: 10px;
		padding-bottom: 10px;
		font-size: 1.1em;
	}
	#block-news .more {
		text-align: right;
		border: 0;
	}
.block-signpost {
	float: left;
	margin-left: 13px;
}


#content-main H2 {
	font-size: 1.8em;
	color: #111;
	clear: both;
}

H2.archive {
	margin-top: 20px;
	background: url(../images/h2-archive.png) top left no-repeat;
	color: #fff !important;
	font-size: 1.4em !important;
}

H2.archive SPAN {
	background: url(../images/h2-archive-span.png) bottom left no-repeat;
	padding: 10px;
	display: block;
}

#content-main H3 {
	font-size: 1.4em;
	color: #111;
	clear: both;
}
#content-main H4 {
	font-size: 1.1em;
	color: #111;
	font-weight: bold;
}
#content-main H5 {
	font-size: 1.1em;
	font-weight: bold;
	color: #999;
	margin: 5px 0;
}
#content-main H6 {
	font-size: 1.2em;
	margin: 10px 0;
}

#content-main .news-list H6 {
	margin-bottom: 5px;
}
#content-main .news-list P {
	margin: 5px 0;
}

#content-main H6.search {
	font-size: 1.4em;
}
#content-main P, #content-main UL, #content-main OL {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 10px 0;	
}
#content-main UL, #content-main OL {
	margin-left: 20px;
}
#content-main UL LI {
	list-style-image: url(../images/ul-bullet.png);
	margin: 5px 0;
}
.breadcrumb {
	color: #666;
	margin: 5px 0 5px 0;
}
	#content-main .breadcrumb A {
		color: #666;
	}

.button-area {
	background: url(../images/separator-d.png) top left repeat-x;
	display: block;
	float: left;
	width: 545px;
	padding-top: 10px;
}

.button-large, .button-top100 {
	width: 237px;
	height: 36px;
	display: block;
	padding: 10px 20px 10px 15px;
	background: url(../images/button-large.png) top left no-repeat;
	text-decoration: none;
	color: #fff !important;
	font-size: 1.1em;
	float: left;
	position: relative;
	font-style: normal;
	overflow: hidden;
}
	.button-large SPAN, .button-top100 SPAN {
		font-size: 1.3em;
		display: block;
		font-weight: bold;
		margin-bottom: 5px;
		text-transform: uppercase;
	}
	.button-top100 {
		background-image: url(../images/button-top100.png);
		padding-right: 87px;
		width: 170px;
	}
	
.image-container {
	float: right;
	color: #666;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	
}
	.image-container IMG {
		display: block;
		margin-bottom: 6px;
	}
	SPAN.contact-name {
		font-size: 1.1em;
		color: #111;
		font-weight: bold;
	}

.blog-list, .list {
	padding-bottom: 1px;
	background: url(../images/separator-d.png) bottom repeat-x;
	margin: 10px 0;
}
	
.blog-list-row, .list-row {
	background: url(../images/blog-list-bg.png) repeat-y top center;	
}
.blog-list-item, .list-item {
	float: left;
	font-size: 1.1em;
	padding: 6px 5px 8px 5px;
	background: url(../images/separator-d.png) top repeat-x;
	width: 174px;
	line-height: 1.2em;
}
.blog-list-row .left, .list-row .left {
	margin-left: 0;
	padding-left: 0;
}
.blog-list-row .right, .list-row .right {
	margin-right: 0;
	padding-right: 0;
}

.list-item {
	padding-bottom: 15px;
}
.blog-list-item .large, .list-item .large {
	font-size: 1.2em;
	font-weight: bold;
}
.blog-list-item IMG	{
	/*background: url(../images/blog-list-item-img.png) top left no-repeat;*/
	display: block;
	margin-bottom: 7px;
}

.profile-quote, .blog-header, .archive-blog-header {
	height: 92px;
	padding: 15px 30px 15px 215px;
	background: no-repeat;
}
.profile-quote {
		font-size: 1.6em;
}
.blog-header, .archive-blog-header {
	padding-left: 373px;
}
.blog-header, .blog-header H2, .archive-blog-header, .archive-blog-header H2 {
	color: #fff !important;
}
.blog-header .button-play-video, .archive-blog-header .button-play-video {
	display: block;
	width: 106px;
	height: 26px;
	background: url(../images/button-blog-play-video.png) center no-repeat;
}
.archive-blog-header .button-play-video {
	background: url(../images/button-archive-blog-play-video.png) center no-repeat;

}
.date, P.extra {
	color: #666;
}

H4 .date {
	font-size: 0.9em;
	font-weight: normal !important;
}
	
#content-main BLOCKQUOTE {
	clear: both;
	background: #e6e6e6;
	padding: 5px 10px;

}
	#content-main BLOCKQUOTE P {
		font-size: 1.4em;
	}
	
.button-comment	{
	display: block;
	width: 89px;
	height: 20px;
	background: url(../images/button-comment.png) center no-repeat;
}
.pager-desc {
	margin-top: 5px !important;
	margin-bottom: 0 !important;
}
.pager {
	float: right;
	display: block;
	margin: 5px 0;
	zoom: 1;
}
#content-main .pager SPAN {
	display: none;
}
#content-main .pager A.Selected {
	display: block;
	background: url(../images/pager-inactive.png) top right #999 no-repeat;
	padding: 3px 4px;
	color: #fff;
	zoom: 1;
	float: left;
	margin: 0 1px;
}

#content-main .pager A {
	display: block;
	background: url(../images/pager-active.png) top right #b92d1f no-repeat;
	padding: 3px 4px;
	zoom: 1;
	color: #fff;
	float: left;
	margin: 0 1px;
}
#content-main .pager A SPAN {
	background: #fff;
	display: block;
	width: 100%;
	height: 100%;
}
.pager A.next, .pager A.prev {
	background: none !important;
	color: #b92d1f !important;
	float: left;
}
.resource {
	color: #999;
}

.form-wrap {
	background: url(../images/form-top-bg.png) top left no-repeat;
	margin: 10px 0;
}
.form {
	background: url(../images/form-bottom-bg.png) bottom left no-repeat;
	padding: 8px 15px;
}

/* search form */


INPUT.button-search, INPUT.button-register, INPUT.button-send {
	font-size: 0.1px;
	color: #eee;
	margin: 0;
	border: 0;
	color: #a52e22;
	text-align: right;
	cursor: pointer;
}

INPUT.button-search {
	width: 69px;
	height: 25px;
	background: url(../images/form-button-search.png) top left no-repeat;
}
.search-form-item {
	float: left;
	margin-top: 2px;
	margin-right: 5px;
}
INPUT {
	font-size: 1.1em;
}

/* faqs */

.faq-cat {
	margin: 10px 0;
	position: relative;
}
P.desc {
	margin-top: 0 !important;
}

#content-main .faq-cat H6 {
	font-weight: bold;
	margin-right: 20px;
}
A.toggle {
	display: block;
	width: 22px;
	height: 21px;
	background: url(../images/button-expand.png) top center no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
.faq-cat A.expanded {
	background-position: bottom;
}


/* form */

.form-item {
	clear: both;
	margin: 5px 0;
}
.form-item LABEL {
	display: block;
	float: left;
	width: 155px;
	margin-right: 10px;
	line-height: 1.7em;
}
.form-item LABEL.block {
	float: none;
}
.form-item SELECT {
	padding: 1px;
}
INPUT.xl {
	width: 275px;
}
INPUT.l, SELECT.l {
	width: 230px;
}
INPUT.m {
	width: 200px;
}
INPUT.s {
	width: 160px;
}

TEXTAREA.xxl {
	width: 99%;
	height: 100px;
}

INPUT.button-register {
	width: 69px;
	height: 25px;
	background: url(../images/form-button-search.png) top left no-repeat;
	margin-left: 164px;
}
INPUT.button-send {
	width: 53px;
	height: 25px;
	background: url(../images/form-button-send.png) top left no-repeat;
}
A.button-subscribe {
	display: block;
	width: 87px;
	height: 25px;
	background: url(../images/button-subscribe.png) top left no-repeat;
}
A.button-login {
	display: block;
	width: 60px;
	height: 25px;
	background: url(../images/button-login.png) top left no-repeat;
}

/* download */

.download-item {
	margin-top: 10px;
}

.download-item IMG {
	float: left;
	width: 40px;
}
.download-item H6, .download-item P {
	margin-top: 0 !important;
	margin-left: 50px !important;
}

.podcast-item {
	padding-top: 10px;
}
.podcast-item .description {
	width: 310px;
	float: left;
}
.podcast-item H6 {
	margin-top: 0 !important;
}
.button-play {
	background: url(../images/button-play.png) top left no-repeat;
	display: block;
	width: 68px;
	height: 26px;
	float: left;
	margin-right: 5px;
	
}
.button-rss {
	background: url(../images/button-rss.png) top left no-repeat;
	display: block;
	width: 26px;
	height: 26px;
	float: left;
	margin-right: 10px;	
}
.icon-file {
	background: url(../images/icon-file.png) center left no-repeat;
	padding-left: 15px;
	line-height: 2.5em;
}
#content-main P.link {
	font-size: 1.2em;
	color: #666;
}

/* how to find us */

.map-box 
{
	background: url(../images/how-to-find-us-1.png) top left no-repeat;
	padding: 15px 0;
	padding-left: 370px;
	padding-right: 10px;
	color: #fff !important;
	margin-bottom: 10px;
	zoom: 1;
}

.map-box-2 {
	background: url(../images/howtofindus_canarywharf.jpg) top left no-repeat;
	padding: 15px 0;
	padding-left: 370px;
	padding-right: 10px;
	color: #fff !important;
	margin-bottom: 10px;
	zoom: 1;
}
.map-box H3, .map-box-2 H3 {
	color: #fff !important;
	margin-bottom: 25px;
}
.map-box P, .map-box-2 P {
	font-size: 1.2em !important;
}


.login-box-wrapper {
	background: url(../images/login-top.png) top left no-repeat;
}
.login-box {
	width: 358px;
	padding: 15px;
	background: url(../images/login-bottom.png) bottom left no-repeat;
}
.login-box LABEL {
	width: 60px;
	margin-right: 5px;
}
.login-box .without-label {
	margin-left: 66px;
}

.career-wrap {
	background: url(../images/career-top.png) top left no-repeat;
}
.career {
	background: url(../images/career-bottom.png) bottom left no-repeat;
	padding: 2px 2px 20px 2px;
}
.career .half {
	width: 50%;
	float: left;
}
.career .mid {
	margin-left: 160px;
	display: inline;
	clear: both;
}
#content-main .career H3 {
	text-align: center;
	border-bottom: 1px solid #dc968f;
	color: #fff;
	padding: 6px;
	text-transform: uppercase;
}
.left-1, .left-2, .left-3{
	padding: 0 60px 0px 16px;
	margin-right: 2px;
	background: top right no-repeat;
}
.right-1, .right-2, .right-3, .right-4{
	padding: 0 16px 0px 60px;
	margin-right: 2px;
	background: top left no-repeat;
}
.center-1, .center-2, .center-3 {
	padding: 0 16px 0px 16px;
	margin-right: 2px;
	width: 194px;
	background: none !important;
}
.left-1 {
	margin-top: 22px;
	background-image: url(../images/progression-1.png);
}
.left-2 {
	margin-top: 40px;
	background-image: url(../images/progression-1.png);
}
.left-3 {
	margin-top: 25px;
	background-image: url(../images/progression-1.png);
}

.right-1 {
	margin-top: 42px;
	background-image: url(../images/progression-1.png);
}
.right-2 {
	margin-top: 20px;
	background-image: url(../images/progression-1.png);
}
.right-3 {
	margin-top: 35px;
	background-image: url(../images/progression-1.png);
}
.right-4 {
	margin-top: 30px;
	background-image: url(../images/progression-1.png);
}

.center-1 {
	margin-top: 30px;
	background-image: url(../images/progression-1.png);
}
.center-2 {
	margin-top: 20px;
	background-image: url(../images/progression-1.png);
}
.center-3 {
	margin-top: 20px;
	background-image: url(../images/progression-1.png);
	margin-bottom: 25px;
}


#content-main .career .half A {
	background: url(../images/career-a.png) top left no-repeat;
	display: block;
	padding: 10px;
	color: #333;
	text-align: center;
	zoom: 1;
}
#content-main .career .half A:hover {
	text-decoration: none;
}
.career STRONG {
	font-size: 1.4em;
	display: block;
	color: #b92d1f;
}
.career EM {
	color: #666;
	font-size: 1.4em;
	font-style: normal;
	display: block;
	margin-top: 5px;
}


.sitemap {
	zoom: 1;
}
.sitemap H3 {
	margin: 5px 0;
}
#content-main .sitemap UL {
	font-size: 1em;
	margin: 0;
	list-style: none outside !important;
	zoom: 1;
}
#content-main .sitemap LI {
	list-style: none outside url('') !important;
	font-size: 1.1em;
	background: url(../images/sitemap-l1.png) top left repeat-y;
	padding-left: 40px;
	padding-top: 5px;
	zoom: 1;
	position: relative;
	margin: 0;
}
#content-main .sitemap LI LI {
	font-size: 1em;
	list-style: none outside url('') !important;
	zoom: 1;
}
#content-main .sitemap LI.last {
	background: url(../images/sitemap-l1.png) bottom left repeat-y;
}
#content-main .sitemap UL UL {
	list-style: none outside url('') !important;
	zoom: 1;
}

/*************** TABLE STYLE ***************/

TABLE {
	margin: 15px 0;
}

TABLE TH {
	padding: 5px 0;
	font-size: 1.1em;
	font-weight: bold;
	border: 0;
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
}
TABLE TD {
	padding: 5px 0;
	font-size: 1.1em;
	border-collapse: collapse;
	border: 0;
	border-bottom: 1px dashed #ccc;
}

/*************** MISC ***************/

	.error {
		color: #b92d1f;
	}

	.separator-h {
		display: block;
		width: 100%;
		background: url(../images/separator-h.png) center repeat-x;
		height: 7px;
		clear: both;
	}
	.separator-d {
		display: block;
		width: 100%;
		background: url(../images/separator-d.png) center repeat-x;
		height: 7px;
		clear: both;
	}

	.clearafter:after, .form:after {
		content:"."; 
		display:block; 
		height:0; 
		clear:both; 
		visibility:hidden;
	}
	.clearafter, .form {display:inline-block;}
	.clearafter, .form {display:block;}
	
	.img-replaced {
		position: absolute;
		left: -9999px;h
	}
	
	#form SPAN.xformvalidator 
	{
		color: Red;
	}