@charset "UTF-8";

/********************* DALES GOOD  ********************/
/********************* END DALES GOOD  ********************/
/* from CWRU WEBSITE TEMPLATE A */

/********************* Main Elements  ********************/
#padcell{
    padding-left: 30px;
}

#tradetabs ul {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#tradetabs ul li {
  float: left;
  margin: 0 0 0 0;
}

#tradetabs ul li a {
  position: relative;
  background: #ddd;
  background-image: linear-gradient(to bottom, #ddd, #ccc);  
  /*padding: .7em 3.5em;*/
  padding: 9px 45px 14px 45px;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
  border-radius: 25px 0 0 0;
  /*border-bottom: 5px solid #888;*/
  /*box-shadow: 0px 5px 2px rgba(0,0,0,.4);*/
}

#tradetabs ul li a:hover,
#tradetabs ul li a:hover::after,
#tradetabs ul li a:focus,
#tradetabs ul li a:focus::after {
  background: #eee;
  text-decoration: none;
}

#tradetabs ul li a:link {
  text-decoration: none;
}
#tradetabs ul li a:focus {
  outline: 0;
}

#tradetabs ul li a::after {
  /* content:''; */
  position:absolute;
  z-index: 1;
  top: 0;
  right: -.5em;  
  bottom: 0;
  width: 1em;
  background: #ddd;
  background-image: linear-gradient(to bottom, #eee, #ddd);  
  box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  transform: skew(10deg);
  border-radius: 0 5px 0 0;  
}

#tradetabs ul li a.current ,
#tradetabs ul li a.current ::after {
  background: #eee; /* background: #eee; */
  background-image: linear-gradient(to bottom, #eee, #fff);
  border-bottom: 0px solid #fff;
  font-weight:bold;
  font-size: 140%;
  z-index: 3;
  box-shadow: 0px 0px 0px rgba(0,0,0,.4);
}

#content {
  background: #fff;
  padding: 2em;
  height: 220px;
  position: relative;
  z-index: 2; 
  border-radius: 0 5px 5px 5px;
  box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
}

.btn_trade {
  background:    #3d85c6;
  background:    -webkit-linear-gradient(#3d85c6, #073763);
  background:    linear-gradient(#3d85c6, #073763);
  border-radius: 5px;
  color:         #ffffff;
  display:       inline-block;
  padding:       4px 10px;
  /* font:          normal 700 24px/1 "Calibri", sans-serif; */
  text-align:    center;
  text-shadow:   1px 1px 0 #000;
}
.btn_trade_req {
}
table.trade-item-lists, table.trade-item-lists td, table.trade-item-lists th{
    border-color: #ddd;
}
table.trade-item-lists{
    border-collapse:collapse;
    width:100%;
    text-align:left;
}
table.trade-item-lists tr:nth-child(even){
    background-color: #f2f2f2;
}
table.trade-item-lists td, table.trade-item-lists th{
    padding: 2px 4px 0px 4px;
}
table.trading-head {
    border-collapse:collapse;
    width:100%;
    padding: 0px;
    text-align:center;
}
table.trading-two {
    border-collapse:collapse;
    border: 1px solid #eee;
    width:100%;
    text-align:center;
}
table.trading-two tr td{
    padding: 2px;
    border-style:none;
}
table.trading-two tr:first-child td {
    padding: 10px 0px 0px 0px;
}
table.trading-two tr:last-child td {
    padding: 2px 0px 10px 0px;
}
table#trades-form tr th {
    width: 20%;
    padding: 2px;
}
table#trades-form tr td {
    padding: 2px;
}
table {
    padding: 10px;
}
table tr td{
    padding: 10px;
}
table tr.congress_color_1{
    background-color:#ffffff;
}
table tr.congress_color_2{
    background-color:#efefef;
}

table.people {
    padding: 0px;
}
table.people tr {
    padding: 0px;
}
table.people td {
    padding: 0px;
}


.commission_table {
    width:100%;
    padding: 0;
    margin-bottom: 20px;
    border-width: thin;
    border-collapse:collapse;
    border-spacing:0;
    border-color: #e8e8e8;
}
.commission_table tr.com_head_color{
    background-color:#e0e0e0;
}
.commission_table tr.color_1{
    background-color:#efefef;
}
.commission_table tr.color_2{
    background-color:#ffffff;
}
.commission_table tr th{
    text-align:left;
    border-color: #d8d8d8;
    padding: 4px;
}
.commission_table tr td{
    border-color: #e8e8e8;
    padding: 4px;
}
.commission_table tr.congress_color_1{
    background-color:#ffffff;
}
.commission_table tr.congress_color_2{
    background-color:#dcffef;
}

/* YELLOW
RGB: 253 195 118
HSL: 34° 97% 73%
Hex: #FDC376

/* BLUE
Hex: #45469D
HSL: 239° 39% 44%
RGB: 69 70 157
*/

