@charset "utf-8";
/* ==================== Allied Local Directory Secondary Page Layout CSS Styles ==================== */

/*	Table Of Contents
	 1.Header
	 2.Content
	 3.Side Bar
	 4.Site Map
	 5.Footer
*/

/* ==================== 1.Header ==================== */

#header {
	width:957px;
	height:242px;
	padding:0px 20px 10px 10px;
	float:left;
	color:#666;
}
#header a {
	
	display: block;
	text-indent: -9999px;
	background: url(../images/allied-logo.png) no-repeat top left;
	width: 242px;
	height: 39px;
	margin: 20px 0 0;
	cursor: pointer;
	behavior: url(iepngfix.htc);
}

#header a:hover{
	background: url(../images/allied-logo.png) no-repeat 0px -41px;
	
}

#header #tagline {
	font-size: 20px;
	font-style:italic;
	color: #000;
	margin: 10px 0 0;
}
#header #tagline span {
	font-weight: bold;
}
#header #track-phone {
	font-size: 26px;
	margin: 75px 0 0 0;
	color: #ffff00;
	font-weight: bold;
}
#header #track-phone span {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	line-height: 0;
}
/* ==================== 2.Nav ========================= */
#main-nav {
	width:220px;
	background: #669239 url(../images/nav-back.jpg) no-repeat top left;
}
#main-nav li {
	line-height:normal;
	margin:0;
	padding: 0;
	border: none;
}
#main-nav li a {
	display:block;
	text-align:left;
	height: 30px;
	width: 210px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	color: #ffffab;
	border-bottom: 1px solid #56611e;
	border-top: 1px solid #a7bf61;
	padding: 15px 0 0 10px;
}
#main-nav a:hover {
	color:#fff;
	text-decoration:none;
	background: #122F00;
}
#main-nav a.selected {
	color:#FC0;
	background: url(../images/bg-slider-active.jpg) no-repeat left top;
}
#main-nav a:focus {
	outline:none;
}

#main-nav a.active{
	color:#fff;
	text-decoration:none;
	background: #122F00;
}
/* ==================== 2.Content ==================== */
	
#page {
	width:423px;
	background: #fff url(../images/main-content-back.jpg) no-repeat top left;
	float:left;
	margin: 0 10px;
	padding: 20px;
	border-bottom: 1px solid #CCCCCC;
}

#page h1{
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 20px 0;
}

#page h2{
    font-weight: bold;
	font-size: 16px;
	color: #4F4F4F;
	margin: 0 0 20px 0;
}

#page ol{
	padding: 0;
	margin: 0 0 20px 0;
}

#page ol li{
	margin: 0 0 10px 0;
	font-weight: bold;
list-style: none;
padding: 0 0 5px 28px;
border-bottom: 1px solid #ededed;
}

#page ol li.onelist{
background: url(/images/one.gif) no-repeat -2px 6px;
border-top: 1px solid #ededed;
padding-top: 8px;
}
#page ol li.twolist{
background: url(/images/two.gif) no-repeat -3px -2px;
}

#page ol li.threelist{
background: url(/images/three.gif) no-repeat -3px -2px;
}

#page ol li.fourlist{
background: url(/images/four.gif) no-repeat -3px -2px;
}

#page ol li.fivelist{
padding-bottom: 20px;
background: url(/images/five.gif) no-repeat -3px -2px;
}


#page ol li span{
	font-weight: normal;
}


#page ul{
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
}

#page ul li{
	margin: 0 0 10px 0;
	list-style: square;
}

#page #site-map li{
	list-style: circle;
}

#page #site-map li ul{
	margin: 10px 0 0 0;
}
/* ==================== 3.Side Bar ==================== */
	
#sidebar {
	width:250px;
	float:right;
}
/* ---------- Quote Form ---------- */

#quote-form-container {
	width:248px;
	float:left;
	margin-bottom:5px;
	background: #EF800D url(../images/form-back.jpg) repeat-x top left;
}
#quote-form-container p#form-header {
	display:block;
	padding-top:8px;
	font-size:3em;
	text-align: center;
	font-weight:bold;
	color: #FFFF00;
	width: 248px;
	height: 115px;
	line-height: 50px;
	background: url(../images/form-header-back.jpg) no-repeat top left;
}
#quote-form-container p#form-header span {
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	line-height: 13px;
}


