@charset "UTF-8";
body {
	font: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
#wrapper {
	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 */
	border: 0px solid #000000;
}
#header {
	background: #FFF; 
	padding: 0 0 0 0;  /* 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. */
}
#main_content {
    padding: 20px 5px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}


/* Style for Content Box on Right  */
#content_right h1 {
	font: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	text-align: center;
}
#content_right {
	font: Arial, Helvetica, sans-serif;
	float: right;
	font-size: 14px;
	color: #666666;
	width: 360px;
	height: 255px;
	text-align: right;
	text-align: center;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.style102 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; 
	font-size: 10px;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
		


/*  Style for Middle Image  */
#middle_image {
	background-image: url(images/car_transport_get_started.jpg);
	background-repeat: no-repeat;
	width: 186px; 
	height: 194px;
	float: left;
}


/* Style for Search Left Image  */ 
#search_left {
	width: 425px; 
	height: 224px;
	float: left;
	padding: 0 0 0 5px;
	margin: 0;
}


/*  Style for Links  */
a {
	text-decoration: none;
}
a img { 
    border: 0; 
}


/* Style for Middle Bar  */
#middle_bar {
	width: 999;
	height: 20;
	padding: 0 0 0 0;
}


/* Style for Specialty Mobile Advertise Bar  */
#main_transporters {
	height: 86px;
	width: 999px;
	padding: 5px 0 0 0;
}

#best_service_image {
	background-image: url(images/Best_auto_transport_award.jpg);
	background-repeat: no-repeat;
	width: 132px; 
    height: 86px;
	float: left;
}
#company_image {
	width: 182px;
	height: 75px;
	float: left;
	padding: 11px 0 0 0;
}
#company_info {
	float: left;
	text-align: left;
	width: 192px;
	height: 71px;
	padding: 15px 0 0 30px;
} 
#transporter_type {
	float: left;
	width: 168px;
	height: 49px;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
	padding: 37px 0 0 0;
}
#certified_banner {
	float: left;
	width: 200px;
	height: 61px;
	padding: 25px 0 0 0;
}
#company_rating {
	float: right;
	width: 64px;
	height: 61px;
	background-color: #0099FF;
	color: #FFF;
	padding: 15px 0 0 0;
}


/*  Style for Nex-Day Advertise Bar  */
#main_transporters_2 {
	height: 86px;
	width: 999px;
	padding: 5px 0 0 0;
}
#best_service_image_2 {
	background-image: url(images/Best_auto_transport_award.jpg);
	background-repeat: no-repeat;
	width: 132px; 
    height: 86px;
	float: left;
}
#company_image_2 {
	width: 182px;
	height: 75px;
	float: left;
	padding: 11px 0 0 0;
}
#company_info_2 {
	float: left;
	text-align: left;
	width: 192px;
	height: 71px;
	padding: 15px 0 0 30px;
} 
#transporter_type_2 {
	float: left;
	width: 168px;
	height: 49px;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
	padding: 37px 0 0 0;
}
#certified_banner_2 {
	float: left;
	width: 200px;
	height: 61px;
	padding: 25px 0 0 0;
}
#company_rating_2 {
	float: right;
	width: 64px;
	height: 61px;
	background-color: #0099FF;
	color: #FFF;
	padding: 15px 0 0 0;
}


/*  Style for Dealer's Choice Advertise Bar  */
#main_transporters_3 {
	height: 86px;
	width: 999px;
	padding: 5px 0 0 0;
}
#best_service_image_3 {
	background-image: url(images/Best_auto_transport_award.jpg);
	background-repeat: no-repeat;
	width: 132px; 
    height: 86px;
	float: left;
}
#company_image_3 {
	width: 182px;
	height: 75px;
	float: left;
	padding: 11px 0 0 0;
}
#company_info_3 {
	float: left;
	text-align: left;
	width: 192px;
	height: 71px;
	padding: 15px 0 0 30px;
}
#transporter_type_3 {
	float: left;
	width: 168px;
	height: 49px;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
	padding: 37px 0 0 0;
}
#certified_banner_3 {
	float: left;
	width: 200px;
	height: 61px;
	padding: 25px 0 0 0;
}
#company_rating_3 {
	float: right;
	width: 64px;
	height: 61px;
	background-color: #0099FF;
	color: #FFF;
	padding: 15px 0 0 0;
}


/*  Style for company Info  */
.company_info_title {
	font: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0099FF;
}
.company_contact_info {
	font: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}


/* Style for Company Rating  */
.rating_text {
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-color: #FFF;
}
.rating_text_2 {
	font: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-color: #FFF;
	font-weight: bold;
}

/*  Style for Center Bar  */
#center_bar {
	width: 999;
	height: 20;
	padding: 0 0 0 0;
}
/*  Style for Main Text  */
#main_text {
	font: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: left;
	text-align: justify;
	padding: 0 20px 20px 30px;
	margin: 0 0 0 0;
}
.main_text_headings {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF6600;
	font-size: 12px;
}
/*  Footer  */
#footer_bar {
	width: 999;
	height: 20;
	float: left;
	padding: 0 0 10px 0;
}
.footer {
	font: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-align: center;
	padding: 0 0 10px 0;
	width: 1000px;
	float: left;
}
/*  Styles For Links  */
a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}



