@charset "utf-8";

	.width100 	{ width: 100%; 	}
	.width75 		{ width: 75%; 	}
	.width50 		{ width: 50%; 	}
	.width33 		{ width: 33%; 	}
	.width20 		{ width: 20%; 	}
	.floatLeft		{ float: left; 	}
	.floatRight	{ float: right; 	}
	.alignLeft 	{ text-align: left; 	}
	.alignRight 	{ text-align: right; }

html	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
/*	font-size: 0.689em;*/
	}
	
body {
	margin: 0px;
	padding: 0px;
	background: #b49849 url(images/bg3.jpg) repeat-x fixed center top;
}
img{
	border:0px;
}
a:link, a:active, a:visited 
{
	color: gray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
a:hover {
	color: #e5b019;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

.yellow a:link, .yellow a:active, .yellow a:visited 
{
	color: #e5b019;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.yellow a:hover {
	color: #fdbb00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

.black  a:link, .black  a:active, .black  a:visited 
{
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.black a:hover {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

.white  a:link, .white  a:active, .white  a:visited 
{
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.white a:hover {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}


.txt-yellow	{	color: #e5b019;	}
.txt-white	{	color: #fff;	}
.txt-note	{
	color: red;
	font-size: 13px;	
	font-weight: bold;
}




/* 	FORM	------------------------------	*/


#form-table	{

}

#form-table td {
	padding: 2px;
	font-size: 10px;
	}	
	
form	{
	margin: 20px 0px 0px 20px;
	}	
.f01	{
	width: 180px;
	}	
.f02	{
	width: 80px;
	}	
.f03multi	{
	width: 180px;
	}	
.f04multi	{
	width: 350px;
	}		
	
	
input:focus, textarea:focus, select:focus {
	color:#03C;
	border: 1px solid #E5B019;
}

textarea, input, select  {
 	padding:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}


	
/* 	GLOBAL	 ------------------------------	*/

#footer	{
	height: 91px;
	width: 913px;
	margin:	0 auto;
	background: #000 url(images/foot-grad.gif) repeat-x;
	border-top: 0px solid #FFF;	
	}
#foot-logo	{
	color: #999;
	float:left;
	margin-top:10px;
	margin-left:10px;	
	}	
	
	#foot-logo td	{
	padding: 0px 10px 0px 10px;
	}		
	
.f1	{	width:155px; 	
		border-right: 1px solid #735915;
	}
.f2	{	width:10px; 	}

.quicklink {
	line-height: 22px;
	margin-left: 10px;
	color: #FFF;
	list-style-image: url(images/bullet_circle.gif);	
}
	.quicklink a:link, .quicklink a:active, .quicklink a:visited 
	{
		color: white;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-decoration: none;
	}
	.quicklink a:hover {
		color: #000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-decoration: underline;
	}	

.quote2	{
	margin-top:20px;
	}
	
/* 	BULLET ------------------------------	*/

ol {
	margin-left:18px;
}	
ul {
	list-style-type: none;
}
.bullet	{
	list-style-image: url(images/bullet_circle.gif);	
	margin-left:0px;
	}
.bullet-white	{
	list-style-image: url(images/bullet_circle-white.gif);	
	margin-left:24px;
	}		
	
/* 	INDEX 	------------------------------	*/

#t0	{
	width: 936px;
	height:35px;
	border-bottom: 1px solid #ffbd00;
	}
#t1	{
	width: 913px;
	height:85px;
	margin:	0 auto;
	background-color: white;
	}
#t2	{
	width: 100%;
	margin:	0 auto;
	background-color:#fff;
	}	
#t3	{
	width: 100%;
	margin:	0 auto;
	background-color:#e6d3b3;
	}		

#YellowLine	{
	margin:	0 auto;	
	width: 932px;	
	background-color:#fcd976;
	height:1px;
		}

#grad1	{
	margin:	0 auto;	
	width: 913px;
	background: url(images/grad1.gif) repeat-x;
	height: 39px;
	}	
		
#logo	{
	padding: 0px 0px 0px 20px ;
	}
	
#nav	{
	float:right;
	margin-right:20px;
	margin-bottom:20px;
	}	
.index-body	{
	border-left: 1px solid #FFF;
	width:736px;
	height:365px;
	background: url(images/index-bg.jpg) no-repeat;
	}
	
