body {
	text-decoration: none;
	font-family: helvetica, arial, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	font-size: 13px;
	line-height: 25px;
	background-image: url(images/header_small_pad.jpg);
	background-repeat: repeat-x;
}
a.sidelocation:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #31285a;
	line-height: 22px;
	text-decoration: none;
	font-weight: bold;
}
a.sidelocation:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #31285a;
	line-height: 22px;
	text-decoration: none;
	font-weight: bold;
}
a.sidelocation:hover {
	color: #C00;
	text-decoration: underline;
	font-weight: bold;
}
.horizontalLine {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
}

.header {
	background-image: url(images/header_small_pad.jpg);
	background-repeat: repeat-x;
}

.copyright {
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	padding-top: 10px;
}

.contactinfo {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #31285a;
	line-height: 15px;
	padding-right: 10px;
}

.img-normal {
	padding-left: 10px;
	padding-bottom: 10px;
}

.text_small {
	font-size: 10px;
}

.page_title {
	font-size: 22px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #31285a;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #C00;
	letter-spacing: 0.05em;
}
a:link {
	color: #C00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
}
a:hover {
	color: #000;
}
a:visited {
	color: #C00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
}

.page_body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
}

a.contactinfo:link    { text-decoration: none; color: #31285a; background-color: transparent }
a.contactinfo:visited { text-decoration: none; color: #31285a; background-color: transparent }
a.contactinfo:active  {
	text-decoration: underline;
	color: #C00;
	background-color: transparent
}
a.contactinfo:hover   {
	text-decoration: underline;
	color: #C00;
	background-color: transparent
}

p.phone {
	position: absolute; top: 5px; right: 50px;
	color: white;
	font-weight: bold;
	}
	
div.map {
	margin: 0 auto 30px auto;
	width: 450px;
	height: 325px;
	border: thin solid black;
	-webkit-box-shadow: 5px 5px 5px black;
	-o-box-shadow: 5px 5px 5px black;
	box-shadow: 5px 5px 5px black;
	}
.image_shadow {
	border: thin solid black;
	-webkit-box-shadow: 5px 5px 5px black;
	-o-box-shadow: 5px 5px 5px black;
	box-shadow: 5px 5px 5px black;
	}
