/* Market Motive homepage css file */

/*---------------- Global Layout ----------------*/
#pageWrap {
    margin: 0 auto;
    width: 900px;
    background: #fff;
    text-align: left;
}

/*---------------- Middle "or" Layout ----------------*/
#orWrap {
    background: url('../images/bg.gif') repeat-y;
}

#orBoxesWrap {
    text-align: left;
    background: url('../images/or_bg.gif') no-repeat;
    color: #fff;
}

#orBoxesWrap h2 {
    font-size: 1.4em;
}

.services {
    color: #000099;
}

.services a {
    text-decoration: none;
    color: #000099;
}

.services a:hover {
    color: #ff6600;
    text-decoration: underline;
}

.faculty a {
    color: #fff;
    text-decoration: none;
}

.faculty a:hover {
    color: #ff6600;
    text-decoration: underline;
}

#orBoxLeft {
    float: left;
    width: 445px;
}

.orBoxContent {
    margin-left: 30px;
}

.orBoxContent ul {
    margin-left: 38px;
    padding-top: 10px;
}

.orBoxContent ul li {
    list-style-type: none;
    margin-top: 5px;
}


#orBoxRight {
    float: right;
    width: 445px;
}

.orButtons ul {
    margin: 10px 0;
    list-style-type: none;
    text-align: center;
}

.orButtons ul li {
    padding: 0 10px;
    display: inline;
    text-decoration: none;
    line-height: 50px;
}

.orangeButton {
    border: 1px solid #A7A79F;
    padding: 4px 8px;
    background: url(../images/button_orange-bg.gif);
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

.orangeButton:hover {
    border: 1px solid #D1D1C7;
    color: #572e80;
}

#strip {
    background-color: #fff;
}

/*---------------- Bottom Pods Layout ----------------*/
#pods h3 {
    font-size: 1.0em;
    line-height: 2.0em;
    background: #572e80;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

#pods p {
    margin: 15px;
}

#pods ul {
    margin: 10px 10px 10px 30px;
}

/*If content overflows or boxes are not equal height set the height
on each pod*Content div to a larger or smaller value. The heights
should all be set to the same value. */

.button_orange {
        border: 1px solid #D1D1C7;
        padding: 1px 8px;
        background: url(/images/button_orange-bg.gif) top #EDEDE1;
        color: #484848;
}

.button_orange:hover, .button:focus {
        border: 1px solid #A7A79F;
        color: #666666;
}


#podLeft {
    float: left;
    width: 220px;
    display: inline;
}

#podLeftContent {
    /* set pod height here */
    height: 285px;
    margin-right: 10px;
    border: 1px solid #572e80;
}

#podLeftMiddle { 
    float: left;
    width: 230px;
    display: inline;
    position: relative;
}

#podLeftMiddleContent {
    /* set pod height here */
    height: 285px;
    margin-right: 10px;
    border: 1px solid #572e80;
}

#podRightMiddle {
    float: left;
    width: 230px;
    display: inline;
    position: relative;    
}

#podRightMiddleContent {
    /* set pod height here */
    height: 285px;
    margin-left: 10px;
    border: 1px solid #572e80;
}

#podRight {
    float: left;
    width: 220px;
    display: inline;
    position: relative;
}

#podRightContent {
    /* set pod height here */
    height: 285px;
    margin-left: 10px;
    border: 1px solid #572e80;
}

/*---------------- Footer Layout ----------------*/
#footer {
    width: 900px;
    margin: 0 auto;
    text-align: center;
    clear: both;
    padding-top: 25px;
    font-size: 0.9em;
}

#footer ul {
    margin: 0 0 0 20px;
    border: 0;
    list-style-type: none;
    text-align: center;
}

#footer ul li {
    padding: 0 10px 0 10px;
    display: inline;
    text-decoration: none;
    line-height: 30px;
}
