/* Infusion Design*/
/* Website and Associated code copyright 2005*/

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. */
/* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. */
/* What you may use - .css files. */
/*What you may NOT use - .jpg, .gif, and .png files. */


/* basics
----------------------------------------------- */
body {
	font-family: Lucida Grande, helvetica, arial, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	}

p {
	font-size: .85em;
	margin: 0;
	line-height: 20px;
	}

#content li {
	font-family: Lucida Grande, helvetica, arial, sans-serif;
	font-size: 0.8em;
	line-height: 17px;
	}

.center {
	text-align: center;
	}
	
.left {
	text-align: left;
	color: #fff;
	}
	
.right {
	text-align: right;
	}

a, a:link, a:visited {
	text-decoration: none;
	color: #5C2B00;
	}
	
.clear{
	clear: both;
	}
	
img {
	border: none;
	}
	
hr {
	line-style: dashed;
	}
	
.leftindent {
	padding: 0px 0px 0px 15px;
	}
	
.pullquote {
	font-size: 1.3em;
	}
.clearedPar {
	margin-top: 15px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	display: block;
}
#livemap {
	position: relative;
	background-image: url(../images/coffee_map.jpg);
	background-repeat: no-repeat;
	height: 275px;
	width: 250px;
}
#livemap a {
	color: #FFFFFF;
	font-weight: bold;
}
#livemap #americanDot {
	position: absolute;
	left: 10px;
	top: 130px;
	height: 10px;
	width: 10px;
}
#livemap #africanDot {
	position: absolute;
	height: 10px;
	width: 10px;
	left: 180px;
	top: 140px;
}
#livemap #asianDot {
	position: absolute;
	height: 10px;
	width: 10px;
	left: 230px;
	top: 122px;
}
#livemap ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#livemap span {
	visibility: hidden;
	margin-left: -10px;
}
#livemap a:hover span {
	background-color: #77CDE1;
	visibility: visible;
}
#livemap a:link span {
	font-weight: bold;
	color: #FFFFFF;
}