/* Main menu */
/*.topnav-bg{
	background: rgba( 252,252,252,220 );
	background: linear-gradient( hsla(34,97%,90%,1.0) 0%, hsla(34,97%,90%,1.0) 30%, hsla(239,39%,84%,1.0) 70%, hsla(239,39%,74%,1.0) 100% );
    float:left;
    position:relative;
    width:100%;
    overflow:hidden;
}

#topnav ul {
    clear: left;
    float: left;
    list-style: none;
    position: relative;
    left: 50%;
    padding:0;
    margin:0;
}

#topnav ul li {
	float: left;
    right: 50%;
	position: relative;
	line-height: 0;
}

#topnav ul li a {
	height: 25px;
	padding: 0 20px;
	color: #757575;
	font: bold 13px/25px Arial, Helvetica;
	text-decoration: none;
}

#topnav li a.active-menu-item-link.top-level-link{
    color:hsla(0,0%,26%,1.0);
}

#topnav ul li a.active-menu-item-link{
    color:#000000;
    background-color: #ffffff;
    font-size:12pt;
	border-radius: 10px;
}

#topnav ul ul{
    display:none;
    background: #fff;
    top: 0;
    left: 150px;
}

#topnav ul li:hover > ul {
	display: block;
}

/*#topnav ul li:hover a {
    background-color: #ffffff;
    color:hsla(0,0%,26%,1.0);
	display: block;
}*/

/*#topnav li ul {
	display: none;
    list-style: none;
    color:#0000f0;
    background-color: #0f0fff;
}
#topnav li:hover ul {
    color:#0000f0;
    background-color: #0f0fff;
}

#topnav ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: none;  
}

#topnav ul li:hover{
    display:block;
}
    
#topnav ul li:last-child {   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#topnav ul a {
    padding: 10px;
	height: auto;
    line-height: 1;
    display: block;tor m
    white-space: nowrap;
    float: none;
	text-transform: none;
    color:#444
}

#topnav ul a:hover {
    color: black;
}

#topnav ul li:last-child > a {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
/*#topnav ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}*/

.topnav-bg{
	background: rgba( 252,252,252,220 );
	background: linear-gradient( hsla(34,97%,90%,1.0) 0%, hsla(34,97%,90%,1.0) 30%, hsla(239,39%,84%,1.0) 70%, hsla(239,39%,74%,1.0) 100% );
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
#topnav ul ul {
	visibility: hidden;
    transition: visibility 0.1s;
}

#topnav ul li:hover > ul {
    visibility: visible;
    display: block;
    text-align:left;
}

#topnav ul {
	/*background: #efefef; 
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	border-radius: 10px;  
    */
    margin-top:0;
    margin-bottom:0;
	padding: 0 20px;
	list-style: none;
	position: relative;
	display: inline-table;
    z-index:100;
}

#topnav ul:after {
    content: ""; clear: both; display: block;
}
#topnav ul li {
	float: left;
    z-index:100;
}
#topnav ul li:hover {
    /*background: #4b545f;
    background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
    background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
    background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);*/
    background-color: #ffffff;
	border-radius: 10px;
    /*margin: 10px 0px 10px 0px;*/
}
#topnav ul li:hover a {
    color: #444;
    /*padding: 5px 15px 5px 15px;*/
    /*height: 25px;*/
}

#topnav ul li a {
    display: block;
    padding: 5px 20px;
    color: #757575;
    text-decoration: none;
    font-size:12pt;
	font: bold 13px/25px Arial, Helvetica;
    /*height: 25px;*/
}
#topnav ul li a.active-menu-item-link.top-level-link{
    color:hsla(0,0%,26%,1.0);
	border-radius: 10px;
    /*padding: 5px 15px 5px 15px;*/
}
#topnav ul li a.active-menu-item-link{
    color:#000000;
    background-color: #ffffff;
    font-size:12pt;
    /*height: 25px;*/
    /*padding: 5px 15px 5px 15px;*/
    /*padding: 5px 15px 5px 15px;*/
    /*margin: 10px 0px 10px 0px;*/
    /*margin: 10px 0px 10px 0px;*/
}
#topnav ul ul li:last-child a.active-menu-item-link{
    border-radius: 0 0 15px 15px;
}

#topnav ul ul {
	/*background-color: #5f6975;*/
    /*border-radius: 0px;*/
    width: 200px;
    padding: 0;
	position: absolute; top: 100%;
	background-color: #eeeeee;
	background: linear-gradient(
     hsla(239,39%,74%,1.0) 0%,
     hsla(34,97%,90%,1.0) 100%
      );
    border-radius: 0 0 15px 15px;
}
#topnav ul ul li {
    float: none; 
    /*border-top: 1px solid #888888;*/
    /*border-top: 1px solid #6b727c;*/
    /*border-bottom: 1px solid #575f6a;*/
    position: relative;
    border-left:3px solid #45469D;
    border-right:3px solid #45469D;
}
#topnav ul ul li:hover {
	border-radius: 0;
}
#topnav ul.depth-2 {
    border-radius: 15px 15px 15px 15px;
}
#topnav ul.depth-2 li:first-child{
    border-radius: 15px 15px 0 0;
    border-top:3px solid #45469D;
}
#topnav ul.depth-2 li:first-child a{
    border-radius: 15px 15px 0 0;
}
#topnav ul ul.depth-3 {
    border-radius: 15px 15px 15px 15px;
}
#topnav ul ul.depth-3 li:first-child{
    border-radius: 15px 15px 0 0;
    border-top:3px solid #45469D;
}
#topnav ul ul.depth-3 li:first-child a{
    border-radius: 15px 15px 0 0;
}
#topnav ul ul li a {
    /*padding: 15px 40px;*/
    padding: 5px 20px;
    color: #fff;
}	

