/* teknetex */

body
{
  margin: 0px;
  padding: 0px;
  background: url(../images/mainbg.jpg) top center no-repeat #ffffff;
  line-height: 140%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#00245A;
}

img { border: 0; }
form { margin: 0px; padding: 0px; }
.clear { clear: both; }

#container {
	position: relative;
	width: 966px;
	min-height: 750px;
	height:auto !important;
	height: 750px;
	margin: 0px auto;
	background-image: url(../images/contbg.jpg);
	background-repeat: no-repeat;
}
 
a { color: #044a6e; text-decoration:none; font-weight:bold; }
a:hover { color: #044a6e;; text-decoration:underline; font-weight:bold; }

/* ----- Rotate Image ----- */
#rotateBox{
  position:absolute;
  left:-37px;
  top:122px;
  width:296px;
  height:352px;
  z-index: 2;
}
.rotateImage {
	position: absolute;
	left: 0px;
	top:  0px;
}


/* ----- STYLES ----- */

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #00245A;
	font-weight: normal;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00245A;
}

.style3 {
	font-size: 14px;
}

.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00245A;
}
/* ----- H Rules ----- */

h1 {
	color:#00245A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding:0px;
	margin:0px;
	text-transform: uppercase;
	font-weight: bold;
}
h2 {
	color:#00245A;
	font-size: 14px;
	padding:0px;
	margin: 4px 0px;
	font-weight: bold;
}

/* ----- CONTENT ----- */

#jobform {
	position:absolute;
	left:35px;
	top:170px;
	padding:0px;
	margin:0px;
	width:580px;
	height:770px;
	border: 1px none #000000;
	background-repeat: no-repeat;
	overflow: auto;
}

#contentPad{
  position: relative;
  width: 582px;
  margin: 26px 0px 0px 35px;
}

#contentScroll {
	position:relative;
	width:580px;
	height:800px;
	overflow: auto;
}

table.jobsTable th { background: #68849a; color: #ffffff; padding: 4px; }
table.jobsTable td { padding: 4px; }
.alt{ background: #dfe4e9; }

.jobBox{
  background: #dfe4e9;
  padding: 8px;
  margin-bottom: 10px;
}
.buttons{
  position: relative;
  float: right;
  margin: 0px 0px 8px 8px;
}
.buttons a{
  display: block;
  padding: 3px 6px;
  margin-bottom: 6px;
  background: #68849a;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #ffffff;
  text-align: center;
}
.buttons a:hover{ background: #437600; }

/* ----- NEW STYLE. ADDED FOR FLEXIBLE HEIGHT CONTENT AREA ---- */
#header{ position: relative; height: 218px; }
#main{
  position: relative;
  margin-left: 28px;
  width: 896px;
  min-height: 500px;
	height:auto !important;
	height: 500px;
	background: url(../images/main_bg_line.jpg) repeat-y;
}
#mainTop{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 896px;
  height: 500px;
  background: url(../images/maintop_bg.jpg);
}
#mainLeft{
  position: relative;
  margin-top: 24px;
  float: left;
  width: 610px;
}
#leftPad{ padding-left: 30px; }

#mainRight{
  position: relative;
  float: right;
  margin-top: 24px;
  width: 218px;
}
#rightPad{ position: absolute; left: 10px; right: 0px; width: 200px; z-index: 5; }

#mainBottom{
  position: relative;
  margin-left: 28px;
  width: 896px;
  height: 20px;
  background: url(../images/main_bg_bottom.jpg);
}

#footer{
  position: relative;
  margin-left:28px;
  width:887px;
  height:51px;
}

