

/*======= REMEBER TO CHECK IE STYLE SHEET ========*/


@charset "utf-8";
/* CSS Document */

/******* html *******/
html { 
	margin: 0; 
	padding : 0; 
	text-align : center; }


/******* body *******/
body { 
	margin: 0px; 
	padding : 0px; 
	font : 76%/160% Tahoma, Verdana, Arial, sans-serif; 
	background-color : #fff; 
	text-align : center; 
	color: #000}
	
.clear {clear:both;}

/* keeps the whole thing central */
#container {
	width:711px;
	margin:0 auto;
	padding:1em;
}


.coloured_txt{
	color:#ffffff;
}


/* Links */
a{
outline:none;
}

a, a:link, a:active, a:visited{
	color: #000000;
	text-decoration:none;
} 
a:hover{
	color: #4886b7;
	text-decoration:underline;
}

a.coloured, a.coloured:link, a.coloured:active, a.coloured:visited{
	color: #ffffff;
} 
a.coloured:hover{
	color: #dcdcdc;
	text-decoration:underlined;
}

a.coloured2, a.coloured2:link, a.coloured2:active, a.coloured2:visited{
	color: #dcdcdc;
} 
a.coloured2:hover{
	color: #000000;
	text-decoration:none;
}
a.coloured3, a.coloured3:link, a.coloured3:active, a.coloured3:visited{
	color: #000000;
	text-decoration:underline;
} 
a.coloured3:hover{
	color: #4886b7;
	text-decoration:none;
}

/* Links END */


/*#branding{
	position:relative;
	top:0.7em;
	text-align:left;
}

h1 {
	width: 146px;
	height:102px;
	text-indent: -99999px;
	background:url(_img/branding.gif) no-repeat;
}

h1 a {
	display:block;
	width: 146px;
	height:102px;
}*/

h1 {
	width: 711px;
	height:166px;
	text-indent: -99999px;
	background:url(_img/banner.jpg) no-repeat;
}


/*Menu*/
#main_nav{
	position:relative;
	top:13.2em;
	left: 8.3em;
	margin-bottom: 1em;
	overflow: hidden;
	width: 460px;
	float:right;
	font-weight:200;
	z-index: 500000;
}

#nav_list{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav_list li{
	font-size: 110%;
	border-left: 1px solid #aac3e0;
	float: left;
	line-height: 1.3em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
}

/*Menu END*/

h2.title_txt{
	position:relative;
	margin: 0 ;
	padding: 0 ;
	height:37px;
	text-indent: -99999px;
}

#home h2.title_txt{
	width: 274px;
	left:16.6em;
	background:url(_img/title_home.gif) no-repeat;	
}

#contact h2.title_txt{
	width: 126px;
	left:18em;
	background:url(_img/title_contact.gif) no-repeat;	
}
#thanks h2.title_txt{
	width: 126px;
	left:16.5em;
	background:url(_img/title_thanks.gif) no-repeat;	
}

#services h2.title_txt{
	width: 274px;
	left:13.5em;
	background:url(_img/title_services.gif) no-repeat;	
}

#housing h2.title_txt{
	width: 274px;
	left:0em;
	background:url(_img/title_housing.gif) no-repeat;	
}

#vacancies h2.title_txt{
	width: 274px;
	left:16.6em;
	background:url(_img/title_vacancies.gif) no-repeat;	
}

#main_content{
	text-align:left;
}

/*Bottom Banner - Contact Info*/

#other_site_link{
	position:relative;
	top:2.8em;
	left:-23em;
	z-index:100000;
}

#contact_info{
	background-color: #4886b7;
	text-align:right;
	color:#FFFFFF;
	padding-right: 2em;
	height: 2em;
}

#contact_info p{
	position:relative;
	top: 0.2em;
}
/*Bottom Banner - Contact Info END*/


#ie_spacing_fix{
	position:none;
	top:0;
}