/* ---- Base Elements Styles ---- */

body {
	padding:0;
	margin:0;
	font-family:Arial;
	font-size:12px;
}
a {
	color:#026fa6;
}
a img {
	border:0;
}
h2 {
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0;
}
form {/* Explorer Hack */
	display:inline;
}
textarea {
	border:1px solid #7f9db9;
	font-family:arial;
}

/* ----- Container Styles ---- */

div#container {/* Site Container */
	width:1000px;
	margin:10px auto;
}
div.contentLinks{
	height:131px;
	position:relative;
}
div.contentLinks div{
	position:absolute;
	bottom:5px;
	right:5px;
}
div.contentLinks div a{
	text-decoration:none;
}
/* ---- Header Styles ---- */

img#logo {
	margin:0 0 11px 20px;
	border:0;
}
div#header {
	margin-bottom:20px;
}
div#header div.links {
	color:#125d81;
	font-size:12px;
	font-weight:bold;
}
div#header div.links a{
	color:#125d81;
	text-decoration:none;
}
div#header div.tabLeft {
	height:25px;
	background-position: 0 0;
	background-repeat:no-repeat;
	margin-right:10px;
	text-align:center;
	padding: 5px 0 0 9px;
}
div#header div.tabLeft a {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
div#header div.tabRight {
	height:25px;
	padding-top:5px;
	background-position: 100% 0;
	background-repeat:no-repeat;
	float:right;
	margin-top:-30px;
	width:10px;
}
div#headerBottom {
	clear:both; 
	font-weight:bold;
}
div#headerBottom a {
	color:#ffffff;
}
div#headerBottom div.left {
	background-color:#006fa6;
	height:31px;
	padding-top:6px;
	color:#ffffff;
}
div#header table {
	display:inline;
	float:right;
	position:relative;
	top:36px;
	left:1px;
	*top:39px;
}

/* Footer Styles */
div#footer {
	padding:3px;
	background-color:#006fa6;
	border:1px solid #99c5db;
	text-align:center;
	margin-top:15px;
	clear:both;
	font-weight:bold;
	color: #ffffff; 
}
div#footer a {
	color: #ffffff;
	text-decoration:none;
}

/* ---- Moving Estimate Styles ---- */

div#estimate {
	background-color:#ede6e8;
	height:297px;
	padding:15px 15px 0 0;
}
div#estimate input { 
	font-size:11px;
	margin: 7px 5px 6px 5px;
}
div#estimate select {
	border:1px solid #7f9db9;
	padding:2px;
	font-size:11px;
	margin:7px 5px 6px 5px;
}
div.itemDiv {
	width:331px;
	float:left;
	margin:1px 1px;
}
div.categoryDiv {
	clear:both;
}
div.itemDiv span.weight {
	position:absolute;
	left:180px;
}
div.itemDiv span.remove {
	position:absolute;
	left:270px;
	top:12px;
}
div.itemDiv span.amount {
	position:absolute;
	left:253px;
	top:3px;
}
div#shortEstimateLeft {
	float:left; 
	width:135px;
	text-align:right;
	line-height:34px;
	*line-height:33px;
	color:#bc5e60;
	font-size:12px;
	font-weight:bold;
}
div#shortEstimateRight {
	float:right;
	width:200px;
	line-height:24px;
	font-size:14px;
	height:136px;
}
div.lCorner{
	background-repeat: no-repeat;
	margin-right:17px;
	height:17px;
}
div.rCorner{
	background-repeat: no-repeat;
	width:17px;
	height:17px;
	margin-top:-17px;
	float:right;
}
/* ---- Truck rentals variation ---- */

div#truckrentals {
	background-color:#ede6e8;
	height:269px;
	padding:36px 15px 0 0;
	background-position:0 100%; 
	background-repeat: no-repeat;
	margin:0;
}
div#truckrentals div.rentalbox {
	float:right; 
	width:225px; 
	margin-left:15px;
}
div.rentalbox div.content {
	height:198px; 
	font-size:12px; 
	padding:0 15px; 
	text-align:center;
}
/* ---- Invoice Styles ---- */

td.invoice {
	padding:3px;
	border:1px solid black;
	border-top:1px solid black;
	color:#000000;
	font-weight:bold;
	font-size:14px;
}


/* -- Garage Sale Styles -- */
ul.garageListing{
	padding:0; 
	margin:0 20px;
}
.garagePrice {
	width:150px;
	text-align:center;
	float:right;
	font-size:14px;
	font-weight:bold;
	margin-top:65px;
}
.garagePrice span{
	color:#000000;
}
.garageDetails{
	width:700px;
}
.dateFormat{
	width:100px;
	float:right;
	font-weight:bold;
	text-align:center;
}
.dateFormat span{
	color:#000000;
}
.garageDescription{
	margin:0;
	height:50px;
	color:#000000;
}

/* -- General Relocation Estimate Styles --*/
/* ---- Color Themes ---- */
.Cream {
	background-color:#fbf7ff;
	color:#599bc1;
}
tr.Cream td{
	border-top:1px solid #faf9fc;
	border-bottom:1px solid #d1dce0;
}
.Navy {
	background-color:#e8e3fb;
	color:#3086b7;
	border-color:#d1dce0;
	border-style:solid;
	border-width:0;
}
tr.Navy td{
	border-top:1px solid #faf9fc;
	border-bottom:1px solid #d1dce0; 
}
.Teal {
	background-color:#edf6fa;
	color:#3086b7;
	border-color:#d1dce0;
	border-style:solid;
	border-width:0;
}

