/***************** RESET STYLES *****************/


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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus { /* remember to define focus styles! */
	outline: 0;
}
ins { /* remember to highlight inserts somehow! */
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}







/***************** BUILD CLASSES *****************/

body {
	background: #fff;
	color: #e7e7e7;
	font: 0.75em/1.3 Arial, Helvetica Neue, Helvetica, sans-serif;
	text-align: center;
}
input, select, textarea {
	color: #7a7a7a;
	font: 1em/1.3 Arial, Helvetica Neue, Helvetica, sans-serif;
}
table, th, td {
	color: #e7e7e7;
	font: 1em/1.3 Arial, Helvetica Neue, Helvetica, sans-serif;
}
select {
	border: 1px solid #a9a9ab;
	color: #666;
}
select:focus {
	border: 1px solid #333;
	color: #333;
}
h1{
	font-size: 2.2em;
	font-weight: bold;
	color: #fff;
	padding: 0;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	padding: 0.3em 0 0.5em 0;
}
p {
	padding: 0 0 1em 0;
}
small {
	font-size: 0.9em;
}
a {
	text-decoration: none;
	color: #fff;
}
a:visited {
	color: #fff;
}
a:hover, a:focus {
	text-decoration: underline;
	color: #fff;
}
code {
	font: 1em "Courier New", Courier, monospace;
}
legend {
	display: none;
}
@media aural {
	legend {
		display: block;
	 }
}

	
	
	

/********** Generic Presentation Classes **********/

