/* General Code */
body {
	background: fixed #e4e4e4 url(/OakSmall.jpg) bottom right repeat-x;
}

div.main {
	margin: 10px auto;
	z-index: 0;
	width: 750px;
	min-height: 600px;
	background: #ffffff url(/images/paperback.gif) top left repeat-y;
	padding: 25px;
	border: 1px solid #333344;
	font-family: "Lucida Grande", Verdana;
	font-size: small;
	color: #333344;
}

div.main p {
	line-height: 1.5em;
}

div.contentbar {
	width: 500px;
	padding: 5px;
	padding-left: 0px;
	min-height: 442px;
	float: left;
}

div.contactbar {
	text-align: center;
}

div.projectbar {
	width: 660px;
	padding: 10px;
	padding-left: 45px;
	padding-right: 45px;
	min-height: 300px;
	margin: 0 auto;
}

div.sidebar {
	width: 220px;
	padding: 5px;
	padding-right: 0px;
	min-height: 300px;
	float: right;
}

div.footer {
	width: 750px;
	text-align: center;
	padding-top: 10px;
	margin: 0 auto;
	font-size: 11px;
	color: #889;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a:link {
	text-decoration: none;
	color: #225;
}

a:hover {
	text-decoration: none;
	color: #dde;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:visited:hover {
	text-decoration: none;
	color: #dde;
}

ul{
	margin: 0;
	padding: 0;
}

.spacer {
	clear: both;
}

/*===========Contact Zoomer info (now unused) ===========*/
#contactInfo {
	position: absolute;
	margin: 0 0 0 322px;
	border: 3px double #334;
	background-color: #eed;
	color: #334;
	text-align: center;
	padding: 3px;
	width: 420px;
	height: 14px;
	z-index: 5;
}

/*===========Sidebar Information===========*/
img.sidebar-image{
	width: 200px;
	height: 200px;
}

/*============== Header Information ===========*/
div.headerimage{
	background: url(/Logo.jpg) 0 0 no-repeat;
	width: 750px;
	height: 100px;
	margin: 0 0 5px 0;
	border: 2px solid #334;
}

/*========== Header Tabs =================
These tabs are all thanks to Douglas Bowman and his article "Sliding Doors of CSS, Part II" at ALA. */

#header {
	float: left;
	width: 100%;
	background:#ffffff;
	font-size: small;
	line-height: normal;
	padding-bottom: 5px;
}

#header ul {
	margin: 0;
	list-style: none;
}

#header li {
	float: left;
	margin: 0 5px 0 0;
	border: 3px double #334;
}

#header a {
	float: left;
	display: block;
	width: .1em;
	padding: 2px 11px 2px 11px;
	text-decoration: none;
	color: #025;
}

#header > ul a {
	width:auto;
}

#header a:hover {
	color:#aab;
}

#home #nav-home, #projects #nav-projects,
#history #nav-history, #contact #nav-contact {
	border-width:0;
	background-color: #111;
}

#home #nav-home a, #projects #nav-projects a,
#history #nav-history a, #contact #nav-contact a {
	border:3px double #334;
	color: #eef;
}

#header li:hover, #header li:hover a {
	color:#aab ! important;
}

/*===================POP up images====================*/
body.popupbody{
	background: #fff;
}

.popupdiv {
	margin: auto;
}

/*=========== Here's the drop shadow css ====================
 Thanks for Sergio Villareal for his ALA article*/

.alpha-shadow {
  float: left;
  background: url(/shadow/shadow1.gif) no-repeat bottom right;
  margin: 10px 0 0 4px !important;
  margin: 10px 0 0 3px;
}

.alpha-shadow div {
  background: url(/shadow/shadow2.png) no-repeat left top !important;
  background: url(/shadow/shadow2.gif) no-repeat left top;
  padding: 0px 6px 3px 0px;
}

.alpha-shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;

  padding: 4px;
}

/* Fading Tooltips By Dustin Diaz*/
body div#toolTip { position:absolute;z-index:1000;width:220px;background:#000;border:2px double #fff;text-align:left;padding:5px;min-height:2em;-moz-border-radius:5px; }
body div#toolTip p { margin:0;padding:0;color:#fff;font:11px/12px verdana,arial,sans-serif;font-weight:bold; }
body div#toolTip p em { display:block;margin-top:3px;color:#777;font-style:normal;font-weight:normal; }
body div#toolTip p em span { color:#fff; }