/*  Styles for Services Page */
#titles{
	font: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 1000px;
	font-weight: bold;
	height: 60px;
	padding: 20px 0 0 0;
}
.title_1 {
	font-size: 14px;
	color: #FE7D15;
} 
.title_2 {
	font-size: 18px;
	color: #666666;
}
#services {
	width: 1000px;
	height: 100px;
	padding: 10px 0 0 0;
	border: 1px solid;
}

.services_content {
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0099FF;
	font-weight: bold;
}
.services_title {
	font-size: 16px;
	
}
.services_bullets li {
	display: inline;
	padding: 0 40px 0 0;
	color: #0099FF;
	font-size: 12px;
	font-weight: bold;
}
#services_info {
	float: left;
	width: 600px;
	font: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #656565;
	text-align: justify;
	padding: 10px 10px 0 0;
}
.services_info_titles {
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0099FF;
	font-weight: bold;
}
#services_certified_info {
	margin: 20px 0 0 0;
	
}
#services_fmca_info {
	margin: 50px 0 0 0;
	
}
#services_open_info {
	margin: 60px 0 0 0;
	
}
#services_enclosed_info {
	margin: 80px 0 0 0;
	
}
#services_international_info {
	margin: 70px 0 0 0;
}
#services_images {
	float: left;
	width: 383px;
	text-align: right;
	margin: 20px 0 0 0;
	padding: 0 0 50px 0;
}
#image_1 {
	
}
#image_2 {

}
#image_3 {
	
} 
#image_4 {
	
}
#image_5 {
	
}
		  
		











/*  Style for Resources Page  */
#nada_guides {
	float: left;
	width: 1000px;
	margin: 20px 0 20px 0;
}
#nada_image {
	float: left;
	width: 172px;
	height: 108px;
}
#nada_info_1 {
	float: left;
	width: 150px;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #0099FF;
	padding: 30px 0 0 0;
	font-weight: bold;
}
#nada_info_1 a:link {
	text-decoration: none;
	color: #0099FF;
}
#nada_info_1 a:visited {
	color: #999999;
	text-decoration: none;
}
#nada_info_1 a:hover {
	color: #FF6600;
	text-decoration: none;
}
#nada_info_1 a:active {
	text-decoration: none;
}


#nada_info_2 {
	float: left;
	width: 198px;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #0099FF;
	padding: 30px 0 0 0;
	font-weight: bold;
}
#nada_info_2 a:link {
	text-decoration: none;
	color: #0099FF;
}
#nada_info_2 a:visited {
	color: #999999;
	text-decoration: none;
}
#nada_info_2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
#nada_info_2 a:active {
	text-decoration: none;
}
#nada_info_3 {
	float: left;
	width: 230px;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #0099FF;
	padding: 30px 0 0 0;
	font-weight: bold;
}
#nada_info_3 a:link {
	text-decoration: none;
	color: #0099FF;
}
#nada_info_3 a:visited {
	color: #999999;
	text-decoration: none;
}
#nada_info_3 a:hover {
	color: #FF6600;
	text-decoration: none;
}
#nada_info_3 a:active {
	text-decoration: none;
}
#nada_info_4 {
	float: left;
	width: 230px;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #0099FF;
	padding: 30px 0 0 0;
	font-weight: bold;
}
#nada_info_4 a:link {
	text-decoration: none;
	color: #0099FF;
}
#nada_info_4 a:visited {
	color: #999999;
	text-decoration: none;
}
#nada_info_4 a:hover {
	color: #FF6600;
	text-decoration: none;
}
#nada_info_4 a:active {
	text-decoration: none;
}
/* Style for Contact Us */
#space_left {
	width: 300px;
	height: 240px;
	float: left;
	background-color: #FFFFFF; 
}
#space_right {
	width: 300px;
	height: 240px;
	float: left;
	background-color: #FFFFFF;
}
#main_form {
	width: 395px;
	height: 180px;
	float: left;
	list-style: none;
	padding: 30px 0 30px 0;
}
#main_form_thank_you {
    width: 390px;
	height: 180px;
	float: left;
	padding: 50px 0 30px 0;
	border: 1px solid;
}
#form_text_left  {
	text-align: center;
	float: left;
	height: 240px;
	line-height: 17px;
	padding: 10px 0 0 0;
}
#form_text_left li{
	list-style: none;
}
#form_inputs {
	text-align: left;
	list-style-image: none;
	list-style: none;
}
#form_inputs p{
	line-height: 10px;
}
#contact_text {
	width: 1000px;
	height: 30px;
	font: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 16px;
	color: #656565;
	padding: 10px 10px 10px 10px;
}
#contact_content {
	width: 1000px;
	height: 300px;
}

/* Style for About Us  */
#about_us_text {
	padding: 10px 0 0 0;;
	text-align: center;
	width: 1000px;
	height: 50px;
}
.about_us_title {
	font-size: 16px;
	color: #FE7D15;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.about_us_subtitle {
	font-size: 14px;
	color: #666666;
	font: Arial, Helvetica, sans-serif;
	text-align: center;
}
#about_us_content {
	font: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: left;
	width: 1000px;
	padding: 50px 10px 10px 10px;
}







			
