@charset "utf-8";
/* CSS Document */

html, body, p {    /*always do this*/
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;	
	text-align: center; /*centers the website*/
	margin: 0 0 15px 0;
	background-image: url(../images/bg-stripe.gif);
/*	background-color: #999; */	
}
#wrapper {
	width: 980px;
	margin: 0 auto;  /*0 pixels for top and bottom margin - auto for right & left margins*/
	padding: 0;
	background-color: #FFFFFF;
}
#header {
	width: 100%;
	height: 72px;
	background-image: url(../images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
	text-align: left;
	color: #00579F;
	font-size: 45px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 8px;	
}
.clear {
	line-height: 0;
	height: 0;  
	clear: both;
}
#home-content {
	width: 980px;
	background-image: url(../images/bg-home-main2.jpg);
	background-color: #FFFFFF;
	color: #000000;
	height: 498px;
}
#box1 { 
   float: left;  
   margin: 25px 27px 30px 40px;
   padding: 35px 10px 10px 10px;
   border: 2px solid #000000;
   border-radius: 10px;
   background-color: #C11410;
   font-size: 20px;
   font-weight: bold;
   color: #FFFFFF;
   line-height: 25px;
   width: 250px;
   height: 55px;
   text-align: center;
}
#box2 { 
   float: left;  
   margin: 25px 27px 30px 10px;
   padding: 35px 10px 10px 10px;
   border: 2px solid #000000;
   border-radius: 10px;
   background-color: #00579F;
   font-size: 20px;
   font-weight: bold;
   color: #FFFFFF;
   line-height: 25px;
   width: 250px;
   height: 55px;
   text-align: center;
}
#box3 { 
   float: left;  
   margin: 25px 40px 30px 10px;
   padding: 22px 10px 10px 10px;
   border: 2px solid #000000;
   border-radius: 10px;
   background-color: #C11410;
   font-size: 20px;
   font-weight: bold;
   color: #FFFFFF;
   line-height: 25px;
   width: 250px;
   height: 68px;
   text-align: center;
}
#ase {
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 33%;
}
#home-contact {
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	width: 34%;
}
#inspection {
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 33%;
}
#links {
	margin-top: 40px;
	float: left;	
	margin-left: 60px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}
#truth {
	margin-top: 10px;
	float: left;
	margin-left: 40px;
	text-align: left;
	margin-right: 40px;
    font-size: 18px;	
}
#footer-home {
	float: left;
	width: 100%;
	padding-top: 40px;
	background-color: #00579F;
	height: 50px;	
}
.copyright {
    text-align: center;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	/*float: right;*/	
}
h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #00579F;
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00579F;
}
#links a:link {
	text-decoration: underline;
	color: #00579F;
	font-weight: bold;
}
#links a:visited {
	text-decoration: underline;
	color: #00579F;
	font-weight: bold;
}
#links a:active {
	text-decoration: underline;
	color: #00579F;
	font-weight: bold;
}
#links a:hover {
	text-decoration: underline;
	color: #C11410;
	font-weight: bold;
}