#topnav ul ul li:last-child {
    border-radius: 0 0 15px 15px;
    border-left:3px solid #45469D;
    border-right:3px solid #45469D;
    border-bottom:3px solid #45469D;
}
#topnav ul ul li:last-child a:hover {
    border-radius: 0 0 15px 15px;
    background-color: #ffffff;
    color:#000000;
}
#topnav ul ul li a:hover {
    background: #4b545f;
    background-color: #ffffff;
    color:#000000;
}
#topnav ul ul ul {
	position: absolute; left: 100%; top:0;
}
#topnav ul ul.depth-3 li:only-child {
    border-radius: 15px 15px 15px 15px !important;
}
#topnav ul ul.depth-3 li:only-child a {
    border-radius: 15px 15px 15px 15px !important;
}
#topnav ul ul.depth-2 li:only-child {
    border-radius: 15px 15px 15px 15px !important;
}
#topnav ul ul.depth-2 li:only-child a {
    border-radius: 15px 15px 15px 15px !important;
}

#topnav ul ul.depth-3 li:only-child a.active-menu-item-link {
    border-radius: 15px 15px 15px 15px !important;
}
#topnav ul ul.depth-2 li:only-child a.active-menu-item-link {
    border-radius: 15px 15px 15px 15px !important;
}


/*
body, html {
    height: 100%;
    font-size:100%;
    font-family: Helvetica, Arial, sans-serif;
    color: #252525;
    line-height: 1.3;
p {
    color:#333;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: .8em;
    line-height: 1.5;
}
p img {
    border: 1px solid #E8E8E8;
}
h1 {
    margin: 0;
    font-weight:normal;
    font-size: 3em;
}
h2 {
    margin: 0;
    font-weight:normal;
    font-size: 2.5em;
}
h3 {
    margin: 0;
    font-weight:normal;
    font-size: 2em;
}
h4 {
    margin: 0;
    font-weight:normal;
    font-size: 1.5em;
}
h5 {
    margin: 0;
    font-weight:normal;
    font-size: 1em;
}

*/
sub, sup { line-height: 0; }
body, html {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10pt;
    margin: 0;
    height: 100%;
}
p {
    color:#333;
    /*font-family: Helvetica, Arial, sans-serif;*/
    font-weight: normal;
    /*font-size: .8em;*/
    /*font-size: 1em;*/
    line-height: 1.5;
    margin-top: 5px;
}
p img {
    border: 1px solid #E8E8E8;
}
h1,h2,h3,h4,h5 {
    /*font-family: Helvetica, Arial, sans-serif;*/
    color: #252525;
    line-height: 1.3;
    margin: 0;
    font-weight:normal;
}
img {border:none;
    color:#333;
    /*font-family: Helvetica, Arial, sans-serif;*/
    font-weight: normal;
    font-size: .8em;
    line-height: 1.5;
}
.banner_edge_filler{
    position:relative;
    float:left;
    height:100%;
    width:5%;
}
#banner_img_left_float {
    position:relative;
    float:left;
    width:15%;
    height:100%;
}
#banner_img_right_float {
    position:relative;
    float:left;
    width:15%;
    height:100%;
}
#banner_img_left_outer {
    height:180px;
    width:180px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    /*padding-top:10px; /* TODO THIS IS FAKE TO CENTER FIXME */
}
#banner_img_right_outer {
    height:180px;
    width:180px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
#banner_img_left {
    width:100%;
    display:inline-block;
}
#banner_img_right {
    width:100%;
    display:inline-block;
    padding-bottom:15px; /* Hack - image is off */
}
/*@font-face
{
    font-family:TitleFont;
    src: url(/static/fonts/Mate-Regular.otf);
}
@font-face
{
    font-family:SloganFont;
    src: url(/static/fonts/DancingScript-Regular.otf);
}*/
.CopperplateGothicBT-Bold { 
	font-family: CopperplateGothicBT-Bold;
	font-weight: normal;
	font-style: normal;
}
.BoscribeStd { 
	font-family: BoscribeStd;
	font-weight: normal;
	font-style: normal;
}
#banner_text{
    padding-left: 1%;
    padding-right: 1%;
    position:relative;
    float:left;
    width:58%;
}
.banner-lj {
    text-align: left;
    padding-left: 100px;
    text-indent: -100px;
}
.banner-rj {
    text-align: right;
}
#banner_title{
    /*font-family:TitleFont; */
    /*font-weight:bold ;*/
    /*color:#ffffff;*/
    color:#000000;
    font-size:30pt;
}
#banner_slogan{
    /*font-family:SloganFont; */
    /*font-weight:bold ;*/
    /*color:#ffffff;*/
    color:#45469D;
    font-size:29pt;
    padding-right: 5%;
    /*font-style:italic;*/
}
#course_list_title{
    padding-top:0;
    padding-left:20px;
}
/********************* Layout Elements  ********************/
#contentWrapper {
    margin: 0;
    width: 100%;
    position: relative;
    overflow:visible;
    clear: both;
    /*height: 100%;
    background-image:  url(/static/images/sIUPS_Back_DALE.svg);
    background-image:  url(/static/images/sIUPS_Logo.svg);
    background-image:  url(/static/images/sIUPS_Background.svg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #45469d;
*/
}
#contentContainer {
    width: 1000px; /*1000px;*/
    margin: auto;
    position: relative;
    background-color: #45469d;
}
.contentLineBreak {
    border-bottom: solid 1px #DEDEDE;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 75%;
    text-align:center;
    margin-top:25px;
    margin-bottom:25px;
}
#carouselWrapper {
    margin: 20px 0 0 0;
    width: 100%;
    position: relative;
    overflow:visible;
    clear: both;
}
#carouselContainer {
    width: 1000px;
    margin: auto;
    position: relative;
}

