@charset "UTF-8";
/* CSS Document */

body {
	z-index:0;
	margin:0;
	background-color:rgb(66,42,7);
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em; 	
	font-size:.7em;
	}
	

a{
	color:#fff;
	}
	
a:hover{
	color:#668d3c;
	}	
	
a img{
	border:0px;
	}



/* MAIN NAV */
#nav {
	position:relative;
	width:320px;
	color:rgb(232,221,206);
	z-index:6;
	left:350px;
	margin:0;
	padding-top:15px;
	padding-bottom:50px;
	}

#about a{
	background-image: url(../imgs/nav_about.gif);
	width:42px;
	height:11px;
	background-repeat:no-repeat;
	}

#work a{
	background-image: url(../imgs/nav_work.gif);
	width:40px;	
	height:11px;
	background-repeat:no-repeat;
	}

#PR a{
	background-image: url(../imgs/nav_PR.gif);
	width:112px;
	height:11px;
	background-repeat:no-repeat;
	}

#publications a{
	background-image: url(../imgs/nav_publications.gif);
	width:87px;
	height:11px;
	background-repeat:no-repeat;
	}

#contact a{
	background-image: url(../imgs/nav_contact.gif);
	width:62px;
	height:11px;
	background-repeat:no-repeat;
	}

#about a:hover, #work a:hover, #PR a:hover, #contact a:hover, #publications a:hover{
	background-position: right top;
	}

#aboutBC a{
	background-image: url(../imgs/nav_about.gif);
	width:42px;
	height:11px;
	background-repeat:no-repeat;
	background-position: right top;
	}


/* LOCATIONS NAV */
#locations {
	position:relative;
	width:304px;
	height: 12px;
	bottom: 10px;
	padding-top:10px;
	left: 361px;
}


#birmingham a{
	background-image: url(../imgs/nav_loc_birmingham.gif);
	width:90px;
	height:12px;
	background-repeat:no-repeat;
	}

#rosemary a{
	background-image: url(../imgs/nav_loc_rosemary.gif);
	width:115px;
	height:12px;
	background-repeat:no-repeat;
	}

#lynville a{
	background-image: url(../imgs/nav_loc_lynville.gif);
	width:66px;
	height:12px;
	background-repeat:no-repeat;
	}

#birmingham a:hover, #rosemary a:hover, #lynville a:hover{
	background-position: right top;
	}



/* BODY */

/* CONTAINER WITH BORDER "SIDES" */
#placement{
	z-index:1;
	width:1000px;
	position: relative;
	left:50%;
	top:15px;
	background-color:rgb(66,42,7);
	margin-left: -500px;
	background-image: url(../imgs/frontBackground.gif);
	background-repeat:repeat-y;	
	background-position:center;
	}
	
/* TOP OF BORDER */
#topbar {
	z-index:2;
	width:1000px;
	height:27px;
	position:relative;
	top:0px;
	left:0px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:none;
	}
	
	/* FOOTER - BOTTOM OF BORDER */	
#footer{
	position:relative;
	width:1000px;
	height:41px;
	margin:0 auto 0 auto;
	}
	
	
/* MAIN CONTENT WINDOW */
#content {
	z-index:3;
	width:1000px;
	position:relative;
	top:0px;
	left:0px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:none;
	}

#logo {
	z-index:5;
	position:relative;
	left:350px;
	margin:0;
	padding-top:63px;
	border:none;
	}
	
#aboutPic {
	z-index:5;
	position:absolute;
	left:100px;
	top:0px;
	margin:0;
	padding:0;
	border:none;
	}
	
.copy{
	position:relative;
	width:295px;
	left: 352px;
	padding-top:10px;
	text-align:left;
	}

	
