/* Main page block */
#page {
	margin-left: auto;
	margin-right: auto;
  	width: 800px;
  	height: 550px;
  	position: relative;
}

/* For IE, to cancel the effect of <center> */
div {
  	text-align: left;
}

/* Background image */
#background {
  	position: relative;
  	top: 0px;
  	left: 0px;
  	height: 450px;
  	width: 800px;
  	background-image: url(../images/back_1.jpg);
  	background-repeat: no-repeat;
}
/* Bullet lists */
#content li {
    color: #272644;
    font-family: verdana, arial, helvetica, sans-serif;
    background-color: none;
    font-size: 11px;
    line-height: 14px;
}

/* Title text */
#title {
  	font-family: tahoma, verdana, arial, helvetica, sans-serif;
  	color: white;
  	font-size: 24px;
  	position: absolute;
  	top: 40px;
  	left: 40px;
  	width: 400px;
}

/* Content pane */
#content {
  	font-family: verdana, arial, helvetica, sans-serif;
  	color: #272644;
    font-size: 11px;
  	padding: 5px;
  	position: absolute;
  	width: 780px;
  	height: 300px;
  	left: 120px;
  	top: 200px;
  	overflow: auto;
  	background-color: none;
	line-height: 14px;

}
#footer {
  	font-family: verdana, arial, helvetica, sans-serif;
  	color: white;
    font-size: 10px;
    font-weight: 700;
  	padding: 5px;
  	position: absolute;
  	width: 500px;
  	left: 35px;
  	top: 520px;
  	overflow: auto;
  	background-color: none;
	line-height: 14px;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
table {
  	font-family: verdana, arial, helvetica, sans-serif;
  	color: #272644;
  	font-size: 11px;
}
table td {
    padding: 5px;
    text-align: left;
}

table td li {
  text-align: left;
}
textarea, select {
  	font-family: verdana, arial, helvetica, sans-serif;
  	color: #272644;
  	font-size: 11px;
}
input.btn {
	cursor: pointer;
}
#jobtable {
margin-bottom: 0px;
}

#jobtable td, #jobtable p {
    padding: 1px !important;
    margin: 0px !important;
}
#unstyledtable td {
    padding: 0px;
}

/* Logo */
#logo {
  	height: 70px;
  	position: relative;
  	text-align: right;
}

/* Menu bar at the top of the screen */
#navbar {
  	height: 20px;
  	background: #666666;
}
/* Newsbox */
#newsbox {
    position: absolute;
    height: 120px;
  	width: 210px;
  	overflow: hidden;
  	left: 555px;
  	top: 292px;
}
#newsboxmain {
    position: absolute;
    top: 20px;
    left: 0px;
    background-color: white;
    width: 100%;
    height: 100%;
    z-index: 20;
    float: left;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;    
}
#newsbox div {
  	overflow: hidden;
}
#newsbox p {
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    line-height: 12px;
}
#newsbox a {
    color: #272644;
    text-decoration: none;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
}
#newsbox a:hover {
    color:#00824B;
}
#newsbox h1 {
  	height: 17px;
  	background: #666666;
  	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	color: white;
	padding-top: 3px;
	padding-left: 4px;
	clear: both;
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	clear: both;
}


/* Little decoration images */
#dec {
  	position: absolute;
  	left: 635px;
  	top: 15px;
}
#dec div {
  	position: absolute;
	width: 75px;
	height: 75px;
	background: #EEEEEE;
}

#dec_3, #dec_4, #dec_5, #dec_6 {
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

#dec_1 {
  	left: 0px;
	top: 0px;
	background-image: url(../images/decoration_1.jpg) !important;
}
#dec_2 {
  	left: 80px;
	top: 0px;
	background: none;
	background-image: url(../images/decoration_2.jpg) !important;	
}
#dec_3 {
 	left: 0px;
	top: 80px;
}
#dec_4 {
  	left: 80px;
	top: 80px;
}
#dec_5 {
  	left: 0px;
	top: 160px;
	visibility: hidden;
}
#dec_6 {
  	left: 80px;
	top: 160px;
	visibility: hidden;
}
#dec_7 {
  	left: 0px;
	top: 240px;
	visibility: hidden;
}
#dec_8 {
  	left: 80px;
	top: 240px;
	visibility: hidden;
}

/* Menu styles */


#nav {	/* Global */
	font-size: 11px;
	font-weight: bold;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	margin: 0px;
	padding-top: 2px;
	padding-left: 0px;
	float: left;
	display: block;
}

#nav ul {
  	padding: 0px;
  	margin: 0px;
}


#nav li {	/* Top level (menu strip) */
  	float: left;
  	padding-right: 15px;
	padding-left: 15px;  	
  	padding-bottom: 0px;
  	position: relative;
	list-style: none;  
	z-index: 200;
}

#nav a {	/* Link style */
	display: block;
	text-decoration: none;
	color: white;
	margin-left: 5px;
	margin-bottom: 5px;
}
#nav li ul a {
    margin-bottom: 0px;   
}

#nav li a:hover {	/* Hover text colour on root elements */
  	color: black;
}

#nav li ul {	/* Menu backgrounds */
	z-index: 10;
	position: absolute;
    visibility: hidden;
}

#nav li ul li.sub {
    background-image: url(images/menu_arrow.gif);
    background-repeat: no-repeat;
    background-position: right; 
}
#nav li ul li.nosub {

}

#nav li li {	/* General case subitems */
	padding: 3px 0px 3px 0px;
	float: none;
	z-index: 1;
    border-style: solid none solid none;
    border-width: 1px 0px 1px 0px;
    border-top-color: white;
    border-bottom-color: white;
	margin-top: -1px;
  	background-color: #999999;
}

#nav li li a:hover {	/* We don't want the hover to go black here */
  	color: white;
}

#nav li ul {
	margin: 6px 0px 0px 0px;
	padding: 0px;
}

#nav li ul ul {
	margin: -16px 0px 0px 0px;
	padding: 0px;
}

#nav li li:hover,
#nav li li.sfhover {
  	background-color: #00AEED;
}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,
#nav li:hover ul ul ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul,
#nav li.sfhover ul ul ul ul,
#nav li.sfhover ul ul ul ul ul {
	visibility: hidden;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li li li:hover ul,
#nav li li li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul,
#nav li li li li.sfhover ul,
#nav li li li li li.sfhover ul {
    visibility: visible;
}


