/*
Colours:
font: 877B69
link: A90A25
link-bg: D9D1C6
*/
html, body { margin: 0; padding: 0; height: 100%; background: #d9d1c6; color: #877B69; font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif; line-height: 22px; }

#recruitment-positions p { padding: 0; margin: 0; margin-bottom: 10px; }
a { color: #A90A25; text-decoration: none; }
#centering-wrapper a:hover { background: #D9D1C6; }
hr { float: left; width: 100%; height: 0px; color: #31309C; background-color: #31309C; border: 1px solid #877B69; border-bottom: 0px; padding:0; margin: 0 0 15px; }
img { border: 0; }

#bg-left { background: #d9d1c6 url(Images/bg_left.gif) repeat-y right; }
#bg-right { background: #d9d1c6 url(Images/bg-right.gif) repeat-y left; }
#bg-centre { background: #fff; }

.bodytext h2 { font-size: 12px; color: #A90A25; margin-bottom: 0; }
.bodytext { font-size: 11px; line-height: 22px; }

#centering-wrapper { width: 950px; margin: 0 auto;  }

#header { width: 100%; height:36px; margin: 30px 0 10px; float: left; }
	#nav { width: 650px; float: left; background: #d9d1c6; height: 36px; }

#content { float: left; margin: 0 0 15px; }
	.col-left, .col-middle, .col-right { width: 300px; float: left; margin: 0 20px 0 0; }
	.col-middle, .col-right { font-size: 11px; padding: 25px 0 0; line-height: 22px; }
	.col-middle .bodytext td { font-size: 11px; line-height: 22px; }
	.col-middle img { display: block; }
	.col-right, .col-right .bodytext { margin-right: 10px; font-family: "Trebuchet MS", Arial, sans-serif; font-size: 9px !important; letter-spacing: 0.0px; line-height: 14px !important; }
		.col-right h1 { font-size: 11px !important; margin: 7px 0; color: #877B69; }
	.col-right-large { float: left; width: 620px; }
	
#footer { width: 942px; padding: 0 4px; height: 16px; background: #d9d1c6; float: left; font-size: 10px; line-height: 16px; }
#footer a { color: #877B69; }
#footer a:hover { color: #A90A25; }
	
.caption { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #231F20; width: 300px; text-align: right; }

/* MENU START */
/* 	off background colour - D9D1C6
	over background colour - 877B69 */

#menu { list-style-type:none; margin: 0; padding:0; float: left; }

#menu li {display:block; float:left; position:relative; z-index:100; margin-right:1px;}
#menu li span {display:block; z-index:100; background:#D9D1C6; padding: 5px 0px; }
#menu li a, #menu li a:visited {display:block; padding:0;}

#menu dl { position:absolute; top:0; left:0; margin: 0; padding: 0;}

/* top level 	*/ #menu dt { background: #D9D1C6; height: 36px; line-height: 0px; margin:0; padding: 0; border-left: 2px solid #fff; float:left; }
/* second level */ #menu dd { display:none; clear:left; margin:0; padding:0 0 0 2px; color: #877B69; font-size: 1em; text-align:left;}

/* top level 	*/ #menu dt a, #menu dt a:visited {display:block; height: 36px; line-height:0px; margin: 0; padding: 0; float: left; }
/* second level */ #menu dd a, #menu dd a:visited {background:#fff; color:#877B69; border: 1px solid #D9D1C6; border-top: 0; text-decoration:none; display:block; margin: 0; padding: 0; }

/* #menu li a:hover {border:0;} */
#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl { }

/* first level 	*/	#menu li:hover dt a, #menu li a:hover dt a { /*background: #877B69; done with js now */ }
/* second level */	#menu dd a:hover { background: #D9D1C6; }

/* MENU END */