/*
 * Created by ThisSideUp Software Inc.
 *
 * Copyright 2010 ThisSideUp Software Inc. http://www.thissideupsoftware.com
 * All Rights Reserved. Permission to use, copy, modify, and distribute this
 * CSS style sheet is hereby granted provided that the full text of this
 * copyright notice appears in all copies.
 *
 * THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS
 * MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT
 * LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR
 * PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE
 * ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
 *
 * COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR
 * CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR
 * DOCUMENTATION.
 *
 */

div#header
{
   margin-top: 10px;
   height: 265px;
   width: 800px;
   position: relative;
}

div#header img#logo
{
   height: 190px;
   margin-left: 54px;
   z-index: -1;
}

div#header p#title
{
   margin-top: -20px;
   width: 800px;
   text-align: right;
   color: #CC0000;
   font-weight: bold;
   font-size: 16px;
   letter-spacing: -0.5px;
}

div#header ul
{
   /* rule to remove bullets from list items */
   list-style-type: none;
   position: absolute;
   top: 215px;
   /* rule to fix the width of the menu */
   width: 802px;
}

div#header ul li
{
   /* rule to align menu items horizontally */
   display: inline;
   font-size: 12px;
   font-weight: bold;
}

div#header ul li a
{
   float: left;
   text-decoration: none;
   color: #DEC4A3;
   background-color: #361601;
   padding: 14px 0 6px 0;
   border: 1px solid #D8A856;
   border-top: 2px solid #D8A856;
   border-bottom: 2px solid #D8A856;
   width: 110px;
   text-align: center;
   height: 24px;
}

div#header ul li a.narrow
{
   width: 94px;
}

div#header ul li a.text-wrap
{
   /* rules to vertically align 'Classes & Schedules' menu item */ 
   padding-top: 6px;
   height: 32px;
}

div#header ul li a.left
{
   /* rule to format left border */
   border-left: 2px solid #D8A856
}

div#header ul li a.right
{
   /* rule to format right border */
   border-right: 2px solid #D8A856;
}

.account-links
{
   visibility: hidden;
   font-size: 12px;
   position: absolute;
}

a#login 
{
   right: 0;
}

a#logout
{
   right: 0;
}

a#profile
{
   right: 90px;
}

#logout-err-msg
{
   visibility: hidden;
   font-size: 12px;
   color: #CC0000;
   top: 17px;
   position: absolute;
   right: 0;
}
