@charset "UTF-8";
/* ---------- basic styling ---------- */

* {
	margin: 0px;
	padding: 0px;
}

#job{
	width: 92%;
	margin: 10px;
	padding:1.3em;
	background:  #EAF2FD;
	border: solid thin #671618;
	-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
 -moz-box-shadow:inset 0 0 10px #000000;
   -webkit-box-shadow:inset 0 0 10px #000000;
   box-shadow:inset 0 0 10px #000000;
	}
#jobHeading{
	width: 92%;
	margin: 10px;
	padding:1.3em;
	background:   #E9F5FE;
	border: solid thin #671618;
	-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
 -moz-box-shadow:inset 0 0 10px #000000;
   -webkit-box-shadow:inset 0 0 10px #000000;
   box-shadow:inset 0 0 10px #000000;
	}

body {
	background: url(../_assets/background.jpg);
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
}
	
#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #fff url(../_assets/sdbar_bknav.jpg) repeat-y;
}	
	
#clear {
	clear: both;
}
	
/* ---------- position container elements ---------- */

#header h1 {
	margin-left: -9000px;
}
/* ----- header nav ----- */
#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 900px;
	height: 34px;
	list-style: none;
	background: url(../_assets/menu_bg.jpg) repeat-x top left;
}
#header ul li {
	float: left;
}
#header ul a {
	padding: 0 1.5em;
	font-size: 14px;
	line-height: 2.4em;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	float: left;
	display: block;
	background: url(../_assets/menu_seperator.jpg) no-repeat left top;
}
#header ul a.first {
	background: none;
}
#header ul a:hover {
	color: #0033FF;
}
#header #tag {
	position: absolute;
	top: 0;
	right: 0;
	width: 400px;
	height: 50px;
	background: url(../_assets/tag.png) no-repeat;
}
/* ----- sidebar ----- */
#sidebar {
	padding: 0;
	margin: 0;
	float: left;
	width: 200px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li {
	margin: 1em 1em 1em 1.5em;
	padding: 0;
}
#sidebar ul a {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin: 0;
	border-bottom: 1px solid #fff;
	width: 170px;
	display: block;
}
#sidebar ul a:hover {
	color: #0033FF;
}
#layer {
	width: 150px;
}
#layer ul li {
	margin: 1em 0 0 2em;
}
/* ----- content ----- */

#content {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: right;
	width: 700px;
	text-decoration: none;
}
/* ----- footer -----*/
#footer {
	padding: 1em .5em;
	color: #fff;
	font: 14px "Times New Roman", Times, serif;
	font-weight: bold;
	background: #0123c2;
	margin-top: 0;
	height: 50px;
}
#footer a {
	padding: 0 .5em;
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	color: #8e0019;
}	
