/* CSS Document */

body {
	margin: 0 0 0 0;
	font-family: "Trebuchet MS", "Lucida Grande";
	font-size: 12px;
	color: #555;
	background: url("images/header_tile.gif") repeat-x left top;
	background-color: #EDEBE4;
}

#navWrapper {
	width: 906px;
	margin: 0 auto;
}

#navLeft {
	float: left;
}

#navRight {
	float: left;
}

#mainWrapper {
	width: 900px;
	margin: 0 auto;
}

#photos {
	float: left;
}

#content {
	float: left;
	background: url("images/reflection.jpg") no-repeat left top;
	width: 900px;
	/*height: 150px;*/
	padding: 105px 0px 0 0px;
	line-height: 18px;
}

#fullframe {
	width: 800px;
	margin: 0 auto;
}

#intro {
	width: 450px;
	margin: 0 auto;
	text-align: justify;
}

#burger_king {
	float: left;
	width: 239px; /* 300 actual */
	padding: 0 30px;
	border-right: 1px solid #EACAC5;
}

#krispykreme {
	float: left;
	width: 240px; /* 300 actual */
	padding: 0 30px;
}

#popeyes {
	float: left;
	width: 239px; /* 300 actual */
	padding: 0 30px;
	border-left: 1px solid #EACAC5;
}

#address {
	width: 300px;
	margin: 0 auto;
}

#footer {
	clear: both;
	width: 450px;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
	color: #99978F;
}

#footerNav {
	width: 450px;
	margin: 40px auto;
	padding: 40px 0 0 0;
}

#legal {
	padding: 10px 0 0 0;
	font-size: 9px;
}

/* !PARAGRAPH STYLES */

h1 {
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #000;
	font-size: 12px;
	color: #2A2A2A;
	letter-spacing: 4px;
	text-transform: uppercase;
}

h3 {
	margin: 0;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* !TABLE STYLES */

.jobs td {
	padding: 2px 12px;
	font-weight: bold;
}

.jobs td.head {
	background-color: #DDDACE;
	text-align: right;
}

/* !LINKS */

a:link, a:visited {
	color: #996600;
}

a:hover, a:active {
	color: #990000;
}

/* !NAVIGATION LINKS */

a.home {
	float: left;
	display: block;
	width: 180px;
	height: 80px;
	background: url("images/nav/home.jpg") no-repeat left top;
}

a.home:hover {
	background-position: -180px;
}

a.locations {
	float: left;
	display: block;
	width: 180px;
	height: 80px;
	background: url("images/nav/locations.jpg") no-repeat left top;
}

a.locations:hover {
	background-position: -180px;
}

a.management {
	float: left;
	display: block;
	width: 180px;
	height: 80px;
	background: url("images/nav/management.jpg") no-repeat left top;
}

a.management:hover {
	background-position: -180px;
}

a.contact {
	float: left;
	display: block;
	width: 180px;
	height: 80px;
	background: url("images/nav/contact.jpg") no-repeat left top;
}

a.contact:hover {
	background-position: -180px;
}

a.jobs {
	float: left;
	display: block;
	width: 180px;
	height: 80px;
	background: url("images/nav/jobs.jpg") no-repeat left top;
}

a.jobs:hover {
	background-position: -180px;
}

/* !MISCELLANEOUS LINKS */

.phone {
	float: right;
}

.bioBox {
	float: left;
	width: 170px; /* 180 actual */
	padding: 0 5px 20px;
	line-height: normal;
}

.bioBox .name {
	color: #996600;
	font-weight: bold;
}

.bioBox .title {
/* 	color: #996600; */
/* 	font-weight: bold; */
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.bioBox img {
	border: 1px solid #7c6e5b;
}

.bioBox .quote {
	font-style: italic;
	font-size: 11px;
	color: #996600;
}

.clear {
	clear: both;
}

/* !Flickr Feed */

#flickr {
	float: left;
	text-align: center;
/* 	margin-bottom: 1em; */
}

#flickr ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#flickr li {
    float: left;
    height: 100px;
    margin: 0 3px 6px 3px;
    overflow: hidden;
}

#flickr img {
    width: 150px;
    border: 1px dotted #252525;
/*     height: 80px; */
}

#flickr img:hover {
	opacity: .75;
}
