@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'AllerRegular';
    src: url('../images/aller_rg-webfont.eot');
    src: url('../images/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../images/aller_rg-webfont.woff') format('woff'),
         url('../images/aller_rg-webfont.ttf') format('truetype'),
         url('../images/aller_rg-webfont.svg#AllerRegular') format('svg');
    font-weight: normal;
	font-style: normal;

}

<!--
body {
	font: Tahoma, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	font-family:Tahoma, Geneva, sans-serif;/* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

#logo2 a img{

	margin-top: 6px;	

}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #656565;
    
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
	font-family:Tahoma, Geneva, sans-serif;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds all other divs~~ */
.container {
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding-left: 15px;
    padding-right: 11px;
    position: relative;
    
}

#bottomimg {
	background:url(../images/containerbottombg.jpg) no-repeat;
	width:1000px; 
	height:228px;
	margin:0 auto;
}

#bottomimg2 {
	background:url(../images/containerbottombg2.jpg) no-repeat;
	width:1000px; 
    height: 92px;
	margin:0 auto;
}

/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.

*/
.sidebar1 {
	
	width: 237px;
	float:left;
	margin-right:20px;}.sidebarinner {
	background:url(../images/blue-form.png) no-repeat;
	width: 237px;
	padding-bottom: 10px;
	height:349px;
	margin-top:24px;

}

#sidebarinner1{
	width: 237px;
	padding-bottom: 10px;
	height:349px;
	margin-top:24px;
}.content {
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 23px;
    padding-top: 10px;
}.content4 {
    float: left;
    margin-right: 37px;
    margin-top: 10px;
    padding-bottom: 49px;
    padding-left: 0;
    padding-right: 23px;
    padding-top: 10px;
    width: 380px;
}

.content5  {
    float: left;
    margin-right: 37px;
    margin-top: 10px;
    padding-bottom: 126px;
    padding-left: 0;
    padding-right: 23px;
    padding-top: 10px;
    width: 380px;
	min-height:454px
}

#content5{

    float: left;

    margin-right: 37px;

    margin-top: 10px;

    min-height: 454px;

    padding: 10px 23px 126px 0;

    width: 637px;	
	

}
#content5 h1 {

    background-attachment: scroll;

    background-color: transparent;

    background-image: url("../images/gradientheading-bottom.jpg");

    background-position: -4px 23px;

    background-repeat: no-repeat;

    color: #336599;

    font-family: Myriad Pro,thoma;

    font-size: 23.13px;

    font-style: italic;

    font-weight: bold;

    height: 63px;

    margin-bottom: 0;	

}

#contenta {
    float: left;
    margin-right: 35px;
    margin-top: 10px;
    
    padding-left: 0;
    padding-right: 12px;
    padding-top: 10px;
    width: 393px;
}#contenta h1 {

    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/gradientheading-bottom.jpg");
    background-origin: padding-box;
    background-position: -4px 23px;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 63px;
    margin-bottom: 0;
}

.sidebar2 {
    float: left;
    margin-top: 19px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    width: 240px;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #ADB96E;
	color: #FFF;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
-->
#menutop {
    background: none repeat scroll 0 0 #336699;
    height: 115px;
    margin: 0 auto;
    position: relative;
    width: 1000px;
}#menutop2 {
   background: url("../images/topmenured.png") no-repeat scroll 0 0 transparent;

    height: 63px;

    margin: 0 12px;

    position: relative;

    width: 1024px;
	
    z-index: 2;
}
#phnumber {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/ph-bg.png");
    background-origin: padding-box;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 115px;
    left: 228px;
    padding-left: 54px;
    padding-top: 12px;
    position: absolute;
    top: -1px;
    width: 271px;
}
.phonenumb123 {
    color: white;
    font-family: allerregular;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 15px;
    text-shadow: 0 0 13px black;
    width: 203px;
}#phnumber p {
    color: white;
    font-family: allerregular;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
    margin-left: 39px;
    margin-top: 1px;
}

