@charset "utf-8";
/* CSS Document */
body {
	background-color: #6898ae;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.clear {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
#outerwrapper {
	padding: 0px;
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#borders {
	border: 3px solid #c5d7e1;
	width: 894px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E1C6D9;
	height: auto;
}
#wrapper {
	width: 886px;
	background-color: #F7EEF3;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	margin-bottom: 4px;
	height: auto;
}
#header {
	height: 200px;
	width: 886px;
}
#testimonial {
	font-size: x-small;
	font-weight: normal;
	display: inline;
	float: right;
	width: 430px;
	padding: 0px;
	height: 76px;
	margin-top: 24px;
	margin-right: 14px;
	font-style: italic;
	text-align: center;
}
.client {
	color: #6898AE;
	font-style: normal;
	
}
#logo {
	display: inline;
	float: left;
	height: 106px;
	width: 422px;
	padding: 0px;
	margin-top: 4px;
	margin-left: 14px;
}
#imagery {
	width: 886px;
	background-image: url(../images/imageline.jpg);
	background-repeat: no-repeat;
	height: 90px;
}
#main {
	width: 886px;
}
#navigation {
	float: right;
	width: 210px;
	color: #FFFFFF;
	background-color: #6898AE;
	margin-top: 0px;
	padding-top: 20px;
	display: inline;
	padding-bottom: 20px;
	height: 300px;
}
#navigation ul {
	padding: 0px;
	list-style-type: none;
	width: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	font-size: medium;
}
#navigation ul li {
	text-indent: 20px;
	height: 30px;
	width: 180px;
}
#navigation ul a {
	width: 180px;
	height: 50px;
	display: block;
	font-size: medium;
	line-height: 50px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 30px;
	background-image: url(../images/buttonup.jpg);
	background-repeat: no-repeat;
	background-position: left 15px;
}
#navigation ul a:hover {
	color: #E1C6D9;
	text-decoration: none;
	background-image: url(../images/buttondown.jpg);
	background-repeat: no-repeat;
	background-position: left 15px;
}
#content {
	display: inline;
	float: left;
	width: 675px;
	line-height: 1.4;
}
#content h1 {
	font-size: medium;
	color: #6898AE;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
}
#content p {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	margin-bottom: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer {
	font-size: x-small;
	width: 900px;
	text-align: right;
	color: #FFFFFF;
	margin-top: 10px;
	line-height: 1.2;
}
#content .email a:link,
#content .email a:visited{
	color: #333333;
	text-decoration: none;
}
#content .email a:hover,
#content .email a:active {
	color: #333333;
	text-decoration: underline;
}
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color: #ffffff;
	text-decoration: none;
}