/********************* Feature  ********************/
#feature {
    width: 100%;
    position: relative;
    overflow: visible;
    /*background-color: #626262;*/
    margin: auto;
    /*background-color: #585859;*/
    background-color: rgb(253,195,118);
	/*background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); */
    /*background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #bbbbbb),color-stop(1, #efefef));	*/
	/*background: -webkit-linear-gradient(hsla(195, 50%, 53%,0), hsla(195, 20%, 53%, 0));*/
	/*background: -o-linear-gradient(hsla(195, 50%, 53%,0), hsla(195, 20%, 53%, 0));*/
	/*background: -ms-linear-gradient(hsla(195, 50%, 53%,0), hsla(195, 20%, 53%, 0));*/
	/*background: linear-gradient(hsla(42, 50%,53%,.70), hsla(195, 20%, 53%, .70));*/
	/*background: linear-gradient(hsla(0, 0%,0%,.40), hsla(0, 0%, 100%, 1.0));*/
}
#featureHolder {
    position:relative;
    width:90%;
    margin: auto;
    padding-top: 10px;
    height: 190px;
    /*background-color: #585859;*/
    background-color: #ffffff;
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #bbbbbb),color-stop(1, #efefef));	
	background: -webkit-linear-gradient(hsla(195, 50%, 53%,0), hsla(195, 20%, 53%, 0));
	background: -o-linear-gradient(hsla(195, 50%, 53%,0), hsla(195, 20%, 53%, 0));
	background: -ms-linear-gradient(hsla(195, 50%, 53%,0), hsla(195, 20%, 53%, 0));
	background: linear-gradient(hsla(195, 50%, 53%,0), hsla(195, 20%, 53%, 0));
}
.featureImg {
    float: right;
    height: 180px;
    width: 400px;
    margin-top: 8px;
    margin-right: 5px;
    margin-bottom: 7px;
}
.featureImg img {
    border: 1px solid #989898;
}
.featureContent {
    float: left;
    height: 120px;
    width: 500px;
    margin-top: 25px;
}
.featureContent p {
    color: #CCC;
}
.featureContent h1 {
    color: #FFF;
}

/********************* Left-hand Navigation  ********************/
#leftCol {
    float: left;
    width: 210px;
    position: relative;
    margin-top:20px;
    z-index:1;
}
#nav {
    width:210px;
    height:500px;
    position: relative;
    margin: 4px 0 0 0;
    z-index:1;
}
#leftnavWrapper {
    margin:auto;
    position: relative;
    width: 210px;
    height: 500px;
    z-index:1;/*DALE*/
}
#leftnav, #leftnav ul {
    list-style:none;
    float:left;
    margin:0;
    padding:0;
    width:210px;
    z-index:1;/*DALE*/
}
#leftnav li {
    padding:0;
    margin:0;
    z-index:1;/*DALE*/
}
#leftnav ul li {
    position:absolute;
    margin-top:-1.75em;
    left:210px;
    z-index:1;/*DALE*/
}
#leftnav li ul {
    position:absolute;
    margin-top:-1.75em;
    display:none;
    left:210px;
    z-index:1;/*DALE*/
}
#leftnav ul li ul {
    margin-top:-2em;
    margin-left:10em;
    z-index:1;/*DALE*/
}
#leftnav li:hover ul, #leftnav li.over ul {
    display:block;
    z-index:1;/*DALE*/
}
#leftnav li:hover ul ul, #leftnav li.over ul, #leftnav li:hover ul ul ul  {
    display:none;
    z-index:1;/*DALE*/
}
#leftnav ul li:hover ul, #leftnav ul li.over ul, #leftnav  ul ul li:hover ul {
    display:block;
    z-index:1;/*DALE*/
}
#leftnav li a {
    display: block;
    /*font-size: .8em;*/
    font-size: 1em;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-weight:normal;
    padding: .45em .5em .45em .5em;
    border-bottom: solid 1px #f2f2f2;
    z-index:1;/*DALE*/
}
#leftnav li a:hover {
    background:#0a304e;
    color:#F4F4F4;
    text-decoration: none;
    z-index:1;/*DALE*/
}
#leftnav ul a {
    color: #fff;
    padding: .45em .5em .45em .5em;
    border-bottom: solid 1px #0A385C;
    background:#0a304e;
    z-index:1;/*DALE*/
}
#leftnav ul li a:hover {
    background:#315f80;
    z-index:1;/*DALE*/
}

.section {
    font-weight: normal;
    color: #0a304e;
}
.arrowL {
right:10px;
position:absolute;  
color:#CCC;
}
/******************** Navigation current section selector  ********************/
#home .home, #sec1 .sec1, #sec2 .sec2, #sec3 .sec3, #sec4 .sec4, #sec5 .sec5, #sec6 .sec6  {
    color: #626262;
}

/********************* Main Home Column  ********************/


