@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-attachment: fixed;
	background-image: url(../../images/design/background-main.jpg);
	background-position: center;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFF; 
	padding: 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 98px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 10;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #303030;
	width: 960px;
}
.oneColFixCtrHdr #footer {
	background-image: url(../../images/design/background-footer.jpg);
	background-repeat: no-repeat;
	height: 156px;
	width: 1000px;
	float: left;
	background-position: center;
	padding: 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}
.oneColFixCtrHdr #footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration:none;
	padding: 0px;
	background:none;
}
.oneColFixCtrHdr #footer a:hover {
	color: #333;
}
#logo {
	float:left;
}
#logo a.logo-link-image {
	float:left;
	height:98px;
	width:217px;
	text-indent:-9999em;
	overflow:hidden;
	background-color: transparent;
	background-image: url(../../images/design/logo-top.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding: 0px;
}
#logo-slogan {
	float: left;
	margin-top: 44px;
}
#logo-slogan h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#294E95;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: 0px;
}
#topright {
	float:right;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-decoration:none;
	margin: 0px;
}
.oneColFixCtrHdr #toprightlinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3960A8;
	text-decoration:none;
	padding-left: 15px;
	padding-right: 2px;
	margin: 0px;
	background:none;
}
.oneColFixCtrHdr #toprightlinks a:hover {
	color: #333;
}
.oneColFixCtrHdr #topright p {
	margin: 0px;
	padding: 5px 0 7px 0;
}
.phonetop {
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#topsocial img {
	margin-bottom: -2px;
}

#searchbox {
	height: 25px;
	margin: 0px;
	padding-top: 5px;
}
#slides {
	margin-right: 20px;
	margin-left: 20px;
	width: 960px;
	float:left;
}
#services-box {
	height: 410px;
	width: 354px;
	float:left;
	margin-top: 20px;
	margin-right: 19px;
	margin-bottom: 20px;
	margin-left: 0px;	
}
#services-box p {
	text-align: justify;
}
.oneColFixCtrHdr #services-box a {
	color: #294E95;
	text-decoration: underline;
	font-size: 11px;
	background:none;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #services-box a:hover {
	text-decoration: none;
}

.bullet-link {
	background-image: url(../../images/design/bullet-blue.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	font-size: 11px;
}
#content-header {
	float: left;
	width: 585px;
	text-align: justify;
}
#content-header h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #294E95;
	font-size: 17px;
	margin-top: 31px;
	margin-bottom: 10px;
	line-height: 22px;
	font-weight: normal;
	letter-spacing: -1px;
}
#video-box {
	background-image: url(../../images/design/background-video-box.jpg);
	height: 325px;
	width: 249px;
	float:left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-left: 15px;
	padding-right: 20px;
}
#video-box p {
	margin: 13px 0px;
	text-align: justify;
}
#video-box h3 {
	font-size: 14px;
	color: #333;
	letter-spacing: -1px;
	margin: 0px;
	padding-top: 10px;
}
#video-box h4 {
	font-size: 12px;
	color: #999;
	margin: 0px;
}

.oneColFixCtrHdr #video-box a {
	color: #294E95;
	text-decoration: underline;
	font-size: 11px;
	background:none;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #video-box a:hover {
	text-decoration: none;
}
#video-box a.video-link-image {
	float:left;
	height:160px;
	width:250px;
	text-indent:-9999em;
	overflow:hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding: 0px;
	text-align: center;
	background-position: center;
	background-image: url(../../images/design/monitor-video-off.png);
}
#video-box a.video-link-image:hover {
	background-color: transparent;
	background-image: url(../../images/design/monitor-video-on.png);
	background-repeat: no-repeat;
}
#testimonials-box {
	background-image: url(../../images/design/background-testimonials-box.jpg);
	height: 325px;
	width: 284px;
	float:left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 18px;
}
#testimonials-box h3 {
	font-size: 14px;
	color: #333;
	letter-spacing: -1px;
	margin: 0px;
	padding-top: 10px;
}
#testimonials-box h4 {
	font-size: 12px;
	color: #999;
	margin: 0px;
}
#testimonials-box p {
	text-align: justify;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #303030;
}
#address {
	float: left;
	padding-top: 30px;
	padding-left: 20px;
	height: 100px;
}
#chatfooter {
	padding-top: 10px;
}
#phonefooter {
	float: left;
	padding-top: 30px;
	padding-left: 45px;
	height: 100px;
	width: 185px;
}
#recognized {
	float: left;
	padding-top: 30px;
	padding-left: 45px;
	height: 100px;
	width: 217px;
}
#social {
	float: left;
	padding-top: 30px;
	padding-left: 35px;
	width: 248px;
	height: 100px;
}
#copyright {
	float: left;
	padding-left: 20px;
	padding-bottom: 0px;
	width: 205px;
	margin: 0px;
}
#footer-links {
	float: left;
	padding-left: 80px;
	margin-bottom: 10px;
}
#atoz {
	float: left;
	padding-left: 80px;
}#logo-slogan {
	word-spacing: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

