/*Main Styles
*/

body {width: 100%; margin: 0; font-family:"Gill Sans MT", "Tw Cen MT", Arial, Helvetica, sans-serif; color: #333333;  background-color:#FFFFCC;}
#container {width: 100%;  } /* dealing with IE not able to inherit bg color from content div */
#banner {width: 100%; }
#content {width: 100%;}
#main {padding: 0; margin: 0; float:left; width:80%;}
#sidebar {padding: 0; margin: 0; float:right; width:20%;background-color:#C3B95D;}
#footer {width: 100%; text-align: center; font-size: .6em; }

#frontpagenews{
	position:absolute;
	right:260px;
	top:300px;
	width:290px;
	height:200px;
	z-index:1000; 
	border: ;
	padding:5px;
}



ul#sidebarnav {margin: 0; padding:0;}
ul#sidebarnav li {list-style-type:none; padding-left: 1em; margin-bottom: 2em;}
ul#sidebarnav li#sidebarheading {list-style-type:none; padding-left: .5em; margin: 1em 0 1em 0;; font-weight: bold; color:#534334;}
ul#sidebarnav li#sidebarsubheads {color:#FFFFFF; font-weight:bold;} 
ul#sidebarnav li#sidebarsubheads a {color:#5A8B78;} 
ul#sidebarnav li#sidebarsubheads a:visited {color:#5A8B78;} 
ul#sidebarnav li#sidebarsubheads a:hover {text-decoration: none;}
ul#sidebarnav li p.descrip {font-size:.9em; line-height:1em;}
.clear {clear: both;}
#pgid {color: #5A8B78; font-variant: small-caps; font-size: 1.3em; font-weight:bold; margin-bottom:1.5em;}
.subhead{color: #5A8B78; font-weight:bold;}
p {margin: 0 .5em; line-height:1em;}
.leftmargin {margin-left: .5em;}
a img {border: none;}
a {color:#333333;}
a:visited {color:#333333;}
a:hover {text-decoration: none;}

a.southbanner  {background-color:#c3b95d; display:block;}
img#peoplebanner {position:absolute; top:36px; right:0;}
img#homepagepic {float: left; margin-right: 10px; border: 1px solid #036; padding: 5px; background-color:#CC9; }
#librarybanner {width: 100%; margin: 0; background-color: 210,225,236; color: #036; font-size:1em; font-family:"Gill Sans MT", "Tw Cen MT", Arial, Helvetica, sans-serif; padding-left: 200px; font-variant: small-caps; }
#librarybanner strong {font-size: 1.5em;}
.askusphotos {margin: 2px;}
#askusform {border: 1px solid #f1f1f1;}
table#staffinfo {font-size: .8em;}
table#databasetable {font-size: .8em;}
table#databasetable table tr td{font-size: 100%;}
td#bannedbks p{line-height:120%;}

/* TopNav */
ul#navlist
{
padding-left: 0;
margin: 0;
background-color: #C3B95D;
color: #FFF;
float: left;
width: 100%;
font-family:"Gill Sans MT", "Tw Cen MT", Arial, Helvetica, sans-serif;
}

ul#navlist li { display: inline; }

ul#navlist li a
{
padding: 0.2em 1em;
background-color: #C3B95D;
color: #FFF;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

ul#navlist li a:hover
{
background-color: #8CB3A4;
color: #fff;
}
 
	