.index-side	{
/*	width:169px;*/
	background: #e5b019 url(images/sideGrad-yellow.gif) repeat-x;
	}	
	.index-side2	{
	background: #e5b019 url(images/quote2-grad.jpg) repeat-x bottom;
	border-left: 1px solid #FFF;
		}
		
.body-txt	{
	margin: 100px 10px 0px 0px;
	color: #FFF;
	}
.indexF1	{
	background-color:#e6d3b3;
	border-top: 4px solid #FFF;
	}
	.indexF1 td	{
	text-align: left;
	}	

#Wrapper	{
	width: 913px;
	margin:	0 auto;
	background-color:#fff;
	}
	.WrapperBorder	{
		border: 7px solid #Fff;		
		}


/* 	ABOUT US ------------------------------	*/

.about-body	{
	width:736px;
	background: url(images/bg-about.jpg) no-repeat;
	}
.brown-grad	{
	background: url(images/grad-brown.gif) repeat-x;
	height: 23px;	
	}
#brown-grad	{
	background: url(images/grad-brown.gif) repeat-x;
	height: 23px;	

	}
	
#abt1	{
	margin-top:140px;
	}
.abt2	{
	width:360px;
	height:300px;
	background: #FFF;
	border: 1px solid #E6E6E6;
	}	
	.abt2 td	{
		padding: 10px 20px;
		}
.cm-truck	{
	margin-left:50px;	
	}	

/* 	HISTORY 	------------------------------	*/

#history-body2	{
	margin:	0 auto;
	background: #FFF url(images/bg-history.jpg) no-repeat center top;
	}
	#history-body	{
	width: 905px;
	margin:	0 auto;	
	background: url(images/bg-history.jpg) no-repeat;
	}
.hcol1	{
	width: 236px;
	border: 1px solid #a2a6ad;
	background: url(images/hisGrad1.gif) repeat-x bottom;
	background-color:#ebeced;
	}	
.hisT1	{
	background: url(images/hisGrad2.gif) repeat-x;
	height: 35px;	
}	
.hisT2	{
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	border-top: 1px solid #e5b019;
	border-bottom: 1px solid #e5b019;
	font-size: 16px;
	padding:20px 0px;
	}
.hCell1	{
	padding:5px;
	}
.hCell2	{
	padding:10px 25px;
	border: 1px solid #CCC;
	height: 500px;
	
	}	
.hTab	{
	background: url(images/history-tab1.png) repeat-x;
	height: 28px;
	}	

/* 	AWARDS		------------------------------	*/

.awards-body	{
	width:736px;
	background: #FFF url(images/bg-awards.jpg) no-repeat center top;
	border-right: 1px solid #fff;
	}
.awards-cell	{
	border: 1px solid #E8E8E8;
	}	
	
	
/* 	UNITED VAN LINES ------------------------------	*/

#UVL-body	{
	width:100%;
	background: #FFF url(images/bg-uvl.jpg) no-repeat center top;
	border-right: 1px solid #fff;
	}	
.weMove	{
	background-color:#d3d4d5}
		
	
/* 	SERVICES	 ------------------------------	*/

#serv-bg1	{
	width:100%;
	background: #FFF url(images/serv-1household.jpg) no-repeat right top;
	border: 1px solid #fff;
	}	
#serv-bg2	{
	width:100%;
	background: #FFF url(images/serv-2valueAdded.jpg) no-repeat right top;
	border: 1px solid #fff;
	}	
#serv-bg3	{
	width:100%;
	background: #FFF url(images/serv-3corpMoving.jpg) no-repeat right top;
	border: 1px solid #fff;
	}		
	
.tline-yellow	{
	border-top: 1px solid #e5b019;
	border-bottom: 1px solid #e5b019;	
}	
	

.servMenu 	{
	background-color:#93896b;
	border:1px solid #000;
	padding:10px 12px;
	text-align:center;
	width:33%;
}
.servMenuDown	{
	background-color:#e5b019;
	border:1px solid #000;
	padding:10px 12px;
	text-align:center;
	font-weight: bold;
	width:33%;	
	}
