* {
	margin: 0 auto 0 auto; 
	text-align: left;
}

body {
	font-family: tahoma;
	font-size: 95%;
	width: 960px;
	background-color: #e5e5e5;
	box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
}

img {
	border-style: none;
}

header {
	width: 960px;
	height: 100px;
	background-color: #263f81;
	border-top: 5px solid #849cbd;
	border-bottom: 7px solid #849cbd;
}

#headerLeft {
	float: left;
	width: 640px;
	height: 100px;
	background: #263f81;
}

header h1 {
	position: relative;
	margin-left: 20px;
	font-family: myriad pro, tahoma, arial, sans-serif;
	text-shadow: 1px 1px 2px yellow;
	font-size: 40px;
	color: white;
}

header h2 {
	position: relative;
	margin-left: 20px;
	font-family: myriad pro, tahoma, arial, sans-serif;
	text-shadow: 1px 1px 2px yellow;
	font-size: 32px;
	color: white;
}

#headerRight {
	float: left;
	width: 320px;
	height: 100px;
	background: #263f81;
}

header h3 {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;	
	font-family: tahoma, arial, sans-serif;
	text-shadow: 1px 2px 1px white;
	font-size: 33px;
	color: #ffa500;
	letter-spacing: 3px;
}

header a {
	float: right;
	margin-right: 27px;
	text-decoration: none;
	background-color: white;
	padding: 5px;
	border: 3px dotted #f4da70;
	font-family: tahoma, arial;
	font-weight: bold;
	text-shadow: 1px 1px 1px grey;
	font-size: 15px;
	letter-spacing: 2px;
}

#sliderArea {
	width: 960px;
	height: 357px;
	background-color: #849cbd;
}

#boxContainer {
	width: 960px;
}

#leftBox {
	width: 317px;
	float: left;
	border-right: 3px solid white;
}

#centerBox{
	width: 319px;
	float: left;
	border-right: 3px solid white;
}

#rightBox{
	width: 318px;
	float: left;
}

.boxHead {
	padding: 10px;
	background-color: #bf929e;
	border-bottom-style: ridge;
	font-size: 20px;
	font-family: tahoma, arial, sans-serif;
	color: black;
	letter-spacing: 1px;
	text-align: center;
	text-shadow: 1px 1px 1px black;
}

.boxHead h3 {
	font-family: tahoma, arial;
	font-size: 20px;
	text-align: center;
	color: white;
	text-shadow: 1px 1px black;
}

.boxBody{
	padding: 10px;
	background-color: #bf929e;
}

.boxBody p {
	font-family: myriad pro, arial;
	font-size: 17px;
	text-align: center;
}

#body {
	width: 960px;
	background-color: white;
}

aside {
	float: left;
	width: 260px;
	background-color: white;
	height: 1859px;
}

aside h4 {
	font-size: 100%;
	font-family: tahoma, arial, sans-serif;
	color: #818184;
	letter-spacing: 4px;
	text-align: center;
	text-shadow: 1px 1px #333;
	margin-top: 15px;
}

aside h3 {
	font-size: 100%;
	font-family: tahoma, arial, sans-serif;
	color: #818184;
	letter-spacing: 3px;
	text-align: center;
	text-shadow: 1px 1px #333;
	margin-top: 35px;
}

#connect {
    margin-left: 14px;
}

#connect img {
	padding: 4px;
	padding-bottom: 1px;
    margin-left: auto;
	margin-right: auto;
}

aside img {
	padding: 4px;
	padding-bottom: 5px;
	margin-left: 4px;
}

#yelp-biz-badge-fsc-iizW_ikAZxzT1L8wm5tDEA {
	display: block;
	text-align: center;
	margin-top: 5px;
}

#testimonial p {
	font-style: italic;
	margin-left: 25px;
	margin-bottom: 5px;
	font-size: 17px;
	color: gray;
	width: 200px;
	text-align: center;
}

#testimonial h5 {
	text-align: right;
	margin-right: 15px;
	margin-bottom: 35px;
	font-size: 15px;
	color: gray;
	font-style: italic;
	margin-right: 35px;
}

.testbutton p {
	color: #3B528D;
	font-family: "Segoe UI",Helvetica,sans-serif;
	font-size: 20px;
	text-align: center;
	text-shadow: 1px 1px rgba(255,255,255,0.8);
	margin-bottom: -4px;
}

