body {
	margin:0;
	padding:0;
	background:#fff;
	text-align:center;
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
}
#container {
	width:766px;
	margin:30px auto 0 auto;
	text-align:left;
}

/* --- Headers -------------- */

#header {
	width:766px;
	float:left;
	margin:0;
	padding:0;
}

#head-left {
	display:none;
}

#head-mid {
	width:400px;
	height:173px;
	float:left;
	margin:0; padding:0;
}

#head-right {
	width:195px;
	height:173px;
	float:left;
	margin:0; padding:0;
}

/* --- End Headers --------- */

#main-body {
	width:766px;
	float:left;
	background:#c7c3bf url(images/foot-cont-bg.gif) repeat-y;
	margin:0; padding:0;
}

#left-col {
	display:none;
}

#centre-col {
	width:400px;
	float:left;
}

#right-col {
	width:195px;
	float:left;
}

/* --- Nav ----------------- */

#nav {
	display:none;
}

#nav ul {
	list-style:none;
	margin:0 0 20px 34px; padding:0;
}
#nav ul li {
	margin:0; padding:0;
}
#nav ul li a {
	display:block;
	width:137px;
	font-size:11px;
	color:#000;
	text-decoration:none;
	line-height:25px;
	background:url(images/nav-bullet.gif) 84px 7px no-repeat;
}
#nav ul li a:hover {
	text-decoration:underline;
}

/* --- End Nav ------------- */

/* --- Main Content -------- */

#maincontent {
	width:400px;
	float:left;
	background:#fff;
}
#maincontent h2, #maincontent h5 {
	font-size:12px;
	font-weight:bold;
	color:#000;
	margin:10px 10px 0 30px;
}
#maincontent h5 { color:#000000; font-size:11px; }
#maincontent h3, #maincontent h4 {
	font-size:11px;
	font-weight:normal;
	color:#666666;
	margin:10px 10px 0 30px;
}
#maincontent h4 {
	color:#ff5c00;
}
#maincontent p {
	font-size:11px;
	color:#000;
	margin:0 10px 15px 30px;
}
#maincontent h6 {
	font-size:11px;
	font-weight:normal;
	color:#666666;
	margin:0 10px 0 30px;
	font-style:italic;
}
#maincontent ul { margin:10px 0 10px 30px; padding:0;}
#maincontent li {
	font-size:11px;
	color:#000;
	list-style:none;
	background:url(images/bullet.gif) 0 4px no-repeat;
	line-height:13px;
	margin:3px 0; padding:0 10px 0 12px;
}

#maincontent ul.standbull {
	margin:10px 0 10px 45px; padding:0;
}
#maincontent ul.standbull li {
	list-style:disc;
	background:none;
	padding:0 0 0 3px;
}

#maincontent a {
	color:#0084e9;
	text-decoration:none;
}
#maincontent a:hover, #maincontent #footer a:hover {
	text-decoration:underline;
}

#maincontent img.succeed {
	float:left;
	margin:20px 0;
}

/* --- FOOTER -------------*/

#foot-cont {
	display:none;
}

#foot-cont #footer {
	float:left;
	width:561px;
	text-align:right;
	margin:0;
	padding:0 0 10px 0;
}

#foot-cont #footer p {
	font-size:9px;
	color:#333;
	margin:0; padding:0;
	line-height:30px;
}

#foot-cont #footer a {
	color:#333;
	text-decoration:none;
}


/* --- Right Nav ----------- */

#right-col ul {
	list-style:none;
	margin:0; padding:0;
}
#right-col ul li {
	margin:0; padding:0;
	float:left;
}
#right-col ul li a {
	display:block;
	width:195px;
	text-decoration:none;
	margin:0; padding:0;
}
#right-col ul li.case a {
	height:73px;
	background:url(images/casehistBut.jpg) no-repeat;
}
#right-col ul li.news a {
	height:72px;
	background:url(images/newsBut.jpg) no-repeat;
}
#right-col ul li.site a {
	height:73px;
	background:url(images/sitesummBut.jpg) no-repeat
}
#right-col ul li.contact a {
	height:74px;
	background:url(images/contactCut.jpg) no-repeat;
}

#right-col ul li.case a:hover {
	background-position: 0 -73px;
}
#right-col ul li.news a:hover {
	background-position: 0 -72px;
}
#right-col ul li.site a:hover {
	background-position: 0 -72px;
}
#right-col ul li.contact a:hover {
	background-position: 0 -74px;
}

#right-col ul li a span {
	display:none;
	visibility:hidden;
}

/* --- End Right Nav ------- */