@charset "UTF-8";
/* CSS Document */

body {
	font-size:62.5%;
	text-align:center;
	background:#fff url(/images/page.png) 0 0 repeat-x;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1,
h2,
h3,
h4 {
	font-weight:normal;
	font-style:italic;
	color:#006;
}
h3 {
	padding:10px 0;
	clear:left;
}
#navigation {
	font-size:1.3em;
	text-transform:uppercase;
	line-height:.85em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#masthead a,
#masthead h1 {
	text-decoration:none;
	font-size:1.8em;
}
#service_info h2 {
	background:#eee;
	padding:5px;
	border-bottom:1px solid #ccc;
}
#service_info p {
	padding:10px;
	font-size:.95em;
}
/* LoVe HAte */
#navigation a {
	text-decoration:none;
}
#navigation a:link,
#navigation a:visited {
	color:#333;
}
#navigation li.active a,
#navigation a:hover,
#navigation a:active {
	color:#006;
}
#content {
	font-size:1.3em;
	line-height:1.4em;
	text-align:left;
}
#foot {
	font-size:1.2em;
	background:none;
	color:#999;
}
#foot p {
	padding:0;
}
p {
	padding:0 0 15px 0;
}
.more {
	display:inline-block;
	padding-right:15px;
	background:url(/images/more.png) 100% 50% no-repeat;
	height:22px;
	color:#006;
	font-weight:bold;
	font-style:italic;
	line-height:22px;
	font-size:1.1em;
	text-decoration:none;
}