@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:62px;	
	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;
	}

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


/* LOCATIONS NAV */
#locations {
	position:absolute;
	width:370px;
	height: 12px;
	left: 33px;
	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;
	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 WITH MIN-HEIGHT */
#content {
	z-index:3;
	min-height:530px;
	height:auto !important;
	height: 530px;
	width:1000px;
	position:relative;
	top:0px;
	left:0px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:none;
	}

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

.copy{
	position:relative;
	width:295px;
	left: 62px;
	padding-top:10px;
	text-align:left;
	}
	
.addressCopy{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em; 	
	font-size:.9em;
	margin-left:35px;
	margin-top:0px;
	clear:both;
	}
	
/* CONTACT BOXES */

#addressBoxContainer{
	position:relative; 
	float:right; 
	bottom:2px; 
	right:35px;
}

.contactOfficePic{
	position:relative; 
	top:45px; 
	left:40px;
	}
	
.addressInfoContainer{
	position:absolute; 
	width:220px; 
	height:150px; 
	top:45px;
	right:40px;	
	overflow:hidden;
	}

#contactBham {
	position:relative;
	width:535px;
	height:166px;
	/*
	border-left: 1px solid rgb(168,141,127);
	border-bottom: 1px solid rgb(168,141,127);
	*/
	margin:0;
	padding:0;
}

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

#contactRBeach {
	position:relative;
	width:535px;
	height:181px;
	/*
	border-left: 1px solid rgb(168,141,127);
	border-bottom: 1px solid rgb(168,141,127);
	*/
	margin:0;
	padding:0;
}

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

#contactLynville {
	position:relative;
	width:535px;
	height:166px;
	border-left: 1px solid rgb(168,141,127);
	margin:0;
	padding:0;
}

#addressTextLynville{
	width:66px; 
	height:12px; 
	background-image: url(../imgs/nav_loc_lynville.gif); 
	background-repeat:no-repeat;
	float:left;
	}
#Facebook{
	position:relative;
	margin-top:10px;
	margin-left:23px;
}	
