@charset "utf-8";

/** WRAPPER */

#wrapper {
}

/** HEADER */

#header {
}

/** PAGE */

#page {
}

/** CONTENT */

#content {
}

/** SIDEBAR */

#sidebar {
}

/** FOOTER */

#footer {
}

.box {
	min-height: 80px;
}
.box .entry img {
	display: none;
}
.box .title p {
	width: 0px;

}
#menu .selected {
	text-decoration: underline;
	color: #E7DAD9;
}

.serv-list {
	border-bottom: thin solid black;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.top-of-page {
	font-size: 0.9em;
	text-align: center;
}

th.client-theme {
	font-size: 1.1em;
	color: #113781;
	background-color:#E2E1D5;
}

img.service-img {
	/* border: thin solid black; */
	margin-bottom: 10px;
	clear: both;
	max-width: 175px;
}
