/* Container formats margins, background, some line spacing */

#container
{
	width: 100%;
	margin: 10px auto;
	color: #333;
	line-height: 130%;
	font-style: normal;
}


/* Imgborder, masthead, and mastname format library name and pictures at top */


.imgborder
{
padding: .30em;
border: 1px solid gray;
} 


#masthead
{
	padding: .5em;
	background-color: #669999;
	border-bottom: 1px solid gray;
	word-spacing: 0.3em;
	letter-spacing: 0.1em;
}


#masthead h1
{
padding: 0;
margin: 0;
background-color: #669999;
font-family: "Trebuchet MS", serif;
word-spacing: 0.3em;
letter-spacing: .1em;
}


#mastname
{
float: left;
padding: 1em;
line-height: 200%
}

#mastname h1
{
padding: 0;
margin: 0;
background-color: #669999;
font-family: "Trebuchet MS", serif;
word-spacing: 0.3em;
letter-spacing: .1em;
}

#mastname a
{
text-decoration: none;
border-bottom: none;
}

#mastname a:link
{
color: #333333
}

#mastname a:visited
{
color: #333333
}

#mastname a:hover
{
color: #333333
}




/* Topbar formats the books, articles online, etc. top tabbed navigation */




#topbar ul
{
	margin: 0;
	padding: 3px 0;
	list-style-type: none;
	font-family: "Trebuchet MS", sans-serif;
	text-align: justify;
}

#topbar ul li 
{
display: inline;
text-decoration: none;
}

#topbar ul li a
{
text-decoration: none;
padding: 3px 0.5em;
color: #fff;
background-color: #483D8B;
border-bottom: none;
border: 1px solid gray;
}

#topbar ul li a:hover
{
color: #fff;
background-color: #369;
}



/* Navcontainer formats the About Us, Instruction, Resources, etc. left navigation */


#navcontainer 
{
	float: left;
	width: 200px;
	font-style: normal;
	text-transform: capitalize;
	background-attachment: scroll;
}


#navcontainer ul
{
margin-left: 0;
margin-right: 0;
padding-left: 0;
list-style-type: none;
font-family: "Trebuchet MS", serif;
}



#navcontainer a 
{
display: block;
padding: 3px;
width: 182px;
background-color: #80596C;
border-bottom: 1px solid gray;
border-left: 1px solid gray;
border-right: 1px solid gray;
}

#navcontainer a:link, #navlist a:visited
{
color: #eee;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}

#navlist
{
	padding: 0 1px 1px;
	margin-top: 0;
	word-spacing: 0.3em;
	letter-spacing: .4 em;
}

<ul id="navlist">
		 					<li><a href="visit.htm">ABOUT US</a></li>
							<li><a href="instruction.htm">INSTRUCTION</a></li>
							<li><a href="resources.htm">RESOURCES</a></li>
							<li><a href="services.htm">SERVICES</a></li>

							<li><a href="guidelines.htm">GUIDELINES</a></li>

							<li><a href="dep.htm">DEPARTMENTS </a></li>
					        <li><a href="sitemap.htm">SITEMAP </a></li>
		 			</ul>

/* Breadcrumbs are slightly smaller */

#breadcrumbs
{
font-size: small;
}

/* Content gives left margin space for navbar, border and lighter background color */



#content
{
	margin-left: 200px;
	padding: 1em;
	max-width: 100%;
	background-color: #CFE6E6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#content h2
{ 
font-family: "Trebuchet MS", serif;
font-weight: bold;
}


#content h3
{ 
font-family: "Trebuchet MS", serif;
font-weight: bolder;
}

#content h4
{ 
font-family: "Trebuchet MS", serif;
}

#content p
{
margin-left: 15px;
}

/* Body and a set some additional default content and link style that sits under content */

body
{
font-family: verdana, sans serif;
color: black;
background-color: #669999;
}

a 
{
text-decoration: none;
border-bottom: 1px dashed #993366; 
font-weight: bolder;
}

a:link
{
color: #993366
}

a:visited
{
color: #483D8B
}

a:hover
{
color: #696969
}
 

/* Footer styles update date, home page, etc. at bottom of page */

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #669999;
border-top: 1px solid gray;
font-weight: bolder;
font-family: times, serif;
text-align: center;
}

#footer a
{
text-decoration: none;
border-bottom: none;
text-align: center;
}

#update
{
text-align: center;
font-style: italic;
font-size: medium;
font-weight: normal;
}

#hours
{
margin: 15px 15px 15px 15px;
height: 150px; 
width: 450px; 
border: 1px solid gray; 
background-color: #E6CFDA; 
padding: 10px
float: left;
}

#address
{
margin: 15px 15px 15px 15px;
height: 100px; 
width: 250px; 
border: 1px solid gray; 
background-color: #E6CFDA; 
padding: 10px
float: left;
}



/* cap2 is for drop cap on home page */



.cap2 
{
margin-right: 6px;
margin-top: 2px;
float: left;
color: #80596C;
background: #E6CFDA;
border: 1px solid gray;
font-size: 80px;
line-height: 68px;
padding-top: 3px; 
padding-right: 4px;
padding-left: 3px;
font-family: Times;
}

/*eresources is for the articles online page only */
#eresources
{
	font-size: 13px;
}
/* subjecttable is for the articles online page only.  This sets the color of the subjecttable search table */
#subjectmenu
{
	background-color:#FFFF9F;
}
#vendormenu
{
	background-color:#C6FFC6;
}
#azmenu
{
	background-color:#66FFFF;
}

