html, body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
#top {
	background: url("../images/bg-main.png") repeat-x #F6F6F6;
}
#topside {
	background: url("../images/bg-mainside.png") repeat-x #F6F6F6;
}
#footer {
	background: #FFFFFF;
	border-top: 1px solid #DDDDDD;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 3em;
}

.header {
	height: 100px;
	text-align: center;
}

.splash {
	height: 250px;
}
.spleft {
	float: left;
	padding-top: 18px;
	width: 430px;
	text-align: right;
}
.spright {
	float: right;
	text-align: left;
	width: 500px;
}

.spright h1 {
	padding-top: 20px;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -0.7px;
	color: #FFFFFF;
}
.spright h2 {
	font-size: 14px;
	color: #b4b397;
	line-height: 16px;
}
.categories h1 {
	font-size: 1.5em;
	height: 53px;
	background: url("../images/bg-cattitle.jpg") no-repeat;
	color: #FFFFFF;
	text-indent: 50px;
	text-shadow: 1px 1px #111111;
	line-height: 48px;
}
.job {
	margin: 5px;
	min-width: 300px;
	width:700px;
	border:3px solid #DDDDDD;
	-moz-border-bottom-colors: #AAAAAA #FFFFFF;
    -moz-border-top-colors: #AAAAAA #FFFFFF;
    -moz-border-left-colors: #AAAAAA #FFFFFF;
    -moz-border-right-colors: #AAAAAA #FFFFFF;
	background-color:#eaebec;
	min-height: 36px;
	padding-top: 5px;
	-moz-box-shadow:inset 0px 0px 8px #d9d9d9;
	background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0.01, rgb(255,255,255)),
    color-stop(0.1, rgb(234,235,236))
);
background-image: -moz-linear-gradient(
    left center,
    rgb(255,255,255) 1%,
    rgb(234,235,236) 10%
);



}

.jobs {
	padding: 1em 0 0 1em;
}
.jobs h2 {
	color: #424C53;
	font-size: 16px;
	cursor: pointer;
	background: url("../images/article-contract.gif") no-repeat 10px 4px;
	text-indent: 60px;
	text-shadow: 1px 1px #FFFFFF;
	margin: 2px;
}
.job.collapsed h2 {
	background-image: url("../images/article-expand.gif");
}
.job .description {
	padding: 25px;
	border-top: 4px solid #424C53;
	border-bottom: 4px solid #424C53;
	border-right: none;
	background: #FFFFFF;
	font-size: 13px;
	line-height: 22px;
	color: #424C53;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin: 5px 0 30px 0;
}
.description {
	color: #92937e;
	padding: 20px;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	line-height: 20px;
	width: 775px;
	background: #F8F8EB;
	border-right: 1px solid #ECEDCD;
	border-bottom: 1px solid #ECEDCD;
}
.note1 {
	color: #768f9e;
	padding: 10px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
	width: 325px;
	background: #ebf1f5;
	border-right: 1px solid #D1E2EC;
	border-bottom: 1px solid #D1E2EC;
}
form {
	padding: 1em;
}
fieldset {
	margin-bottom: 2em;
	border: none;
	border-bottom: 1px dashed #dddddd;
}
div.applypage table { margin-bottom: 1em; line-height: 16px; }
div.applypage table td { padding: 10px; }

div.applypage legend {
	color: #92937e;
	padding: 10px 20px;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	line-height: 20px;
	width: 625px;
	background: #F8F8EB;
	border-right: 1px solid #ECEDCD;
	border-bottom: 1px solid #ECEDCD;
	margin-bottom: 20px;
}

legend {
	color: #FFFFFF;
	background: #dddddd;
	padding: 0.5em;
}
table {
	width: 100%;
	border-collapse: collapse;
}
td {
	vertical-align: top;
	padding: 0.25em;
}
tbody tr:hover {
	background: #EEEEEE;
}
.label {
	width: 20%;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	color: #999999;
	vertical-align: middle;
}
.autowidth {
	width: auto;
}

.button {
	color: #5ea9db;
	text-shadow: 1px 1px #FFFFFF;
	border: none;
	border-right: 1px solid #d1e2ec;
	border-bottom: 1px solid #d1e2ec;
	padding: 5px 10px;
	background: #ebf5fb;
	margin-right: 6px;
}
.button:hover {
	border-color: #3a7ca9;
	background: #5ea9db;
	color: #ffffff;
	cursor: pointer;
	text-shadow: none;
}

.button1 {
	color: #5ea9db;
	text-shadow: 1px 1px #FFFFFF;
	border-right: 1px solid #d1e2ec;
	border-bottom: 1px solid #d1e2ec;
	padding: 5px 10px;
	background: #ebf5fb;
	margin-right: 6px;
}
.button1:hover {
	border-color: #3a7ca9;
	background: #5ea9db;
	color: #ffffff;
	cursor: pointer;
	text-shadow: none;
}

input, textarea {
	width: 100%;
	border: 1px solid #d1e2ec;
	padding: 4px;
}
.radio, .checkbox {
	border: none;
	width: auto;
}
.invalid {
	border-color: #FF0000 !important;
}
.clearme { 
	clear: both; 
}

.footleft {
	float: left;
}
.footright {
	float: right;
}

.mtek {
	font-size: 75%;
}

a {
	color: #5EA9DB;
	text-decoration: none;
}
a:hover {
	color: #1F2E38;
	text-decoration: underline;
}
.adminpage {
	padding: 25px;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	margin: 3em auto 0 auto;
	display: block;
	width: 100%;
	line-height: 24px;
}
.adminpage table.autowidth td {
	padding: 6px;
}
.adminpage h1 {
	margin:30px 0;
}
.adminpage form {
	padding: 0;
}
.applypage {
	padding: 25px;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	margin: 3em auto 0 auto;
	display: block;
	width: 910px;
	line-height: 24px;
}
.buttonpad {
	display: inline-block;
	margin-right: 5px;
}
.descname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	padding-bottom: 10px;
	color: #3a7ca9;
}
img, div, a, input {
	behavior: url("/careers/css/iepngfix.htc");
}

.extra-info {
	color: #b4b397;
	padding: 0 0 0 40px;
	margin: 4px;
}

.extra-info a {
	color: #b4b397;
}

.extra-info a:hover {
	color: #FFFFFF;
}

.theadapp {
	border-bottom: 1px dashed #aaaaaa;
	cursor: pointer;
	font-size:1.1em;
}
.theadapp span {
	background-position: center right;
	background-repeat: no-repeat;
	padding: 0 20px;
}

input.required, input.phone, input.number, input.inputsize1 { width: 400px; }
.applypage td.label { width: 200px; }

.theadapp.sortup span {
	background-image: url("/careers/images/down.gif");
}
.theadapp.sortdown span {
	background-image: url("/careers/images/up.gif");
}

