@charset "UTF-8";
/* CSS Document */
@import url("http://www.umkc.edu/umkc-standards/umkc-standard.css");

/* 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 {
padding: 0;
margin: 0;
background-image:url(../images/stripe_2897c114d72206afe884b96def0b9ded.png);
}

p { font-size: 1em; line-height: 1.4em; 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: #0066cc; font-weight:lighter; padding: 10px 0 5px 0; margin: 0; line-height: 1.5em}
h3 {
	font-size: 1.2em;
	color: #0e3e6e;
	padding: 10px 0 0px 0;
	margin: 0;
	line-height: 1.3em;
	font-weight: strong;
}
h4 {
	font-size: 1.2em;
	color: #0e3e6e;
	padding: 0px 0 0px 0;
	margin: 0;
	line-height: 1.3em;
	font-weight: strong;
}
h5 { font-size: 1.2em; line-height: 1.4em; color: #0e3e6e; font-weight:normal; padding: 0 0 0px 0; margin: 0;}
h6 { font-size: 1em; line-height: 1.3em; padding: 0 0 5px 0; margin: 0; font-weight:normal;}

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 ------- */


#wrapper {
position: relative;
width: 100%;
min-height: 500px;
text-align: left;
font-family: Helvetica; 
font-size: 68.75%;
background-image:url(../images/title-rpt.jpg);
background-repeat:repeat-x;

}

#innerwrap {
position: relative;
margin-left: auto;
margin-right: auto;
text-align: left;
width: 950px;
background-image:
url(../images/inner_wrap-rpt.gif);
}

#titlebar {
position: relative;
width: 950px;
height: 140px;
background-image:url(../images/title.jpg)

}

#titlebar h1 {
float: left;
font-size: 25px;
color: #ffffff;
font-weight: bold;
padding: 20px 0 0 0;
margin: 0 0 0 20px;
}

/* ------- Sidebar -------*/
#sidebarwrap {
position: absolute;
width: 180px; /*--This sets the WIDTH of the menu BACKGROUND-*/
z-index: 11000;
background-image:url(../images/sidebar-rpt.gif)
}

#sidebar, #sidebar ul {
float: right;
list-style: none;
text-align: left;
padding: 25px 0 0 0;
margin: 0;
width: 160px;
}

#sidebar a {
display: block;
width: 130px; /*--This sets the WIDTH of the first layer menu TEXT--*/
color: #ffffff;  /*--This sets the COLOR of the first layer menu TEXT--*/
text-decoration: none;
font-size: 1em;
line-height: 1.2em;
font-weight:bold;
padding: 0 0 0 20px;
}

#sidebar li {
width: 160px; /*--This sets the WIDTH of the first layer menu HOVER-*/
float: left;
line-height: 1em; /*--This sets the HEIGHT of first layer menu items-*/
padding: 5px 0;
margin: 0;
}

#sidebar li ul {
position: absolute;
left: -999em;
margin-left: 160px; /*--Set this to match WIDTH of the first layer menu HOVER-*/
margin-right: 0;
margin-top : -2.4em;
padding: 5px;
width: 130px; /*--This sets the WIDTH of the second layer menu HOVER-*/
font-weight: normal;
background: #0e3e6e;  /*--This sets the COLOR of the second layer menu BACKGROUND--*/
}

#sidebar li li {
text-align: left;
margin: 0;
line-height: 1.5em;
width: 130px; /*--This sets the WIDTH of the second layer menu BACKGROUND--*/
padding: 0;
}

#sidebar li ul a {
font-size: 1em;
width: 130px; /*--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: #0e3e6e;  /*--This sets the COLOR of the first layer menu HOVER--*/
}

#sidebar li li:hover, #sidebar li li.sfhovers {
background: #0066cc;  /*--This sets the COLOR of the second layer menu HOVER--*/
}

#sidebar h4 {
	font-size: 1em;
	color: #0e3e6e;
	padding: 30px 0 0 5px;
	margin: 0;
	line-height: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

.feature {
	float: right;
	width: 160px;
	margin-top: 20px;
	padding-top:10px;
	border-top-color:#FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
}

.feature h2 { 
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-size: 1.4em;
line-height: 1.4em;
padding: 20px 10px 5px 20px;
}

.feature h3 { padding: 20px 10px 5px 20px; }

.feature p { padding: 5px 10px 20px 20px; }

.feature h6 {
color: #ffffff;
padding: 10px 10px 5px 20px;
}

/* ------- Content ------ */

#breadcrumbs { padding-bottom: 10px; }

#content {
position: relative;
width: 480px;
left: 180px;
padding: 20px;
margin: 0;
text-align: left;
}

#content ul {
list-style-image: url(../images/bullet.gif);
padding: 0 0 5px 20px;
_padding: 0 0 5px 10px;
margin-top: 5px;
margin-bottom: 0;
}

#content li {
padding-top: 2px;
padding-bottom: 2px;
line-height: 1.5em;
}

#content p {
line-height: 1.5em;
}

#content img {
margin-bottom: 10px;
}

.accordion { margin-bottom: 20px; }

.accordion h3 {
color: #0066cc;
font-weight: bold;
font-size: 1em;
padding: 5px;
}

.accordion_space {
padding: 10px;
}
.accordian_subhead {
	color: #0e3e6e;
	font-weight: bold;
	padding-top: 10px;
}
.accordion a:link { color: #0066cc; text-decoration: none; }
.accordion a:visited { color: #0066cc; text-decoration: none; }
.accordion a:hover { color: #0e3e6e; text-decoration: underline; }
.accordion a:active { color: #0e3e6e; text-decoration: underline;}

#resources {
	position: absolute;
	top: 0px;
	width:180px;
	left: 520px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom:10px;
	padding-left: 10px;
}

#resources p { font-size: 1em; line-height: 1.4em; color:#0e3e6e; padding: 0 0 5px 0; margin: 0;}
#resources h2 { font-size: 1.3em; color: #0e3e6e; font-weight:lighter; padding: 10px 0 5px 0; margin: 0; line-height: 1.4em}
#resources h3 { font-size: 1em; font-weight:bold; line-height: 1.4em; color:#0e3e6e; padding: 0 0 5px 0; margin: 0;}
#resources h4 { font-size: 1em; font-weight:bold; line-height: 1.2em; color:#da9800; padding: 0 0 0px 0; margin: 0;}
#resources h5 {
	font-size: 1.3em;
	font-weight:bold;
	line-height: 1.4em;
	color:#0e3e6e;
	padding: 0 0 0px 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#bottom {
background: top center no-repeat url(../images/bottom_edge.gif);
width: 950px;
height: 58px;
position: relative;
margin-left: auto;
margin-right: auto;
}

#footer {
background: top center repeat-y url(../images/bottom_rpt.gif);
width: 710px;
height: 60px;
padding-left: 200px;
padding-right: 40px;
position: relative;
margin-left: auto;
margin-right: auto;
}

#footer p { font-size: 1em; line-height: 1.4em; color:#ffffff; padding: 0 0 5px 0; margin: 0;}#trustees_video {
	z-index: -100;
}

