@charset "UTF-8"; /* Seattle Pacific University CSS Document - Authored by Jacob Lane - 12-18-2009 */
                  /* Originally setup for Orientation, New Student Advising, and Welcome Week      */

/* --------------------------- Global Navigation --------------------------- */
img                      { border: none; }
#globalHeader            { float: left; margin: 0; padding: 0; }
.spuLogo                 { float: left; padding: 22px 0 15px 10px; }
#globalNav               { float: right; width: 480px; z-index: 2; }
#globalNav ul            { float: right; margin: 16px 10px 0 0; padding: 0; }
#globalNav ul li         { float: left; display: inline; height: 20px; margin: 0 5px 0 10px; padding: 0; position: relative; z-index: 4; } /* The z-index was set to 4 since an element on the Orientation site has a z value of 3 */
#globalNav li a          { color: #ffffff; text-decoration: none; font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 11px; font-weight: normal; }
#globalNav li a:hover    { text-decoration: underline; }
#globalNav li ul         { margin: 0; padding: 0; display: none; position: absolute; top: 20px; left: -2px; background-color: #ffffff; opacity: 0.96; }
#globalNav li:hover ul   { display: block; width: 160px; }
#globalNav li:hover ul li{ display: block; width: 160px; }
#globalNav li ul li      { width: 150px; font-size: 11px; list-style-type: none; margin: 0; padding: 0; height: auto; }
#globalNav li ul a       { padding: 4px 5px; display: block; color: #000000; }
#globalNav li ul a:hover { background-color: #dddddd; text-decoration: none; }

/**** To make dropdown menus work in IE 6 - added 4-27-2010 ****/
body { behavior: url("/includes/csshover3.htc"); }

/* --------------------------- Search Box --------------------------- */
#globalHeader .search      { float: right; margin: 0; padding: 20px 0 0px 0; width: 235px; }
#globalHeader .search img  { float: left; padding: 3px 5px 5px; }
#globalHeader .search .text{ width: 160px; padding: 4px 0; font-size: 12px;  border: solid #999999 1px; }
#globalHeader .go          { width: 38px; height: 22px; font-size: 12px; }

/* --------------------------- Footer Styles --------------------------- */
div#footer        { float: left; width: 100%; margin-top: 0; padding: 20px 0 15px 0; color: #333333; font-size: 12px; line-height: 22px; font-family: Arial, Helvetica, sans-serif; }
div#footer a      { color: #333333; }
div#footer a:hover{ text-decoration: underline; }
div#footer p      { font-size: 12px; }
div#footer p.small{ font-size: 10px; }
div#footer_left   { float: left; clear: both; }
div#footer_bottom { float: left; width: 100%; clear: both; }
div#footer_right  { float: right; padding-right: 5px; }
div#footer_right a{ padding-left: 15px; }