@charset "utf-8";
/* CSS Document */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.bodyred
{
	color: #C00;
}
#header
{
	background-color: #195785;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
}
#content
{
	margin-right: auto;
	margin-left: auto;
	padding: 20px 35px 20px 35px;
}
#footer
{
	font-size: 11px;
	text-align: center;
	border-top: 1px solid #39C;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
}
#footer_info
{
	font-size: 11px;
	text-align: center;
	width: 100%;
}
a:link
{
	color: #069;
}
a:visited
{
	color: #639;
}
a:hover
{
	color: #096;
	text-decoration: underline;
}
.bodysmall {
	font-size: 10px;
}
.bodybold {
	font-weight: bold;
}
.grey {
	font-size: 13px;
	font-weight: bold;
	color: #999;
}
.subtitle {
	font-size: 14px;
	font-weight: bold;
}
.bodyitalics {
	font-style: italic;
}
.bodynormalbig
{
	font-size: 14px;
}
.title {
	font-size: 16px;
	font-weight: bold;
}
/* 12/13/13: Code for Google Maps */
/* Firefox 24 adds unnecessary scrollbars into the InfoWindow, this styling gets rid of it */
/* http://www.canbike.ca/information-technology/2013/11/01/firefox-infowindow-scrollbar-fix-google-maps-api-v3.html */
.map_noscrollbar {
	line-height:1.35;	/* Ensures long text doesn't spill out of the InfoWindow */
	overflow:hidden;	/* Ensures no scrollbars displayed */
	white-space:nowrap;	/* Ensures no scrollbars displayed */
}