body {
	color:#333;
	font-family:"helvetica new", "neue helvetica", helvetica, arial, sans-serif;
	font-size:0.8em;
	margin:0;
	padding:10px 0 0 0;
	line-height:1.5em;
}
h1 {
	float:left;
	margin: 0 0 10px;
}
#content, #footer {
	margin:0 auto;
	width:470px;
	clear:both;
}
#footer {
	padding:10px 0 0 0;
	text-align:center;
}
#text {
	padding:0px 0 0 0;
	margin:10px 0 0 0px;
	clear:both;
}
a:hover {
	text-decoration:none;
}
h1, h2, h3 {
	margin-bottom:5px;
	clear:both;
}
h2 {
	clear:both;
	font-size:1.3em;
	margin-top:60px;
	color:#007b3d;
}
h2 + p, h3 + p {
	margin-top:2px;
}
strong {
	color:#333;
}
.smaller {
	font-size:0.8em;
}
.big {
	font-size:1.5em;
}

div.vcard {
	width:40%;
	float:left;
}
	div.vcard div.org { font-weight:bold; font-size: 1.1em; }
	
#googlemap {
	width:55%;
	float:right;
	height:250px;
}

p.standout {
	margin: 20px 0;
	padding: 10px;
	border:solid 1px #007b3d;
	background-color:#ffc; 
}

/* Pricing Table */
#pricing {
	width:100%;
	border-spacing: 0; /*Others*/
    border-collapse: collapse; /*IE*/
}
	#pricing th, #pricing td {
		margin:0; padding:5px;
		border:solid 1px #007b3d; border-collapse:collapse;
		text-align:center;
	}
	#pricing th {
		font-weight:bold;
		text-transform:uppercase;
	}
	#pricing td {
		
	}
	#pricing td.desc {
		font-size:0.9em;
		text-align:left;
	}
		#pricing td.desc strong {
			font-size:1.1em;
		}
	#pricing .perday {
		background-color:#ffc;
		color:red;
		font-weight:bold;
	}
		#pricing td.perday {
			font-size:1.8em;
		}