/***********************************************/
/* Administration. Reese Library.2007*/
/* Created by Bill Wells   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	/*color: #316AC5;*/
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: bold "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #333333;
}

h4{
 font-size: 125%;
 font-weight: normal;
 color: #334d55;
}

h5{
 font-size: 100%;
 color: #334d55;
}


ul{
 list-style-type: disc;
 font-size: 100%; 
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


li {font-size:100%;}

p {font-size:100%;}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 5px 0px;
	border-bottom: 1px solid #cccccc;
	width: 900px;
	position: absolute;
	height: 60px;
	background-color:#ffffff;
	background-image: url(../images/admin-welcome.png);
	background-repeat:no-repeat;
	left: -1px;
	top: 46px;
}


#content{
  float:left;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	float: right;
}


/************* addbar styles **************/

#topaddbar{
	color: #000000;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
	position: absolute;
	left: 747px;
	top: 75px;
	height: 26px;
	width: 125px;
}

#topaddbar a {
	font-size: 70%;
	padding: 0px 4px 0px 0px; 
	text-decoration: underline;
	}
	

/************* /addbar styles **************/


	/* -- Header Content Block -- */
#header-content {
	width: 402px;
	float: left;
	padding: 15px 35px 0 15px;
	font-family: palatino, georgia, serif;
	position: absolute;
	top: 83px;
	height: 116px;
	left: 53px;
}
#header-content-title {
	position: absolute;
	overflow: auto;
	width: 402px;
	left: 59px;
	top: 89px;
}

#header-content-title h3 {
	float: left;
	font-weight: normal;
	font-size: 15px;
	font-family: bold "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
}


	
#page-body {
	clear: both;
}

/* -- Main Content -- */
#main-content {
	float: left;
	position: absolute;
	left: 51px;
	top: 121px;
	height: 194px;
	width: 847px;
	font-family:  arial, sans-serif;
}
blockquote {
	position:relative;
	left:20px;
	width:785px;
}
blockquote blockquote {
	position:relative;
	left:20px;
	width:745px;
}
.red {
	color:red;
}

#AsOf {
	position:relative;
	float:right;
}

/* -- /Main Content -- */

	/* -- Footer -- */
#footer {
	clear: left;
	padding-top: 10px;
	position: absolute;
	width: 862px;
	border: solid 1px #fff;
	left: 45px;
	top: 1093px;
	float: left;
	height: 70px;
}
#footer .wrapper1 {
	border-left: solid 3px #ccc;
}
#footer .wrapper2 {
	border-right: solid 5px #ccc;
}
#footer .wrapper3 {
	border-bottom: solid 4px #ccc;
	overflow: auto;
	width: 100%;
}

#footer .title2 {
	position: absolute;
	top: -319px;
	right: 10px;
	width: 342px;
	height: 79px;
	float: left;
	font-weight: normal;
	font-size: 15px;
	font-family: bold "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
}
#footer p {
	float: left;
	margin: 0;
	padding: 15px 15px 15px 25px;
	font-family: bold "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
}
#footer ul {
	float: right;
	padding: 15px 15px 15px 25px;
}
#footer li {
	font-size: 11px;
	text-transform: uppercase;
	display: inline;
	margin: 0 3px 0 0;
	padding: 0 6px 0 12px;
	border-left: solid 1px #ccc;
}

/*----Link Styles ----*/
#topaddbar a:link {color: #003333}
#topaddbar a:visited {color: #990000;}
#topaddbar a:hover {color: #00FF00;}
#topaddbar a:active {color: #0000ff;}

#footer li a:link {color: #003333}
#footer li a:visited {color: #990000;}
#footer li a:hover {color: #00CC00;}
#footer li a:active {color: #0000ff;}

#cells1 a:link {color: #0000FF}
#cells1 a:visited {color: #990000;}
#cells1 a:hover {color: #00CCFF;}
#cells1 a:active {color: 0000ff;}

#cells a:link {color: #0000FF}
#cells a:visited {color: #990000;}
#cells a:hover {color: #00CCFF;}
#cells a:active {color: 0000ff;}
/*----/Link Styles ----*/