/********************* Middle Column  ********************/
/* DONT THINK THIS IS USED - DALE */
#midCol {
    width: 460px;
    margin-top: 20px;
    position: relative;
    float:left;
    border: 2px solid #DEDEDE;
    min-height: 500px;
}
/*#midCol {               
    width: 460px;
    margin-top: 20px;
    position: relative;
    float:left;
    border: 2px solid #DEDEDE;
    min-height: 700px;         /* DALE  DALE DIFF
}*/
#midCol img {
    border: 1px solid #E8E8E8;
    margin-top:7px;
    margin-right: 0px;
}
#midCol a:link, #midCol a:visited  {
    color: #0E4C7D;
    text-decoration: none;
}
#midCol a:hover {
    text-decoration: underline;
}
#midCol a:active {
    text-decoration: none;
    color: #0E4C7D;
}
#midCol .story p img {
    margin: 0px 20px 10px 0;
    border:solid 1px #ccc;
}

/********************* Subpage Middle Column  ********************/
.midColCols123 {
    width: 730px;   /* from 460 */
    float:left;
}
.midColCols12 {
    width: 730px;   /* from 460 */
    float:left;
}
.midColCols23 {
    width: 730px;   /* from 460 */
    float:left;
}
.midColCols2 {
    width: 1000px;   /* from 460 */
    float:left;
}
#midColSub {
    width: inherit;/*730px;   /* from 460 */
    margin-top: 10px;
    margin-bottom: 5px;
    position: relative;
    float:left;
    /*border-right: 1px solid #DEDEDE;*/
    min-height: 400px;
    /*font-family: Helvetica, Arial, sans-serif;*/
    font-weight: normal;
    /*font-size: .8em;*/
    /*font-size: 1em;*/
    background-color:#ffffff;
}
/*#midColSub {
    width: 700px; /* DALE  DALE DIFF
    margin-top: 5px;
    position: relative;
    float:left;
                  /* DALE  DALE DIFF border
    min-height: 700px;
}*/
#midCol p img, #midColSub p img, #singleCol p img  {
    margin: 0px 20px 10px 0;
}
#singleCol {
    margin-top: 20px;
    position: relative;
    float:left;
    min-height: 400px;
}
#midColSub ul, #singleCol ul, #midColSub2 ul {
    /*font-family: Helvetica, Arial, sans-serif;*/
    /*font-size: .8em;*/
    line-height: 1.4;
}
#midColSub li, #singleCol li, #midColSub3 li {
    margin:0;
    padding:0;
}
#midColSub ul li a, #singleCol ul li a, #midColSub2 ul li a {
    color: #0E4C7D;
}
#midColSub ul li a:hover, #singleCol ul li a:hover, #midColSub2 ul li a:hover {
    color: #0E4C7D;
    text-decoration:underline;
}
#midColSub2 {
    width: 730px;
    margin-top: 5px;
    position: relative;
    float:left;
    min-height:400px;
}
#midColSub div p img {
    margin-right: 20px;
    margin-bottom: 10px;
}
.person_rightcol{
    float:right;
    width: 200px;
    padding-left: 10px;

}
.person_midcol{
    float:left;
    width: 460px;
}
.person_fullpage{
    width: 460px;
}
.person_photo_lg{
    display: inline;
    float:left;
    /*height: 300;  DONT WORK ??? */
    /*width: 200; DONT WORK ??? */
}
.person_name_lg{
    font-family: Georgia;
    font-size: 1.8em;   /*16px;*/     
    font-weight:bold;
    /*font-style:italic;*/
}
.person_profile{
    position: relative;
    left: 13px;
}
.person_section_heading{
    color: #808080;
    font-family: Georgia;
    font-size: 1.5em;   /*16px;*/     
    font-weight:400;
    font-style:italic;
}
.person_section_title{
    color: #808080;
    font-family: Georgia;
    #font-weight:400;
    font-style:italic;
}
.person_fig_legend p{
    /*font-family: Arial;*/
    font-size: .8em;
/*  line-height:5px;    */
    color: #000000;
    padding:5px 5px 0 5px;
}

/********************* Frame  ********************/
.blankH {
    position: absolute;
    right: -2px;
    top:-2px;
    /*right: -7px;
    top:-13px;
    */

}
#leftCol .blankH img {
border:none;
}
#midCol .blankH img {
border:none;
}

/********************* Right Column  ********************/
/********************* Right Column  ********************/


