@charset "utf-8";
/* --------- Excel Home Page CSS Styles --------- */

/*	
	1. Defaults: Html Tags
	2. Colums: Left / Right	
	3. Page Styles: Left / Right
*/

/* --------- 1. Defaults  --------- */

img {
	border:0px;
	}
	
form{
	margin:0px;
	padding:0px;
	}
	
ul {
	list-style:none;
	}

/* --------- 2. Colums: Left / Right  --------- */

/* Left Colum */


#leftColum {
	width:380px;
	position:relative;
	float:left;
	clear:both;
	}
	
p.intro{
	width:370px;
	height:190px;
	}
	
#leftColum h1{
	font-size:1.8em;
	color:#333;
	margin:0px;
	padding:0px;
	}
	
#leftColum h2, #rightColum h2{
	font-size:1.5em;
	font-weight:bold;
	color:#333;
	margin:0px;
	padding:0px;
	}
	
#leftColum h3{
	font-size:1.1em;
	font-weight:bold;
	color:#333;
	margin:0px;
	padding:0px;
	}
	
/* Right Colum */

#rightColum {
	width:406px;
	float:left;
	position:relative;
	top:0px;
	left:16px;
	}
	
#rightColum ul{
	line-height:180%;
	margin:0px 4px 24px 4px;
	padding:0px;
	}
	
	
/* --------- 3. Page Styles: Left / Right  --------- */
.imgLeft{
	float:left;
	clear:both;
	margin:0px 10px 0px 0px;
	}
	
.imgRight{
	float:right;
	clear:left;
	margin:0px 0px 0px 10px;
	}
	
.movingServicesh{
	width:380px;
	float:left;
	clear:both;
	height:70px;
	margin-top:15px;
	}
	
.movingServicesh img {
	float:left;
	clear:both;
	margin:0px 10px 0px 0px;
	border:#CCC 1px solid;
	padding:1px;
	}


#quoteForm2{
width:406px;height:218px;background:url(../images/free-quote-bg.jpg) no-repeat;padding-bottom:10px;}	
	
#quoteForm2 img{
width:203px;height:59px;padding:130px 0px 0px 175px;}	


#quoteForm{
	width:406px;
	height:218px;
	background:url(../images/qf_bg.jpg) no-repeat;
	padding-bottom:10px;
	}	
		
#quoteForm label {
	width:100px;
	display:block;
	text-align:right;
	float:left;
	clear:both;
	margin: 3px 20px 0px 0px ;
	}

#quoteForm h2{
	color:#F60;
	padding:10px 0px 0px 40px;
	margin:0px;
	font-size:2em;
	}
	
#quoteForm table {
/*	width:365px;*/
	position:relative;
	left:30px;
	top:10px;
	border-collapse:collapse;
	font-weight:bold;
	height:160px;
	}
	
#quoteForm td {
	padding:2px;
	}
	
#hPickupZip, #hDeliveryZip, #hEmailAddress, .hMoveDate {
	width:165px;
	vertical-align:middle;
	border:#CCC 1px solid;
	padding:2px;
	float:left;
	}

#hContinue {
	position:relative;
	left:95px;
	}
	
#movingNC{
	position:relative;
	top:10px;
	height:115px;
	margin-bottom:10px;
	}
	
#movingNC td{
	vertical-align:top;
	}
	
#movingNC ul{
	margin:0px 5px;
	padding:0px;
	}
	
	
p#flash-video{ display:block; padding-top:20px; width:380px; margin: 0px auto; text-align:center;}