.servMenu a:link, .servMenu a:active, .servMenu a:visited 
{
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.servMenu a:hover {
	color: #white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

.serv2-cell {
	padding-right:15px;
	}

.servbar	{
		width:189px;	
		margin: 15px 0px; }

.serv3-top	{
	background-color:#f2f2f2;}
	
.serv3-bottom	{
	background-color:#ebe6da;}	
.serv-left	{
	padding:20px 30px 20px 20px ;
}	


	
/* 	QUOTE	------------------------------	*/

.quote-body	{
	width:736px;
	background: #FFF url(images/quote-bg2.jpg) no-repeat right top;
	border-right: 1px solid #fff;
	}

	
/* 	FAQS	------------------------------	*/

#faq-body	{
	width:100%;
	background: #FFF url(images/faqsBG1.jpg) no-repeat right top;
	border: 1px solid #fff;
	}

	
/* 	RESOURCES ------------------------------	*/

.pvid	{
	border: 2px solid white;	
	}
.pvid:hover	{
	border: 2px solid #E5B019;
	}	

#res-body	{
	width:100%;
	background: #FFF url(images/ResBG.jpg) no-repeat right top;
	border: 1px solid #fff;
	}
.resHeader	{
	border-top: 3px solid #edc85e;
	font-weight:bold;
	padding: 13px 10px;
	}
.resHalfTable	{
	padding: 5px 20px ;
	height:240px;
	border: 1px solid #DADADA;
	background-color:#fbf9ea;
	}	
	
.pdf {
	line-height: 12px;
	list-style: url(images/icon-pdf.gif);	}  
	
.pdf li {
	padding: 5px 0px ;	}

	.pdf a:link, .pdf a:link, .pdf a:active, .pdf a:visited {
		padding: 10px 10px 10px 0px;
		color: black;
		text-decoration: none;	}
	.pdf a:link:hover {
		color: #black;
		text-decoration: underline;	}	
		

.checklist {
	line-height: 30px;
	list-style: url(images/icon-CheckList.gif);	}  
.checklist li {
	padding: 5px 0px ;	}

	.checklist a:link, .checklist a:link, .checklist a:active, .checklist a:visited {
		color: black;
		padding: 10px 10px 10px 0px;
		text-decoration: none;	}
	.checklist a:link:hover {
		color: #black;
		text-decoration: underline;	}	


/* 	CAREERS ------------------------------	*/

.careers-body	{
	width:736px;
	border-right: 1px solid #fff;
	}
.careersHead	{
	background: url(images/headgrad.gif) repeat-x;
	height: 93px;
	}
.careers-cell	{
	border: 1px solid #E8E8E8;
	background: url(images/careers2.jpg) no-repeat right bottom;
}
	
	
/* 	CONTACT ------------------------------	*/

.contact-cell	{
	width:736px;
	border-right: 1px solid #fff;
	background: url(images/contactBG.jpg) no-repeat right top;	
}
.contactHead	{
	background: url(images/headgrad.gif) repeat-x;
	height: 93px;
	}
#contact	{
	margin-left:10px;	}

#map	{
	padding:10px;
	border: 1px solid #E5B019;	
	}
	
		
/* 	VIDEO	------------------------------	*/

#vidSpace{
	width:500px;	
	padding:10px;
	}
#vidTable	{
	width:480px;
	margin:	0 auto;	
	background-color:#000;
	border: 1px solid #DADADA;	
	}
	#vidTable td	{
	padding:20px 10px 10px 10px;		
		}
.vidDescript	{
	color: #fff;
	}		
#vMenu a, div#vMenu 	{
	color: #999;
}
#vMenu a:hover	{
	color: #e5b019;
}
.vMenuDown	{
	color: #e5b019;	}


/* 	air miles	------------------------------	*/

#airSpace	{
	width:100%;	
	padding:4px;
	}
#airTable	{
	width:600px;
	margin:	0 auto;	
	background-color:#fff;
	border: 1px solid #DADADA;	
	}
	#airTable td	{
	padding:35px ;		
	height:200px;
	text-align:left;
		}


.outline	{
	border: 1px solid #DADADA;
	}
.lgray-bg	{
	background-color:#eaeaea}	
	
h1	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	}	
	
h2	{
	font-family:  Helvetica, "Trebuchet MS", Arial,sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	}		

.question	{
	font-size: 12px;
	color: #960;
	}	