#rightCol {
    background-color:rgb(255,255,255);/*#FFFFFF solid transparent 50%;*/
    width: 250px;
    margin-top: 5px;
    margin-right: 5px;
    overflow: visible;
    position: relative;
    float: right;
    padding: 5px;
    /*opacity: .8;*/
}
#rightCol div h4 {
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 1px;
    border-bottom: solid 2px #DEDEDE;
}
#rightCol h3 {
    margin-top: 10px;
}
#rightCol div h3  {
    text-transform: uppercase;
    font-weight:normal;
    padding-bottom:2px;
    border-bottom: solid 2px #e5e5e5;
}
.sideContent {
    margin-top: 5px;
    margin-bottom: 20px;
    position: relative;
}
.sideContent ul {
    margin: 0;
    padding: 0;
    /*font-family: Helvetica, Arial, sans-serif;*/
    font-size: .8em;
    line-height: 1.4;
}
.sideContent ul li {
    text-align: left;
    display: block;
    /*padding-top: 0.6em;
    padding-bottom: 0.6em;*/
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #b9b9b9;
    border-right: 1px solid #b9b9b9;
    list-style-type: none;  
    /*background-color: #9995c6;*/
    background-color: hsla(239,39%,90%,1.0);
    /*#ct5c0ff; /* base is #6761aa */
    margin-bottom: 5px;
    margin-top: 5px;
    /*margin-left: 5px;*/
    /*margin-right: 5px;*/
}
.sideContent ul li a {
    color: #0E4C7D;
}
.sideContent ul li a:hover {
    color: #0E4C7D;
}
.sideContent ul li a img {
  /*border: 1px solid #E8E8E8;*/
  width: 246px;
  position: relative;
  left: 2px;
}
.sideContent ul li a .img_cap {
  margin-left: 5px;
  margin-right: auto;
}
.blankVBorders {
    border-top-style: none;
    border-bottom-style:none;
    border-left-style:none;
    border-right-style:solid;
    border-right-width:2px;
    border-right-color: #CCCCCC;
    float:left;
    margin-left: -10px;           /* this if for the alignment at the corner */
}
.blankHBorders {
    border-top-style:none;
    border-left-style:none;
    border-right-style:none;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #CCCCCC;
    margin-left: -9px;           /* this if for the alignment at the corner */
}
.allBorders {
    border-width: 2px;
    border-style: solid;
    border-color: #CCCCCC;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.bBorder {
    border-bottom-width: 1px;
    padding-bottom: 15px;
    border-bottom-style: solid;
/*  border-bottom-color: #e0e0e0; */
    border-bottom-color: #ff0000;
}
.introH {
    margin: 10px;
}
.story {
    margin: 20px;
    min-height: 800;
}
                    /* DALE  DALE DIFF */
/*.story {
    margin: 10px;
    min-height:180px;
    /*border-bottom-color:#e7e7e7; These were an attempt to not use <hr> element - didn't work
    border-bottom-style:solid;
    border-bottom-width:1px;
}
    */
.story p img {
    margin: 0 20px 10px 0;
}
.calLink {
    text-align: right;
    display: block;
    margin-right:20px;
}
/*#rightCol img {
  border: 1px solid #E8E8E8;
}*/

/********************* Blue bknd footer  ********************/
#footer {
    width: 100%;
    position: relative;
    background-color: #0a304e;
    border-top: 2px solid #C8CACB;
    background-attachment: scroll;
    /*background-image: url(../images/footerBg.png);*/
    background-repeat: repeat-x;
    background-position: top;
    margin: 30px 0 0 0;
}
.footerContent {
    height: 120px;
    width: 1000px;
    margin: auto;
}
.footerLeftCol {
    float: left;
    position: relative;
    width:480px;
    margin-top: 30px;
}
.footerMiddleCol, .footerRightCol {
    float: left;
    width:150px;
    margin: 25px 0 0 10px;
    padding:0;
}
#footer .footerContent .footerMiddleCol ul, #footer .footerContent .footerRightCol ul {
    padding:0;
    margin:0;
}
#footer .footerContent .footerMiddleCol ul li, #footer .footerContent .footerRightCol ul li {
    list-style-type: none;
}
.footerMiddleCol ul li a:link, .footerMiddleCol ul li a:visited, .footerRightCol ul li a:link, .footerRightCol ul li a:visited {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: .75em;
    color: #B8B8B8;
    font-weight: normal;
    line-height: 1.9;
    display: block;
    text-align:left;
}
#footer .footerContent .footerMiddleCol ul li a:hover {
    font-weight: normal;
    text-decoration: underline;     
}
.footerLeftC {
    position: absolute;
    left: 0px;
    top: 30px;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: .7em;
    color: #B8B8B8;
    font-weight: normal;
    line-height: 1.6;
    width: 400px;
}

/******************** footer search elements  ********************/
.footerSearch input {
    border: none;
    background-color: #315f80;
    position: absolute;
    right: 30px;
    width: 140px; height: 20px;
    top: 0;
    float: right;
    margin: 0px;
    /*font-family: Arial, Helvetica, sans-serif;*/
    color: #999;
    padding: 0 0 0 3px;
    font-weight: normal;
    font-size: .8em;
    line-height: 1.2;
}
.footerSearch {
    height: 20px;
    width: 175px;
    float: left;
    position: relative;
}
.footerSearch form .btn {
    width: 30px;
    position: absolute;
    right: 0;
}
.footerLeftCol .footerLeftC a {
    color: #999;
}

/********************* Simple footer  ********************/
#simpleFooter {
    width: 100%;
    position: relative;
    margin: 30px 0 40px 0;
}
.simpleFooterContent {
    height: 45px;
    width: 1000px;
    margin: auto;
    border-top: 2px solid #C8CACB;
}
.simpleFooterLeftCol {
    float: left;
    position: relative;
    width:150px;
    margin-top: 15px;
    height: 30px;
}
.simpleFooterMCol {
    float: left;
    position: relative;
    margin: 15px 0 0 0;
}
#simpleFooter .simpleFooterContent .simpleFooterMCol ul {
    margin: 0px;
    padding: 0px;
    list-style:none;
    position: absolute;
    left: 40px;
    width: 700px;
    float: left;
}
#simpleFooter .simpleFooterContent .simpleFooterMCol ul li {
    float: left;
}
#simpleFooter ul li a:link, #simpleFooter ul li a:visited {
    display: block;
    text-decoration: none;
    color: #333333;
    /*font-family: Arial, Helvetica, serif;*/
    font-size: 0.75em;
    padding-top: 0.13em;
    padding-bottom: 0.13em;
    font-weight: bold;
    padding-right: 1.2em;
    padding-left: 1.2em;
    border-right:solid 1px #D5D5D5;
}
#simpleFooter ul li a:hover, #simpleFooter ul li a:active {
color:#666;
text-decoration:underline;
}
.legal {
    position: relative;
    width:1000px;
    margin:auto;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: .65em;
    color: #999;
    font-weight: normal;
    margin-bottom: 40px;
}
#simpleFooter .legal a {
color:#999;
}
#simpleFooter .simpleFooterMCol ul li .borderN {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

