  *{  
    font-family: Helvetica, Arial, sans-serif;
}

div,dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,input,textarea,blockquote {
    margin:0;
    padding:0;
}

ul {
    margin-top: 0px;
}

html{
    background-color: #a7a8a0;
}

body {
    border-top: 5px solid #0054a6;
    color: #333;
    height: 600px;
    margin: 0 auto;
    padding: 0;
    width: 980px;
    font: 12px/16px Helvetica, Arial, Verdana, sans-serif;
}


html>body{
    margin: 0 auto;
    padding: 0;
    width: auto;
    max-width: 980px;
    height: auto;
    min-height: 600px;
}

p{
    padding-bottom: 12px;
}


#container {
/*    padding-bottom: 14px; */
    background: #fff;
    float: left;
    height: 600px;
    line-height: 1.3em;
    width: 980px;
    background: #fff url(../images/blank_bg.gif) top left repeat-y;
}

html>body #container{
    height: auto;
    min-height:600px;
}

/* @group typography */


h1 {
    color: #b5111b;
    text-transform: none;
    font: normal bold 1.5em/1.3em "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
    margin: 12px 0px 6px 0px;
}

h2 {
    margin-top: 12px;
    padding-bottom: 6px;
    color: #555;
    font: bold 1.2em/1.3em "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
    }

h3 {
    color: #b5111b;
    margin-top: 12px;
    padding-bottom: 6px;
    font: bold 14px/17px "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
}


h4 {
    color: #000;
    font: bold 10px/12px "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
    text-transform: uppercase;
}

h5, h6 {
    margin: 12px 12px 0;
    color: #4b4b4b;
    font: 12px/1.2em "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
}


.attention {
    font-weight: bold;
    color: #b5111b;
}

a img {
    border: none;
}

a{
    color: #0054a6;
    text-decoration: none;
}

a:hover{
    color: #0054a6;
    text-decoration: underline;
}


#banner{
    background: #6d6d64 url(../images/banner_1.jpg) no-repeat right;
    border-left: 25px solid #a43e31;
    height: 70px;
}

#banner a{
    background: #6d6d64 url(../images/logo_main.gif) no-repeat left;
    float: left;
    height: 70px;
    width: 356px;
    text-indent: -1000em;
}


#globalNav{ 
    background-color: #b5111b;
    border-left: 25px solid #cb5a60;
    color: #fff;
    float: left;
    height: 40px;
    padding: 5px 0 0 40px;
    width: 915px;
}

ul#campuses{
    float: left;
    margin: 0;
    padding: 0; 
}

ul#campuses li{
    background: url(/etc/designs/sfu/images/itservices/sprites.gif) no-repeat right -60px;
    display: inline;
    float: left;
    margin: 5px 0 0 10px;
    padding-right: 10px;
}

ul#campuses li:last-child{
    background-image: none;
}

ul#campuses li.last{
    background-image: none;
}


ul#campuses li a{
    color: #fff;
    display: block;
    float: left;
    font: 13px/15px Helvetica, Arial, sans-serif;
    padding: 0 0 20px;
    text-decoration: none;
}

ul#campuses li a:hover{
    border-bottom: 10px solid #cb5a60;
    padding: 0 0 10px;
}

ul#campuses li.sfu{
    background:none;
    display: inline;
    float: left;
    margin: 5px 48px 0 0;
    padding-right: 0;
}

ul#campuses li.sfu a{
    font-weight: bold;
    text-transform: uppercase;
}

ul#services{
    float: right;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul#services li{
    background: url(/etc/designs/sfu/images/itservices/sprites.gif) no-repeat right -60px;
    float: left;
    position: relative;
    margin: 5px 0 0 10px;
    padding: 0 10px 0 0;
}

ul#services li a{
    color: #fff;
    display: block;
    font: 13px/15px Helvetica, Arial, sans-serif;
    padding: 0 0 10px;
    text-decoration: none;
}

