/************************** My Moving CSS Document **************************/

/**************************Global Styles**************************/
body {
	margin: 0;
	padding: 10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.clear {
	clear: both;
}

a {
	outline:none;
	color: #0000ff;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

h1 {
	margin: 0 0 20px 0;
}

p {
	margin: 0 0 20px 0;
}

span.orange {
	color: #ff6600;
}

span.red {
	color: #ff0000;
}

form {
	margin: 0 0 0 0;
}

#wrapper {
	margin: 0 auto;
	width: 970px;
}

#header {
	
}

#header #logo {
	float: left;
}

#header .headerright {
	float: right;
	width: 500px;
	text-align: right;
}

#header .headerright p.phone {
	margin: 0 0 10px 0;
	padding: 0 0 0 30px;
	float: right;
	background-image: url(../moving-quotes/icons/phone.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #144891;
	font-size: 16px;
	font-weight: bold;
}

#header .headerright p.headernav {
	margin: 0 0 0 0;
}

#navigation {
	height: 31px;
	padding: 6px 0 0 0;
	background-image: url(../moving-quotes/nav/orange_top.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: white;
	font-size: 13px;
}

#ns #navigation {
	border-bottom: 7px solid #144891;
}

#nav {
	float: left;
	margin: 0;
	padding: 0 0 0 17px; /*Adjust as you add/delete <li>'s*/
	list-style: none;
}

#nav li {
	float: left;
	padding: 0 0 0 10px;
}

#nav li a {
	float: left;
	height: 25px;
	padding: 6px 10px 0 0;
	color: white;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../moving-quotes/nav/nav_border.gif);
	background-position: right 8px;
	background-repeat: no-repeat;
}

#nav li.last a {
	background-image: none;
}

#nav li a:hover {
	color: #144891;
}

#nav li.current {
	background-image: url(../moving-quotes/nav/orange_tab_on.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 0 0 -1px;
}

#nav li.current a {
	background-image: url(../moving-quotes/nav/orange_tab_on.gif);
	background-position: right 0;
	background-repeat: no-repeat;
	color: #144891;
}

#subnavigation {
	height: 32px;
	background-color: #144891;
}

#subnav {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
	list-style: none;
}

#subnav li {
	float: left;
	padding: 0 0 0 10px;
}

#subnav li a {
	color: white;
	text-decoration: none;
	display: block;
	float: left;
	height: 24px;
	padding: 8px 10px 0 0;
	background-image: url(../moving-quotes/nav/nav_border.gif);
	background-position: right 10px;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 13px;
}

#subnav li.last a {
	background-image: none;
}

#subnav li a:hover {
	color: #ff6600;
}

/**************************Layout Styles**************************/
#content {
	padding: 20px 0 0 0;
}

#left_210 {
	float: left;
	width: 210px;
	margin: 0;
}

#right_740 {
	float: right;
	width: 743px;
	margin:0;
}

#right_740 .left_575 {
	float: left;
	width: 575px;
	margin:0;
}

#right_740 .left_550 {
	float: left;
	width: 550px;
	margin:0;
}

#right_740 .right_150 {
	float: right;
	width: 150px;
	margin:0;
}

#right_740 .right_180 {
	float: right;
	width: 180px;
	margin:0;
}

#right_740 .left_460 {
	float: left;
	width: 460px;
	margin:0;
	font-size: 14px;
}

#right_740 .right_267 {
	float: right;
	width: 267px;
	margin:0;
}

#footer {

}

