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

body {
	z-index:0;
	margin:0;
	background-color:rgb(66,42,7);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%; 	
	}
	
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:60px;	
	border:thin #FFFFFF;
	padding-top:20px;
	padding-bottom:32px;
	}

#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;
	}

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

/* LOCATIONS NAV */
#locations {
	position:absolute;
	width:304px;
	height: 12px;
	left: 55px;
	bottom:10px;
}


#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;
	border:none;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;
	margin:0 auto 0 auto;
	}
	
/* MAIN CONTENT WINDOW WITH MIN-HEIGHT */
#content {
	z-index:3;
	width:1000px;
	position:relative;
	top:0px;
	left:0px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	}

#logo {
	z-index:5;
	width:300px;
	position:relative;
	left:60px;
	border:none;
	padding-top:20px;
	}

.copy{
	position:relative;
	width:295px;
	left: 61px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%; 	
	font-size:.7em;
	padding-top:10px;
	text-align:left;
	}
	
.publicationsDLcopy{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%; 	
	font-size:.6em;
	}
	
/* CONTACT BOXES */

.downloadContainer{
	position:relative; 
	float:right; 
	right:2px;
	border-left: 1px solid rgb(168,141,127);
	padding-bottom:20px;
}

.PDFicon{
	position:relative; 
	float:left;
	top:10px;
	margin:5px;
	}
	
.publicationsDLbox{
	position:relative; 
	float:left;
	padding:5px;
	}




