/* Overall body and link styles */

body {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Verdana;
	background-color: #DBDBDB;
}

a:link {
	color: #0070B4;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #8DA5D5;
}

/* Main container */

#container {
	width: 749px;
}

/* Header */

#header {

	height: 100px;
	margin-bottom: 3px;
}


#header_images img {
	float: left;
	display: block;
}

#logo img {
    margin-right: 2px;
}

/* Top navigation */

#topnav {
	margin: 0;
	padding: 6px 0;
	list-style-type: none;
	background-color: #8DA5D5;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#topnav li {
	display: inline;
	padding: 0 4px;
}

#topnav li a:link, #topnav li a:visited {
	text-decoration: none;
	color: #fff;
}

#topnav li a:hover, #topnav li a#current {
	color: #0072B5;
}

/********************************************** Left hand navigation */

#menu {
	background-color: #0072B5;
	width: 150px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	border-bottom: 1px solid #0073BC;
	list-style: none;
}

#menu ul li a {
	display: block;
	margin: 6px 0;
	padding-left: 22px;
	background-image: url(../images/bg-button_up.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
}

#menu ul li a:link, #menu ul li a:visited {
	text-decoration: none;
}

#menu ul li a:hover, #menu ul li a.current_link {
	background-image: url(../images/bg-button_down.gif);
	color: gold;
}

#menu ul li ul li {
	border-bottom: none;
}

#menu ul li ul li a {
	background-image: url(../images/bg-button_up_small.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	font-size: 90%;
	margin: 3px 0;
	font-weight: bold;
}

#menu ul li ul li a:hover, #menu ul li ul li a.current_link {
	background-image: url(../images/bg-button_down_small.gif);
	background-image: none;
}

.hidden {
	display: none;
}


/* Content area */

#content {
	padding: 8px;
	text-align: left;
	border-bottom: 8px solid #8DA5D5;
	background-color: #FFF;
	border-top: 3px solid #DBDBDB;
	line-height: 160%;
	font-size: 90%;
}

/* Headings */

h1 {
	font-size: large;
	color: #006FB4;
	font-weight: 600;
	margin: 4px 0;
	border-bottom: 1px solid #006FB4;
}

h2 {
	font-size: medium;
	color: #006FB4;
	font-weight: 600;
	margin: 1em 0 0 0;
	padding: 0;
}

/* Left hand column for images on download page */

#leftcol {
	float: left;
	width: 240px;	
}

.clr {
	clear: both;
	margin: 0.5em 0;
}

/* Box for the available properties */

.propertybox {
	border-bottom: 1px solid #8DA5D5;
	padding: 5px;
	background-color: #EEEEEE;
	margin: 5px 0;
}

.propertybox h2 {
	color: #FFF;
	background-color: #8DA5D5;
	padding: 4px;
	margin: 0;
}

.propertybox img {
	margin-top: 6px;
}

/* Table for the login form */

.logintable td {
	border: 1px solid #006699;
	padding: 0.25em;
}

.logintable h2 {
	background-color: #006699;
	color: #fff;
	text-align: center;
	padding: 0.25em;
}

.logintable form {
	margin: 0;
	padding: 0;
}

/* Box for the vacancies */

.recruitment {
	border-bottom: 1px solid #8DA5D5;
}
