﻿@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-color: #FFFFFF;
}

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.3em; color: #0e3e6e; padding: 10px 0 5px 0; margin: 0; line-height: 1em}
h3 { font-size: 1.2em; color: #0066cc; padding: 0 0 5px 0; margin: 0; line-height: 1.2em;}
h4 { font-size: 1.1em; color: #0e3e6e; padding: 0 0 10px 0; margin: 0;}
h5 { font-size: 1em; color: #333333; letter-spacing: 1px; font-weight: bold; padding: 7px 0 2px 0; margin: 0;}
h6 { font-size: 1em; color: #ab0823; font-weight: normal; padding: 10px 0 2px 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 ------- */


#wrapper {
position: relative;
width: 100%;
min-height: 700px;
text-align: left;
font-family: Helvetica; 
font-size: 68.75%;
}

#innerwrap {
position: relative;
margin-left: auto;
margin-right: auto;
text-align: left;
width: 940px;
}

#titlebar {
position: relative;
width: 940px;
height: 70px;
background: #0066cc;
}

#titlebar h1 {
float: left;
font-size: 40px;
color: #ffffff;
font-weight: normal;
padding: 20px 0 0 0;
margin: 0 0 0 20px;
}

/* ------- Sidebar -------*/
#sidebarwrap {
position: absolute;
width: 200px; /*--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: 200px;
}

#sidebar {
float: left;
list-style: none;
text-align: left;
padding: 10px 0 0 0;
margin: 0;
width: 200px;
}

#sidebar a {
display: block;
width: 180px; /*--This sets the WIDTH of the first layer menu TEXT--*/
color: #0e3e6e;  /*--This sets the COLOR of the first layer menu TEXT--*/
text-decoration: none;
font-size: 1.2em;
padding: 5px 0 5px 20px;
}

#sidebar li {
width: 200px; /*--This sets the WIDTH of the first layer menu HOVER-*/
float: left;
line-height: 1.2em; /*--This sets the HEIGHT of first layer menu items-*/
padding: 5px 0;
margin: 0;
border-bottom: 1px solid #dfe5e6;
}

#sidebar li ul {
position: absolute;
left: -999em;
margin-left: 200px; /*--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: #68ace5;  /*--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;
border-bottom: none;
}

#sidebar li ul a {
font-size: 1em;
width: 130px; /*--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: #da9800;  /*--This sets the COLOR of the first layer menu HOVER--*/
}

#sidebar li:hover {
background: #da9800;  /*--This sets the COLOR of the first layer menu HOVER--*/
}

#sidebar li li.sfhovers {
background: #dfe5e6;  /*--This sets the COLOR of the second layer menu HOVER--*/
}

#sidebar li li:hover {
background: #dfe5e6;  /*--This sets the COLOR of the second layer menu HOVER--*/
}

.feature {
float: left;
width: 160px;
margin-top: 30px;
background-color: #dfe5e6;
padding: 20px;
}

.feature h2 { 
font-family: Helvetica;
font-size: 1.4em;
color: #d6492a;
line-height: 1.4em;
padding: 0 0 5px 0;
}

.feature h3 { padding: 0 0 5px 0; }

.feature p { padding: 5px 0 0 0; }


/* ------- Content ------ */

#breadcrumbs { padding-bottom: 10px; }

#content-wide {
position: relative;
width: 700px;
left: 200px;
padding: 20px;
margin: 0;
text-align: left;
}

#content-wide img {
padding-bottom: 10px;
}

#content {
position: relative;
width: 500px;
left: 200px;
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 ol {
padding: 0 0 5px 20px;
_padding: 0 0 5px 10px;
margin-top: 0;
margin-bottom: 5px;
}


#content li {
padding-top: 2px;
padding-bottom: 2px;
line-height: 1.5em;
}

#content p {
line-height: 1.5em;
}

#content img {
margin-bottom: 10px;
}



#links {
	position: relative;
	width: 500px;
	color: #0e3e6e;
	padding: 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-color: #dfe5e6;
	height: 250px;


}

#links a:link { text-decoration: none; color:#0066cc; }
#links a:visited { text-decoration: none;  color:#0066cc; }
#links a:hover { text-decoration: underline;  color:#0e3e6e; }
#links a:active { text-decoration: underline; color:#0e3e6e;  }


