@charset "utf-8";
/* CSS Document */

*{
	margin: 0px; padding: 0px;
}

body{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.clearspace{
	clear: both;
	height: 10px;
	font-size: 1px;
}


.container{
	width: 916px;
	margin: auto;
	text-align:left;
	margin-top: 10px;
}

/* TEXT FORMAT AND STYLES */

h1{
	font-size: 130%;
	font-weight: normal;
	color:#666666;
	margin-bottom: 20px;
}

h2{
	font-size: 120%;
	font-weight: normal;
	color:#666666;
	margin-bottom: 20px;
}

h3{
	font-size: 70%;
	color: #cc0033;
	margin-bottom: 5px;
}

h3 a{
	color: #333333;
	text-decoration: none;
}

h3 a:hover{
	color: #cc0033;
	text-decoration: none;
}

h4{
	font-size: 70%;
	color: #333333;
	margin-bottom: 5px;
}

h4 img{
	border: 0px;
	vertical-align:middle;
}

p{
	font-size: 70%;
	margin-bottom: 10px;
	line-height: 135%;
	color: #333333;
}

p.casestudy{
	font-size: 65%;
	margin-bottom: 15px;
}

/* HEADER LEFT STYLES */

.headleft{
	float: left;
	width: 458px;
	height: 120px;
	background:url(../img/header-logo.jpg);
}

/* HEADER RIGHT STYLES AND NAVIGATION */

.headright{
	float: left;
	width: 458px;
	height: 120px;
	background: #f3f3f3;
}

.headright ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.headright li{
	padding-top: 3px;
}

.headright a{
	display: block;
	background: #7b7b7b;
	margin: 0px 0px 0px 4px;
	padding: 3px 3px 3px 6px;
	color:#FFFFFF;
	font-size: 11px; font-weight: bold;
	text-decoration: none;
	width: 141px;
}

.headright a:hover{
	background: #CC0000;
}

.nav-one{
	float: left;
	width: 154px;

}

.nav-two{
	float: left;
	width: 158px;
}

.nav-three{
	float: left;
	height: 115px;
	width: 141px;
	background:url(../img/telephone-number.gif) no-repeat;
}

/* CONTENT STYLES AND NAVIGATION */

.content{
	background: url(../img/contentbackground.gif) repeat-y;
}

.container .content-one a:link{
	display: normal;
	color:#0099FF;
}

.container .content-one a:visited{
	display: normal;
	color:#0099FF;
}

.container .content-one a:hover{
	text-decoration: none;	
}


.container .content-one a:active{
	display: normal;
	color:#0099FF;
}

.container .content-two a:link{
	display: normal;
	color:#0099FF;
}

.container .content-two a:visited{
	display: normal;
	color:#0099FF;
}

.container .content-two a:hover{
	text-decoration: none;	
}


.container .content-two a:active{
	display: normal;
	color:#0099FF;
}

.content-one{
	width: 438px;
	padding: 10px;
	float: left;
}

.content-two{
	width: 206px;
	float: left;
	padding: 10px;
}

.content-three{
	width: 212px;
	padding: 10px;
	float: left;
}	

.testimonial1top{
	background-color: #dbf1f1; padding: 8px; font-size: 70%;
}
.testimonial1bottom{
	border-top: 3px solid #ffffff; background-color: #bfe5e5; padding: 8px; font-size: 70%;
}
.testimonial2top{
	background-color: #dbe9f1; padding: 8px; font-size: 70%;
}
.testimonial2bottom{
	border-top: 3px solid #ffffff; background-color: #bfd9e5; padding: 8px; font-size: 70%;
}
.testimonial3top{
	background-color: #f8dbdb; padding: 8px; font-size: 70%;
}
.testimonial3bottom{
	border-top: 3px solid #ffffff; background-color: #f2bfbf; padding: 8px; font-size: 70%;
}
.testimonial4top{
	background-color: #e9e2f1; padding: 8px; font-size: 70%;
}
.testimonial4bottom{
	border-top: 3px solid #ffffff; background-color: #d9cce5; padding: 8px; font-size: 70%;
}

.formlabel{
	vertical-align:top; font-size: 70%; font-weight: bold; color:#333333;
}


.footer{
	background: #333333; padding: 30px; font-size: 70%; color:#FFFFFF;
}

.footer a{
	color: #FFFFFF;
}