.testbutton a {
	outline: 0;
	text-decoration: none;
}

.testbutton {
	width: 190px;
	display: block;
	margin-right: 24px;
	margin-top: 25px;
	padding: 15px 8px 25px 8px;
	
	font-family: helvetica;
	font-weight: bold;
	color: #14396A !important;
	font-size: 20px;
	box-shadow: 1px 1px 2px #BEE2F9;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 6px ridge #3B528D;
	background: #63B8EE;
	background: linear-gradient(top,  #C4D3E7,  #ACC1DE);
	background: -ms-linear-gradient(top,  #C4D3E7,  #ACC1DE);
	background: -webkit-gradient(linear, left top, left bottom, from(#C4D3E7), to(#ACC1DE));
	background: -moz-linear-gradient(top,  #C4D3E7,  #ACC1DE);
}
.testbutton:hover {
	color: #14396A !important;
	background: #9BAEC8;
}

article {
	float: left;
	width: 700px;
	text-align: left;
	font-family: tahoma, arial, sans-serif;
	font-size: 95%;
	background-color: white;
	overflow: auto;
}

iframe {
	margin-left: 25px;
}

article h1 {
	font-family: tahoma, arial, sans-serif;
	margin: 20px;
}

article p {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

article b {
	color: #80263e;
	font-size: 110%;
}

article .textWrap {
	float: left;
	margin: 20px;
}

section {
	background-color: #d8bdc5;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 19px;
	margin-right: 19px;
	border-radius: 5px;
}

section h3{
	color: white;
	margin-left: 19px;
	padding-top: 10px;
	text-shadow: 1px 1px 1px black;
}

section b {
	color: black;
}

#appContainer1 {
	width: 960px;
}

#app1 {
	width: 317px;
	float: left;
	border-top: 3px solid #3b528d;
	border-right: 3px solid #3b528d;
	border-bottom: 3px solid #3b528d;
}

#app2{
	width: 319px;
	float: left;
	border-top: 3px solid #3b528d;
	border-right: 3px solid #3b528d;
	border-bottom: 3px solid #3b528d;
}

#app3{
	width: 318px;
	float: left;
	border-top: 3px solid #3b528d;
	border-bottom: 3px solid #3b528d;
}

#appContainer2 {
	width: 960px;
}

#app4 {
	width: 317px;
	float: left;
	border-right: 3px solid #3b528d;
	border-bottom: 3px solid #3b528d;
}

#app5{
	width: 319px;
	float: left;
	border-right: 3px solid #3b528d;
	border-bottom: 3px solid #3b528d;
}

#app6{
	width: 318px;
	float: left;
	border-bottom: 3px solid #3b528d;
}

.appHead {
	padding: 10px;
	background-color: #acc1de;
}

.appHead h3 {
	font-size: 20px;
	font-family: tahoma, arial, sans-serif;
	color: black;
	letter-spacing: 1px;
	text-align: center;
	text-shadow: 1px 1px 1px white;
}

.appBody{
	padding: 10px;
	background-color: white;
}

.appBody p {
	font-family: arial;
	font-size: 16px;
	text-align: center;
}

.appBody img {
	margin-left: 30%;
}

.appBody ul {
	list-style-type: circle;
}

#appMessage {
	height: 100%;
	width: 960px;
	clear: both;
	background-color: #3b528d;
}

#appMessage h3 {
	padding: 10px;
	font-size: 20px;
	font-family: tahoma, arial, sans-serif;
	color: white;
	text-shadow: 1px 1px 1px black;
	text-align: center;
}

#brands {
	height: 100%;
	width: 960px;
	background-color: white;
}

#brands img {
	margin-left: 10px;
}

footer {
	clear: both;
	height: 60px;
	width: 960px;
	padding-top: 20px;
	background-color: #849cbd;
	color: white;
}

#company {
	float: left;
	margin-left: 300px;
}

#city {
	float: left;
	margin-left: 8px;
}

#telephone {
	margin-left: 8px;
}

footer p {
	float: left;
	margin-left: 7px;
}

#footerLinks a {
	text-align: center;
	padding-left: 9%;
	color: black;
	
}