
body {padding:0;margin:0;background-color:#1d2f68;
font-family:arial;
}

img {border:0}

a {color:#036;}
a:hover {color:#a00}

#header {background-color:#a1a8bd;margin:0; height:68px;
background-image:url("http://www.library.arizona.edu/about/libraries/govdocs/layoutImgs/headerBg.gif");
background-repeat:no-repeat;
}

#header img#gpoLogo{float:left;padding-left:5px;}
#header img#stateLogo{position:absolute;top:5px;right:20px;}
#header img#logo{float:left;padding-left:150px;padding-top:3px;}

#header h1{margin:0;padding:0;padding-left:200px;}
h2 {margin:0;color:#a00;}
#header span{position:absolute;left:500px;top:35px;font-family:arial;font-size:12px;font-weight:bold;font-style:italic;color:#334;}

#mainWrapper {background-color:white;
background-image:url("http://www.library.arizona.edu/about/libraries/govdocs/layoutImgs/mainBodyBg2.gif");
background-repeat:repeat-y;
background-position:0% 100%;
}

#mainWrapper2 {background-color:transparent;
background-image:url("http://www.library.arizona.edu/about/libraries/govdocs/layoutImgs/mainBodyBg.gif");
background-repeat:no-repeat;
background-position:100% 100%;
}

#menu {width:150px;background-color:#d0caba;float:left;
background-image:url("http://www.library.arizona.edu/about/libraries/govdocs/layoutImgs/menuBg.gif");
background-repeat:no-repeat;
padding-top:52px;
border-bottom:3px solid #a00;
}

#tabs {padding-left:20px; position:relative;left:40px;}
#tabs a{font-size:75%;color:#fff;text-decoration:none;padding: 0 7px;border-right:1px solid #fff;font-family:arial;font-weight:bold;}
#tabs a:hover{background-color:#a00;text-decoration:underline;}

#content {margin-left:150px;
margin-right:20px;
margin-bottom:20px;
padding:0 40px;
background-color:#fffffc;
border:1px solid #ffe;}


/********************************* Moz Only ****************************/
#tabs {padding-left:20px; margin-left:200px;margin-right:40px;
background-color:#036;
background-image:url("http://www.library.arizona.edu/about/libraries/govdocs/layoutImgs/tabBg.gif");
background-repeat:no-repeat;
background-position:0 100%;
}
/*********************************************************************/




#content h2{padding:30px 0 10px 0;font-family:verdana;font-size:110%;}
#content p{padding:0;margin:0;}

#rightSideText{float:right;width:170px;padding:20px 10px; }
#rightSideText h2{font-size:14px;color:#036;font-weight:bold;}
#rightSideText a{font-size:11px;color:#556;font-weight:bold;display:block;text-decoration:none;padding:4px 0 4px 10px}
#rightSideText a:hover {color:#a00;text-decoration:underline;}


#footer {background-color:#a1a8bd;clear:both;font-size:80%;text-align:center;
height:42px;
background-image:url("http://www.library.arizona.edu/about/libraries/govdocs/layoutImgs/footerBg.gif");
background-repeat:no-repeat;
background-position:100% 0;
margin-bottom:10px;
}

#footer a{color:#036;text-decoration:none;}
#footer a:hover{color:#a00;text-decoration:underline;}

#currentEvents {clear:both;padding-bottom:30px;padding-left:150px;
width:30%;
background-repeat:no-repeat;
}

#currentEvents h2 {color:#79756a;height:23px;line-height:23px;font-size:18px;padding-left:10px;
}
#currentEvents ul{padding:0 20px;margin:0;margin-left:10px;font-size:75%;color:#1d2f68;font-weight:bold;}
#currentEvents a{color:#1d2f68;text-decoration:none;}
#currentEvents a:hover{color:#a00;text-decoration:underline;}

.noDisplay {display:none}


#menu li{
position:relative;
list-style:none;
border:1px solid #d0caba;
border-width:1px 0;
padding:0;
font-family:arial;
font-weight:bold;
color:#a00;
font-size:95%;}

ul.makeMenu, ul.makeMenu ul {
  width: 140px;                /* sets the size of the menu blocks */
  background-color: #d0caba;   /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
  padding-left: 0px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
  padding-right:0px;
}
ul.makeMenu li {
  list-style-type: none;       /* removes the bullet points */
  margin: 0px;                 /* Opera 7 puts large spacings between li elements */
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  color: #fff;                 /* sets the default font colour to white */
  left:10px;
}

ul.makeMenu li {padding-right:10px;}
#menu li li{ text-transform:none;font-size:85%;}
ul.makeMenu li li{padding-left:0px;left:0;}
ul.makeMenu ul {padding-right:0;border:2px solid #9a9c87}


ul.makeMenu li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: 0;                    /* position slightly lower than the parent menu item */
  left: 140px;                 /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight a{
  border:1px dashed #fff;border-width:1px 0;padding:0 5px;
}

ul.makeMenu li:hover {background-color:#9a9c87;}
ul.makeMenu li.CSStoHighlight{background-color:#9a9c87;}


ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}

#menu li a{border:1px solid #d0caba;border-width:1px 0;padding:2px 0;}
#menu li a:hover {border:1px dashed #fff;border-width:1px 0;padding:2px 0;}
#menu ul.makeMenu ul li {border-bottom:2px dashed #9a9c87;}
#menu ul.makeMenu li.CSStoHighlight {border:1px dashed #fff;border-width:1px 0;}

ul.makeMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.makeMenu li a {padding:3px 5px; color: #a00; display: block; border:1px solid #d0caba; border-width:1px 0;}
ul.makeMenu li a:hover{border:1px dashed #fff; border-width:1px 0;}

-->

/**** [if gte IE 5] ***/
/* that IE 5+ conditional comment makes this only visible in IE 5+ */
ul.makeMenu li {  /* the behaviour to mimic the li:hover rules in IE 5+ */
	behavior: url( "http://www.library.arizona.edu/about/libraries/govdocs/javascripts/IEmen.htc" );
}
ul.makeMenu ul {  /* copy of above declaration without the > selector */
	display: none; position: absolute; top: 0; left: 140px;
}