/* THIS WAS IN style_subpage.css
.simpleFooterSearch input {
    border: none;
    background-color: #ccc;
    position: absolute;
    right: 30px;
    width: 140px; height: 20px;
    top: 0;
    float: right;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    padding: 0 0 0 3px;
    font-weight: normal;
    font-size: .8em;
    line-height: 1.2;
}
*/

.simpleFooterSearch {
    height: 20px;
    width: 175px;
    float: left;
    position: relative;
}
.simpleFooterSearch form .btn {
    width: 30px;
    position: absolute;
    right: 0;
}
.simpleFooterLeftCol .simpleFooterLeftC a {
    color: #999;
}
.borderN {
    border-right-style: none;
}

/********************* Content link styles  ********************/
a:link {
    color: #0E4C7D;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #0E4C7D;
}
a:hover {
    text-decoration: underline;
}
a:active {
    text-decoration: none;
    color: #0E4C7D;
}

/********************* Breadcrumb  ********************/
.breadcrumbW {
    position:relative;
    width: 1000px;
    height: 30px;
    margin:auto;
/*  border-bottom:solid 1px #e7e7e7; */
    border-bottom:solid 1px #ff0000;
}
.breadcrumbC {
    position:absolute;
    top:15px;
}
.breadcrumb {
    margin-top: 5px;
}
/******************** Extra link  ********************/
.sideLink {
    position: absolute;
    right: 5px;
    top: 25px;
    color:#333;
    /*font-family: Helvetica, Arial, sans-serif;*/
    font-weight: normal;
    font-style:italic;
    font-size: .8em;
}
.sideLink a:link, .sideLink a:visited {
    color:#333;
    /*font-family: Helvetica, Arial, sans-serif;*/
}
.sideLink a:hover {
    color:#0E4C7D;
    text-decoration: underline;
}

/********************* Left Column  ********************/
#leftCol {            /* DALE  DALE DIFF - CONFLICT */
    width: 210px;
    margin-top: 5px;
    position: relative;
    float:left;
    border: 2px solid #ccc;
    min-height: 210px;
}
#leftCol img {  /* DALE  DALE NEW */
    border: 1px solid #E8E8E8;
    margin-top:7px;
    margin-right: 0px;
}
#leftCol a:link, #leftCol a:visited  {  /* DALE  DALE NEW */
    color: #0E4C7D;
    text-decoration: none;
}
#leftCol a:hover {  /* DALE  DALE NEW */
    text-decoration: underline;
}

#leftCol a:active { /* DALE  DALE NEW */
    text-decoration: none;
    color: #0E4C7D;
}
#leftCol .story p img { /* DALE  DALE NEW */
    margin: 0px 20px 10px 0;
}

/********************* Subpage Left Column  ********************/
#leftColSub {/* DALE DALE NEW */
    width: 600px;
    margin-top: 10px;
    position: relative;
    float:left;
    min-height: 600px;
    padding-right: 25px;
/*  border-right: 1px solid #DDD; */
    border-right: 1px solid #ff0000;
}

#leftCol p img, #leftColSub p img, #singleCol p img  {/* DALE DALE NEW */
    margin: 0px 20px 10px 0;
}
#leftColSub ul, #singleCol ul {/* DALE DALE NEW */
    /*font-family: Helvetica, Arial, sans-serif;*/
    font-size: .8em;
    line-height: 1.4;
}
#leftColSub li, #singleCol li {/* DALE DALE NEW */
    margin:0;
    padding:0;
}
#leftColSub ul li a, #singleCol ul li a {/* DALE DALE NEW */
    color: #0E4C7D;
}
#leftColSub ul li a:hover, #singleCol ul li a:hover {/* DALE DALE NEW */
    color: #0E4C7D;
    text-decoration:underline;
}
/******************************** Side Navigation **********/
#sidenav{ 
	padding:0;
	margin-top: 5px;
	margin-right: 15px;
	position: relative;
	background-color: #E7E7E7;
}
#sidenav ul{ 
    list-style:none;
	padding:6px;
    margin:0px;
	z-index:9;/* NOT IE6 */
    list-style:none;
}
#sidenav ul li {
}
#sidenav a { /* MAIN NOHOVER */
	display: block;
	text-decoration: none;
	/* font-size: 0.7em; /* IE6 */
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #004674;
	/*padding: .65em .9em .6em .9em; /* NOT IE6 */
    font-weight: bold;
	text-align: center; /* IE6 */
	z-index:9; /*DALE*/
}

#sidenav li a.active-menu-item-link{
    color:hsla(206,80%,27%,1.0);
    background-color:hsla(206,80%,27%,0.2);
    /*font-style:italic;*/
    font-size:12pt;
}


