html,body{height:100%}
body{
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;
	background-color:#e1ddcc;
	color:#000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}
#outer{
	height:100%;
	min-height:100%;
	width:948px;
	color:#000;
	text-align:left;
	margin:auto;
	position:relative;
	background-color:#fff;
	background-image:url(/_common/images/bg_outer.gif);
	background-repeat:no-repeat;
	background-position:0 261px;
}
 
html>body #outer{height:auto;}
#innerwrap{
	float:left;
	width:700px;
}
#header{
	position:absolute;
	top:0;
	width:948px;
	height:261px;
	color:#000;
	z-index:100;
	background:#e1ddcc url(/_common/images/bg_hdr.gif) no-repeat;
}
#header #logo{
	margin-top:75px;
	margin-left:31px;
	float:left;
}
#header #search{
	float:right;
	margin:75px 32px 0 0;
}
* HTML #header #search{margin:74px 16px 0 0;}
#header #search #search_text{
	width:281px;
	height:18px;
	border:1px solid #808080;
	border-right:1px solid #d4d0c8;
	border-bottom:1px solid #d4d0c8;
	margin:8px 5px 0 0;
	display:block;
	float:left;
}
#header #search #search_btn{
	display:block;
	float:left;
}
#header #search #err_msg{
	color:#fff;
	clear:both;
}
#header #hdr_nav{
	list-style:none;
	padding:0;
	margin:32px 0 0 0;
	float:left;
	width:948px;
}
#header #hdr_nav li {
	float: left;
	display: block;
	float: left;
}
#header #hdr_nav li a {
	display: block;
	outline:none;
}
#header #bc {
	float: left;
	height: 38px;
	padding-top: 20px;
	margin: 0 39px 0 39px;
}
* HTML #header #bc {
	margin: 0 19px 0 19px; /*appease IE6*/
}
#header #bc p {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7a8996;
}
#header #bc p a {
	color: #7a8996;
	text-decoration: none;
}
#left {
	position:relative;
	width:0;
	float:left;
	padding-top:203px;
	padding-bottom:100px;
}
#right {
	position:relative;
	width:248px;
	float:right;
	padding-top:261px;
	padding-bottom:333px;
	min-height: 200px;
}
#nav_right {
	margin: 0 17px 10px 17px;
	padding: 0;
	list-style-type: none;
	position: relative; /*appease IE6*/
}
#nav_right li {
	margin: 0;
	padding: 0 0 2px 0;
	display: block;
}
#nav_right li a.active{
	font-weight:bold;
	color:#e31837;
}
#nav_right li a.active:hover {
	background-image: none;
}
#nav_right li a.sub_active{background: url(/_common/images/bul_red_arrow.gif) no-repeat 0 8px;}
#nav_right li a {
	text-decoration:none;
	color:#000;
	padding:4px 0 4px 14px;
	display:block;
}
#nav_right li a:hover{background:url(/_common/images/bul_red_arrow.gif) no-repeat 0 8px;}
#nav_right ul{
	margin:2px 0 0 17px;
	padding:0;
	list-style:none;
}
#nav_right ul.sub_hide{display:none;}

#footer {
	width:909px;
	clear:both;
	height:333px;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	background-image: url(../images/bg_ftr.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 10px;
	padding-left: 39px;
}
#footer #ftr_img{float:right;}
#footer #ftr_nav{
	list-style:none;
	line-height:10px;
	margin:245px 0 0 0;
	padding:0;
	height:10px;
}
#footer #ftr_nav li{
	float:left;
	border-left:1px solid #000;
	margin:0;
	padding:0 7px;
}
#footer #ftr_nav li.first{
	border-left:none;
	padding-left:0;
}
#footer #ftr_nav li a{
	text-decoration:none;
	color:#000;
}
#footer #copyright{
	font-size:10px;
	margin:10px 0 0 0;
	padding:0;
	float:left;
}
#centre{
	width:561px;
	float:right;
	padding:261px 100px 100px 39px;
	min-height:317px;
	background:url(/_common/images/bg_content.gif) repeat-y;
	background-position:right;
}
* HTML #centre {
	height:317px;
	overflow-x:hidden;
}
#centre.fullwidth{
	width:610px;
	padding-right:43px;
	margin-bottom:180px; /* clear any footer overlap */
}
#centrecontent{
	position:relative;
	z-index:1002;
}

#clearfooter{
	width:100%;
	height:52px;
	clear:both;
}