* {
	margin: 0;
	padding: 0;
}


body {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #111166;    
}

a {
	color: rgb(158,82,82);
	outline: none;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;	
}
p {
	margin: 0 0 10px
}
img {
	border: none;
}
ul {
	list-style-type: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 930px;
	margin: 0 auto;
	padding: 2px 2px 2px 2px;
	background: white;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	
	padding: 10px 0px 0px 0px;
}


/* Middle
	background: #EDEDE4;
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 5px 5px 5px 190px;
}
#content ul {
	list-style-type: circle;
	padding-left: 22px;
}
.picture {
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
	border-style:solid;
	border-color: #444444;
	border-width:2px;
	margin: 0 10px 0 0;
}
.quote {
    font-family: "Times New Roman";
	font-size: 14px;
	font-style: italic;
    padding: 10px;
}
.figureright {
    float:right; 
    margin: 0 0 10px 10px;
}
.figureright p {
  text-align: center;
  font-style: italic;
  text-indent: 0;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 160px;
	margin-left: -100%;
	padding: 5px 5px 5px 5px;

}


/* Footer
	background: #554E44;
-----------------------------------------------------------------------------*/
#footer {
	padding: 30px 5px 5px 5px;
	font-size: 12px;
	text-align: center;
}

#map_canvas { 
	width: 600px;
	height: 400px; 
        -moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
	border-style:solid;
	border-color: #444444;
	border-width:2px;
	margin: 0 10px 0 0;
}

/* Table stuff */
/* Inspired by: http://coding.smashingmagazine.com/2008/08/13/top-10-css-table-designs/ */
.tableminimalist
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 0px;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
.tableminimalist th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
.tableminimalist td
{
    border-bottom: 1px solid #ccc;
	color: #669;
	padding: 9px 8px 0px 8px;
}