/*****
Layout
*****/

#all { margin: 0 auto; width: 780px; background-color: white; }
.block { border: 0px; }
/** ar=align right **/
.ar { text-align: right; }
.centered { text-align: center; }
.bold { display: inline; font-weight: bold; }
.block { border: 0px; }

#header { 
	height: 100px;	
	background: url('img/mbec_banner4.png');
	background-repeat: no-repeat;
	position: relative;
	float: left;
	width: 780px;
}

.advisory {
	color: red;
	font-size: 16px;
	font-weight: bold;
}


#tab-link a {
	position: relative;
	float: left;
	height: 32px;
	top: 67px;
	left: 275px;	
	width: 125px;
	background-image: url('img/buttons.png');
	background-position: -125px -96px;
	background-repeat: no-repeat;
}

#tab-link a:hover, #tab-link a:active {

	background-image: url('img/buttons.png');
	background-position: 0 -96px;
	background-repeat: no-repeat;
}

#tab-about a {
	position: relative;	
	float: left;
	height: 32px;
	top: 67px;
	left: 272px;
	width: 125px;
	background-image: url('img/buttons.png');
	background-position: -125px 0px;	
	background-repeat: no-repeat;
}

#tab-about a:hover, #tab-about a:active {
	background-image: url('img/buttons.png');
	background-position: 0px 0px;	
}

#tab-resources a {
	position: relative;	
	float: left;
	height: 32px;
	top: 67px;
	left: 274px;
	width: 125px;
	background-image: url('img/buttons.png');
	background-position: -125px -64px;
	background-repeat: no-repeat;
}

#tab-resources a:hover, #tab-resources a:active {
	background-image: url('img/buttons.png');
	background-position: 0px -64px;
}

#tab-services a {
	position: relative;	
	float: left;
	height: 32px;
	top: 67px;
	left: 273px;
	width: 125px;
	background-image: url('img/buttons.png');
	background-position: -125px -32px;
	background-repeat: no-repeat;
}

#tab-services a:hover, #tab-services a:active {
	background-image: url('img/buttons.png');
	background-position: 0px -32px;
}

#side {
	width: 200px;
	float: left;
	padding: 0px 0px 0px 0px;
	position: relative;

}

.side-nav-category {
	position: relative;
	margin: 8px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	float: left;
	background-color: #224466;
	width: 195px;
	font-size: 14px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	color: white;
}

.side-nav-list a {
	color: #224466;
	text-decoration: none;
	display: block;
}
.side-nav-list a:hover {
	color: white;
	background-color: #224466;
}
.side-nav-list {
	position: relative;
	float: left;
	list-style: inside;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	width: 195px;
	padding: 2px 2px 2px 2px;
}
.side-nav-list ul li {
	list-style-type: none;
}

#side-contact {
	position: relative;
	padding: 2px 2px 2px 2px;
	float: left;
	width: 195px;
	font-size: 12px;
	background-color: white;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	
}

#main {
	width: 577px;
	float: left;	
	position: relative;
	margin: 0;
	border-left: 1px solid black;
	border-right: 1px solid black;
	
}

.content {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	background-color: white;
	border-bottom: 1px solid black;
}

.content-link {
	padding: 5px 5px 5px 5px;
	position: relative;
	float: left;
	background-color: white;
}

#right-services {
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 0px 4px;
	float: right;
	border: 1px solid black;
}
#right-services ul li {
	list-style-type: none;
}

.right-statistics {
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 0px 4px;	
	float: right;
	border: 1px solid black;
	width: 150px;
}

.right-statistics ul li {
	list-style-type: none;
}
.right-nav {
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 0px 4px;	
	float: right;
	border: 1px solid black;
}
.right-nav ul li {
	list-style-type: none;
}

.bio {
	padding: 5px 5px 5px 5px;
	margin: 6px 0px 0px 0px;
	position: relative;
	float: left;
	background-color: #e8e8e8;
	width: 557px;
}

.bio-pic {
	border: 1px solid black;
	margin: 3px 3px 3px 3px;
	position: relative;
	float: left;
	height: 135px;
	width: 100px;
}

.content-pic {
	padding: 5px 5px 2px 5px;
	position: relative;
	float: left;
	background-color: white;
}

.content-pic-text {
	position: relative;
	float: left;
	width: 420px;
	margin: 0px 0px 5px 0px;
}
.content-txt {
	position: relative;
	float: left;	
	width: 273px;
	padding: 0px 7px 5px 8px;
	height: 400px;
	background-color: white;
}

.content h1 {
	font-size: 16px;
}

.content h2 {
	font-size: 14px;
	font-weight: bold;
}

#footer {
	clear: both;
	height: 50px;

}


/*****
HTML
*****/

* { margin: 0; padding: 0; }

.fee-table {
	border: 1px solid black;
	margin: 0.1em;
}

.fee-table th {
	margin: 0em .2em 0em .2em;
	width: 200px;
}

.fee-table td {
	margin: .1em;
	border: 1px solid black;
}

body { 
	margin: 0; 
	padding: 0; 
	font-family: verdana, sans-serif;
	font-size: 12px;
	background-color: white;
}


