﻿html, body {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background: #133477 url(images_layout/bg-road-only-wide.jpg) repeat-x center 75px;
	height: 100%;
} 

/* content formatting */
#content {
	position: relative;
	width: 706px;
	margin: 0 auto;
	padding: 0;
	background: #ffffff url(images_layout/bg-content.gif) repeat-y;
	text-align: left;

	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

#contentHeader {
	position: relative;
	background: #ffffff url(images_layout/bg-header.gif) no-repeat;
	height: 75px;
}

#contentHeaderLogo {
	position: absolute;
	left: 50px;
	top: 12px;
}

#contentHeaderCTA {
	position: absolute;
	width: 150px;
	left: 376px;
	top: 18px;
	font-weight: bold;
}

#contentHeaderCTA p {
	color: #144587;
	margin: 0;
	padding: 0;
}

#contentHeaderLinks {
	position: absolute;
	left: 580px;
	top: 6px;
	width: 120px;
	font-size: 11px;
	line-height: 12px;
}

#contentHeaderLinks p {
	color: #ffffff;
	margin: 0;
	padding: 0;
}


#contentHeaderLinks a {
	color: #ffffff;
	text-decoration: none;
}

#contentHeaderLinks a:hover, 
#contentHeaderLinks a:active
{
	text-decoration: underline;
}

#contentRedRule {
	position: relative;
	width: 700px;
	height: 3px;
	margin: 0 auto;
	padding: 0;
}

#contentMain {
	position: relative;
	width: 700px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

#contentMainLeft {
	float: left;
	position: relative;
	width: 299px;
	margin: 0;
	padding: 0;

}

body#auto #contentMainLeft {
	background: url(images_layout/moving-auto.jpg) no-repeat;
}

body#uload #contentMainLeft {
	background: url(images_layout/moving-uload.jpg) no-repeat;
}

#contentMainLeftInset {
	width: 255px;
	margin-left: 9px;
	margin-top: 95px;
	padding: 5px;
	background: #ffffff;
}

#contentMainLeftbottom {
	float: left;
	width: 289px;
	margin: 0px 0px 20px 10px;
	padding: 0;
}

#contentMainLeftPhoto {
	float: right;
	position: relative;
	width: 86px;
	margin: 0;
	padding: 0;
}



.contentMainRight {
	float: right;
	width: 382px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.contentMainRight p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

p.checkmarks {
	line-height: 15px;
	margin: 0;
	padding: 0;
	
}

p.checkmarkstop {
	line-height: 15px;
	margin: 10px 0px 0px 0px;
	padding: 0;
	
}

#contentMainRightCTA {
	width: 247px;
	background-color: #5d8baf;
	margin: 0px 0px 10px 0px;
}

#contentMainRightCTARight {
	background-color: #5d8baf;
	width: 247px;
	padding: 0px 0px 5px 0px;
}


#movingGuide {
	border: 1px solid #5d8baf;
	width: 355px;
	padding: 5px;
}

#movingGuide p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#movingGuide ul {
	float: left;
	width: 150px;
	margin: 0px 15px 2px 0px;
	padding: 0px;
	padding-bottom: 10px;
	color: #000000;
	list-style-type: none;
	line-height: 18px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#movingGuide ul li {
	background: url(images_layout/img_list_bullet.gif) left 5px no-repeat;
	padding: 0;
	padding-left: 10px;
	font-weight: normal;
}

#formMove {
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}

#formMove p {
	padding-bottom: 5px;
	color: #ffffff;
}

#formMove input {
	width: 60px;
	border: 1px solid #FF9900;
	margin: 0;
	padding: 0;
}

#formMove select {
	width: 60px;
	border: 1px solid #FF9900;
	margin: 0;
	padding: 0;
}

#formMove #submit {
	width: 60px;
	font-size: 11px;
}

.clearIt {
	clear: both;
} 

.clearItTall {
	height: 10px;
	clear: both;
} 


/* text formatting */
.headlineMain {
	margin-bottom: 10px;
	color: #133477;
	font-weight: bold;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}

.headlineCity {
	margin-bottom: 10px;
	color: #ba0001;
	font-weight: bold;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}

.blueCallout {
	color: #144587;
	font-weight: bold;
}

p.headlineOrangeRev {
	margin: 0;
	padding: 5px 0 5px 15px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	background: #ff9900;
}

p.movingGuide {
	width: 160px;
	margin: 0;
	padding: 5px 0 5px 5px;
	color: #000000;
	font-size: 12px;
	background: #c7d4e4;
}

p.footer {
	font-size: 11px;
}

p {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	margin-left: 15px;
	padding: 0;
}

li {
	padding-top: 5px;
	padding-right: 5px;
}

/* link formatting */
a {
	text-decoration: none;
	color: #133477;
}

a:active, 
a:hover {
	text-decoration: underline;
	color: #FF9900;
}

a:visited {
	color: #133477;
}

#contentMainRightCTA img {
	margin: 0px;
	padding: 0px;
}