#quote-form {
	padding: 0px 0px 10px 23px;
}
#quote-form p {
	clear: both;
}
#quote-form p label, #quote-form div label {
	font-weight:bold;
	color:#000;
	width: 190px;
	height: 20px;
	width: 113px;
}
#quote-form p.lookup label {
	float: left;
}
#quote-form p a {
	color: #336600;
	float: left;
	background: url(../images/mag-glass.gif) no-repeat left center;
	padding: 0px 0 0 15px;
	font-size: 11px;
	font-weight: bold;
}
#quote-form input {
	width:190px;
	padding:4px;
	border:1px solid #CCC;
}
#quote-form p.short-para {
	width: 100px;
	float: left;
	clear: none;
}
#quote-form p.short-para label {
	width: 90px;
	display: block;
	height: 22px;
}
#quote-form p.short-para input {
	width: 100px;
}
#quote-form div.short-input {
	width: 90px;
	float: left;
	margin: 3px 0 0;
}
#quote-form div.short-input label {
	width: 70px;
	display: block;
}
#quote-form div.short-input input {
	width: 70px;
}
#quote-form div.short-input input {
	width:70px;
}
#quote-form p select {
	width: 198px;
	padding:4px;
	border:1px solid #CCC;
}
#quote-form input.submit {
	width:204px;
	height:55px;
	border:none;
	background: url(../images/submit-button.jpg) no-repeat bottom left;
	cursor: pointer;
}

#quote-form input.submit:hover{
	background: url(../images/submit-button.jpg) no-repeat top left;
}
/* ---------- Moving Agent ---------- */


/* ==================== 5.Footer ==================== */

#footer {
	padding:20px 0px 20px 250px;
	float:left;
	width: 443px;
	clear: both;
}
#footer p {
	color:#000;
	font-size:10px;
	margin-bottom:6px;
}
#footer p span {
	font-weight:normal;
	color:#666;
}
#footer ul {
	float: left;
	width: 230px;
	font-size:10px;
}

#footer ul li{
	float: left;
	margin: 0 10px 0 0;
}

#footer ul li#company-copy{
	clear: both;
	color: #5F5F5F;
	
	width: 100%;
}

#footer ul li#company-copy p{
	clear: both;
	color: #5F5F5F;
	
}


#footer ul#dot-info {
	float: right;
	width: 200px;
}

#footer ul#dot-info p#spectrum-links{
	color: #5F5F5F;
}


#address {
	width:685px;
	float:left;
	display:block;
	padding:10px 0px 0px 20px;
	font-size:.9em;
	color:#999;
	margin-left:-3px;
}

#states { 
	width: 410px; 
	font-size: 11px;
}

#states ul { 
	float: left; 
	width: 185px; 
	line-height: 100%;
}

#breadcrumbs {
	font-size: 11px;
	background-color: #FCF4CF;
	padding: 4px 10px 4px 10px;
	margin: 0 0 10px 0;
}

#breadcrumbs p {
	padding: 0px;
	margin: 0px;
}

#breadcrumbs a {
	color: #666666;
}

#left-col {
	width:220px;
	float: left;
}

#left-moving-companies { float: left; padding: 15px 0 0 7px; width: 215px; }
#right-moving-companies { float: left; padding: 5px 0 0 7px; width: 240px; }
#right-moving-companies h2, #left-moving-companies h2 { font-size: 1.5em; line-height: 120%; color: #669239; border-bottom: #669239 1px solid; padding-bottom: 5px; margin-bottom: 5px; width:213px; }
#right-moving-companies dt, #right-moving-companies dd, #left-moving-companies dt, #left-moving-companies dd { line-height: 150%; }
#right-moving-companies dt, #left-moving-companies dt  { font-weight: bold; }
#left-moving-companies dt a { line-height: 150%; font-weight:normal; }
#right-moving-companies dd, #left-moving-companies dd { font-size: .8em; font-style: oblique; margin-bottom: 3px; line-height:150%;}