.phonenumb {
    
    color: white;
    font-family: allerregular;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 35px;
    margin-top: -12px;
	text-shadow: 0 0 13px #15406A;
    width: 269px;
	
	
}

.phonenumb1 {
    
  color: white;
    font-family: allerregular;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 35px;
    margin-top: -34px;
	text-shadow: 0 0 13px #15406A;
    width: 269px
	
}#menutop2 ul {
    height: 39px;
    list-style: none outside none;
    padding-top: 8px
}

.content h1,p {
	padding:0;
	margin:0;
	
}
#menutop2 ul li:hover {
	
	
	}#menutop2 ul li#glow1:hover {
	background: url(../images/menubuttons.gif) no-repeat scroll center 8px transparent;
	
    height:33px;
	
	}
	
	
#menutop2 ul li#glow2:hover {
	background:url(../images/redglow2.jpg) no-repeat scroll center 11px transparent;
	
    height:33px;
	
	}	
	
#menutop2 ul li#glow3:hover {
	background:url(../images/redglow2.jpg) no-repeat scroll center 11px transparent;
	
    height:33px;
	
	}		
	
	
#menutop2 ul li#glow4:hover {
	background:url(../images/redglow2.jpg) no-repeat scroll 5px 11px transparent;
	
    height:33px;
	
	}	
	
	
#menutop2 ul li#glow5:hover {
	background:url(../images/redglow2.jpg) no-repeat scroll 4px 11px transparent;
	
    height:33px;
	
	}		
	#menutop2 ul li#glow6:hover {
	background:url(../images/redglow2.jpg) no-repeat scroll 11px 11px transparent;
	
    height:33px;
	
	}	
#menutop2 ul li  {
    display: block;
    float: left;
    height: 33px;
    padding-left: 2px;
	
	
}#menutop2 ul li a {

 	background: url("../images/li-bg-img.jpg") no-repeat scroll 100% 0 transparent;
	
    color: white;

    display: block;

    font-family: thome,myriad pro,helvetica;

    font-size: 20px;

    font-weight: bold;

    padding-bottom: 5px;

    padding-left: 20px;

    padding-right: 25px;

    text-decoration: none;
}

a:focus {
outline:none;	
}#toptext {
    height: 54px;
    left: 541px;
    position: absolute;
    top: 40px;
    width: 336px;
}

#toptext p{
	color: white;
    font-size: 17px;
    margin: 0;
    text-align: center;
}

p#innertext2 {
    color: white;
    font-size: 10px;
    margin: 0;
    padding: 0;
    text-align: center;
}#buttonstop {
    background: url("../images/buttonstopbg.png") no-repeat scroll 0 0 transparent;
    height: 133px;
    padding-left: 101px;
    padding-top: 31px;
    position: absolute;
    right: -82px;
    width: 199px;
    z-index: 1;
	
}
#facebook {
	background: url(../images/facebookbutton.png) no-repeat scroll 0 0 transparent;
    float: left;
    height: 67px;
    width: 61px;

}#twitter {
	background: url("../images/twitterbutton.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 67px;
    width: 61px;

}

#bottomcontainer {
  	height: 178px;
    margin: 18px auto 0;
    width: 1000px;
	
}
#logo2 {
    float: left;
    height: 43px;
    margin-right: 15px;
    width: 106px;
}#bottomfirst {
    border-bottom-color: #CBCBCB;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: 23px;
    margin-left: 121px;
    width: 865px;
	
	
	
}

#firstbox2 {
	padding:5px;
}

#firstbox {
	padding:5px;
}

#firstbox h3 {
    color: white;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 18px;
    margin-bottom: 2px;
    padding-left: 0;
}

#firstbox2 h3  {
    color: white;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 18px;
    margin-bottom: 2px;
    padding-left: 0;
}
	
	
	
	
	
	
#bottomfirst p {
    color: #CBCBCB;
    display: inline-block;
    float: left;
    font-size: 10px;
    margin-right: 307px;
    margin-top: 7px;
    padding: 0;
}