.footernav {
	height: 52px;
	padding-top: 10px;
	background-image: url(../moving-quotes/nav/orange_footer.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 20px 0;
	text-align: center;
	color: white;
}

.footernav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.footernav ul.top {
	padding: 0 0 0 105px;
	margin: 0 0 10px 0;
}

.footernav ul.bottom {
	padding: 0 0 0 145px;
}

.footernav ul li {
	float: left;
	margin: 0;
	padding: 0 0 0 7px;
}

.footernav ul li a {
	color: white;
	float: left;
	text-decoration: none;
	padding: 0 7px 0 0;
	background-image: url(../moving-quotes/nav/nav_border.gif);
	background-position: right 2px;
	background-repeat: no-repeat;
}

.footernav ul li.last a {
	background-image: none;
}

.footernav a:hover {
	text-decoration: underline;
}

/**************************Container Divs**************************/
/*Dots UL*/
ul.dots {
	margin: 0 0 20px 5px;
	padding: 0;
	list-style: none;
}

ul.dots li {
	padding: 0 0 0 10px;
	margin: 0 0 3px 0;
	background-image: url(../moving-quotes/icons/orange_bullet.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
}

/*Orange Round Box*/
.orangeroundbox {
	background-image: url(../moving-quotes/boxes/orange_box_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.orangeroundbox .top {
	padding-left: 15px;
	background-image: url(../moving-quotes/boxes/orange_box_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.orangeroundbox .topright {
	height: 9px;
	background-image: url(../moving-quotes/boxes/orange_box_top.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.orangeroundbox .copy {
	padding-left: 15px;
	background-image: url(../moving-quotes/boxes/orange_box_btm.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.orangeroundbox .copyright {
	padding: 0 15px 5px 0;
	background-image: url(../moving-quotes/boxes/orange_box_btm.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.orangeroundbox .titleorange {
	color: #144891;
	border-bottom: 1px solid #ff6600;
	margin: 0 0 10px 0;
	font-size: 20px;
	font-weight: bold;
}

.orangeroundbox .titlemovers {
	color: #144891;
	border-bottom: 1px solid #CDBFAD;
	margin: 0 0 10px 0;
	font-size: 20px;
	font-weight: bold;
}

.orangeroundbox .titlegray {
	color: #144891;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #CDBFAD;
	margin: 0 0 10px 0;
}

.orangeroundbox .titleregister {
	color: #144891;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #CDBFAD;
	margin: 10px 0 20px 0;
}

.orangeroundbox .titleregister span.left {
	float: left;
}

.orangeroundbox .titleregister span.right {
	float: right;
}

.orangeroundbox .required {
	font-size: 12px;
}


/*Left Navigation*/
#leftnav {

}

#leftnav .roundtop {
	height: 26px;
	padding: 8px 0 0 10px;
	background-image: url(../moving-quotes/nav/tan_box_top.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#leftnav .squaretop {
	height: 26px;
	padding: 8px 0 0 10px;
	background-image: url(../moving-quotes/nav/tan_box_mid.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#leftnav .roundtop .title, #leftnav .squaretop .title {
	color: #144891;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 0;
}

#leftnav .copy {
	border: 1px solid #E1D4C0;
	border-top: none;
}

#leftnav ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

#leftnav ul.nav li {

}

#leftnav ul.nav li a {
	color: black;
	text-decoration: none;
	display: block;
	height: 21px;
	width: 183px;
	padding: 4px 0 0 25px;
	border-bottom: 1px solid #e1d4c0;
	font-size: 15px;
}

#leftnav ul.nav li a:hover {
	background-color: #f5ede3;
}

#leftnav ul.nav li.last a {
	border-bottom: none;
}

#leftnav p {
	margin: 0 0 10px 0;
}

#leftnav p.last {
	margin: 0 0 0 0;
}

#leftnav div.bottom {
	background-image: url(../moving-quotes/nav/tan_box_btm.gif);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	padding-left: 1px;
	padding-right: 1px;
	margin-bottom:20px;
}

/**************************Content Divs**************************/
.citycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0 0 0 10px;
}

.statecopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0 0 0 10px;
}

/*Advertising Div*/
.vendor {
	text-align: center;
	margin-bottom:20px;
}

.partner {
	text-align: center;
}

.address {
	text-align: center;
}

/*Midcol*/
.midcol {

}

.midcol .title {
	font-size: 20px;
	color: #144891;
	border-bottom: 1px solid #E1D4C0;
	margin: 0 0 10px 0;
}



/*Glossary*/
.glossary {

}

.glossary .title {
	font-size: 20px;
	color: #144891;
	border-bottom: 1px solid #E1D4C0;
	margin: 0 0 10px 0;
}

.glossary .glossarynav {
	margin: 0 0 10px 0;
}

.glossary .glossarynav a {
	text-decoration: none;
}

.glossary .glossarynav a:hover {
	text-decoration: underline;
}

.glossary .subtitle {
	height: 19px;
	padding: 3px 10px 0 10px;
	background-color: #144891;
	color: white;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.glossary .subtitle a {
	color: white;
	text-decoration: none;
}

.glossary .subtitle a:hover {
	text-decoration: underline;
}

.glossary span.left {
	float: left;
}

.glossary span.right {
	float: right;
}


/*Sitemap*/
.sitemap {

}

.sitemap .title {
	font-size: 20px;
	color: #144891;
	border-bottom: 1px solid #E1D4C0;
	margin: 0 0 10px 0;
}


/*State Listings*/
.statelisting {
	padding-top: 10px;
}

.statelisting h2 {
	color: #E1D4C0;
	font-size: 14px;
	margin: 0 0 10px 0;
}

.statelisting div.left {
	float: left;
	width: 250px;
}

.statelisting div.statecol {
	float: left;
	width: 180px;
}

.statelisting div.statecol_mc {
	float: left;
	width: 240px;
}

.statelisting div.right {
	float: left;
	width: 220px;
}

.statelisting ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.statelisting ul li {
	margin: 0 0 0 0;
}

.statelisting ul li a {
	color: #bbbbbb;
	text-decoration: none;
}

.statelisting ul li a:hover {
	text-decoration: underline;
}

.citycol {
	float: left;
	width: 144px;
}

.citycol_npi {
	float: left;
	width: 240px;
}


/*Gray Title*/
.graytitle {
	border-bottom: 1px solid #CDBFAD;
	margin: 0;
}

.graytitle h1.title, .graytitle h2.title, .graytitle h3.title {
	font-size: 20px;
	color: #144891;
	float: left;
	margin: 0 0 0 0;
}

.graytitle span.right {
	float: right;
}

.graytitle span.right img {
	margin: 2px 0 -3px 0;
}

/*Testimonials*/
div.testimonial {
	margin: 0 0 10px 0;
	font-size: 14px;
}

div.testimonial p {
	margin: 0 0 10px 0;
}

div.testimonial p.last {
	text-align: right;
	margin: 0 0 0 0;
}

/*Big Paragraph*/
p.big {
	font-size: 14px;
}

p.big a {
	text-decoration: none;
}

p.big a:hover {
	text-decoration: underline;
}



/**************************Vendor Registration Form**************************/
table.vendorreg {
	font-size: 13px;
}

table.vendorreg tr td {
	padding-bottom: 10px;
}

table.vendorreg tr td.label {
	font-weight: bold;
}

table.vendorreg tr td.field input.field {
	font-size: 12px;
	width: 200px;
}

table.vendorreg tr td select.statefield {
	font-size: 12px;
	width: 204px;
}

table.vendorreg tr td.last {

}


/**************************Step #1 Quote Form**************************/
table.step1 {
	font-size: 12px;
}

table.step1 tr td {
	padding-bottom: 10px;
}

table.step1 tr td.label {
	font-weight: bold;
	padding-left: 50px;
}

table.step1 tr td.field {
	padding-right: 10px;
}

table.step1 tr td.field input.field {
	font-size: 12px;
}

table.step1 tr td.field a {
	font-size: 11px;
}

table.step1 tr td.last {
	
}

table.step1 tr td select {
	font-size: 12px;
}

table.step1 tr td select.bigfield {
	width: 210px;
}

table.step1 tr td select.smallfield {
	width: 60px;
	margin-right: 12px;
}


/**************************Step #2 Quote Form**************************/
table.step2 {
	font-size: 12px;
}

table.step2 tr td {
	padding-bottom: 10px;
}

table.step2 tr td.label {
	font-weight: bold;
	padding-left: 15px;
	padding-right: 10px;
	text-align:right;
}

table.step2 tr td.field {
	padding-right: 10px;
}

table.step2 tr td input {
	width: 204px;
	font-size: 10px;
}

table.step2 tr td.field a {
	font-size: 10px;
}

table.step2 tr td.last input {
	width: 140px;
}

table.step2 tr td select {
	font-size: 10px;
}

table.step2 tr td select.bigfield {
	width: 210px;
}


/**************************Margin and Padding Override**************************/
.pad_10 {
	padding: 10px;
}

.padleft_15 {
	padding-left: 15px;
}

.padtop_20 {
	padding-top: 20px;
}

.margbot_5 {
	margin-bottom: 5px;
}

.margtb_10, p.margtb_10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.margbot_10 {
	margin-bottom: 10px;
}

.margbot_15 {
	margin-bottom: 15px;
}

.margbot_16 {
	margin-bottom: 16px;
}

.margbot_20 {
	margin-bottom: 20px;
}

.margbot_50 {
	margin-bottom: 50px;
}

/************************** Ibox **************************/

#ibox_w{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #E1D4C0;
	margin:0;
	padding:0;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

#ibox_progress {	
	margin:0;
	padding:0;
	position: absolute;
	z-index:105;
}

#ibox_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:1000;
	padding:10px;
	border:1px solid #000;
	background-color:#CDBFAC;
	padding-bottom:30px;
	margin:0;
}

#ibox_content {
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	margin-bottom:5px;
	position:relative;
	top:0px;
	left:0px;
	border:1px solid #000;
}

