/* global styles for the lambda template */
/*  GLOBAL ACADEMIC PGM CSS  */

.printonly {
display:none;
}

#follow {
display:none;
}


a#skipnavigation {
display:block;
width:143px;
height:26px;
color:#fff;
font-size:11px;
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
position:absolute;
padding-top:12px;
top:-999px;
left:310px;
}

a#skipnavigation:hover, a#skipnavigation:focus, a#skipnavigation:active {
background-image:url(../backgrounds/skiplinkbg.png);
position:absolute;
top:0px;
left:310px;
outline:none;
}


* {padding:0;margin:0;}

.clear {
clear:both;
}

img {
display:block;
border:0;
}

body {
background-color:#43729E;
background-image:url(../backgrounds/stripes-99.gif);
background-repeat:repeat-x;
text-align:center;
font-family:Arial;
font-size:13px;
}

#top {
width:100%;
height:99px;

}

#topcontent {
position:relative;
width:1050px;
margin-right:auto;
margin-left:auto;
padding-left:15px;
}




a#brandeis {
text-indent:-9999px;
font-size:0;
color:#fff;
display:block;
width:179px;
height:21px;
background-image:url(../backgrounds/brandeislink.png);
position:absolute;
top:18px;
left:16px;
}

a#brandeis:hover, a#brandeis:focus, a#brandeis:active {
background-image:url(../backgrounds/brandeislink-on.png);
outline:none;
}

#heller-logotype {
position:absolute;
top:54px;
left:16px;
}

a#heller {
text-indent:-9999px;
font-size:0;
color:#fff;
position:absolute;
top:54px;
left:16px;
display:block;
width:524px;
height:32px;
background-image:url(../backgrounds/hellerlink.png);
}

a#heller:hover, a#heller:focus, a#heller:active {
background-image:url(../backgrounds/hellerlink-on.png);
}

#topnav {
position:absolute;
top:15px;
right:65px;
}

#topnav ul {
list-style:none;
font-family:Trebuchet MS;
font-size:10px;
font-weight:bold;
text-transform:uppercase;
}

#topnav ul li {
float:left;
padding-top:4px;
padding-left:9px;
border-left:1px dotted #c1c1c1;
margin-left:9px;
}

#topnav ul li:first-child {
margin-left:0;
padding-left:0;
border-left:0;
}

#topnav ul li a {
display:block;
color:#183451;
text-decoration:none;
padding-bottom:4px;
}

#topnav ul li a:hover, #topnav ul li a:focus, #topnav ul li a:active {
background-image:url(../backgrounds/blueunderline.gif);
background-repeat:repeat-x;
background-position:0 15px;
outline:none;
}


#search {
position:absolute;
top:64px;
right:65px;
font-size:9px;
text-transform:uppercase;
}

#search input.GoogleInput {
margin-left:6px;
}

#submit {
padding-left:2px;
}

#main-navigation {
width:1050px;
height:38px;
margin-right:auto;
margin-left:auto;
}

#main-navigation ul {
list-style:none;
font-family:Trebuchet MS;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
letter-spacing:1px;
color:#fff;
height:38px;
margin-left:20px;
}

#main-navigation ul li {
float:left;
margin-left:16px;
}

#main-navigation ul li:first-child {
margin-left:0;
}

#main-navigation ul li a {
display:block;
color:#fff;
text-decoration:none;
padding:11px 12px 9px 12px;
}

#main-navigation ul li a:hover, #main-navigation ul li a:focus, #main-navigation ul li a:active {
background-image:url();
outline:none;
}

/* headers */

.home #pageheader h1 {
width:370px;
font-family:Arial;
font-size:15px;
color:#fff;
line-height:21px;
margin-top:-62px;
margin-left:50px;
}


.home #programheadercontent h2 {
font-size:25px;
font-family:Arial;
font-weight:normal;
color:#1B5784;
margin-left:12px;
}


/* BOTTOM BORDER */

#bottomborder {display:none;}

#bottomborder ul {
list-style:none;
}

#bottomborder ul li {
float:left;
margin-left:9px;
}

#bottomborder ul li:first-child {
margin:0;
}

#bottomborder ul li a {
display:block;
width:35px;
height:35px;
}

#bottomborder ul li a:hover, #bottomborder ul li a:focus, #bottomborder ul li a:active  {
background-position:0 35px;
}

#bottomborder ul li#facebook a {
background-image:url(../images/icons/fb.png);
}

#bottomborder ul li#twitter a {
background-image:url(../images/icons/tw.png);
}
#bottomborder ul li#linkedin a {
background-image:url(../images/icons/li.png);
}
#bottomborder ul li#youtube a {
background-image:url(../images/icons/yt.png);
}


/*  FOOTER  */

#footer {
width:1050px;
color:#fff;
font-family:Arial;
font-size:10px;
font-weight:bold;
padding-bottom:60px;
margin:40px auto 0 auto;
}

#footer p#footer-name {
font-size:11px;
letter-spacing:2px;
padding-bottom:12px;
}

#footer p#footer-address {
font-size:10px;
letter-spacing:1px;
padding-bottom:12px;
border-bottom:2px dotted #D3ECFF;
margin-bottom:24px;
}

#footer p#footer-copyright {
text-transform:none;
font-size:10px;
letter-spacing:1px;
}

#footer a {
color:#D3ECFF;
}

#footer a:hover {
color:#F4FC0F;
}

/*  */

ol { 
    overflow:hidden;
}