#bottomfirst #fbbottom{
    color: white;
    float:right;
}

#bottomfirst a {
	color:#CBCBCB;
	font-size:10px;
	text-decoration:none;
}
#bottomsecond {
    
    margin-left: 121px;
    margin-top: -13px;
    width: 868px;
}

#bottomsecond2 {
    float: left;
    margin-top: -5px;
    width: 747px;

}

#bottomsecond2 ul {
	list-style:none;
}#bottomsecond2 ul li {
    color: white;
    display: inline-block;
    float: left;
    margin-top: 0;
    padding: 0;
}

#bottomsecond2 ul li a{
    color: #CBCBCB;
    font-size: 10px;
    margin: 0 0 0 2px;
    text-decoration: none;
}#bottomsecond2 ul li a:hover{
	color:white;
}#bottomsecond a:hover {
	color:white;
}

#bottomfirst a:hover {
	color:white;
}

 #sitemap {
    color: white;
    display: inline-block;
    margin-top: -9px;
    padding: 0;
	
}#bottomsecond a {
 	color:#CBCBCB;
	font-size:10px;
	text-decoration:none;
}

#bottomparacontainer {
    margin-left: 0;
    margin-top: 16px;
    padding-bottom: 74px;
	
}

#bottomparacontainer p {
	font-family:Tahoma, Geneva, sans-serif;
	color:#6599CB;
	font-size:9px;
}

#bottomparacontainer span {
	font-weight:bold;
	color:#6599CB;
}

#firstbox {
	background:url(../images/redbackground1.png) no-repeat;
	width: 240px;
	height:132px;
	margin-bottom: 5px;
	
}
#firstbox2 {
	background:url(../images/red-bg2.png) no-repeat;
	width: 240px;
	height:60px;
    margin-bottom: 5px;
}

.content p{
    color: #656565;
    font-family: inherit;
    font-size: 13px;
    
}

.content2 p{
    color: #656565;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    overflow-y: scroll;
}.content3 p{
    color: #656565;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    
}

.content4 p{
    color: #656565;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
}

.content5 p{
    color: #656565;
    display: inline-block;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    margin-left: 10px;

}

.content5 span{
    color: #336599;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-right: 8px;
	font-family:Tahoma, Geneva, sans-serif;
}.content span {
	color:black;
}

span.unitedvan {
	color:#336599;

}

span.redish {
    color: #CB0000;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 17px;
    font-weight: bold;
	text-decoration:none !important;

}

.pcenter {
	text-align:center;
}

span.guarantee {
	color:red;
	text-decoration:underline;
}

.content h1 {
    font-size: 26px !important;
    font-weight: normal !important;
    padding-bottom: 20px !important;
}
.content3 h1 {
    color: #336599;
    font-family: Myriad Pro,thoma;
    font-size: 23.13px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 15px;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/gradientheading-bottom.jpg");
    background-origin: padding-box;
    background-position: -4px 23px;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 63px;
    margin-bottom: 0;
}
.content4 h1 {
    color: #336599;
    font-family: Myriad Pro,thoma;
    font-size: 23.13px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 15px;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/gradientheading-bottom.jpg");
    background-origin: padding-box;
    background-position: -4px 23px;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 63px;
    margin-bottom: 0;
}.content5 h1 {
    color: #336599;
    font-family: Myriad Pro,thoma;
    font-size: 23.13px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 15px;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/gradientheading-bottom.jpg");
    background-origin: padding-box;
    background-position: -4px 23px;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 63px;
    margin-bottom: 0;
}#forspan span {
	text-decoration:underline;
	color:#CB0000;
}

#firstbox p {

	color: white;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    width: 226px;
	
}

#firstbox2 p {
    color:white;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
    width: 255px;
}

#aiinside1 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/bluebotton.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: white;
    cursor: pointer;
    display: block;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 23px;
    left: 121px;
    padding-left: 5px;
    padding-top: 3px;
    position: relative;
    text-decoration: none;
    top: -9px;
    word-spacing: -2px;
}#aiinside1:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url(../images/blubotton-hover.png);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: white;
    cursor: pointer;
    display: block;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 23px;
    left: 121px;
    padding-left: 5px;
    padding-top: 3px;
    position: relative;
    text-decoration: none;
    top: -9px;
    word-spacing: -2px;
}