#zip {

}

#zip {
	padding:10px;
}

#zip .footer {
	margin-top:20px;
	margin-bottom:10px;
	text-align:center;
}

#zip h1 {
	font-size: 25px;
	color: #000;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #CDBFAD;
}

#ibox_footer_wrapper {
	position:relative;
	padding:0;
	margin:0;
	top:0px;
	left:0px;
}

/**************************Zip Quote Form**************************/
table.ziplookup {
	font-size: 12px;
}

table.ziplookup tr td {
	padding-bottom: 7px;
}

table.ziplookup tr td.label {
	font-weight: bold;
	padding-left: 65px;
	padding-right: 10px;
	text-align:right;
}

table.ziplookup tr td.field {
	padding-right: 10px;
}

table.ziplookup tr td input {
	width: 204px;
	font-size: 10px;
}

table.ziplookup tr td.field a {
	font-size: 10px;
}

table.ziplookup tr td.last input {
	width: 125px;
	margin-right:4px;
}

/**************************Vendor Login Quote Form**************************/
table.login {
	font-size: 12px;
}

table.login tr td {
	padding-bottom: 5px;
}

table.login tr td.label {
	font-weight: bold;
	padding-right: 5px;
	text-align:right;
}

table.login tr td.field {
	padding-right: 8px;
}

table.login tr td input {
	width: 147px;
	font-size: 10px;
}

table.login tr td.field a {
	font-size: 10px;
}

table.login tr td.last input {
	width: 65px;
	margin-right:4px;
}

#ga_lb {
}

#ga_ss {
	margin:0 0 20px 5px;
}
