body {
	color: black;
	text-align: center;
	margin: 0;
	padding: 0 20px;
	font: 76%/1.4em Arial, Geneva, Helvetica, sans-serif;
}

p {
	color: black;
	text-align: left;
	margin: 0 0 1em;
	padding: 0;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #5e86b6;
	text-decoration: underline;
}

a:hover, a:active {
	color: #5e86b6;
	text-decoration: none;
}


#wrapper {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #779ac4;
	border-left: 1px solid #779ac4;
}

#banner {
	width: 760px;
	height: 160px;
	clear: both;
}

#topnav {
	line-height: 25px;
	background-image: url(../media/horizstrip.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	text-align: center;
	width: 760px;
	height: 25px;
	clear: both;
}

#topnav ul {
	margin: 0;
	padding: 0;
}

#topnav li {
	margin-right: 10px;
	display: inline;
}

#topnav li a:link, #topnav li a:visited {
	color: black;
	text-decoration: none;
}

#topnav li a:hover, #topnav li a:active {
	color: black;
	text-decoration: underline;
}

#content {
	color: black;
	background-image: url(../media/bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	clear: both;
	min-height: 400px;
	padding: 25px 80px 20px;
}

#content h1 {
	color: #5e86b6;
	font-size: 2em;
	padding: 0;
	margin-bottom: 1em;
}

#content .blue {
	color: #5e86b6;

}

#content h2 {
	font-size: 1.4em;
	margin-bottom: 0.4em;
	padding-top: 0.4em;
	margin-top: 0.4em;
}

#topnav #activemenu {
	font-weight: bold;
}

#footer {
	font-size: 0.9em;
	background-image: url(../media/horizstrip.png);
	background-repeat: no-repeat;
	background-position: 0 top;
	text-align: center;
	width: 760px;
	height: 20px;
	clear: both;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

.quote {
	font-size: 1.1em;
	background: url(../media/quote-open.png) no-repeat 0 3px;
	margin: 0 0 10px;
	padding: 0 15px;
	width: 400px;
}

.client img, .quote img {
	margin-bottom: 10px;
	margin-left: 10px;
}

.quote-close img {
	position: relative;
	top: -3px;
	left: 3px;
	margin: 0;
	padding: 0;
}

.client {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 1.5em;
	border-top: 1px solid #779ac4;
	padding-top: 1.5em;
}

.client.first {

	border-top: none;
}

.error {
	color: red;
	font-weight: bold;
}

.hr {
	display: block;
	clear: both;
	height: 1px;
	margin-bottom: 1em;

	border-top: 1px solid #779ac4;
}

.ctext {
	float: left;
	width: 440px;
}

.clogo {
	float: right;
	width: 160px;
	text-align: right;
}

.clogo img {
}
