﻿/* Layout */
html, body
{
    height: 100%;
}
body
{
    background: url('../../Content/mba/images/bodybg.jpg') repeat-y center top;
}
img
{
    margin: 0px;
    padding: 0px;
    border: none;
}

h4
{
    width: 100%;
    text-align: center;
    color: #FFFFFF;
}
a, a:active, a:visited, a:hover
{
    color: #000000;
}
#wrapper
{
    width: 960px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -8em;
}
#header
{
    height: 80px;
    background: #FFFFFF;
    border-bottom: solid 6px #CCCCCC;
    position: relative;
    width: 100%;
}
#footer, #push
{
    height: 8em;
}
#footer
{
    background: url('mba/images/footbgb.png') no-repeat center top;
    width: 960px;
    margin: 0 auto 0 auto;
}
.footerContent
{
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 5px;
}
#footer a, #footer a:visited, #footer a:active, #footer a:hover
{
    font-size: 0.8em;
}
#contentWrapper
{
    width: 100%;
    position: relative;
    margin-top: 10px;
    background: url('mba/images/cbg.png') no-repeat left top;
    padding-top: 6px;
}
#content
{
    margin: 0 auto 0 auto;
    width: 940px;
}
#content h2
{
    margin: 0;
}
.callout
{
    color: #333333;
}
.tridiv
{
    display: block;
    float: left;
    height: 260px;
    width: 306px;
    margin-left: 10px;
    background: url('mba/images/fbg.png') no-repeat left top;
    margin-top: 10px;
}
.tridivfirst
{
    display: block;
    float: left;
    height: 260px;
    width: 306px;
    margin-left: 0px;
    background: url('mba/images/fbg.png') no-repeat left top;
    margin-top: 10px;
}
.featureBox
{
    margin: 10px;
}
.featureBox ul
{
    margin-left: 0;
    padding-left: 0;
}
.featureBox li
{
    list-style-type: disc;
    list-style-image: none;
    list-style-position: inside;
    margin-left: 0;
    padding-left: 0;
}
.copy
{
    clear: both;
}
.copy p
{
    font-size: 16px;
    font-family: Arial, Sans-Serif;
    font-weight: normal;
    margin: 10px 10px;
}
/* Banner
   ------------------------------- */
#banner
{
    height: 255px;
    width: 100%;
    margin-top: 10px;
    position: relative;
}
div#bannerLeft
{
    position: absolute;
    top: 0px;
    left: 0px;
    background: url('mba/images/bbgl.png') no-repeat left top;
    height: 255px;
    width: 550px;
    overflow: hidden;
}
.slides, .slides img
{
    width: 550px;
    height: 255px;
}
div#bannerRight
{
    position: absolute;
    top: 0px;
    right: 0px;
    background: url('mba/images/bbgr.png') no-repeat right top;
    height: 255px;
    width: 400px;
}
div#bannerRight a, div#bannerRight a:visited, div#bannerRight
{
    color: #FFFFFF;
}
div#bannerRight ul
{
    float: left;
    display: block;
    margin: 0;
    margin-top: 12px;
    padding: 0;
}
div#bannerRight li
{
    list-style: none;
    padding-left: 20px;
    margin: 0;
}
div#bannerRight li a
{
    text-decoration: none;
    font-size: 0.8em;
    color: #FFFFFF;
}
div#bannerRight p
{
    padding-left: 10px;
    font-size: 1.0em;
}
/* Logo
   -------------------------------- */

h1.logo
{
    position: absolute;
    top: 20px;
    left: 0px;
    margin: 0;
}

h1.logo, h1.logo a
{
    width: 350px;
    height: 50px;
}

h1.logo a
{
    display: block;
    background: url('mba/images/mba_logo.png') no-repeat center top;
}

h1.logo a span
{
    display: none;
}
#nav
{
    position: absolute;
    top: 20px;
    right: 0px;
}
#nav a
{
    font-size: 1em;
    padding: 5px;
    font-weight: normal;
    color: #000000;
}
#nav a:hover
{
    color: #FFFFFF;
}
/* ---------------------------------------------------------------
Clearfix
--------------------------------------------------------------- */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */
.field-validation-error
{
    color: Red;
}
.input-validation-error
{
    border: 1px solid red;
    background-color: #ffeeee;
}
.validation-summary-errors
{
    font-weight: bold;
    color: Red;
}
