
/***************** 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 {
	font: 8pt Arial, Helvetica Neue, Helvetica, sans-serif;
}
table, th, td, input, select, textarea {
	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: #8bc630;
	padding: 0 0 0.4em 0;
}
h2, .h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #672c78;
	padding: 0.3em 0 0.5em 0;
}
p {
	padding: 0 0 1em 0;
}
small {
	font-size: 0.9em;
}
a {
	text-decoration: underline;
	color: #672c78;
}
a:visited {
	color: #775c88;
}
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 **********/

.aside2 {
	display: none;
}
.aside3 h2 {
	color: #8bc630;
}
.aside3 ul {
	margin: 0 0 1em 0;
	padding: 0 0 0 1.5em;
	list-style: disc;
}
.aside4 {
	display: none;
}
.aside5 {
	display: none;
}
.box1 {
	padding: 0.8em 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) );
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.box1 h2 {
	border-bottom: 1px solid #dbdbcf;
	padding: 0 0 0.2em 0;
	margin: 0 0 0.5em 0;
}
.breadcrumbs {
	display: none;
}
.button1 {
	background: #360249;
	background: -moz-linear-gradient(top, #784387, #360249);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#784387), to(#360249) );
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.button1 a, .button1 a:visited{
	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;
	text-decoration: none;
	padding: 0.3em 10px;
	font-weight: bold;
	display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
input.button2 {
	background: #e8e8e0;
	color: #672c78;
	border: none;
	cursor: pointer;
	overflow: visible;
	padding: 0.3em 10px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.colcode1 {
	color: #672c78;
}
.error {
	color: #e00;
	display: block;
}
.filter {
	display: none;
}
.footer {
	border-top: 2pt solid #8bc630;
	color: #b89fbf;
	padding: 1em 0 0 0;
	margin: 2em 0 0 0;
}
.footer p {
	font-size: 0.9em;
}
.footer ul {
	display: none;
}
.form1 {
	border-top: 2px solid #672c78;
	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;
}
.header .tel {
	display: none;
}
.header .toplinks {
	display: none;
}
.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;
}
.intro {
	color: #672c78;
	font-size: 1.15em;
}
.jobdet {
	border-top: 2px solid #672c78;
	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: 80px;
	border: 1px solid #c4c4c4;
	padding: 0;
}
.jobdet .clogo img {
	display: block;
}
.jobdet .inner1 {
	position: relative;
}
.jobdet .inner1 dl {
	font-size: 1.1em;
	width: 480px;
	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 {
	position: absolute;
	right: 0;
	bottom: 0;
}
.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;
}
.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;
}
.link-rss {
	padding-left: 17px;
	background: url("../images/icons1.png") no-repeat 0 0.1em;
}
.logo {
	padding: 0 0 2em 0;
}
.ma {
	width: 46%;
}
.ma h2 a {
	text-decoration: none;
	font-size: 1.2em;
}
.ma.floatl {
	clear: both;
}
.masthead {
	display: none;
}
.nav {
	display: none;
}
.paging1 {
	display: none;
}
.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;
	border: 1px solid #c4c4c4;
	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 #672c78;
}
.results2 {
	border-top: 2px solid #672c78;
	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: #8bc630;
	text-decoration: none;
}
.results2 a:visited {
	color: #666;
}
.results2 a:hover {
	color: #672c78;
	text-decoration: underline;
}
.sr-links {
	display: none;
}
.tab1 {
	width: 100%;
	margin: 0 0 1em 0;
	border-top: 2px solid #672c78;
}
.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;
}

.social {
      display: none;
}


/********** Development Classes **********/

