/**
* Anderson University Falls School of Business
* Author: Brainstorm, Inc
* Author URI: http://brainstormbrand.com/
*/


/*
* header_2010.css overrides
*/
/* above header */
#top-bar-inner {
    width : 910px;
}

/* quick links */
#nav {
    width : 361px;
    height : 27px;
    background : transparent;
    list-style : none;
}

#nav .header-quicknav-list-container { /* li */
}

#nav #headermbalinks {
    z-index : 20;  /* match z-index property in #nav #headermbalinks .headerlinktitle    below */
}

#nav #headerdbalinks {
    z-index : 10;  /* match z-index property in #nav #headerdbalinks .headerlinktitle    below */
}

#nav .headerlinktitle {
    padding-right : 4px;
    text-align : center;
}

#nav #headerundergradlinks .headerlinktitle {
    position : relative;
    padding-right : 4px;
    padding-left : 3px;  /* account for the shadow in the bg image */
    width : 120px;
    z-index : 30;
}

#nav #headermbalinks .headerlinktitle {
    position : relative;
    margin-left : -10px;
    padding-left : 6px;
    width : 117px;
    z-index : 20;
}

#nav #headerdbalinks .headerlinktitle {
    position : relative;
    margin-left : -10px;
    padding-left : 6px;
    width : 117px;
    z-index : 10;
}

#nav #headerundergradlinks ul,
#nav #headermbalinks ul,
#nav #headerdbalinks ul {
    width : 190px;
}

#nav #headermbalinks ul {
    left : -5px;
}

#nav #headerdbalinks ul {
    left : auto;
    right : 5px;
}

/* main navigation */
#navigation {
    margin-left : 3px;    /* mimic white rule on rest of site */
    margin-right : 3px;
}

/*
* Falls start
*/
body { /* copied from global_2010 */
	margin : 0 0 0 0;
	padding : 0;
	font : 75% Arial, Helvetica, sans-serif;
	color : #5e5e5e;
	background : #000;
}

a:link {color:#5e5e5e;text-decoration:underline;}
a:visited {color:#d96d41;}
a:hover {color: #d96d41;}

img,
a img {
    border : 0;
}

img[align=right],img[align="right"] {float:right !important;}
img.right {float:right !important;margin: 0 0 20px 15px !important;}
img.left {float:left !important;margin: 0 15px 20px 0 !important;}
img.block {float:none !important;display:block !important;clear:both !important;}
img.nofloat {float:none !important;display:inline !important;margin:0 !important;padding:0 2px;}

form {
    margin : 0;
}

@media print {
    body {
        padding : 0;
        background : #fff;
    }
}

#ieroot p {
    margin : 11px 0;
}

/*
* Master container
*/
#mastercontainer {
    margin : 0px auto;
    width : 910px;
    background : #fff;
}


/*
* Header
*/
#headercontainer {
}

#headertop {
    margin : 0;
    padding : 12px 40px 5px 24px;
    background : transparent url(../images/dotted_h_rule_grey.gif) bottom left repeat-x;
}

#headertoplinks {
    float : right;
    padding : 0px 0 0 0;
    width : 250px;
    font-size : 9px;
    color : #686868;
    text-align : right;
}

#headertoplinks a {
    text-decoration : none;
}

#headertoplinks a:hover {
    text-decoration : underline;
}

#fallsheaderbarcontainer {
    padding : 21px 7px 1px 21px;
    background : transparent url(../images/dotted_h_rule_grey.gif) bottom left repeat-x;
}

#fallsheader {
    display : block;
    margin : 0;
    padding : 0;
    border : 0;
    font-size : 1em;
    line-height : 1em;
}

#fallsheaderlogolink {
    display : block;
    padding : 3px 0 0 0;
    width : 360px;
}

/*
* Sidebar
*/
#sidebarcontainer {
    margin : 0 0 0 586px;
}

/*
* Quicklinks Box
*/
#quicklinksbox {
    width : 208px;
    height : 115px;
}

#quicklinkstitle {
    float : right;
    width : 55px;
}

* html #quicklinkstitle {
    margin-left : -3px;
}

#quicklinksbox .quicklink {
    display : block;
    width : 153px;
}

#quicklinksbox .quicklink span {
    display : none;
}

#quicklinkprospectivestudents {
    height : 25px;
    background : transparent url(../images/quicklinks_prospective_students.gif) top left no-repeat;
}

#quicklinkcurrentstudents {
    height : 27px;
    background : transparent url(../images/quicklinks_current_students.gif) top left no-repeat;
}

#quicklinkparents {
    height : 27px;
    background : transparent url(../images/quicklinks_parents.gif) top left no-repeat;
}

#quicklinkalumni {
    height : 24px;
    background : transparent url(../images/quicklinks_alumni.gif) top left no-repeat;
}

#quicklinkprospectivestudents.current,
#quicklinkprospectivestudents:hover {
    background-image : url(../images/quicklinks_prospective_students_over.gif);
}

#quicklinkcurrentstudents.current,
#quicklinkcurrentstudents:hover {
    background-image : url(../images/quicklinks_current_students_over.gif);
}

#quicklinkparents.current,
#quicklinkparents:hover {
    background-image : url(../images/quicklinks_parents_over.gif);
}

#quicklinkalumni.current,
#quicklinkalumni:hover {
    background-image : url(../images/quicklinks_alumni_over.gif);
}

@media print {
    #quicklinksbox .quicklink span {
        display : inline;
    }
    
    #quicklinkprospectivestudents {
        background : transparent;
    }
}


/*
* Global content styles
*/
#bodycontentcontainer {
    font-size : 13px;
}

#bodycontentcontainer h1,
#bodycontentcontainer h1 a,
#bodycontentcontainer h2,
#bodycontentcontainer h2 a {
    margin : 10px 0 13px 0;
    font-size : 14px;
    color : #686868;
}

#bodycontentcontainer h1 a,
#bodycontentcontainer h2 a {
    text-decoration : none;
}

#bodycontentcontainer h3 {
    margin : 10px 0;
    font-size : 13px;
    color : #000;
    font-weight : normal;
}

#bodycontentcontainer h3 + p {
    margin-top : -9px;
}

#bodycontentcontainer hr {
    display : block;
    margin : 0;
    padding : 0;
    border : 0;
    border-bottom : 2px dotted #000;
    background : transparent;
}

* html #bodycontentcontainer p {
    margin : 10px 0;
}

/*
* Footer
*/
#footer {
    clear : both;
    margin : 10px 0 0 0;
    padding : 6px 16px 6px 7px;
    background : #dedede;
    font-size : 9px;
    color : #6c6c6c;
    text-transform : uppercase;
}

#footer a {
    color : #8c8c8c;
    text-decoration : none;
}

#footer #loginlink {
    float : right;
    width : 100px;
    text-align : right;
}

#footer #loginlink a {
    color : #3b3b3b;
}

#footer ul {
    display : inline;
    margin : 0;
    padding : 0;
    list-style : none;
}

#footer li {
    display : inline;
    margin : 0 0 0 6px;
    padding : 0;
    list-style : none;
}