#aiinside  {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/bluebotton.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: white;
    cursor: pointer;
    display: block;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 23px;
    left: 121px;
    padding-left: 5px;
    padding-top: 3px;
    position: relative;
    text-decoration: none;
    top: -9px;
    word-spacing: -2px;

	}#aiinside:hover {
	background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url(../images/blubotton-hover.png);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: white;
    cursor: pointer;
    display: block;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 23px;
    left: 121px;
    padding-left: 5px;
    padding-top: 3px;
    position: relative;
    text-decoration: none;
    top: -9px;
    word-spacing: -2px;
}

#bottom1 {
    float: left;
    margin-right: 4px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 267px;
}

#bottom1 p {
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#656565;
}

#bottom1 a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#336599; 
	font-weight:bold;
}#bottom2 {
    float: left;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 218px;

}

#bottom2 p {
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#656565;
}

#bottom2 a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#336599; 
	font-weight:bold;
}

#bottom3 {
    float: left;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 234px;
}

#bottom3 p {
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#656565;
}

#bottom3 a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#336599; 
	font-weight:bold;
}#bottom4 {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 218px;
	
}

#bottom4 p {
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#656565;
}

#bottom4 a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#336599; 
	font-weight:bold;
}

#bottomcontainerdiv {
	margin-bottom:5px;
}

#contenta a {
    color: #336699;
    display: block;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    height: 12px;
    text-decoration: underline;
}#container a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size 14px;
	text-decoration:underline;
	color: #336699;
}
#contenta span {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color: #336699;
	font-weight:bold;
}

#bottomcaption  {
    color: black;
    font-size: 11px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
}

#passengervan1 {
	float: left;
    width: 227px;
	border-right:1px solid #EFEFEF;
}.vana {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #EFEFEF;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    display: block;
    font-size: 11px;
    height: 17px;
    margin-bottom: 2px;
    padding-top: 4px;
    text-align: center;
    text-decoration: none !important;
    width: 160px;
}

#linkscontainer  {
	margin:0 auto;
	width:159px;
}

#passengervan1 h3 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
	border-bottom:none; 
	color:#000066;
	padding:0;
	margin:0;
	text-align:center;
	display:block;
	background:#EFEFEF;
	height:18px;
	padding-top:3px;
	border-top:1px solid #4a4a83;
}

#carcontainer {
	margin-top:15px;
}#spacing {
	margin-bottom:29px;
}

 
.content3 {
    float: left;
    margin-bottom: 25px;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-top: 10px;
    width: 685px;
}

#minispace {
	margin-bottom: 15px;
}.vehiclesprofiles {
	width: 276px;
}

.vehiclesprofiles h4{
   color: #336599 !important;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.vehiclesprofiles a {
    color: #656565;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    padding-left: 4px;
}

#forspacing {
	margin-left: 34px;
}

#bit1 {
	 padding-left: 20px;
}

#bit2 {
	margin-left: 57px;
}

#bit3 {
	 margin-left: 45px;
}

#bit4 {
	  margin-left: 26px;
}

#bottomred {
	color:#CB0000;
}

#angeles {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#336599;
	font-size:13px;
}

#passengers {
	background:url(../images/15passengervan2.jpg) no-repeat;
	width:405px;
	height:180px;
}

#reservebutton {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/reservethewanbutton.jpg");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: white;
    display: block;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    height: 19px;
    margin-top: 5px;
    padding-left: 6px;
    padding-top: 3px;
    text-decoration: none;
}

#reservebutton:hover {
	background-image: url("../images/reservethewanbutton2.jpg");
}

#passengers2 {
	background:url(../images/12passenger2.jpg) no-repeat;
	width:405px;
	height:180px;
}
#passengers3 {
	background:url(../images/8passenger.jpg) no-repeat;
	width:405px;
	height:180px;
}