.alignc {
	text-align: center;
}
.alignl {
	text-align: left;
}
.alignr {
	text-align: right;
}
.big {
	font-size: 1.1em;
}
.bold {
	font-weight: bold;
}
.clear {
	clear: both;
}
.floatl {
	float: left;
}
.floatr {
	float: right;
}
.group:after { /* Clears floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.hide {
	display: none;
}
.nobold {
	font-weight: normal;
}
.off {
	position: absolute;
	left: -9999em;
}
.relative {
	position: relative;
}
.small {
	font-size: 0.9em;
}
@media aural {
	.off-aural {
		display: none;
	}
}



/********** Build (custom) Classes **********/

.aside1 {
	float: left;
	width: 610px;
	padding: 0 0 0 120px;
	min-height: 120px;
}
.aside1 .link {
	position: absolute;
	right: 0;
	bottom: 0;
}
.aside2 {
	float: right;
	width: 112px;
	padding: 15px 116px 0 0;
}
.aside3 {
	width: 580px;
	float: left;
}
.aside3 ul {
	padding: 0 0 1em 0;
}
.aside3 ul li {
	padding: 0 0 0.2em 15px;
	background: url("../images/bullet1.png") no-repeat 0 0.3em;
}
.aside4 {
	width: 112px;
	float: right;
}
.aside5 {
	width: 140px;
	float: left;
}
.aside6 {
	float: left;
	width: 415px;
	padding: 0 0 0 10px;
}
.aside7 {
	float: right;
	width: 130px;
	padding: 0 10px 0 0;
}
.banner1 {
	text-transform: uppercase;
	text-align: right;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.1em;
}
.banner1 a, .banner1 a:visited {
	background: #666;
	color: #ccc;
	text-decoration: none;
}
.banner1 a:hover {
	background: #666;
	color: #fff;
	text-decoration: none;
}
.banner1 a span, .banner1 a:visited span {
	color: #fff;
}
.box-form {
	border-bottom: 1px solid #bcbcbc;
	margin: 0 0 1em 0;
}
.box-form select {
	width: 224px;
}
.box-form .form-text {
	width: 220px;
}
.box-form .form-text-wide {
	width: 382px;
}
.box-home h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0.5em 0;
}
.box-home .gapr {	
	position: absolute;
	width: 5px;
	height: 7px;
	display: block;
	background: #79797B;
	top: 0;
	right: -5px;
}
.box-home .inner1 {
	padding-right: 140px;
}
.box-home .link {
	position: absolute;
	right: 10px;
	bottom: 0;
	font-weight: bold;
	font-size: 1.1em;
}
.box-home1 {
	border: 5px solid #D9E021;
	padding: 10px;
	margin: 0 0 1em 0;
	position: relative;
}
.box-home1 .link a , .box-home1 .link a:visited {
	color: #D5DF26;
}
.box-home2 {
	border: 5px solid #8DD8F7;
	padding: 10px;
	margin: 0 0 1em 0;
	position: relative;
}
.box-home2 .link a , .box-home2 .link a:visited {
	color: #8ED7F8;
}
.box-home3 {
	border: 5px solid #F7941F;
	padding: 10px;
	margin: 0 0 1em 0;
	position: relative;
}
.box-home3 .link a , .box-home3 .link a:visited {
	color: #F7941F;
}
.box-home .link a:hover {
	color: #fff;
}
.box1 {
	border: 5px solid #666;
	background: #fff;
	padding: 7px 5px 3px 5px;
	margin: 0 0 1em 0;
	color: #666;
	font-size: 0.9em;
	position: relative;
	line-height: 1.15em;
}
.box1 a {
	color: #019EC1;
}
.box1 a:visited {
	color: #21aEC1;
}
.box1 a:hover {
	color: #000;
}
.box1 p {
	padding: 0 0 0.5em 0;
}
.box1 .gapl, .box1 .gapr {
	position: absolute;
	width: 5px;
	height: 7px;
	display: block;
	background: #fff;
	top: 0;
}
.box1 .gapl {
	left: -5px;
}
.box1 .gapr {
	right: -5px;
}
.breadcrumbs {
	font-size: 0.9em;
	color: #ddd;
	float: left;
	padding: 0.5em 0 0.4em 30px;
	width: 672px;
	text-align: right;
}
.breadcrumbs dd a, .breadcrumbs dd a:visited {
	color: #ddd;
	text-decoration: none;
}
.breadcrumbs dd a:hover {
	color: #fff;
	text-decoration: underline;
}
.breadcrumbs dd, .breadcrumbs dt {
	display: inline;
}
.breadcrumbs dt {
	font-weight: bold;
	padding: 0 0.3em 0 0;
}
.button1 {
	background: #00A4D9 url("../images/button1.png") no-repeat 0 center;
}
.button1 input {
	border: none;
	padding: 2px 15px;
	margin: 0;
	color: #fff;
	background: url("../images/button1.png") no-repeat right center;
	overflow: visible;
	cursor: pointer;
}
input.button2 {
	color: #8ed8f8;
	border: none;
	padding: 0;
	background: none;
	overflow: visible;
	font-weight: bold;
	font-size: 1.1em;
}
.button3 {
	background: url("../images/button3.png") no-repeat 0 center;
	padding: 0;
}
.button3 input {
	border: none;
	padding: 2px 10px;
	margin: 0;
	color: #fff;
	background: url("../images/button3.png") no-repeat right center;
	overflow: visible;
	cursor: pointer;
}
.colcode0 {
	color: #666;
}
.colcode1 {
	color: #bfd730;
}
.colcode2 {
	color: #8ed8f8;
}
.container1 {
	width: 970px;
	text-align: left;
	margin: 0 auto;
	padding: 1em 0;
}
.container2 {
	background: #777 url("../images/grad2.png");
}
.container3 {
	background: url("../images/grad1.png") no-repeat 0 0;
}
.container4 {
	background: url("../images/tiles1.png") repeat-y right 0;
}
.container5 {
	background: url("../images/tiles2.png") no-repeat right top;
}
.container6 {
	padding-left: 85px;
}
.feat-jobs {
	background: #83d3f1;
	margin: 0 173px 0 85px;
	position: relative;
	height: 26px;
	border-top: 1px solid #fff;
}
.feat-jobs h2 {
	position: absolute;
	right: 0;
	top: 0;
	height: 26px;
	width: 86px;
	background: url("../images/feat-jobs-title.png") no-repeat 0 0;
	text-indent: -999em;
	z-index: 90;
}
.feat-jobs dd {
	float: left;
	padding: 5px 1em 5px 0;
}
.feat-jobs dd a, .feat-jobs dd a:visited {
	color: #008fb2;
}
.feat-jobs dd a:hover, .feat-jobs dl:hover a, .feat-jobs dl:hover a:visited {
	color: #005fa2;
	text-decoration: none;
}
.feat-jobs dt {
	float: left;
	font-weight: bold;
	padding: 5px 1em;
}
.feat-jobs dt a:hover, .feat-jobs dl:hover dt a, .feat-jobs dl:hover dt a:visited {
	color: #fff;
	text-decoration: underline;
}
.feat-jobs .inner1 {
	width: 712px !important;
	z-index: 85;
}
.footer {
	background: url("../images/footer.png") no-repeat 0 0;
	padding: 85px 0 1em 0;
}
.footer a, .footer a:visited {
	color: #919193;
}
.footer a:hover {
	color: #666;
}
.footer ul {
	float: right;
}
.footer ul li {
	display: inline;
	padding: 0 0 0 2em;
}
.footer .inner1 {
	border-top: 1px solid #ECECEC;
	padding: 0.5em 0 0 0;
	font-size: 0.9em;
	color: #919193;
}
.header {
	background: url("../images/header.png") no-repeat right bottom;
	margin: 0 0 8px 0;
	position: relative;
}
.header dl {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0.9em;
}
.header dl dd {
	float: left;
}
.header dl dd a {
	display: block;
	width: 24px;
	height: 19px;
	background: url("../images/flags.png");
	text-indent: -999em;
	margin: 0 4px 0 0;
}
.header dl dd.fr a {
	background-position: -24px 0;
}
.header dl dd.uk a {
	background-position: 0 0;
}
.header dl dt {
	float: left;
	color: #6d6d6f;
	padding: 2px 6px 0 0;
}
.home-title1 {
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	padding: 0 0 0.4em 0;
	font-size: 2.0em;
}
.home-title2 {
	font-size: 1.2em;
	color: #e7e7e7;
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 1.45em;
	font-weight: normal;
	background: none;
}
.jobdet table {
	margin: 0 0 1em 0;
}
.jobdet table td {
	vertical-align: top;
	text-align: left;
	padding: 0 0 1em 0;
}
.jobdet table th {
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	padding: 0 10px 1em 0;
	width: 130px;
}
.link1 {
	color: #bfd730;
}
.link1:visited {
	color: #afc740;
}
.link1:hover {
	color: #fff;
}
.link2 {
	color: #8ed8f8;
}
.link2:visited {
	color: #9ee8e8;
}
.link2:hover {
	color: #fff;
}
.link4 {
	background: #666;
}
ul.markets {
	list-style:none;
	margin:0;
	padding:0;
	background: #fff;
}
ul.markets li {
	float:left;
	width:25%;
	text-align:center;
	border-top:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	padding: 18px 0 8px 0;
	margin: -1px 0 0px 0;
	background: none;
}
.nav {
	background: #94959a;
	margin: 0 0 1px 0;
}
.nav dd {
	float: left;
	position: relative;
}
.nav dd a, .nav dd a:visited {
	text-align: center;
	text-transform: uppercase;
	color: #dcdddf;
	text-decoration: none;
	padding: 0.4em 0;
	display: block;
}
.nav dd a:hover {
	color: #fff;
	text-decoration: none;
}
.nav dd a.active, .nav dd a.active:visited {
	color: #dcdddf;
	text-decoration: none;
	font-weight: bold;
}
.nav dd a.active:hover {
	color: #000;
}
.nav dd.i1 a {
	width: 65px;
}
.nav dd.i2 a {
	width: 85px;
}
.nav dd.i3 a {
	width: 78px;
}
.nav dd.i4 a {
	width: 97px;
}
.nav dd.i5 a {
	width: 155px;
}
.nav dd.i6 a {
	width: 155px;
}
.nav dd.i7 a {
	width: 130px;
}
.nav dd.i8 a {
	width: 100px;
}
.nav dd.i9 a {
	width: 105px;
}
.nav dt {
	position: absolute;
	left: -999em;
}
.ns {
	float: left;
	padding: 0 0 0 32px;
}
.ns .form-text {
	width: 140px;
	margin: 0.1em 3px 0 0;
	background: #fff url("../images/ss-field.png") no-repeat right center;
	border: 1px solid #949494;
}
.ns .form-text.defaultText {
	color: #7a7a7a;
}
.ns .form-text.defaultTextActive {
	color: #ccc;
}
.paging1 {
	font-weight: bold;
	padding: 0 0 1em 0;
	text-align: right;
}
.paging1 span {
	padding: 0 0.2em;
}
.paging1 span a, .paging1 span a:visited {
	color: #4d4d4d;
	background: #999;
	padding: 0 0.2em;
	text-decoration: none;
}
.paging1 span a:hover {
	color: #4d4d4d;
	background: #fff;
	text-decoration: none;
}
.paging1-col1 span span {
	background: #bfd730;
	color: #4d4d4d;
	padding: 0 0.2em;
}
.paging1 a, .paging1 a:visited {
	color: #bfd730;
}
.paging1 a:hover {
	color: #fff;
}
.paging1-col2 span span {
	background: #8ed8f8;
	color: #4d4d4d;
	padding: 0 0.2em;
}
.paging1-col2 a, .paging1-col2 a:visited {
	color: #8ed8f8;
}
.paging1-col2 a:hover {
	color: #fff;
}
.qs1 {
	padding: 0 0 1em 0;
}
.qs1 select {
	width: 119px;
}
.qs1 .form-text {
	width: 115px;
}
.qs1 .form-text.defaultText {
	color: #7a7a7a;
}
.qs1 .form-text.defaultTextActive {
	color: #bbb;
}
.results1 li {
	background: #6d6e71;
	margin: 0 0 1em 0;
	padding: 1em 12px;
}
.results1 li h2 {
	padding: 0 0 0.5em 0;
	width: 70%;
	float: left;
	line-height: 1.2em;
}
.results1 li dl dd {
	display: inline;
}
.results1 li dl dt {
	color: #ccc;
	display: inline;
}
.results1 li .desc {
	padding-right: 120px;
}
.results1 li .group ul {
	float: left;
	width: 220px;
	color: #ccc;
	padding: 0 10px 0 0;
	margin: 0;
}
.results1 li .group ul li {
	padding: 0 0 0.5em 0;
	margin: 0;
	background: none;
}
.results1 li .link-add {
	float: right;
	font-weight: bold;
	font-size: 1.1em;
}
.results1 li .link-more {
	text-align: right;
	padding: 0;
	font-weight: bold;
	font-size: 1.1em;
}
.results1-col1 .link-add a, .results1-col1 .link-add a:visited, .results1-col1 .link-more a, .results1-col1 .link-more a:visited {
	color: #bfd730;
}
.results1-col1 .link-add a:hover, .results1-col1 .link-more a:hover {
	color: #fff;
}
.results1-col1 li:hover {
	background: #bfd730;
	color: #4d4d4d;
}
.results1-col1 li:hover h2 a, .results1-col1 li:hover h2 a:visited {
	color: #fff;
	text-decoration: none;
}
.results1-col1 li:hover h2 a:hover {
	color: #fff;
	text-decoration: underline;
}
.results1-col1 li:hover dl dd, .results1-col1 li:hover dl dt, .results1-col1 li:hover .group ul {
	color: #4d4d4d;
}
.results1-col1 li:hover dl dd a, .results1-col1 li:hover dl dd a:visited, .results1-col1 li:hover dl dd a:hover {
	color: #000;
}
.results1-col1 li:hover .link-add, .results1-col1 li:hover .link-add a, .results1-col1 li:hover .link-add a:visited, .results1-col1 li:hover .link-add a:hover, .results1-col1 li:hover .link-more a, .results1-col1 li:hover .link-more a:visited, .results1-col1 li:hover .link-more a:hover {
	color:  #fff;
}
.results1-col2 .link-add a, .results1-col2 .link-add a:visited, .results1-col2 .link-more a, .results1-col2 .link-more a:visited {
	color: #8ed8f8;
}
.results1-col2 .link-add a:hover, .results1-col2 .link-more a:hover {
	color: #fff;
}
.results1-col2 li:hover {
	background: #8ed8f8;
	color: #4d4d4d;
}
.results1-col2 li:hover h2 a, .results1-col2 li:hover h2 a:visited {
	color: #fff;
	text-decoration: none;
}
.results1-col2 li:hover h2 a:hover {
	color: #fff;
	text-decoration: underline;
}
.results1-col2 li:hover dl dd, .results1-col2 li:hover dl dt, .results1-col2 li:hover .group ul {
	color: #4d4d4d;
}
.results1-col2 li:hover dl dd a, .results1-col2 li:hover dl dd a:visited, .results1-col2 li:hover dl dd a:hover, .results1-col2 li:hover li a, .results1-col2 li:hover li a:visited {
	color: #000;
}
.results1-col2 li:hover .link-add a, .results1-col2 li:hover .link-add a:visited, .results1-col2 li:hover .link-add a:hover, .results1-col2 li:hover .link-more a, .results1-col2 li:hover .link-more a:visited, .results1-col2 li:hover .link-more a:hover {
	color:  #fff;
}
.socbook li {
	float: left;
}
.socbook li a {
	width: 42px;
	height: 46px;
	background: url("../images/socbook.png");
	text-indent: -999em;
	display: block;
}
.socbook li.i1 a {
	background-position: 0 0;
	margin-right: 6px;
}
.socbook li.i2 a {
	background-position: -42px 0;
}
.ss {
	float: right;
	padding: 1px 0;
}
.ss .button1 {
	font-size: 0.9em;
}
.ss .form-text {
	float: left;
	width: 116px;
	background: #fff url("../images/ss-field.png") no-repeat right center;
	border: 1px solid #949494;
	margin-top: 1px;
}
.ss .form-text.defaultText {
	color: #7a7a7a;
}
.ss .form-text.defaultTextActive {
	color: #ccc;
}
.ss-fr .form-text {
	width: 92px;
}
.subnav {
	text-align: center;
	background: #e6e7e9;
	margin: 0 0 1px 0;
	padding: 0.2em 0;
}
.subnav dd {
	display: inline;
	padding: 0 0.8em;
}
.subnav dd a, .subnav dd a:visited {
	text-decoration: none;
	color: #6d6e72;
}
.subnav dd a:hover{
	text-decoration: none;
	color: #000;
}
.subnav dt {
	position: absolute;
	left: -999em;
}
.subnav-placeholder {
	height: 1.5em;
}
.subnav-col1 {
	background: #bfd730;
}
.subnav-col1 dd a, .subnav-col1 dd a:visited {
	color: #6d6e71;
}
.subnav-col1 dd a:hover {
	color: #4d4d4d;
}
.subnav-col2 {
	background: #8ed8f8;
}
.subnav-col2 dd a, .subnav-col2 dd a:visited {
	color: #fff;
}
.subnav-col2 dd a:hover {
	color: #fff;
}
.systems li {
	display: inline;
}
.systems li a {
	display: block;
	text-indent: -999em;
	background: url("../images/systems.png") no-repeat center 0;
	margin: 8px auto;
	width: 59px;
}
.systems li.i1 a {
	background-position: center 0;
	height: 18px;
}
.systems li.i2 a {
	background-position: center -23px;
	height: 33px;
}
.systems li.i3 a {
	background-position: center -62px;
	height: 23px;
}
.systems li.i4 a {
	background-position: center -92px;
	height: 15px;
}
.systems li.i5 a {
	background-position: center -115px;
	height: 32px;
}
.systems li.i6 a {
	background-position: center -155px;
	height: 16px;
}
.systems li.i7 a {
	background-position: center -179px;
	height: 17px;
}
.table-form {
	margin: 0 0 2em 0;
	width: 100%;
}
.table-form th {
	font-weight: bold;
	padding: 0.3em 1em 0.5em 0;
	width: 150px;
	vertical-align: top;
}
.table-form td {
	padding: 0 0 0.5em 0;
	vertical-align: top;
}
.table-mo {
	background: #6d6e71;
	margin: 0 0 1em 0;
}
.table-mo td {
	width: 37%;
	padding: 10px;
}
.table-mo td ul li {
	background: url("../images/bullet2.png") no-repeat 0 0.25em;
}
.table-mo th {
	width: 26%;
	padding: 10px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
}
.title-main {
	padding: 0 0 0.5em 0;
	width: 250px;
}
.title-main h1 {
	display: inline;
	line-height: 1.1em;
}
.title-sub1 {
	padding: 0 0 1em 0;
}
.title-sub1 h2 {
	display: inline;
	color: #fff;
	padding: 0;
}
.title1 {
	margin: 0 0 0.7em 0;
}
.title1 h2 {
	color: #666;
	text-transform: uppercase;
	padding: 0;
	font-weight: bold;
	font-size: 1.1em;
	display: inline;
}
.wrapper1 {
	float: right;
	width: 704px;
	padding: 0 114px 1em 0;
}

/********** Development Classes **********/

