/*
----------------------------------------------------------------------------- 
STRUCTURE
-----------------------------------------------------------------------------*/
* { margin: 0; padding: 0; border: none; text-decoration: none; }
html {
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 82%;
	line-height: 1.5em;
	color: #333;
	text-align: center;
}
#container {
	margin: 10px auto 25px;
	width: 650px;
	text-align: left;
}
#content {
	margin: 160px 0 0 0;
	padding: 18px;
}
#banner-container {
	margin: 0 0 10px 0;
}
#main-container {
}
#details-box {
	position: absolute;
	top: 0;
	right: 15px;
}
#top-bg {
}
#bot-bg {
}
#left-image-container {
	float: left;
	margin: 15px 0 0 0;
}
#right-image-container {
	float: right;
	margin: 15px 0 0 0;
}
#middle-container {
	margin: 0 198px 0 194px;
}
#link-container {
}
#link-container img {
	margin: 0 8px 0;
}
#mousepad {
	width: 230px;
	margin: 0 0 20px 0;
}
#location-map {
	width: 230px;
}
#logo-container img {
	display: inline;
	margin: 10px 10px 0 10px;
}
/*
----------------------------------------------------------------------------- 
CLEARING
-----------------------------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
	font-size: 0px;
    clear: both; 
    visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
/*
----------------------------------------------------------------------------- 
FONTS
-----------------------------------------------------------------------------*/
h1 {
	position: absolute;
	top: 0;
	left: 0;
}
p {
	padding: 0 0 10px 0;
}
ul {
	line-height: 1.7em;
	margin: 10px 0 10px 0;
}
ul li {
	list-style-image: url(i/diamond.gif);
	margin: 0 0 0 20px;
}
#details-box {
	color: #7B6603;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
}
/*
----------------------------------------------------------------------------- 
LINKS
-----------------------------------------------------------------------------*/
a:link {
	color: #d57d57;
	text-decoration: underline;
}
a:active {
	color: #d57d57;
}
a:hover {
	color: #f00;
}
a: {
	color: #333;
}
/*
----------------------------------------------------------------------------- 
MISC
-----------------------------------------------------------------------------*/
img { display: block; }
.top-image {
	margin: 0 0 15px 0;
}
.spacing {
	margin: 60px 0 0 0;
	page-break-before: always;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}