.Beige {
	background-color:#ece8f1;
	color:#3086b7;
	border-color:#d1dce0;
	border-style:solid;
	border-width:0;
}
.Warning {
	background-color:#fffd56;
	color:#7d7c18;
	border-color:#777616;
	border-style:solid;
	border-width:0;
}
.Warning a{
	color:#7f6e13;
}
.Warning ul {
	list-style:none;
	padding:0;
	margin:5px;
}
.Warning li.name {
	font-weight:bold;
}
.Warning li.error {
	 list-style:disc;
	 margin-left:15px;
}

/* ---- Common Styles ---- */

.head {/* Common subtitle styles */
	margin-bottom:2px;
	font-size:18px;
	font-weight:bold;
	border-bottom-width:2px;
	padding: 8px 8px 6px 8px;
}
tr.head td{/* Common table cell styles in title rows */
	padding:8px;
	padding:4px 4px 2px 4px;
	font-size:16px;
	border-bottom-width:2px;
}

.title {/* Common title styles */
	margin-bottom:2px;
	font-size:20px;
	font-weight:bold;
	padding: 8px 8px 4px 8px;
	border-bottom-width:1px;
}

.body {/* Common Container Styles */
	padding:8px;
	font-size:15px;
}
tr.body td{/* Common table cell styles in content rows */
	padding:8px;
	border-top:2px solid #faf9fc;
	border-bottom: 1px solid #d1dce0;
	font-size:14px;
}

.text {/* Common input styles */
	border:1px solid #7f9db9;
	width:350px;
	margin:2px 0;
}

/* Common divs */

div.third{/* Styles for triple containers */
	margin:20px 20px 0 0;
	width:320px;
	float:left;
}
div.thirdMostRight { /* Triplet closing right container */
	margin:20px 0 0 0;
	width:320px;
	float:right;
}
div.servicesThird{/* Triplet containers with fixed margin, no closer */
	margin:5px 5px;
	width:320px;
	float:left;
}

img.icon {/* Icon styles */
	float:left;
	margin-right:5px;
	margin-top:2px;
}
img.large {/* Large Icon Variation */
	margin-top:0;
}
span.floatLink {/* Right hand links */
	float:right;
	font-size:15px;
	margin-top:3px;
}

a.js {/* Emulating <a> tag styles on non href <a> tags */
	text-decoration:underline;
	cursor:pointer; 
}
input.zipcode {width:40px;}
.serviceState {height:100px; overflow:auto; position:relative;}
span.headerLower {font-size:14px;}
div#autocompleteDiv {height:150px; overflow:auto;background-color:#edf6fa; color:#3086b7;border:1px solid #777616;}
div#autocompleteDiv div {cursor:default; padding:3px;}
.autohover {background-color:#ece8f1;}
.pages {/* Page numbers container styles */
	text-align:center;
}
.pages a {/* Page numbers links styles */
	color:#c36665;
	text-decoration:none;
	font-size:14px; 
}
.pages a.current {/* Current page */
	color:blue;
	font-size:16px;
}
/* Rate A Mover - Star Rating by Komodo Media */
div.ratingContainer {
	width:870px;
	padding:20px 80px 20px 50px; 
	font-size:18px; 
	clear:both; 
	margin-bottom:2px; 
	position:relative;
	min-height:80px;
}
div.ratingContainer a {
	text-decoration:underline;
	font-size:14px;
	font-weight:normal;
	cursor:pointer;
}
div.ratingContainer span.rating {
	color:#d6646e;
}
div.ratingContainer span.rating span {
	position:relative;
	bottom:3px;
}
div.comments {
	background-color:#f7f7f8; 
	border:1px solid #becfe1; 
	padding:12px;
	color:#0d71a5;
	font-size:14px;
	font-weight:normal;
	margin-top:10px;
}
div.comments div.ratings {
	width:550px;
	margin:15px auto;
	background-color:#ffffff;
	padding:8px;
}
span.comments {
	font-size:14px;
}
.totalRating {
	float:right;
	width:70px;
	text-align:center;
	height:50px;
	margin-top:20px;
	color:#c36665;
	font-weight:bold;
	font-size:12px;
}
.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 125px;
	height: 24px;
	position: relative;
	background: url(../images/icons/star_rating.gif) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:25px;
	height: 24px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	cursor:pointer;
}
.star-rating li a:hover{
	background: url(../images/icons/star_rating.gif) left bottom;
	z-index: 1;
	left: 0px;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:25px;
}
.star-rating a.two-stars{
	left:25px;
}
.star-rating a.two-stars:hover{
	width: 50px;
}
.star-rating a.three-stars:hover{
	width: 75px;
}
.star-rating a.three-stars{
	left: 50px;
}
.star-rating a.four-stars{
	left: 75px;
}	
.star-rating a.four-stars:hover{
	width: 100px;
}
.star-rating a.five-stars{
	left: 100px;
}
.star-rating a.five-stars:hover{
	width: 125px;
}
div.scoreDiv {
	float:right; width:125px; text-align:center;
}




div.Teal h1 { 
font-size: 1px;
}

div.Teal h2 { 

}

div.Teal h3 { 

}

div.Teal h4 { 

}

div.Teal h5 { 

}