ul#services li a:hover{
    border-bottom: 10px solid #cb5a60;
    padding: 0 0 10px;
}

ul#services li#online{
    z-index: 800;
}

ul#services li#online ul{   
    display: none;
    position: absolute; 
    top: 1em;
    left: 0;
}

ul#services li#online > ul {
    top: auto;
    left: auto;
}

ul#services li#online:hover ul{
    background-color: #cb5a60;
    display: block;
    clear: none;
    width: 160px;
    margin: 0;
    padding: 2px 0 0;
}

ul#services li#online:hover ul li{
    background: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

ul#services li#online:hover ul li a{
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 2px 5px;
    width: auto;
}

ul#services li#online:hover ul li a:hover{
    background: #b5111b;
    border:none;
}

ul#services li#directory{
    z-index: 700;
}

ul#services li#directory ul{    
   background-color: #cb5a60;
    display: none;
    position: absolute;
    width: 164px;
    top: 1em;
    left: 0;
}

ul#services li#directory  > ul {
    top: auto;
    left: auto;
}

ul#services li#directory:hover ul{
    background-color: #cb5a60;
    list-style-type: none;
    clear:none;
    display: block;
    margin: 0;
    padding: 5px 2px;
}

ul#services li#directory:hover ul li{
    float: left;
    height: 16px;
    margin: 1px;
    padding: 0;
    width: 16px;
}

ul#services li#directory:hover ul li a{
    border: none;
    display: block;
    font-size: 12px;
    height: 100%;
    margin: 0;
    padding: 2px 0 0 0;
    width: 100%;
    text-align: center;
}

ul#services li#directory:hover ul li a:hover{
    background: #b5111b;
    border:none;
}


ul#services li:last-child{
    background-image: none;
}

ul#services li#search{
    background-image: none;
    overflow: hidden;
}

ul#services li form{
    margin: 0;
    padding: 0;
    height: 20px;
    float: left;
}

ul#services li input{
    color: #6d6d64;
    float: left;
    margin: 0;
    height: 20px;
    padding-left: 4px;
    line-height: 12px;
    outline: none;
    border: none;
}

ul#services li span input#submit{
    float: left;
    height: 20px;
    padding: 4px 4px 0 20px !important;
    line-height: 20px;
    background: #fff url(/etc/designs/sfu/images/itservices/sprites.gif) no-repeat 5px 3px;
    border: none;
    width: 20px;
    text-indent: -100em;
}

ul#services li input#submit:hover{
    background: #fff url(/etc/designs/sfu/images/itservices/sprites.gif) no-repeat 5px -17px;
    border: none;
}



/* @group Content */

#content {
    width: 905px;
    float: left;
    padding-left: 45px;
}

/* @group Footer */

#footer {
    background-color: #b6b7b1;
    color: #fff;
    clear: both;
    font: 10px Helvetica, Arial, sans-serif;
    float: left;
    text-align: center;
    width: 100%;
}

#footer ul {
    margin: 4px 0;
    padding: 0;
}

#footer ul li {
    display: inline;
    margin: 0 0 0 4px;
    padding-right: 4px;
    border-right: 1px solid #fff;
}

#footer ul li:last-child{
    border: none;
}

#footer a{
    color: #fff;
    font-size: 10px;
    text-decoration: none;
}

#footer a:hover{
    color: #fff;
    text-decoration: underline;
}

/* @group Image styles */

img.outlined {
    border: 1px solid #999;
}

img.framed {
    background-color: #fff;
    border: 1px solid #999;
    padding: 5px;
}

img.fullwidth {
    margin-left: -18px;
}

/* @group Misc text and header styles */

.ruled {
    border-top: 1px solid #ddd;
    margin-bottom: 8px;
    margin-top: 21px;
    padding-top: 8px;
}

.intro {
    font-size: 14px;
    line-height: 18px;
    
/* Background override for full-width layout */

div#container {
    background-image: none;
}