@charset "utf-8";
/* --------- Eckert's Moving and Storage Main Layout CSS Styles --------- */

/*	
	1. Defaults: Html Tags
	2. Header
	3. Navigation: Header Navigation / Main Navigation / Drop Down Menus
	4. Content: Page / Links
	5. Footer
	6. SEO Links
*/

/* --------- 1. Defaults  --------- */

body {
	background: url(../images/bg_main.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
}

a {text-decoration:none;}

img {border:none;}
	
ul {list-style:none;}

* {
	margin:0px;
	padding:0px;
	}
	
.clear-fix {clear:both;}
	
/* --------- 2. Main Layout  --------- */	

#wrapper {
	width:870px;
	margin: 0px auto;
	}
	
#reviews-promo {float: left; display:block;}
	
#left-colum{
	width:271px;
	float:left;
	padding-bottom:15px;
	}
	
#submit-review {
background:url(../images/submit-a-review.png) top left no-repeat;
width:271px;
height:214px;
}
	
#left-colum-page{
	width:271px;
	background:url(../images/bg-left-colum-page.jpg) top no-repeat;
	min-height:494px;
	float:left;
	}
	
#right-colum{
	width:599px;
	float:left;
	padding-bottom:15px;
	}
	
#right-colum-page{
	width:584px;
	background:url(../images/bg-right-colum-page.jpg) top no-repeat;
	min-height:494px;
	float:left;
	padding-left:15px;

	}
		
/* --------- 3. Left Colum  --------- */

#logo{
	width:271px;
	height:101px;
	background:url(../images/quote-form-top.jpg) bottom no-repeat;
	}	
	
#logo img{
	margin-top:13px;
	margin-left:26px;
	width:200px;
	height:36px;
	}
	
#logo p{
	font-size:1.2em;
	font-weight:bold;
	margin-top:4px;
	margin-left:30px;
	}
	
#logo a{
	color:#333;
	}
	
/* --------- Quote Form --------- */
	
#quote-form{
	width:271px;
	height:323px;
	background:url(../images/bg-quote-form.jpg) no-repeat;
	color:#fff;
	}
	
	#quote-form p.title{
	width:271px;
	font-size:2.2em;
	display:block;
	text-align:center;
	padding-bottom:5px;
	font-weight:bold;
	color:#FF0;
	}
	
#quote-form p.title span{
	padding-left:18px;
	}
	
#quote-form p.price span{
	padding-left:18px;
	}
	
	#quote-form p.price{
	width:271px;
	display:block;
	text-align:center;
	font-size:1.4em;
	padding-bottom:5px;
	font-weight:bold;
	color:#FF0;
	}
	
	#quote-form p.disclaimer{
	width:230px;
	font-size:.8em;
	padding-left:30px;
	color:#fff;
	}
	
#quote-form label{
	margin-top: 10px;
	padding-left:24px;
	text-align:right;
	display: block;
	float: left;
	font-size: 1em;
	width: 80px;
	color:#fff;
	}

#quote-form input{
	margin: 9px 0px 0 8px;
	padding: 2px;
	border: 1px solid #fff;
	height: 13px;
	width: 140px;
	font-size: 11px;
	}

#quote-form #FreeMovingQuoteControl_btn_continue {
	width:246px;
	height: 38px;
	border:none;
	margin-left:19px;
	margin-bottom:5px;
	}	

/* --------- Side Nav --------- */

#side-nav {
	width:252px;
	background:#E5E5E5 url(../images/bg-side-nav-btm.jpg) no-repeat bottom;
	margin-left:19px;
	}
	
#side-nav h2{
	font-size:1.6em;
	padding-left:10px;
	padding-bottom:5px;
	margin-bottom:8px;
	background:url(../images/side-nav-h2-underline.gif) no-repeat bottom center;
	}
	
.navl-agent-img{
	margin:0px 12px 0px 20px;
	}
		
/*----------4.Right Colum -----------*/	


#header {padding:10px 14px 10px 15px; float:left; width:570px;}

#header img {float:left;}
		
/*Header Navigation (Header Nav Bar) */
	
#header-nav {
	list-style:none;
	color:#EB3B32;
	font-weight:bold;
	width:210px;
	float:right;
	padding-top:10px;
	}
	
#header-nav li {
	margin-left:6px;
	float:left;
	}

#header-nav .active, #header-nav a:hover {
	color:#EB3B32;
	}	
	
#header-nav a, #header-nav .inactive {
	color:#333;
	}

#household-services {
	float: left;
	width: 275px;
}
#commercial-services {
	float: right;
	width: 275px;
}
	