.link_column1 {
	float: left;
	text-align: left;
	display: block;
	width: 235px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
}


#resources {
position: absolute;
top: 90px;
width: 200px;
left: 740px;
color: #36424a;
}

#resources ul {
list-style-image: url(../images/bullet.gif);
padding: 0 0 5px 20px;
padding: 0 0 5px 10px;
margin-top: 5px;
margin-bottom: 0;
}

#resources li {
padding-top: 2px;
padding-bottom: 2px;
line-height: 1.5em;
}

.line {
border-bottom: 1px solid #36424a;
margin-bottom: 10px;
}
.accordion { margin-bottom: 20px; }

.accordion h2 {
color: #da9800;
}
.accordion h3 { color: #0066cc; font-weight: bold; font-size: 1em; padding: 5px;}

.accordion h4 { font-size: 1.1em; color: #0e3e6e; padding: 10px 0 10px 0; margin: 0;}

.accordion_space {
padding: 10px;
}
.accordian_subhead {
	color: #0066cc;
	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;}

/*-----Forms------*/
.form-table { height: 20px; margin: 0 0 5px 0; }
.required {
color: #FF0000;
font-size: 1.2em;
}

/* Interaction states
----------------------------------*/
#tabs .ui-widget-content #tabs .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 0/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #36424a/*{fcDefault}*/; outline: none; }
#tabs .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 0/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #36424a/*{fcDefault}*/; outline: none; }
#tabs .ui-state-default a:visited { color: #36424a/*{fcDefault}*/; text-decoration: none; outline: none; }
#tabs .ui-state-default a:link { color: #36424a/*{fcDefault}*/; text-decoration: none; outline: none; }
#tabs .ui-state-default a { color: #36424a/*{fcDefault}*/; text-decoration: none; outline: none; }

#tabs .ui-widget-content #tabs .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 0/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #d6492a/*{fcHover}*/; outline: none; }
#tabs .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 0/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #d6492a/*{fcHover}*/; outline: none; }

#tabs .ui-widget-content #tabs .ui-state-hover { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 0/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #d6492a/*{fcHover}*/; outline: none; }
#tabs .ui-state-hover { border: 1px solid #da9800/*{borderColorHover}*/; background: #da9800/*{bgColorHover}*/ url(images/ui-bg_glass_75_da9800_1x400.png)/*{bgImgUrlHover}*/ 0/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #ffffff/*{fcHover}*/; outline: none; }
#tabs .ui-state-hover a:hover { color: #ffffff/*{fcHover}*/; text-decoration: none; outline: none; }
#tabs .ui-state-hover a { color: #ffffff/*{fcHover}*/; text-decoration: none; outline: none; }

#tabs .ui-widget-content #tabs .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 0/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #ffffff/*{fcActive}*/; outline: none; }
#tabs .ui-state-active { border: 1px solid #da9800/*{borderColorActive}*/; background: #da9800/*{bgColorActive}*/ url(images/ui-bg_glass_65_da9800_1x400.png)/*{bgImgUrlActive}*/ 0/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #da9800/*{fcActive}*/; outline: none; }
#tabs .ui-state-active a:visited { color: #36424a/*{fcActive}*/; outline: none; text-decoration: none; }
#tabs .ui-state-active a:link { color: #ffffff/*{fcActive}*/; outline: none; text-decoration: none; }
#tabs .ui-state-active a { color: #36424a/*{fcActive}*/; outline: none; text-decoration: none; }

#tabs p a:link { text-decoration: none; color:#0066cc; }
#tabs p a:visited { text-decoration: none;  color:#0066cc; }
#tabs p a:hover { text-decoration: underline;  color:#0e3e6e; }
#tabs p a:active { text-decoration: underline;  color:#0e3e6e; }

#tabs ul {
padding: 2px 0 0 0;
margin: 0;
line-height: 0;
}

.ui-tabs-panel ul {
padding-left: 40px;
}

#tabs li {
margin: 0;
letter-spacing: .03em; 
padding: 0;
}

.feature-column {
background-color: #36424a;
float: left;
width: 180px;
margin-top: 40px;
border: 1px #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: #ffcc00; text-decoration: none; }
.column a:active { color: #ffcc00; text-decoration: none;}

.column {
font-size: 1em;
height: 22px;
background: url(../../../images/feature-arrow.gif) center right no-repeat;
padding: 3px 0 0 0;
}


