/* MBC */

* {margin:0; padding:0;}

p{ margin:12px 0 0 0;}

a { color: #2D7BA9; } 
a:link { color: #2D7BA9; text-decoration: none; }
a:visited { color: #2D7BA9; text-decoration: none; }
a:hover { color: #2D7BA9; text-decoration: underline; }

h1, h2, h3, h4, h5, h6{ font-family: Tahoma, Helvetica, sans-serif; font-weight: bold; padding: 0; }

h1{font-size:18px; color:#444444; margin: 0 0 15px; }
h2{font-size:18px; color:#444444; margin: 12px 0; }
h3{font-size:17px; font-family: "Lucida Grande", Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif; color:#2D7BA9; margin: 12px 0; padding-bottom:3px; border-bottom:1px solid #BFBFBF; }
h4,h5,h6{font-size:15px; color:#2D7BA9; margin: 12px 0; }

ul,ol{
  margin-left:15px;
}

body{
	background-image: url(images/background.jpg);
	background-repeat:repeat;
	font: 11px "Lucida Grande", Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif; 
	color:#444444;
}

.clear { display:block; clear:both; visibility:hidden; height:0; }
.strapline{ font:Trebuchet MS; font-size:14px; font-weight:normal; color:#2D7BA9; padding:0 0 12px 0; line-height:140%;}

#page{
	width: 750px;
	background: #ffffff url("images/body.jpg") repeat-y top center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#page-header{
	width: 750px;
	background: #ffffff url("images/body-header.jpg") bottom center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height:20px;
}

#page-footer{
	width: 750px;
	background: #ffffff url("images/body-footer.jpg") top center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height:9px;
}

#container { 
	width: 730px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	/* background: #ffffff url("images/body.jpg") repeat-y top center; */
	
}

#header {
	width:730px;
	height:84px;
	color:#FFFFFF;
	background-image:url(images/header.jpg);
	text-align:right;
}

#navigation {
	width:707px;
	height:36px;
	color:#FFFFFF;
	padding:10px 11px 6px 12px;
}

#main-image {
	width:716px;
	height:275px;
	background-color:#FFFFFF;
	padding-left:12px;
}

#main-image-small {
	width:716px;
	height:146px;
	background-color:#FFFFFF;
	padding-left:12px;
}

#main {
	/* background-color:#EFEFEF; */
	margin:0 0 12px 10px;;
}

#left{
	float:left;
	width:195px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-image: url(images/panel-header-small.jpg);
	background-repeat:no-repeat;
	border:1px solid #DFDFDF;
	padding:20px 10px 10px 10px;
}

#left-home{
	/* float:left;
	width:221px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-image: url(images/panel-header-small.jpg);
	background-repeat:no-repeat;
	border:1px solid #DFDFDF;
	padding:20px 10px 10px 10px;
	margin-bottom:15px; */
}

#left-home-container{
	float:left;
	width:223px;
}

#left-home-panel-container{
  background-image: url(images/panel-header-small.jpg);
	background-repeat:no-repeat;
	border:1px solid #DFDFDF;
	margin-bottom:15px;
}

#left-home-panel-people{
	background-image: url(images/panel-bg-people.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding:20px 10px 10px 10px;
}


/* #home-container-content */

#content{
	background-color:#FFFFFF;
	margin-left:230px;
	padding:5px 20px 20px 15px;
	line-height:150%;
}
div#content { min-height:200px; height:expression(this.scrollHeight > 200 ? "auto":"200px"); }

#content-home{
	background-color:#FFFFFF;
	float:right;
	margin-left:245px;
	width:435px;
	padding:5px 20px 20px 5px;
	line-height:150%;
	
}
div#content-home { min-height:200px; height:expression(this.scrollHeight > 200 ? "auto":"200px"); }

#footer { 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#2E3740;
	width:730px;
	height:30px;
}
.footer-text{ padding:8px 10px; display:block; font: normal 10px Tahoma, Arial, Verdana, sans-serif; color:#FFFFFF; }

#nav{
	margin:0;
	padding:0;
	background:#2D7BA9 url(nav_bg.jpg) 0 0 repeat-x;
	width:100%;
	float:left;
}

#nav li {
	display:inline;
	padding:0;
	margin:0;
}

#nav a:link,
#nav a:visited {
	color:#fff;
	background:#2D7BA9;
	padding:7px 18px;
	float:left;
	width:auto;
	text-decoration:none;
	font-size:12px;
}

#nav a:hover {
	color:#fff;
	background:#D45F19;
}

#nav a.active {
	background:#D45F19;
	color:#fff;
}

#content-home, #content ul{ margin:10px 0 10px 30px; }

#navlist{ margin-left: 5px; padding-left: 0; list-style: none; font-weight:normal;}
#navlist li{ margin:4px 0; padding-left: 12px; background-image: url(images/arrow.gif); background-repeat: no-repeat; background-position: 0 .5em;}
#navlist li a{ color:#5F5F5F; }
#navlist li a:hover{ color:#5F5F5F; }
#navlist li a:active{ color:#5F5F5F; }
#navlist #current{ font-weight:bolder; text-decoration:underline; }

#navlist #active{ margin:4px 0; padding-left: 12px; background-image: url(images/arrow_down.gif); background-repeat: no-repeat; background-position: 0 .5em;}
#navlist #active a{ font-weight:bolder; color:#333333; }

#subnavlist { margin-left: 5px; padding-left: 0; list-style: none; color: #2D7BA9; }
#subnavlist li{ margin:0 0 0 10px; background-image: url(images/dot_blue.gif); font-size:11px; }
#subnavlist li a{ color:#2D7BA9; }
#subnavlist li a:hover{ color:#2D7BA9; }
#subnavlist li a:active{ color:#2D7BA9; }
#subnavlist #subcurrent{ font-weight:bolder; text-decoration:underline; }

#subnavlist #active{ margin:0 0 0 10px; background-image: url(images/dot_black.gif);}
#subnavlist #active a{ font-weight:bolder; color:#333333; }

/* #subnavlist #subcurrent{ font-weight:bolder; background-image: url(images/dot_black.gif); }
/* #subnavlist #subcurrent a{ color:#333333; } 

#subsubnavlist { margin-left: 5px; padding-left: 0; list-style: none;}
#subsubnavlist li{ margin:0; padding-left: 12px; background:none; font-size:11px; color:#9E1213;}
#subsubnavlist li a{ color:#2D7BA9; }
#subsubnavlist li a:hover{ color:#5F5F5F; }
#subsubnavlist li a:active{ color:#5F5F5F; }
#subsubcurrent{ font-weight:bold; }*/