/*---------- Main Nav Bar Buttons -----------*/	

#main-nav {
	list-style:none;
	float:left;
	height:31px;
	display:block;
	padding-left:15px;
	width:584px;
	
	}
		
#main-nav li {
	float:left;
	margin-right:11px;
	}

#main-nav .active, #main-nav a:hover {
	background: transparent url(../images/btn-bg-hover.jpg) no-repeat top right;
	}
	
#main-nav a{
	color:#FFF;
	display:block;
	float:left;
	font-size:1.1em;
	font-weight:bold;
	padding: 0px 4px 0px 4px;
	background: transparent url(../images/btn-bg-main.jpg) no-repeat top right;
	}
	
#main-nav span, #main-nav a:hover span {
	line-height: 31px;
	padding: 0px 4px 0px 4px;
	}

/* --------- Header Image --------- */

#phone-numbers{
	color:#FFF;
	font-weight:bold;
	font-size:1.7em;
	padding:5px 0px;
	text-align:center;
	display:block;
	height:24px;
	}
	
#header-image {
	width:584px;
	height:185px;
	background:url(../images/bg-header.jpg) no-repeat;
	float:left;
	padding-left:15px;
	}
	
#moving-since{
	color:#FFF;
	font-weight:bold;
	font-size:1.4em;
	text-align:center;
	float:right;
	display:block;
	padding-right:50px;
	padding-top:5px;
	}
	
#moving-since span{
	font-size:2em;
	}
	
#breadcrumb{
	font-weight:bold;
	color:#333;
	float:left;
	position:relative;
	top:160px;
	}
	
#breadcrumb a{
	color:#0169A7;
	}
	
#breadcrumb a:hover{
	color:#EB3B32;
	}
	
.page-on{
	color:#EB3B32;
	}

/* --------- 4. Content --------- */

/* Page Container*/

#page{
	width:565px;
	left:12px;
	}	

#page h1{
	font-size:1.6em;
	padding-bottom:5px;
	margin-bottom:15px;
	background:url(../images/h1-underline.gif) no-repeat bottom left;
	}

#page .h1small{
	font-size:1.4em;
	font-stretch:condensed;
	padding-bottom:5px;
	margin-bottom:15px;
	background:url(../images/h1-underline.gif) no-repeat bottom left;
	}
		
#page ul{
	margin-left:10px;
	margin-bottom:10px;
	line-height:140%;
	}
	
#page li{
	background:url(../images/ul-bullet.gif) no-repeat left 6px;
	padding-left:10px;
	}
	
#page p{
	margin-bottom:15px;
	line-height:140%;
	}
	
#page a{
	color:#0169A7;
	text-decoration:underline;
	}
	
#page a:hover{
	color:#EB3B32;
	}
	
.imgLeft{
	float:left;
	clear:both;
	margin-right:10px;
	}

.imgRight{
	float:right;
	clear:both;
	margin-right:10px;
	}
		
.imgLeftBdr{
	float:left;
	clear:both;
	margin:0px 16px 5px 0px;
	padding:2px;
	border:#CCC 1px solid;
	}
	
.imgRightBdr{
	float:right;
	clear:both;
	margin:0px 0px 0px 10px;
	padding:2px;
	border:#CCC 1px solid;
	}
	
.clear{
	clear:both;
	}
	
.imgClear{
	position:relative;
	top:5px;
	clear:both;
	}
		
/* --------- 5. Footer --------- */		
#footer {
	width:100%;
	background: url(../images/bg-footer.jpg) repeat-x top;
	height:146px;
	float:left;
	clear:both;
	margin-top:10px;
	}
	
#footer-container{
	width:820px;
	margin: 20px auto;
	}
	
#footer-left-colum{
	width:640px;
	float:left;
	margin-right:30px;
	}
	
#footer-services a{
	color:#0169A7;
	font-weight:bold;
	margin-right:11px;
	}
	
#footer-services a:hover{
	color:#EB3B32;
	}
	
#footer-nav{
	color:#EB3B32;
	}
	
#footer-nav a{
	color:#333;
	}
	
#footer-nav a:hover{
	color:#EB3B32;
	}	
	
#footer-right-colum{
	width:150px;
	float:left;
	}
	
#footer-right-colum p{
	margin-bottom:5px;
	}

#footer ul {
	list-style:none;
	margin-bottom:15px;
	}
	
#footer li {
	display:inline;
	margin-right: 2px;
	}

#copyright{
	color:#666;
	}
	
#copyright a {
	color:#666;
}

#copyright a:hover {
	color:#EB3B32;
	}
	
.err {
	font-weight: bold;
	color: #FF0000;
}