/* --- layout -- */
#outer_wrapper {
	width:960px;
	/* faux-column technique, this is the left one */
	background:#fff; /*url(left.gif) repeat-y left*/
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	min-height: 100%;
}
#wrapper {
	/* faux-column technique, this is the right one
	background:url(home-bottom-right.jpg) no-repeat bottom right; */
	text-align:left;
}
#banner {
	width:960px;
	margin:0;
	padding:0
}
#inside-logo {
	float:left;
	height:108px
}
#inside-bannerpics {
	float:left;
	margin:0 0 0 612px;
	height:108px
}
#header {
	clear:both;
	background:#000;
	width:960px;
	margin:0;
	padding:0;
}
#container {
	float:left;
	width:960px;
/*	margin:0 0 0 -231px */
}
#left-col {
	float:left;
	width:168px;
}
#left-col-pad {
	padding:8px 8px 0 0
}
/* --- Left navigation --- */
#navcontainer {
	margin-top:36px;
/*	z-index:1; */
	background:#F3F1EE
}
#navcontainer ul {
	margin-left: 0;
	margin-top:0;
	margin-bottom:0;
	padding-left: 0;
	list-style-type: none;
}
#navcontainer a {
	display: block;
	padding: 6px 6px 6px 28px;
	font-weight:bold;
	width:130px
}
#navlist li.navlink a:link, #navlist li.navlink a:visited {
	color: #000000;
	background-image:url(/images/design/nav-off.gif);
	background-repeat:no-repeat;
	text-decoration: none;
}
#navlist li.navlink a:hover {
	background-image:url(/images/design/nav-on.gif);
	background-repeat:no-repeat;
	color: #000000;
}
#navlist li.activelink a:link, #navlist li.activelink a:visited {
	color:#000000;
	background-image:url(/images/design/nav-on.gif);
	background-repeat:no-repeat;
}
#navlist li.activelink a:hover {
	color: #000000;
	background-image:url(/images/design/nav-on.gif);
	background-repeat:no-repeat;
	text-decoration: none;
}
#centre-col {
	margin:0 0 0 168px
}
/* #right-col { 
	 this is to keep the content of #right-col to the right of #centre-col even if the content of "centre-col is shorter 
	 padding-left:100%; 
	 this is to "bring back" the #right-col that has been moved out of the viewport because of the padding value 
	 margin:0 0 0 -10px 
} */
#right-box {
	float:right;
	width:194px;
	padding:0 0 16px 16px
}
#right-box p {
	margin-top:20px
}
.centre-col-pad {
	padding:8px 0 16px 16px
}
#crumb {
	font-size:85%;
	color: #999
}
#crumb a:link, #crumb a:visited {
	color: #999
}
h3.news-title {
	font-size:110%
}
.clearing {
	height:0;
	clear:both
}
.search-box {
	border:1px solid #000000;
	margin:0;
	padding:2px;
	width:110px;
}
#request-val {
	margin-top:20px
}
#request-val a:link, #request-val a:visited {
	font-weight:bold;
	background:#FBB040 url(/images/design/request-val-inside.gif) no-repeat right;
	padding:4px 44px 4px 4px;
	color:#000;
	border-top:solid 1px #ccc;
	border-right:solid 1px #000;
	border-bottom:solid 1px #000;
	border-left:solid 1px #ccc;
}
#footer_wrapper {
	clear:both;
	width:960px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#footer_inner {
	text-align:left
}
#footer {
	width:960px;
	background:#000 url(/images/design/home-footer-bg.gif) no-repeat;
	height:55px;
	color:#fff;
}
#footer-left {
	float:left;
	width:729px
}
#footer-right {
	float:left;
	background:#F9A72B;
	color:#000;
	width:231px;
	height:35px;
	text-align:center;
	font-weight:bold;
	padding-top:20px
}
#footer-right a:link, #footer-right a:visited {
	color:#000
}

#local {
	margin-top:0;
	padding:20px 0 0 165px;
	font-size:120%;
	font-style:italic;
	font-weight:bold
}
#copyright {
	padding-right:10px;
	text-align:right;
	font-size:75%;
	color:#999
}
#copyright a:link, #copyright a:visited {
	color:#999
}

