﻿@charset "UTF-8";
@import url("/umkc-standards/umkc-styles.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 10px 0; font-weight: normal; margin: 0;}
h2 { font-size: 1.5em; color: #36424a; font-weight: normal; padding: 0 0 5px 0; margin: 0; line-height: 1em}
h3 { font-size: 1.6em; color: #36424a; padding: 15px 0 7px 0; margin: 10px 0 0 0; line-height: 1em}
h4 { font-size: 1.3em; color: #0066cc; padding: 7px 0 2px 0; margin: 0; line-height: 1.3em;}
h5 { font-size: 1.2em; color: #6d7981; padding: 7px 0 5px 0; margin: 0; padding: 10px 0 7px 0; margin: 10px 0 0 0; border-bottom: dotted 1px #36424a;}
h6 { font-size: 1.2em; color: #36424a; font-weight: normal; padding: 0 0 5px 0; margin: 0;}

a:link { text-decoration: none; color:#0066cc; }
a:visited { text-decoration: none;  color:#0066cc; }
a:hover { text-decoration: underline; color:#0e3e6e; }
a:active { text-decoration: underline; color:#0e3e6e;  }

form { padding: 0 0 10px 0; margin: 0; }
input { padding: 0; margin: 0; }


/* ------- Layout ------- */

#titlebarwrap {
position: relative;
width: 100%;
text-align: left;
font-family: Helvetica; 
font-size: 68.75%;
}

#titlebar {
position: relative;
margin-left: auto;
margin-right: auto;
text-align: left;
width: 940px;
height: 70px;
background: url(../images/news-header.jpg) no-repeat top left;
}


#wrapper {
position: relative;
width: 100%;
min-height: 600px;/*--to keep the footer from breaking the layout--*/
text-align: left;
font-family: Helvetica; 
font-size: 68.75%;
}

#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;
width: 180px; /*--This sets the WIDTH of the menu BACKGROUND-*/
z-index: 11000;
}

#sidebar ul {
float: left;
list-style: none;
text-align: left;
padding: 10px 0 0 0;
margin: 0;
width: 180px;
}

#sidebar {
float: left;
list-style: none;
text-align: left;
padding: 10px 0 0 0;
margin: 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.3em;
padding: 5px 0 5px 20px;
}

#sidebar li {
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: 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.4em;
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 {
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 li.sfhovers ul {
left: auto;
}

#sidebar li.sfhovers ul {
left: auto;
}

#sidebar li li:hover ul {
left: auto;
}

#sidebar li:hover ul {
left: auto;
}

#sidebar li.sfhovers {
background: #68ace5;  /*--This sets the COLOR of the first layer menu HOVER--*/
}

#sidebar li:hover {
background: #68ace5;  /*--This sets the COLOR of the first layer menu HOVER--*/
}

#sidebar li.sfhovers a {
color: #ffffff !important;
}

#sidebar li:hover a {
color: #ffffff !important;
}

#sidebar li li.sfhovers {
background: #0066cc;  /*--This sets the COLOR of the second layer menu HOVER--*/
}

#sidebar li li:hover {
background: #0066cc;  /*--This sets the COLOR of the second layer menu HOVER--*/
}
#sidebar li li.sfhovers a {
color: #ffffff !important;  /*--This sets the COLOR of the second layer menu HOVER--*/
}

#sidebar li li:hover a {
color: #ffffff !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:link { color: #0e3e6e; }
#quicklink a:visited { color: #0e3e6e; }
#quicklink a:hover { color: #FFFFFF; }
#quicklink a:active { 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;
}

/* ------- Features -------*/

.feature {
height: 150px;
}

.feature-column {
float: left;
width: 180px;
margin-top: 20px;
background-color: #36424a;
border: 2px #36424a solid;
text-align: right;
}

.column a:link { color: #ffffff; text-decoration: none; }
.column a:visited { color: #ffffff; text-decoration: none; }
.column a:hover { color: #da9800; text-decoration: none; }
.column a:active { color: #da9800; text-decoration: none;}

.column {
font-size: 1em;
height: 22px;
margin-right: 5px;
background: url(../images/feature-arrow.gif) center right no-repeat;
padding: 5px 23px 0 0;
}


/* ------- Content ------ */

#home-content {
position: relative;
width: 550px;
top: 20px;
left: 200px;
text-align: left;
}

#content {
position: relative;
width: 550px;
top: 20px;
left: 200px;
text-align: left;
padding-bottom: 20px;
}

#content ul {
list-style-image: url(../images/bullet.gif);
padding-top: 0;
padding-bottom: 10px;
margin-top: 5px;
margin-bottom: 0;
}

#content li {
margin: 5px 10px 0 0;
padding-top: 2px;
_padding-left: -10px;
padding-bottom: 2px;
line-height: 1.2em;
}

