/* CSS Document */

/* SITE COLORS */
/* #FFFFFF = White */
/* #000000 = Black */

* {
	border: 0;
	padding: 0;
	margin: 0;
}
body, #cms_Content {
	background-color: #d3d3d3;
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: ;
	color: #4f565a;
}
table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}	
td {
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
}
p {
	margin-bottom: 14px;
}
h1 {
	text-align: center;
	color: #003e7e;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	border-bottom: 2px solid #babdbf;
	padding: 6px 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	color: #858c90;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: -.01em;
	margin-top: 10px;
}
h3 {
}
h4 {
}
a {
	color: #3881b4;
	text-decoration: ;
}
	a:hover {
		color: ;
		text-decoration: ;
	}
a img {
}
ul {
}
li {
	list-style-type: none;
}
hr { /* These should cover all the unique browser traits */
	border: 0px;
	color: #000000;
	background-color: #000000;
	height: 1px;
	width: 100%;
	text-align: left;
}
.printOnly {
	display: none;
}
.clearfix:after  {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.container {
	max-width: 600px;
	margin: 0px auto;
}
#header {
	background-image: ;
	background-repeat: ;
	height: ; /* This is the total height of the header minus top and bottom padding */
	margin-top: ;
	padding-top: ; /* Subtract this value from the total height of the header (defined above) */
	text-align: center;
	position: relative;
}
	#header div#fullsitelink {
		position: absolute;
		top: 8px;
		right: 3%;
		font-size: 15px;
		font-weight: bold;
		letter-spacing: -.05em;
	}
		#header div#fullsitelink a {
			text-decoration: none;
		}
			#header div#fullsitelink a:hover {
				text-decoration: underline;
			}
	#header div.logo {
		padding-top: 16px;
	}

#box0 {
	margin-top: 6px;
	padding: 8px;
}
	#box0 div.boxa {
		padding: 0px 10px;
	}
	div.location {
		background-image: url(../images/icon-bluepin.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		margin-top: 10px;
	}
		div.location div.title {
			margin-left: 24px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 25px;
			color: #003e7e;
		}
		div.location div.street, div.location div.citystatezip {
			margin-left: 24px;
			font-size: 17px;
		}
		div.location div.citystatezip {
			margin-bottom: 10px;
		}
		p span.heading {
			font-weight: bold;
			color: #0a4582;
		}
		div.maplink {
			padding-bottom: 20px;
			margin-top: 20px;
			border-bottom: 1px solid #b3b7ba;
		}
			div.maplink a {
				background-color: #f0f0f0;
				-webkit-border-radius: 8px;
				-moz-border-radius: 8px;
				border-radius: 8px;
				padding: 8px 10px;
				text-decoration: none;
			}
				div.maplink a span.text {
					color: #003e7e;
					font-weight: bold;
				}
#footer {
	text-align: center;
	padding-bottom: 20px;
}
	#footer p {
		margin-bottom: 5px;
	}
	#footer a {
		font-weight: bold;
		text-decoration: none;
	}
		#footer a:hover {
			text-decoration: underline;
		}
	#footer div#copyright {
		font-size: 15px;
		color: #858c90;
		font-weight: bold;
	}


/* CSS BELOW APPLIES TO print layout */
@media print {
	.noPrint {
		display: none;
	}
	.printOnly {
		display: block;
	}
	img.noPrint {
		display: none;
	}
}
