/* 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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end reset */
/* order parameters in correct order */
body {
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:16px;
	line-height:22px;
	color:#333333;
	background:#ffffff url(../img/bg_main.jpg) repeat-x;
}
a:link {  color:#333333;text-decoration:underline; padding:2px;}     /* unvisited link */
a:visited {color: #C52F27;}  /* visited link */
a:hover {color:#C52F27}   /* mouse over link */
a:active {color: #C52F27}   /* selected link */
a img {border:1px solid black;}
a:hover img {border:1px solid #C52F27;}
.jobInformation a {color: #C52F27;}
#header {
	background:#827e62 url(../img/bg_head.jpg) top repeat-x;
	height:96px;
	width:100%;
	min-width:605px;
}
#header h1 {
	background: transparent url(../img/header.png) no-repeat left bottom ;
	height:85px;
	text-indent: -9000px;
	margin-left:20px;
}
#header h2 {
	text-indent: -9000px;
}
#mainContent {
	overflow:auto;
	padding-top:18px;
}
#mainTile {
	float:left;
	width:710px;
	padding-left:20px;
}
#mainTile > p:first-child, #mainTile p.introduction {
	font-size:22px;
	line-height:28px;
}
#mainTile h2 {cursor:pointer;}
#mainTile p {margin-bottom:19px;padding-right:4px;}
 .jobInformation {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
	width:95%;
	padding-top:9px;
}
#mainTile .jobInformation p, #subTile div{
font-size:12px;
line-height:18px;
}
a[rel=external]:after {content: url(../img/external.png);margin-left:3px;}
.heading {text-align:right;margin-right:40px;}
.heading a {
	font-size:11px;
}
#subTile {
	margin-left:0;
	padding-left:12px;
	padding-top:2px;
	float:left;
	border-left:1px dotted #827E61;
}

#subTile h2 {border-bottom:1px solid #827E61;margin-top:20px;}
#subTile h2:first-child {margin-top:0;}
#subTile li {font-size:12px;}
#subTile li:before {content:'~ ';}

p.thankyou {font-size:14px;font-style:italic;color:red;}

#vertical li {display:inline;}
#vertical li>div {margin:15px 0;}
#footer {
	background-color:#cccccc;
	margin-top:100px;
	min-width:605px;
	padding-bottom:40px;
}
#footer p {padding:9px 0 0 20px;}

form {}
label, legend {display:none;}
fieldset {border:none;}

input.entry, textarea.entry {display:block;border:1px dotted #333333;background:#f9f5da;margin:0;padding:2px;width:200px;margin-top:9px;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;}
input.hidden {display:none;}

/* FormCheck validation div */
.fc-error {
	border : 1px solid #888;
	margin-top : 5px;
	background-color : #FFEAEA;
	width:200px;
	padding:2px;
	
}
.fc-error p {
	margin : 5px;
	color : #A00;font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../img/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../img/slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../img/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../img/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
