@charset "utf-8";
/* CSS Document */
body {
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	background-color:#FFF2D5;
	margin:0px;
}
#wrapper {
	width:960px;
	margin: 0px auto;
}
#header {
	/*background-image:url(images/header-bg.png);*/
	width:960px;
	height:142px;
}
#footer {
	height:176px;
}
#content-area {
	background-image:url(images/content-bg.png);
	background-repeat:repeat-y;
	margin:0px;
	width:960px;

}
#content{
	padding:10px 50px 10px 50px;
	width:860px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 22px;
	color:#7a7a7a;

}
#content a:link {
	color:#FF9900;
	text-decoration:none;
}
#content a:hover {
	color:#FF9900;
	text-decoration:underline;
}
#content a:active {
	color:#FF9900;
	text-decoration:underline;

}
#content a:visited {
	color:#FF9900;
	text-decoration:none;
}
video {
	text-align:center;
}


#navbar {
	background-image:url(images/navbar-bg.png);
	height:122px;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
}
p.navbar {
    padding-top:57px;
	word-spacing:11px;
}
#testimonial p{
	text-align:left;
	text-indent:10px
}
.customer-hdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.contact-orange {
	font-size: 10pt;
	color: #FF9933;
}
.question {
	color: #25AAE1;
	font-weight: bold;
}
.answer {
	color: #FF9900;
	font-weight: bold;
}
