@charset "utf-8";

@import url("reset.css");

/* hide from ie on mac \*/
	html {
		height: 100%;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #fff;
		font-size: 12px;
	}
	
	#flashcontent {
		height: 100%;
	}
/* end hide */


body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	background-position: top left;
	color: #fff;
	line-height: 14px;
}


#body {
	background-image: url(../gfx/bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #112130;
}

#bodyContainer { 
	padding: 20px;
}


#header {
	height: 30px;
	margin: 15px 0px 0px 0px;
	background-color: #000000;
}



	#header #logo {
		position: absolute;
		top: 24px;
		left: 45px;
	}
	
	#header #contact {
		position: absolute;
		top: 25px;
		left: 745px;
	}
	
	
#news {
	position: absolute;
	top: 127px;
	left: 46px;
	width: 191px;
}

	#news img{
		margin: 0px 0px 10px 0px;
		display: block;
	}
	
	#news span {
		display: block;
		font-weight: bold;
	}


#jobs {
	position: absolute;
	top: 127px;
	left: 280px;
	width: 191px;
}

	#jobs img {
		display: block;
	}


#jobdetails {
	position: absolute;
	top: 167px;
	left: 490px;
	width: 400px;
}

	#jobdetails img {
		display: block;
		margin: 0px 0px 10px 0px;
	}
	
	#jobdetails span {
		display: block;
		margin: 0px 0px 25px 0px;
	}




input, select, textarea {
			margin: 0px 0px 10px 0px;
			padding: 5px;
			width: 400px;
			background-color:#fff;
			border: solid #616161 1px;
			color: #000;
}

	textarea {
		height: 200px;
	}

	label, #jobdetails .label {
		display: block;
		margin: 0px 0px 0px 0px;
	}


