
/***************** 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: #E2E2E3 url("../images/bg-page.png") repeat-y center 0;
	color: #000;
	font: 0.75em/1.3 Arial, Helvetica Neue, Helvetica, sans-serif;
	text-align: center;
}
table, th, td, input, select, textarea {
	color: #000;
	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, .h1 {
	font-size: 2em;
	font-weight: normal;
	color: #083A81;
	padding: 0 0 0.4em 0;
}
h2, .h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	padding: 0.3em 0 0.5em 0;
}
h3 {
	color: #F8981C;
}
h4 {
	color: #000;
}
p {
	padding: 0 0 1em 0;
}
small {
	font-size: 0.9em;
}
a {
	text-decoration: underline;
	color: #083A81;
}
a:visited {
	color: #083A81;
}
a:hover, a:focus {
	text-decoration: underline;
	color: #000;
}
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;
}
.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;
}
.small {
	font-size: 0.9em;
}
@media aural {
	.off-aural {
		display: none;
	}
}



/********** Build (custom) Classes **********/

html, body, form {
	height: 100%;
}
.aside1 {
	float: left;
	width: 575px;
	padding: 0 0 2em 20px;
	background: #fff;
}
.aside2 {
	float: right;
	width: 303px;
	padding: 0 20px 2em 0;
	background: #fff;
}
.aside3 {
	float: right;
	width: 470px;
	background: #fff;
}
.aside3 h2 {
	color: #083A81;
}
.aside3 ul {
	margin: 0 0 1em 0;
	padding: 0 0 0 1.5em;
	list-style: disc;
}
.aside4 {
	float: left;
	width: 200px;
	background: #fff;
}
.aside5 {
	float: right;
	width: 200px;
	padding: 0 20px 1em 0;
	background: #fff;
}
.banner1 {
	margin: 0 0 1em 0;
	padding: 0 0 3px 0;
	background: url("../images/banner1.png") no-repeat center bottom;
}
.banner1 span {
	display: block;
	height: 85px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.box-shortlist {
	margin: 0 0 1e, 0;
	background: #083A81;
	color: #fff;
	padding: 1em 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.box-shortlist h2 {
	color: #fff;
	padding: 0 0 0.5em 0;
}
.box1 {
	padding: 0.8em 10px;
	margin: 0 0 1em 0;
	background: #C8C9CB;
	background: -moz-linear-gradient(top, #C8C9CB, #E2E2E3);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#C8C9CB), to(#E2E2E3) );
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.box1 h2 {
	border-bottom: 1px solid #fff;
	padding: 0 0 0.2em 0;
	margin: 0 0 0.5em 0;
}
.breadcrumbs {
	padding: 0 20px 1em 20px;
	font-size: 0.9em;
	color: #aaa;
}
.breadcrumbs dd, .breadcrumbs dt {
	display: inline;
}
.browse-jobs ul li {
	padding: 0.2em 0 0.5em 0;
}
.button1 {
	background: #f8981c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.button1:hover {
	background: #9F98BF;
}
.button1 a, .button1 a:visited, .button1 a:hover {
	background: url("../images/arrow1.png") no-repeat 10px center;
	display: block;
	padding: 0.3em 10px 0.3em 22px;
	text-decoration: none;
	color: #fff;
}
.button1 input {
	background: url("../images/arrow1.png") no-repeat 10px center;
	border: none;
	padding: 0.2em 10px 0.2em 20px;
	cursor: pointer;
	color: #fff;
	overflow: visible;
}
a.button2, a.button2:visited {
	background: #e8e8e0;
	color: #083A81;
	text-decoration: none;
	padding: 0.3em 10px;
	font-weight: bold;
	display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
a.button2:hover {
	text-decoration: none;
	color: #fff;
	background: #083A81;
}
input.button2 {
	background: #e8e8e0;
	color: #083A81;
	border: none;
	cursor: pointer;
	overflow: visible;
	padding: 0.3em 10px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
input.button2:hover  {
	color: #fff;
	background: #083A81;
}
.colcode1 {
	color: #083A81;
}
.container1-push {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -8em 0;
}
.container2 {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
.error {
	color: #e00;
	display: block;
}
.feat-job dd {
	padding: 0 0 0.5em 0;
}
.feat-job dt {
	font-weight: bold;
}
.feat-job dt a {
	text-decoration: none;
}
.feat-job dt a:hover {
	text-decoration: underline;
}
.filter {
	color: #fff;
	padding: 0.4em 10px;
	background: #083A81;
}
.filter fieldset {
	float: left;
	padding: 0 2em 0 0;
}
.footer {
	height: 5.3em;
	width: 910px;
	margin: 0 auto;
	border-top: 0.7em solid #083A81;
	text-align: left;
	color: #fff;
	padding: 2em 20px 0 20px;
	background: #8B94BF;
	background: -moz-linear-gradient(top, #a0a8cb, #8B94BF);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#a0a8cb), to(#8B94BF) );
}
.footer a, .footer a:visited {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer p {
	font-size: 0.9em;
}
.footer ul {
	font-size: 0.9em;
	float: right;
}
.footer ul li {
	float: left;
	padding: 0 0 0 0.7em;
	margin: 0 0 0 0.7em;
	border-left: 1px solid #b89fbf;
}
.footer ul li:first-child {
	border: none;
}
.form1 {
	border-top: 2px solid #083A81;
	border-bottom: 1px solid #dbdbcf;
	padding: 2em 10px 1em 10px;
	background: #ebebe4;
	background: -moz-linear-gradient(top, #ebebe4, #fbfbf9);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebe4), to(#fbfbf9) );
}
.form1 dl.salary dd {
	padding: 0 0 0.2em 40px;
}
.form1 dl.salary dd select {
	width: 180px;
}
.form1 dl.salary dt {
	float: left;
	clear: left;
	padding: 0.2em 0 0.2em 0;
}
.form1 select {
	width: 220px;
}
.form1 table {
	width: 100%;
}
.form1 table td {
	vertical-align: top;
	padding: 0 0 1em 0;
}
.form1 table th {
	vertical-align: top;
	text-align: left;
	padding: 0.3em 10px 1em 0;
	width: 180px;
}
.form1 .form-text {
	width: 218px;
}
.form1 .inner1 {
	border-top: 1px solid #dbdbcf;
	padding: 1em 0 0 0;
}
.h1-results {
	margin-right: 7.5em;
}
.header {
	position: relative;
}
.header .tel {
	position: absolute;
	z-index: 50;
	right: 20px;
	bottom: 12px;
	color: #083A81;
	font-size: 1.2em;
}
.header .tel dd {
	display: inline;
	font-weight: bold;
}
.header .tel dt {
	display: inline;
}
.header .toplinks {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 55;
	background: #efefea;
}
.header .toplinks li {
	float: left;
	padding: 0.2em 1em;
	border-left: 1px solid #cbcbba;
}
.header .toplinks li:first-child {
	border: none;
}
.header .toplinks li a {
	text-decoration: none;
}
.header .toplinks li a:hover {
	text-decoration: underline;
}
.home-box {
	width: 275px;
	border-bottom: 1px dotted #c9c9b8;
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
}
.home-box h2 {
	border-bottom: 1px solid #dbdbcf;
	padding: 0 0 0.3em 0;
	margin: 0 0 0.6em 0;
}
.home-box dl {
	margin: 0 0 1em 0;
}
.home-box dl dt {
	font-weight: bold;
	padding: 0 0 0.2em 0;
}
.home-box dl dt a {
	text-decoration: none;
}
.home-box dl dt a:hover {
	text-decoration: underline;
}
.home-box.brands dd {
	float: left;
	width: 137px;
	text-align: center;
	padding: 1em 0 0 0;
}
.intro {
	color: #083A81;
	font-size: 1.15em;
}
.jobdet {
	border-top: 2px solid #083A81;
	border-bottom: 1px solid #dbdbcf;
	padding: 1em 10px;
	margin: 0 0 1em 0;
	background: #ebebe4;
	background: -moz-linear-gradient(top, #ebebe4, #fbfbf9);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebe4), to(#fbfbf9) );
}
.jobdet .clogo {
	float: right;
	width: 200px;
	padding: 0 auto 10px auto;
}

.jobdet .clogo-map {
    width: 200px;
    height:140px;
    padding:0 0 0 50px;
    margin:0 0;
}
.jobdet .clogo img {
	display: block;
	margin-left:auto;
}
.jobdet .clogo-map img {
	display: block;
	margin:auto;
}
.jobdet .inner1 {
	position: relative;
}
.jobdet .inner1 dl {
	font-size: 1.1em;
	width: 310px;
	margin: 0 0 1em 0;
}
.jobdet .inner1 dl dd {
	padding: 0 0 0.3em 0;
}
.jobdet .inner1 dl dt {
	float: left;
	clear: left;
	font-weight: bold;
	padding: 0 0.5em 0.3em 0;
}
.jobdet .inner1 .links {
	float: right;
	margin: 0 0 1em 0;
	clear: both;
}
.jobdet .inner1 .links li {
	float: left;
}
.jobdet .inner1 .links li .button2 {
	margin: -0.3em 0 0 1em;
}
.jobdet .inner2 {
	border-top: 1px solid #dbdbcf;
	padding: 1em 0;
	clear: both;
}
.jobdet .inner2 h2 {
	font-size: 1.1em;
	padding: 0 0 0.2em 0;
	color: #666;
}
.jobdet .inner2 .links {
	float: right;
	padding: 2.5em 0 0 0;
}
.jobdet .inner2 .links li {
	float: left;
}
.jobdet .inner2 .links li .button2 {
	margin: -0.3em 0 0 1em;
}
.jobdet .map {
	float: right;
	text-align: right;
	margin: 0 0 2em 0;
}
.jobdet .map .inner3 {
	background: #fff;
	border: 1px solid #DADBD6;
	padding: 3px;
	margin: 0 0 0.5em 0;
	width:340px;
	height:250px;
}
.JobsMapWindowPopup {
	margin-top: 7px;      
}
.link-rss {
	padding-left: 17px;
	background: url("../images/icons1.png") no-repeat 0 0.1em;
}
.logo {
	padding: 15px 15px 25px 15px;
}
.logo img {
	display: block;
}
.ma {
	width: 315px;
}
.ma h2 a {
	text-decoration: none;
	font-size: 1.2em;
}
.ma h2 a:hover {
	text-decoration: underline;
}
.ma.floatl {
	clear: both;
}
.masthead {
	background: url("../images/masthead.png") no-repeat center bottom;
	color: #fff;
	margin: 1.5em 20px 1em 20px;
	padding: 0 0 10px 0;
}
.masthead .inner1 {
	padding: 15px 20px 0 620px;
	min-height: 205px;
	background: #083A81 url("../images/masthead-img.jpg") no-repeat 0 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.masthead .inner2 {
	min-height: 205px;
	background: #083A81;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.nav {
	border-bottom: 5px solid #083A81;
	background: #8B94BF;
	background: -moz-linear-gradient(top, #a0a8cb, #8B94BF);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#a0a8cb), to(#8B94BF) );
	min-height: 1.9em;
	position: relative;
	padding: 0 20px;
	margin: 0 0 1em 0;
	font-weight: bold;
}
.nav dl {
	position: absolute;
	bottom: 0;
}
.nav dl dd {
	float: left;
}
.nav dl dd a, .nav dl dd a:visited {
	display: block;
	padding: 0.7em 20px 0.3em 20px;
	text-decoration: none;
	color: #fff;
}
.nav dl dd a:hover {
	text-decoration: none;
	color: #f0eff5;
}
.nav dl dd.active a, .nav dl dd.active a:visited, .nav dl dd.active a:hover {
	background: #083A81;
	color: #fff;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}
.nav dl dt {
	position: absolute;
	left: -999em;
}
.paging1 {
	padding: 0 0 0.5em 0;
}
.paging1 .links {
	float: right;
}
.paging1 .links ul {
	display: inline;
	padding: 0 0 0 2em;
}
.paging1 .links ul li {
	display: inline;
	border-left: 1px solid #666;
	padding: 0 0.3em 0 0.6em;
	color: #bbb;
}
.paging1 .links ul li:first-child {
	border: none;
}
.paging1 .links ul li a {
	text-decoration: none;
}
.paging1 .links ul li a:hover {
	text-decoration: underline;
}
.paging1 .results {
	float: left;
}
.push {
	height: 8em;
	display: none;
}
.qs1 legend {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 0 0.5em 0;
}
.qs1 dl {
	margin: 0 0 0.3em 0;
}
.qs1 dl dd {
	padding: 0 0 1.1em 70px;
}
.qs1 dl dd input {
	width: 196px;
	margin: 0;
}
.qs1 dl dd select {
	width: 200px;
	margin: 0;
}
.qs1 dl dd.salary select {
	width: 98px;
}
.qs1 dl dt {
	float: left;
	clear: left;
	width: 65px;
	padding: 0.15em 0 0 0;
}
.qs1 .button1 {
	float: right;
}
.qs1 .link {
	font-size: 0.9em;
	padding: 0.3em 0 0 0;
}
.qs1 .link a, .qs1 .link a:visited, .qs1 .link a:hover {
	color: #fff;
}
.qs2 {
	background: #083A81;
	margin: 0 0 1em 0;
	position: relative;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.qs2 legend {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 0 0.5em 0;
	color: #fff;
	margin: 0;
	position: absolute;
	top: 0.5em;
	left: 10px;
}
.qs2 dl {
	padding: 3em 10px 1em 10px;
}
.qs2 dl dd {
	display: block;
	padding: 0.1em 0 0.3em 0;
}
.qs2 dl dd input {
	width: 174px;
	margin: 0;
}
.qs2 dl dd select {
	width: 178px;
	margin: 0;
}
.qs2 dl dd.salary select {
	width: 87px;
}
.qs2 dl dt {
	display: block;
}
.qs2 .button1 {
	float: right;
	margin: 0 14px 0.5em 0;
}
.qs2 .link {
	clear: both;
	font-size: 0.9em;
	text-align: right;
	padding: 0 14px 1em 0;
}
.qs2 .link a, .qs2 .link a:visited, .qs2 .link a:hover {
	color: #fff;
}
.results-map {
	margin: 0 0 1em 0;
	padding: 0 0 1px 0;
	border-bottom: 1px solid #DBDDCB;
	width:690px;
	height:500px;
}
.results1 {
	margin: 0 0 1em 0;
}
.results1 a {
	text-decoration: none;
}
.results1 a:hover {
	text-decoration: underline;
}
.results1 li {
	border-bottom: 1px solid #dbdbcf;
	padding: 1em 10px;
}
.results1 li h2 {
	padding: 0 0 0.5em 0;
	width: 555px;
}
.results1 li p {
	padding: 0 0 0.7em 0;
	width: 555px;
}
.results1 li p.clogo {
	float: right;
	padding: 0;
	width: 80px;
	margin-top: -1.7em;
}
.results1 li ul.links {
	float: right;
}
.results1 li ul.links li {
	padding: 0 0 0 1em;
	border: none;
	float: left;
}
.results1 li ul.links li .button2 {
	margin-top: -0.4em;
}
.results1 li ul.links li a.button2:hover {
	text-decoration: none;
}
.results1 li ul.details {
	float: left;
	width: 450px;
	padding: 0.5em 0 0 0;
	clear: right;
}
.results1 li ul.details li {
	padding: 0;
	border: none;
	float: left;
	padding: 0 0.7em;
	border-left: 1px solid #666;
	line-height: 1em;
	font-weight: bold;
}
.results1 li ul.details li:first-child {
	border: none;
	padding-left: 0;
}
.results1 li.feat {
	background: #ebebe4;
	background: -moz-linear-gradient(top, #ebebe4, #fbfbf9);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebe4), to(#fbfbf9) );
}
.results1 li.feat .feat-label {
	font-size: 0.85em;
	text-transform: uppercase;
	color: #9b9b9b;
}
.results1.shortlist {
	border-top: 2px solid #083A81;
}
.results1.shortlist.saved ul.links {
	margin-top: -2em;
}
.results1.shortlist.saved ul.links li {
	float: none;
}
.results2 {
	border-top: 2px solid #083A81;
	margin: 0 0 1em 0;
}
.results2 li {
	padding: 1em 0 0.5em 0;
	border-bottom: 1px solid #dbdbcf;
}
.results2 li h2 {
	padding: 0 0 0.2em 0;
}
.results2 li p {
	padding: 0 0 0.5em 0;
}
.results2 a {
	color: #083A81;
	text-decoration: none;
}
.results2 a:visited {
	color: #666;
}
.results2 a:hover {
	color: #083A81;
	text-decoration: underline;
}
.sr-links {
	background: #ebebe4;
	border-bottom: 1px solid #dbdbcf;
	margin: 0 0 0.5em 0;
	padding: 0.6em 10px;
}
.sr-links a {
	text-decoration: none;
}
.sr-links a:hover {
	text-decoration: none;
}
.sr-links ul li {
	display: inline;
	padding: 0 2em 0 0;
}
.subnav {
	margin: 0 0 1em 0;
	padding: 0.7em 10px;
	background: #ebebe4;
	background: -moz-linear-gradient(top, #ebebe4, #fbfbf9);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebe4), to(#fbfbf9) );
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.subnav dl {
	border-top: 1px solid #dbdbcf;
}
.subnav dl dd {
	display: inline;
}
.subnav dl dd a {
	display: block;
	text-decoration: none;
	padding: 0.3em 0;
	border-bottom: 1px solid #dbdbcf;
}
.subnav dl dd a:hover {
	text-decoration: none;
}
.subnav dl dd.active {
	font-weight: bold;
}
.subnav dl dt {
	position: absolute;
	left: -999em;
}
.tab1 {
	width: 100%;
	margin: 0 0 1em 0;
	border-top: 2px solid #083A81;
}
.tab1 td {
	vertical-align: top;
	text-align: left;
	padding: 0.4em 5px;
	border-bottom: 1px solid #dbdbcf;
}
.tab1 th {
	background: #ebebe4;
	background: -moz-linear-gradient(top, #ebebe4, #fbfbf9);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebe4), to(#fbfbf9) );
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	padding: 0.4em 5px;
	border-bottom: 1px solid #dbdbcf;
}
.button-view-jobs {
	float: right;
	margin: -44px 0 0 15px;
	background: url("../images/view-results-map.png") no-repeat 0 0;
}
.button-view-jobs a {
	padding: 18px 50px 8px 10px;
	display: block;
	text-decoration: none;
}
.button-view-jobs a.i1 {
	background: url("../images/view-results-map.png") no-repeat right 0;
}
.button-view-jobs a.i2 {
	background: url("../images/view-results-list.png") no-repeat right 0;
	padding-right: 48px;
}
.wrapper1 {
	float: left;
	width: 690px;
	padding: 0 0 1em 20px;
	background: #fff;
}


.social {
      float: right;
      padding: 7px 0 0 50px;
}

.jobresults {
    width: 515px;
}


/********** Development Classes **********/

