@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center; /* center on ie */
}
.body_houston {
	background-color: #7BBAE3;
}
.body_bayarea {
/*	background-color: #D6797E;*/
	background-color: #a0cb94;
}
#wrapper {
	width: 1100px;
	margin: 0px auto; /* center on everything else */
	clear: both;
}
#container {
	width: 1100px;
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.container_houston {
	background-image: url(images/layout/houston_bg.png);
}
.container_bayarea {
	background-image: url(images/layout/bayarea_bg_green.png);
}
#header {
	position: relative;
	margin: 0px 50px;
	width: 1000px;
	height: 150px;
	color: #FFFFFF;
}
#header img {
	position: absolute;
	bottom: 0;
	right: 0;
/*    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/layout/mba_top_link.png', sizingMethod='scale');*/
}
.header_houston {
	background-image: url(images/layout/mh_banner.jpg);
}
.header_bayarea {
	background-image: url(images/layout/mba_banner_2011.jpg);
}

#navbar {
	position: relative;
	clear: both;
    margin: 0px 49px 0px 50px;
    width: 1001px;
	height: 25px;
}
#navbar ul
{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#navbar ul li {
	display: inline;
}
#navbar ul li a
{
	padding: 5px 0px;
	width: 142px;
/*	background-color: #7BBAE3;*/
	color: #000000;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}
#navbar ul li a:hover
{
	background-color: #FFFF99;
	color: #000000;
}
.navbar_houston { background-color: #7BBAE3 }
.navbar_bayarea { background-color: #a0cb94 /*#D6797E*/ }

#main {
	clear: both;
	width: 960px;
	height: auto;
	margin: 0px 50px 0px 50px;
	padding: 20px;
	background-color: #ffffff;
}
#sidenav {
	float: left;
	width: 210px;
	text-align: left;
}
#content {
	float: right;
	width: 720px;
	text-align: left;
	padding: 0px 15px;
}
#footer {
	margin: 0px;
	padding: 0px 65px;
	clear: both;
	width: 970px;
	height: 60px;
}
.footer_houston {
	background-image: url(images/layout/houston_footer.png);
}
.footer_bayarea {
	background-image: url(images/layout/bayarea_footer_green.png);
}
.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.title_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}	
.houston_title {
	font-size: 18px;
	font-weight: bold;
	color: #7BBAE3;
}
.houston_subtitle {
	font-size: 14px;
	font-style: italic;
	color: #679cbe;
}
.bayarea_title {
	font-size: 18px;
	font-weight: bold;
	color: #a0cb94/*D6797E*/;
}
.bayarea_subtitle {
	font-size: 14px;
	font-style: italic;
	color: #83a97c/*D6797E*/;
}
.active {
	color: #666666;
	text-decoration: none;
}
.img_left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.img_right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
.clear_side {
	clear: both;
}