﻿* 
{
    padding:0;
    margin:0;
}

body
{
    background-color:Gray;
}

#wrapper
{
    border:1px solid black;
    margin:0 auto;
    padding:0;
    width:900px;
    background-color:White;
    margin-bottom:10px;
}

#login
{
    background-color:#0039a6;
    height:14px;
    text-align:right;
    color:White;
    line-height:14px;
}
#login a
{
    color:White;
    text-decoration:none;
    font-size:12px;
}

#News
{
    list-style-type:disc;
    border-style: solid;
	border-width: 3px;
	border-color:yellow;
}

#Home
{
    padding:100px;
}

#head
{
    height:218px;
    border-bottom:1px solid black;
}

#head h1, #head h2
{
    color:#0039a6;
    margin-left:300px;
}

/* Navigation CSS ----------------------------------------- */

#nav
{
    width:100%;
    background-color:#0039a6;
    height:25px;
    border-bottom:1px solid black;
}

#nav ul
{
    list-style-type:none;
    padding:0;
    margin:0;
    white-space:nowrap;
}

#nav li
{
    float:left;
    display:inline;
    
 
}

#nav a
{
    color:white;
    text-decoration:none;
    font-size:15px;
    font-weight:bold;
    line-height:25px;
    display:block;
    padding-right:10px;
    padding-left:10px;
}

/* #nav a
{
    line-height:25px;
    width:90px;
    background-image:url('img/menuspr.gif');
    background-position:right;
    background-repeat:no-repeat;
    text-decoration:none;
    text-align:center;
    display:block;
    color:White;
    font-size:13px;
    
}
  */

#nav li a:hover
{
    background-color:#69c;
    color:Black;
} 

#nav li ul
{
    position:absolute;
    width:180px;
    margin-right:10px;
    left:-999em;
  	z-index:1;
}

#nav li ul a
{
    background-image:none;
    line-height:17px;
    width:160px;
    text-align:left
}

#nav li ul a:hover
{
    background-color:#F0F9FF;
    
}

#nav li:hover ul
{
    left:auto;
    background-color:#69c;
}

#nav li:hover ul, #nav li.sfHover ul
{
    left:auto;
    background-color:#69c;
}

#content
{
    width:900px;
    height:100%;
}



#footer
{
    background-color:#0039a6;
    height:45px;
    color:White;
}

#footer h6
{
    text-align:center;
    color:White;
}

.clear
{
    clear:both;
}

.bold
{
    font-weight:bold;
}

.large
{
    font-size:30px;
}

/* staff page CSS ----------------------------------------- */

#facultyImg
{
    width:275px;
    float:left;
    height:260px;
    margin-left:15px;
}

#facultyImg img
{
 
    width:275px;
}

#facultyInfo
{
    position:relative;
    top:50px;
    left:100px;
}

#facultyText
{
    width:700px;
    margin-left:100px;
}

#facultyList
{
    margin:30px 0 0 30px;
}

.calendarlink
{
	position:relative;
	top: 100px;
	left: 25px;
	z-index:0;
}