#myiframe {
	background:none !important;	
}

#locationbar {
	width: 417px;
	overflow-y:auto;
}#innerstuff {
    height: 493px;
    width: 392px;
}

#topmenucontainer {
	width:1024px;	margin:0 auto;
}

#redbox1 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/specialpagebg.jpg");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    float: left;
    height: 194px;
    margin-bottom: 12px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 25px;
    width: 206px;
}

#special123 {
	background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/gradientheading-bottom.jpg");
    background-origin: padding-box;
    background-position: -4px 23px;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #cc0000;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 23.13px;
    font-style: italic;
    font-weight: bold;
    height: 63px;
    margin-bottom: 0;
	
}span.redish2 {
    color: #CB0000;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none !important;
}

#toppara {
    margin-top: -20px;
    padding-bottom: 15px;
}

#redishh4 {
    color: #CB0000;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    text-align: center;
    word-spacing: -1px;
}

#midpara {
	
    font-size: 12px;
    padding-bottom: 10px;
    padding-left: 20px;
   
}

#taketop {
	margin-top:-10px;
}

#taketop2 {
	 margin-top: -21px;
}

#redboxbottom  {
	background:url(../images/redboxbottom.jpg) no-repeat;
	width:236px;
	height:167px;
}

#redboxbottom p{ 
    color: white;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    padding-top: 2px;
    text-align: center;
	
}

#boxpara2 {
    font-family: Tahoma, Geneva, sans-serif !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: bold !important;
    text-decoration: underline;
}#calluspara {
    color: white !important;
    font-family: allerregular !important;
    font-size: 18px !important;
    font-style: italic !important;
    font-weight: bold !important;
    margin-top: 9px !important;
}

#phred {
	font-family: Tahoma, Geneva, sans-serif !important;
    font-size: 21px !important;
    font-style: normal !important;
    font-weight: bold !important;
    word-spacing: -2px;
   
}

.contentspecial {

    float: left;
    margin-top: 10px;
    padding-left: 0;
    padding-top: 10px;
    width: 685px;
}
.contentspecial p{
    color: #656565;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    
}#specialpage2 span{
	
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#336599;
}

p#specialwords {
	
	font-family: Tahoma, Geneva, sans-serif;
	color:#336599;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
}

span#simplewords {
    color: #336599 !important;
    display: block;
    font-family: Tahoma, Geneva, sans-serif !important;
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: normal !important;
    margin-top: -6px;
}

#contactform {
	 margin-top: 15px;
}

#contactform label {
	
 	display: inline-block !important;
    font-family: Tahoma, Geneva, sans-serif !important;
    font-size: 13px !important;
    margin-bottom: 7px !important; 
	font-weight:normal !important;
	color:black !important;
	font-style:normal !important;
	
}

#contactform input {
	margin-bottom:10px;
	
}

#contactform textarea{
	width:230px;
	height:58px;
	margin-bottom:10px;
}

#unitedroundtheworld  {
	color:#800000;
	font-size:15px;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
}

.content4 h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#336599;
}

#phonenumbers {
    background: url("../images/phonenumbers.jpg") no-repeat scroll 0 0 transparent;
    height: 84px;
    left: 4px;
    position: absolute;
    top: 32px;
    width: 298px;
}

#cargo2  {
	background: url("../images/cargo2.jpg") no-repeat scroll 0 0 transparent;

    height: 180px;

    width: 405px;

}
#forspacing h2{
    color: #336599;

    font-family: Tahoma,Geneva,sans-serif;

    font-size: 16px;
}#childlinks {

	margin-left:15px;

}#homelinks {

	margin-bottom:10px;

	border-bottom:1px dotted #999;

	padding-bottom:5px;

}
#main-container {
    margin: 0 auto;
    max-width: 1024px;
    min-width: 964px;
    width: 1024px;
}

.textcontent {
    min-height: 110px;
}
#content-main, #sidebar-right {
    min-height: 480px;
}
