@charset "UTF-8";
@import url("http://www.umkc.edu/umkc-standards/umkc-standard.css");
/* CSS Document */

/* Standard Colors 
Blue: #0066cc
Dark Blue: #0e3e6e
Sky Blue: #68ace5
Gray: #6d7981
Dark Gray: #36424a
Light Gray: #dfe5e6
Red: #ab0823
Orange: #d6492a
Yellow: #da9800
Green: #5f692d
Tan: #f4f0e5
*/

body { margin: 0; padding: 0; background: #FFFFFF; }

p { font-size: 1em; line-height: 1.2em; padding: 0 0 5px 0; margin: 0;}
h1 { font-size: 2em; color: #0066cc; padding: 0 0 5px 0; font-weight: normal; margin: 0;}
h2 { font-size: 1.5em; color: #0066cc; font-weight: normal; padding: 0 0 7px 0; margin: 0; line-height: 1em}
h3 { font-size: 1.2em; color: #0066cc; padding: 0 0 5px 0; margin: 0;}
h4 { font-size: 1.1em; color: #0066cc; padding: 0 0 10px 0; margin: 0;}
h5 { font-size: 1em; color: #36424a; letter-spacing: 1px; font-weight: normal; padding: 7px 0 2px 0; margin: 0;}
h6 { font-size: 1em; color: #0e3e6e; font-weight: normal; padding: 10px 0 2px 0; margin: 0;}

a:link { text-decoration: none; color:#36424a; }
a:visited { text-decoration: none;  color:#36424a; }
a:hover { text-decoration: underline;  color:#0066cc; }
a:active { text-decoration: underline; color:#0066cc;  }

form { padding: 0 0 10px 0; margin: 0; }
input { padding: 0; margin: 0; }


/* ------- Layout ------- */
#alert_message {
position: relative;
margin-left: auto;
margin-right: auto;
text-align: left;
width: 940px;
font-family: Helvetica; 
font-size: 14px;
padding: 10px;
text-align: center;
height: auto;
background: #ab0823;
color: #ffffff;
}

#wrapper {
position: relative;
width: 100%;
font-family: Helvetica; 
font-size: 68.75%;
text-align: left;
min-height: 380px;
/*background: url(../images/skyline-sil.jpg) bottom center no-repeat #ffffff; ---Fall 2009
background: url(../images/skyline-spring.jpg) bottom center no-repeat #ffffff; ---Spring 2010
background: url(../images/summer10.jpg) bottom center no-repeat #ffffff; ---Summer 2010
background: url(../images/fall10.jpg) bottom center no-repeat #ffffff;---Fall 2010
background: url(../images/winter11.jpg) bottom center no-repeat #ffffff;---Winter 2011
background: url(../images/summer11.jpg) bottom center no-repeat #ffffff;---Summer 2011
background: url(../images/fall11.jpg) bottom center no-repeat #ffffff;---Fall 2011 */
background: url(../images/winter12.jpg) bottom center no-repeat #ffffff;/*---Winter 2012 */


}

#umkcalert {
position: relative;
background: #ab0823;
color: #FFFFFF;
font-size: 1.2em;
font-weight: bold;
text-align: center;
margin-left: auto;
margin-right: auto;
padding: 20px;
width: 900px;
}

#innerwrap {
position: relative;
margin-left: auto;
margin-right: auto;
text-align: left;
width: 940px;
}

/* ------- Sidebar -------*/
#sidebarwrap {
position: absolute;
top: 0;
left: 0;
background: url(../images/nav-bkgd.jpg) no-repeat transparent!important;
width: 180px; /*--This sets the WIDTH of the menu BACKGROUND-*/
z-index: 11000;
}

#sidebar, #sidebar ul {
float: left;
list-style: none;
text-align: left;
padding: 0;
margin: 5px 0 0 0;
width: 180px;
}

#sidebar a {
display: block;
width: 160px; /*--This sets the WIDTH of the first layer menu TEXT--*/
color: #0066cc;  /*--This sets the COLOR of the first layer menu TEXT--*/
text-decoration: none;
font-size: 1.5em;
padding: 5px 0 5px 20px;
}

#sidebar li {
background: url(../images/nav-up.gif);
background-repeat: no-repeat;
background-position: left center;
width: 180px; /*--This sets the WIDTH of the first layer menu HOVER-*/
float: left;
height: 20px;
line-height: 1em; /*--This sets the HEIGHT of first layer menu items-*/
padding: 5px 0;
margin: 1px 0;
border-bottom: 1px solid #ffffff;
}

#sidebar li ul {
position: absolute;
left: -999em;
margin-left: 180px; /*--Set this to match WIDTH of the first layer menu HOVER-*/
margin-right: 0;
margin-top : -2.5em;
padding: 5px;
width: 110px; /*--This sets the WIDTH of the second layer menu HOVER-*/
font-weight: normal;
background: #68ace5;  /*--This sets the COLOR of the second layer menu BACKGROUND--*/
}

#sidebar li li {
background: url(../images/nav-up.gif);
background-repeat: no-repeat;
background-position: left center;
text-align: left;
margin: 0;
line-height: 1.5em;
width: 110px; /*--This sets the WIDTH of the second layer menu BACKGROUND--*/
padding: 0;
border-bottom: none;
}

#sidebar li ul a {
font-size: 1em;
width: 110px; /*--This sets the WIDTH of the second layer menu TEXT--*/
padding: 3px 10px;
}

