#map .select{
		padding:0;margin:0;
		font: 12px "Times New Roman", sans-serif;
		text-align: right;
		color: #C75320;
	}

#title {
		font: 24px "Lucida Grande", Palatino Linotype, Times New Roman, sans-serif;
		position: relative;
	}

#continent {
		position: relative;
		min-height:350px;
		height:auto !important;
		height:350px;
		padding: 15px;
		font: 12px "Lucida Grande", Palatino Linotype, Times New Roman, sans-serif;
	}
	
#continent table {
		margin-left: 100px;
	}
	
#continent ul {
		list-style: none;
	}

#continent li {
		padding-left: 12px;
		background: url("../graphics/or-bullet.gif") 0 7px no-repeat;
		padding-bottom: 6px;
	}

#continent a {
		font: 12px "Lucida Grande", Palatino Linotype, Times New Roman, sans-serif;
		color: #963;
		text-decoration: none;
	}

#continent a:hover {
		text-decoration: none;
	}
	
	
/* ---[ Records ]------------------------------------------------ */

.records {
		list-style: none;
		margin: 0; padding: 0;
	}

.records {
		list-style: none;
		margin: 0; padding: 0;
	}

.records img {
		/*margin: 5px 10px 0 10px;
		padding: 7px;*/
		border: 1px solid #ccc;
		background: #f4f4f4;
	}

.records h2 {
		background: #e9e9e9;
		font-size: 1.1em;
		font-weight: bold;
		margin: -2px 0 0 0;
		padding: 0;
		border-bottom: none;
		
	}

.records p {
		margin: 0; padding: 0;
	}

.records .categories {
		font-size: 11px;
		margin: 30px 0 0 0; padding: 0;
	}

.records .categories a {
		color: #de9b7e;
		text-decoration: none;
	}
	
.records .address {
		font: 12px "Lucida Grande", Palatino Linotype, Times New Roman, sans-serif;
		color: #000;
	}
	
.records .staff {
		font: 12px "Lucida Grande", Palatino Linotype, Times New Roman, sans-serif;
		margin-top:5px;
	}
	
.records .text {
		font: 12px "Lucida Grande", Palatino Linotype, Times New Roman, sans-serif;
		margin-top:5px;
	}
	
.records .info {
		clear: right;
		font-size: 12px;
		margin: 5px 0 15px 0;
		border-bottom: 1px solid #ccc;
		text-align: right;
	}

.records .info a {
		text-decoration: none;
		border-bottom: none;
	}

.records .info a.email {
		color: #333366;
		padding: 0 0 0 18px;
		background: url("../graphics/mail.gif") no-repeat;
	}

.records .info a.url {
		padding: 0;
	}

h2 {
	margin: 0;
	margin-bottom: 10px;
	background: #f4f4f4;
}