.hide,
#subnav,
#snippets h3,
#snippets form,
#snippets ul,
#footer,
#navigation
  {
	display: none;
}


/*body 
++++++++++++++++++++++++++++*/
body {
	font-size: 11pt;
	font-family: georgia, serif;
	color: #000000;
}

h1, h2, h3, h4 {
	font-family: arial, sans-serif;
}
h1 {
	font-size: 1.25em;
	margin-bottom: 1em;
}



h2 {
	font-size: 1.2em;
	margin:0.5em 0 1em;
}

h3 {
	font-size: 1.1em;
}

p {
	margin-bottom: 1.5em;
	font-size: 1em;
}

img {
	border: 0;
}

#map {
	 border: 1px solid #ccc;
	 height: 450px;
	 width: 400px;
}

#snippets ul#side_bar {
	display: block;
	list-style-type: none;
}

#snippets ul#side_bar li a {
	text-decoration: none;
}