#sidebar li:hover ul, #sidebar li li:hover ul, #sidebar li.sfhovers ul, #sidebar li li.sfhovers ul {
left: auto;
}

#sidebar li:hover, #sidebar li.sfhovers {
background: url(../images/nav-rollover.gif);  /*--This sets the COLOR of the first layer menu HOVER--*/
}

#sidebar li:hover a, #sidebar li.sfhovers a {
color: #ffffff!important;
}

#sidebar li li:hover, #sidebar li li.sfhovers {
background: url(../images/gold.gif);  /*--This sets the COLOR of the second layer menu HOVER--*/
}
#sidebar li li:hover a, #sidebar li li.sfhovers a {
color: #0e3e6e!important;  /*--This sets the COLOR of the second layer menu HOVER--*/
}

#quicklink {
float: left;
list-style: none;
text-align: left;
padding: 10px 0 0 0;
margin-bottom: 0;
width: 180px;
}

#quicklink a {
display: block;
width: 150px;
color: #0e3e6e;
text-decoration: none;
font-size: 1.4em;
padding: 5px 0 5px 20px;
}

#quicklink a:hover {
color: #FFFFFF;
}

#apply {
background: #da9800;
font-weight: bold;
height: auto;
line-height: 1em; /*--This sets the HEIGHT of first layer menu items-*/
padding: 5px 0;
margin: 2px 0;
}
#invest {
background: #68ace5;
font-weight: bold;
height: auto;
line-height: 1em; /*--This sets the HEIGHT of first layer menu items-*/
padding: 5px 0;
margin: 8px 0;
}



/* ------- Content ------ */

#content {
position: absolute;
width: 540px;
top: 15px;
left: 195px;
}

#resources {
position: relative;
top: 15px;
width: 180px;
left: 760px;
color: #36424a;
padding-bottom: 15px;
}

.more a:link { color: #0066cc; }
.more a:visited { color: #0066cc; }
.more a:hover { color: #0066cc; }
.more a:active { color: #0066cc; }


/* ------- Features -------*/

#featurewrap {
background: url(../images/bottom-rpt.jpg) repeat-x;
position: relative;
font-family: Helvetica; 
font-size: 68.75%;
width: 100%;
height: 100%;
}

#feature {
margin-left: auto;
margin-right: auto;
width: 940px;
height: 163px;
text-align: left;
}

.feature-column {
float: left;
width: 180px;
margin-top: 15px;
margin-left: 15px;
background-color: #36424a;
border: 2px #FFFFFF solid;
text-align: right;
}

.feature-last {
float: left;
width: 113px;
height: 125px;
margin-top: 15px;
margin-left: 15px;
}

.feature-last img {
border: 2px #FFFFFF solid;
margin-bottom: 4px;
}

.feature-first {
float: left;
width: 115px;
height: 125px;
margin-top: 15px;
margin-left: 15px;
background-color: #ffffff;
background-image: url(../images/tool-bkgd.gif);
background-repeat: no-repeat;
border: 2px #ffffff solid;
text-align: left;
}

.tools {
padding: 10px;
margin: 0;
}
.tools p { padding: 0 0 2px 0; }

.column a:link { color: #ffffff; text-decoration: none; }
.column a:visited { color: #ffffff; text-decoration: none; }
.column a:hover { color: #ffcc00; text-decoration: none;}
.column a:active { color: #ffcc00; text-decoration: none;}

.column {
height: 22px;
margin-right: 5px;
text-align: right;
background: url(../images/feature-arrow.gif) center right no-repeat;
padding: 3px 0 0 0;
}
#umkc_footer { margin-top: 0; padding-top: 30px; }
