@charset "UTF-8";
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
width:100%;
height:100%;
background: url(imgs/bkgnd-color.jpg) repeat-y;
margin: 0;
}
#container {width:100%; height:100%;background: url(imgs/tire-tracks2.png) no-repeat bottom left;position:absolute;bottom:0;margin-top:41px;}
.logo {
background-image: url(imgs/logo.png);
width: 800px;
height:202px;
margin-right:auto;
margin-left:auto;
margin-top:57px;
margin-bottom:44px;
}
#main-box {width:950px;overflow:hidden;margin-left:auto;margin-right:auto;}
.box {
/*background: #336699;*/
width: 850px;

margin-right:auto;
margin-left:auto;
margin-top:35px;
padding:13px;
/*-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	behavior: url(border-radius.htc);
	-moz-box-shadow: 1px 1px 6px #000;
	-webkit-box-shadow: 1px 1px 6px #000;
	box-shadow: 1px 1px 6px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=115, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=115, Color='#000000');
*/
}
#contact-box {
	background: #ffffff;
	width: 272px;
	float:left;
	margin-right:25px;
	margin-left:125px;
	margin-top:35px;
	padding:8px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	behavior: url(border-radius.htc);
	-moz-box-shadow: 1px 1px 6px #000;
	-webkit-box-shadow: 1px 1px 6px #000;
	box-shadow: 1px 1px 6px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=115, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=115, Color='#000000');

}

#bottom-box {width:950px;margin-left:auto;margin-right:auto;margin-top:17px;}

#right-box {
	width:510px;
	float:right;
	margin-left: auto;
	margin-right: auto;
}

.box .txt-box {

margin-left:auto;
margin-right:auto;
}
.txt {
color:#000000;
font-family: "Trebuchet MS", sans-serif;
font-size: 25px;
font-style: normal;
letter-spacing: normal;
line-height: 1.4em;
}
.txt-blue {
color:#336699;
font-family: "Trebuchet MS", sans-serif;
font-size: 26px;
font-style: normal;
letter-spacing: normal;
font-weight: bold;
}
.txt-blue2 {
color:#336699;
font-family: "Trebuchet MS", sans-serif;
font-size: 24px;
font-style: normal;
letter-spacing: normal;
}
.txt-blue3 {
	color:#336699;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	display: block;
	width: 330px;
	float: left;
	margin-left: 12px;
}
.txt-sm {
color:#000000;
font-family: "Trebuchet MS", sans-serif;
font-size: 13px;
font-style: normal;
letter-spacing: normal;
}
.q-line {
	display:block;
	width:400px;
	margin-bottom:12px;
	margin-left: 45px;
	height: 30px;
}
.q-line img {
	width:30px;
	height:30px;
	float: left;
}