#sidenav a:hover { /* MAIN HOVER */
	background:#0a304e;
	color:#F4F4F4;
	text-decoration: none; /* NOT IE6 */
	z-index:9; /*DALE*/
}
#sidenav ul li a { /* SUBMENU NOHOVER */
	color: #fff;
	/*padding: 7px 8px 6px 22px;*/
	/*padding: 10px 8px 0px 22px;*/
	/*padding: 0px 8px 0px 22px;*/
	padding: 6px 10px 5px 5px;
	font-size: 10pt;
	font-weight: bold;
	/*width: 180px;*/
	width: 169px;
	background:#e7e7e7;/*#0a304e;*/
	color:#0e4c7d;
	text-align:left;
	z-index:9; /*DALE*/
}
#sidenav ul li hr { /* SUBMENU NOHOVER */
    height:1px;
	padding: 0px 10px 0px 10px;
	width: 169px;
	background:#e7e7e7;/*#0a304e;*/
	color:#0e4c7d;
	color:#9edcfd;
	text-align:left;
	z-index:9; /*DALE*/
}
#sidenav ul li a:hover { /* SUBMENU HOVER */
	background:#315f80;
	z-index:9; /*DALE*/
}



/********************* Content link styles  ********************/
#leftColSub div p img {/* DALE DALE NEW */
    margin-right: 20px;
    margin-bottom: 10px;
}
/********************* Breadcrumb  ********************/
.breadcrumbW {
    position:relative;
    width: 1000px;
    height: 25px;   /* DALE  DALE DIFF */
    margin:auto;
    border-bottom:solid 1px #e7e7e7;
}
.breadcrumbC { 
    position:absolute;
    top:17px;         /* DALE DALE DIFF */
}
.breadcrumbHome {/* DALE DALE NEW */
    position:relative;
    width: 1000px;
    height: 45px;
    margin:auto;
}

/********************* /* DALE  Feature  ********************/
/*#featureHolder {            /* DALE  DALE DIFF */
/*  position:relative;
    width:960px;
    margin: auto;
    height: 285px;
}*/
/*.featureImg {            /* DALE  DALE DIFF */
/*  height: 285px;
    width: 960px;
    margin:auto;
    border:none;
}*/
.featureContent {            /* DALE  DALE DIFF */
    float: left;
    height: 120px;
    width: 500px;
    margin-top: 35px;
}
.research_figure{
    border:1px;
    border-color:#EEEEEE;
    border-style:solid;
    padding:5px;
}
/********************* Middle Column  ********************/

.footerLeftCol .footerLeftC a { /* DALE  DALE DIFF in main.css= 999 in style.css= FFFFFF */
    color: #999;
}

/********************* Top Navigation  ********************/
#menuArrow {    /* DALE  DALE NEW */
    right:10px;
    position:absolute;  
}

/******************** Navigation current section selector  ********************/
/*#home .home, #sec1 .sec1, #sec2 .sec2, #sec3 .sec3, #sec4 .sec4, #sec5 .sec5, #sec6 .sec6, #sec7 .sec7
{
    background-color: #D7D7D7;
    color: #626262;
}
*/
.faculty_im{
    float: left;
    margin-right: 10px;
}
.faculty_all_text{
    /*font-size: 12px;*/
    /*font-family: Arial;*/
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}
.fac_description p{
    /*font-family: Arial;*/
    /*font-size: 10pt;*/
/*  line-height:5px;    */
    color: #000000;
    padding:5px 5px 0 5px;
}
.user_name {
    color: #000000;
    /*font-family: georgia;*/
    /*font-size: 16px;*/
    font-style: italic;
    font-weight: bold;
}
.hanging_indent{
    text-indent: -25px;
    padding-left: 25px;
}
.user_profile {
    color: #000000;
    /*font-family: Arial;*/
    /*font-size: 9pt;*/
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 0;
    padding-top: 2px;

}
.user_details {
    color: #000000;
    /*font-family: Arial;*/
    /*font-size: 9pt;*/
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}
.faculty_txt {
    color: #838383 !important;
    /*font-family: georgia;*/
    /*font-size: 19px;*/
    font-style: italic;
    margin-bottom: -10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.abc a p {
    color: #0E4C7D;
    /*font-family: Helvetica,Aria,sans-serif;*/
    /*font-size: 12px;*/
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-top: 0;
}
.person_rel_res_area {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #295383;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #FFFFFF;
    font-family: georgia;
    font-size: 15px;
    font-style: italic;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 2px;
}
.link_01 {
    -moz-text-blink: none !important;
    -moz-text-decoration-color: -moz-use-text-color !important;
    -moz-text-decoration-line: underline !important;
    -moz-text-decoration-style: solid !important;
    /*color: #434343 !important;*/
    font-size: 12pt;
    font-style: italic;
    font-weight: bold;
}
.faculty_txb {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #EEEEEE;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    color: #000000;
    /*font-size: 9pt;*/
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    min-height: 13px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    width: 170px;
}
.facult_search {
    background-color: #EEEEEE;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}
h3.picture{
    text-align:center;
    margin-top: -10px;
    margin-bottom: 15px;
}
p.picture{
    text-align:center;
    margin-top: -15px;
    margin-bottom: 15px;
}
#midColSub div.story div.congress-photos p a img{
    display:block;
    margin-left: auto;
    margin-right: auto;
}
#meeting_minutes {
    width:100%;
    text-align:center;
}
#meeting_minutes td{
    padding:5px;
}
    width:100%;
    text-align:center;
}

