@charset 'utf-8';
/* ----- generic ----- */

*    {margin:0px; padding:0px;}
html {background:#E3E8EC; color:#000; direction:ltr;
	font:normal 12px/16px verdana, arial, helvetica, sans-serif;
}

body {padding-left:10px;}

/* ----- Hypertext Module ----- */
a         { color:#14C; text-decoration:none; }
a:visited, 
a:active  { color:#57F; }
a:hover   { text-decoration:underline; }
a img     { border:0; }


/* ----- Auxiliary Module ----- */
#mainwrapper    {
	position:relative;
	width:815px;
}

#main    { 
	background: url(../img/bg-main.gif) repeat-y; 
	position:relative;
	width: 815px;
	overflow: hidden;
}
/* IE 5.01 does not like it any other way */
* html #main { overflow: visible; }

/* Containing Floats */
#main:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

#main {display:inline;} /* Fixes MacIE */
/* Hides from MacIE \*/
* html #main {height: 1%;} /* IE <= 6 */
#main {display: block;}
/* End hide */

#logo {
	z-index: 1;
	/* IE 5.x */
	voice-family: "\"}\"";
	left: 0;
	position: absolute;
	top: 0;
	voice-family: "\"}\"";
}

/* ----- Header ----- */
#header {
	background: url(../img/tho_jobs_Header3.jpg) top left no-repeat;
	height: 96px;
	padding:0px; 
	position: relative;
	width:815px;
}
#main-top {
	background: url(../img/bg-main-start.gif) top left no-repeat; 
	height: 13px; 
	padding:0px 13px 0px 12px; 
	overflow: hidden;
	width:792px;
}

* html #header, * html #main-top {width /**/: 817px;} /* IE 5.x  */

#header #logo {	display:  block; height: 60px; left: 53px;	position: absolute;	top: 22px; width: 64px;	z-index: 10;}
#header #portal span {display:none;}


/* ----- Content Module ----- */

div#content-start  {background:no-repeat 10px 0px; float:left; position:relative; font-size:1px; height:10px; width:815px;}
div.content        {float:left;width:815px;}


div#content-end    {display:none;}
div.breadcrumb {font:normal 10px/12px Verdana, Arial, sans-serif; margin:0; padding:10px 0px 0px 12px; width:632px;}
div.breadcrumb strong {font-weight:normal;}


#grid .module { position:relative; margin-bottom:0px; }
#grid .module, 
#grid .module * { font-size:12px; line-height:16px; }
/* eof Content Module */



/* ----- Footer Module ----- */
body > #footer {clear:both;} /* MOSe */
#footer { 
	background:url(../img/footer.gif) top left no-repeat;
	font-size:11px;
	height:55px; 
	padding:23px 13px 0px 12px; 
	text-align:center;
}
* html #footer {width /**/:817px;}
#footer li { display:inline; }

#footer .footer-left {float:left;}
#footer .footer-right {float: right;}


/* -----  eof Footer Module ----- */


/* --- clearfix Containing Floats --- */
.clearfix:after {
	content: "."; /* This dot is the actual appended content */
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	}
.clearfix {display: inline-block;} /* Fixes MacIE */
/* Hides from MacIE \*/
.clearfix {*height: 1%;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide */
/* eof clearfix Containing Floats */


/* -------------------------------------------------- eof generic --------------------------------------------------------- */

/* common classes grid */

/* ----- Grid Module A (General, color and channel dfn) ----- */
#grid       { position:relative; left:0; top:0;}
/*IE FIX*/
*+html #grid {height:1%;}
* html #grid {height:1%;}

/* Containing Floats */
#grid .grid-x:after, #grid .modulecontent:after, #grid .modulecontent-nopad:after, #grid .module .modulepart:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

* html .grid-x,
* html #grid .module,
* html #grid .module .modulecontent,
* html #grid .module .modulepart {zoom: 1;}
*+html .grid-x,
*+html #grid .module,
*+html #grid .module .modulecontent,
*+html #grid .module .modulepart {zoom: 1;}

/* ----- Grid Module B  ----- */
.x10 {
	width: 790px;
	float:	left;
    margin: 0px 10px 10px 0px;
	clear:both;
}

.x10 .index {background: transparent url(../img/bg-top-x10.gif) no-repeat top left; font-weight: bold; height: 20px; margin: 0; overflow: hidden; margin: 0px; padding: 0px; padding-left: 8px;}
.x10 .box {background: transparent url(../img/bg-bottom-x10.gif) no-repeat bottom left; margin: 0px; padding: 0px 8px 8px 8px;}
/* ----- Grid 2 Compatibility Module ----- */
#grid-aux {margin:0 0 0 12px;}
.grid-x {float: left;}
.grid-x { width:100%; }
* html .grid-x { width:auto; }

/********************/
*+html #grid { clear: left; } 
/* ------ eof box borders --- */


#grid .module { position:relative; margin-bottom:10px; }
#grid .module, 
#grid .module * { font-size:12px; line-height:16px; }
#grid .module h2.index,
#grid .module h3  { margin-top:0; }
#grid .module img { margin-bottom:5px; }
#grid .module p   { margin:0 0 10px; }

#grid .picadd img  { float:right; margin-left:10px; }
#grid .picmain img { float:left; margin-right:10px; }