#content p { line-height: 1.5em; }

.content-table {
font-size: 1em;
}

/* --------- Expert's Content ------ */

#experts-content {
position: relative;
width: 720px;
top: 20px;
left: 200px;
text-align: left;
}

#experts-content h2 { 
color: #0066cc;
display: block; 
width: 700px;
background-color: #dfe5e6; 
padding: 5px 0 5px 20px; 
margin: 10px 0; 
}

#experts-content h6 {
font-weight: bold; 
}

.experts-table {
width: 226px;
padding: 7px;
border-right: 1px dotted #dfe5e6;
}

#frame {
text-align: left;
font-family: Helvetica; 
font-size: 68.75%;
}

#frame p { line-height: 1.5em; }



/* --------- Other Content ------ */

.item {
display: block;
background: #dfe5e6;
padding: 3px;
height: 15px;
margin-bottom: 15px;
}

.posted { color: #6d7981; font-size: 1.1em; }

.ArchiveSearch {
float: right;
background: left top url(../images/search.gif) no-repeat; 
width: 140px; 
height: 25px; 
padding: 0; 
margin: 12px 10px 0 0;
}

.ArchiveSearch2 {
background: left top url(../images/search.gif) no-repeat; 
width: 140px; 
height: 25px; 
padding: 0; 
margin: 0 10px 0 0;
}

.ArchiveInput { 
width: 100px; 
height: 19px; 
border: none; 
margin: 3px 5px;
vertical-align: middle;
padding: 0; 
color: #000000;
outline: none; 
background-color: transparent!important;
}
.ArchiveButton { 
float: right; 
height: 20px; 
width: 22px; 
background-color: transparent; 
border: none; 
margin: 7px 0 0 0; 
padding: 0; 
}

.submitbtn {
background-color: #dfe5e6;
color: #36424a;
border: 0px none;
font-size: 1.1em;
padding: 5px;
}

.submit_form {
border: 1px #0066cc solid;
height: 15px;
width: 300px;
padding: 2px;
}
.submit_menu {
border: 1px #0066cc solid;
height: 20px;
width: 300px;
padding: 2px;
}
.submit_small {
border: 1px #0066cc solid;
height: 15px;
width: 75px;
padding: 2px;
}

.submit_field {
border: 1px #0066cc solid;
width: 490px;
padding: 2px;
}

#resources {
position: absolute;
top: 20px;
width: 170px;
left: 770px;
color: #36424a;
}

/* --- Feature pages ----- */

#story #content {
position: relative;
width: 500px;
top: 30px;
left: 210px;
text-align: left;
}

#story #resources {
position: absolute;
top: 20px;
width: 200px;
left: 740px;
color: #36424a;
}

#story h2 {
				color: #36424a;
				padding-bottom: 10px;
}

#story h4 { padding-top: 0; padding-bottom: 5px; }

.caption { color: #6d7981; padding: 5px 0 10px 0; }

#resources h3 { padding-top: 0; line-height: 1.3em; }

#resources h4 { font-size: 1.1em; font-weight: normal; }

#resources_feature {
background: #dfe5e6;
padding: 5px 15px 10px 15px;
}

#resources_feature h3 { font-weight: normal; font-size: 1.5em; }
#resources_feature p { font-weight: bold; }

#quote {
background-color: #dfe5e6;
padding: 20px;
margin: 50px 0 0 0;
}

#quote h3 { font-weight: normal; font-size: 1.5em; }
#quote p { font-weight: bold; }


#extra {
padding: 50px 0 0 0;
}


.release { font-size: 1.8em;}
.release2 { font-size: 1.3em; }

.line {
border-bottom: 1px solid #36424a;
margin-bottom: 10px;
}

/* ------- Twitter ------- */
#twitter_div ul {
list-style-image: url(../images/bullet.gif);
padding: 0 0 5px 20px;
_padding: 0 0 5px 10px;
margin-top: 5px;
margin-bottom: 0;
}

#twitter_div li {
margin: 5px 10px 0 0;
padding-top: 2px;
_padding-left: -10px;
padding-bottom: 2px;
}


/* ------- Youtube Video Player ------ */


#videoBar {
  width: 160px;
  margin: 0 5px;
  padding: 0 0 10px 0;
  text-align: left;
}

/* override standard player dimensions */
.playerInnerBox_gsvb .player_gsvb {
  width : 100px;
  height : 200px;
}
/* override standard player alignment */
div.smallResultDiv_gsvb {
  text-align: left;
}
div.resultDiv_gsvb {
  text-align: left;
}
.playerBox_gsvb div.title_gsvb {
  text-align: left;
}
.playerBox_gsvb {
  text-align: left;
}