
/* ----- INTRO TO LIST ----- */

#description {float: left; width: 280px; margin-bottom: 10px;}

#jump_to_sublist {margin: 15px 0px;}

/* Box */
#icon_legend
{background: #FFF3E8;
 color: black;
 padding: 7px;
 margin-left: 20px;
 margin-bottom: 15px;
 border: 1px solid #FF8C1A;
 float: right;
 width: 190px;}
* html #icon_legend {width: 206px; w\idth: 190px; margin-bottom: 3px;} /* Modified SBMH */

#icon_legend .title, #jump_to_sublist .title {margin: 0px 0px 5px 0px;}

#icon_legend .title strong, #jump_to_sublist .title strong
{background: transparent;
 color: #FF6600;
 text-transform: uppercase;
 font-weight: bold;}

#icon_legend ul, #jump_to_sublist ul
{display: block;
 margin: 0px;
 padding: 0px;}

#icon_legend li
{display: block;
 list-style-image: none;
 margin: 0px;
 padding: 2px 0px; 
 padding-left: 18px;
 font-size: 9px;
 text-indent: -18px}

#jump_to_sublist li
{line-height: 1.2;}

#jump_to_sublist a       {text-decoration: none;}
#jump_to_sublist a:hover {text-decoration: underline;}

img
{vertical-align: bottom;
 border: none;}

/* ----- ORG SUBLIST TABLES ----- */

/* Table head */
#content h2.sublist_head
{padding: 4px 4px;
 margin-top: 15px;
 margin-bottom: 0px;
 background: #AAA url("/gfx/w_content_header_bg.gif") no-repeat right top;
 color: white;
 font-style: normal;
 font-weight: bold;
 font-size: 11px;
 text-transform: uppercase;
 clear: right;}
#content h2.sublist_head a:hover
{background-color: inherit;
 color: inherit;}

ul.sublist {margin: 0px; padding: 0px;}

ul.sublist li
{border-bottom: 2px #BBB solid;
 margin: 0px; padding: 0px;
 width: 506px;
 list-style-image: none;
 line-height: 1.2;
 position: relative;}
* html ul.sublist li {margin-top: -2px; marg\in: 0px;} /* Hack for IE5 spacing bug */

ul.sublist li .item {min-height: 38px;}

ul.sublist li .org_name, ul.sublist li .blurb {margin: 0px; line-height: 13px;}
ul.sublist li .org_name {padding: 4px 4px 4px 8px;}
ul.sublist li .blurb    {padding: 0px 4px 4px 8px;}

/* Alternate colors */
ul.sublist li                {background-color: #F8F8F8;}
ul.sublist li          .item {border-left: 40px #E8E8E8 solid;}
ul.sublist li.even_row       {background-color: #E8E8E8;}
ul.sublist li.even_row .item {border-left: 40px #D4D4D4 solid;}

/* Icons */
ul.sublist img {position: absolute;}
ul.sublist img.ic_page    {top: 4px ; left: 6px ;}
ul.sublist img.ic_recog   {top: 4px ; left: 22px;}
ul.sublist img.ic_univ    {top: 20px; left: 6px ;}
ul.sublist img.ic_nonstud {top: 20px; left: 22px;}
ul.sublist img.ic_special {top: 20px; left: 22px;}

/* Typography */
.org_name strong
{display: block;
 color: #D74;
 font-weight: bold;
 font-size: 11px;}
#page #content .org_name a {color: #D74;}
#page #content .org_name a:hover {color: red;}

.blurb
{font-size: 11px;}

/* ----- ORGDIR NAVLET ----- */

#orgdir_navlet
{background: #FFF3E8;
 padding: 10px;
 margin: 20px 0px;
 border: 1px solid #FF8C1A;}

#content #orgdir_navlet h1
{margin: 0px 0px 5px 0px; padding: 0px;
 color: #F60; 
 background: none;
 font-weight: bold; font-style: normal; font-size: 13px;}

#orgdir_navlet input
{display: inline;
 margin: 0px 0px 2px 10px; padding: 0px;
 vertical-align: bottom;}


