* {
	margin:0;
	padding:0;
}
/* GLOBAL STYLES */
body {
	margin: 0 auto;
	text-align: center;
	font-size: 62.5%;
	line-height: 1.7;
	font-family: Helvetica, Arial, sans-serif;
	background: url(../img/bg-body-global.gif) repeat-x left top;
	color: #333333;
}

/* LINKS */
a {
	color: #f18500;
	}
a:visited {
	color: #f18500;
	}
a:hover {
	color: #4284BB;
	}

/* BUTTONS */
div.btn {
	background: url(../img/bg-input.png) no-repeat top right;
    display: inline;
    height: 21px;
    margin-right: 5px;
    padding: 4px 10px 6px 0;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
div.btn input {
	background: transparent url(../img/bg-input-span.png) no-repeat;
    display: inline;
    border: none;
    height: 21px;
    padding: 3px 0 5px 10px;
    line-height: 9px;
    color: #f18500;
    font: normal 10px arial, sans-serif;
    cursor: pointer;
}
div.btn-blue {
	background: url(/img/bg-input-drkblue.png) no-repeat top right;
    display: inline;
    height: 21px;
    margin-right: 5px;
    padding: 3px 6px 6px 0;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
div.btn-blue input {
	background: transparent url(/img/bg-input-span-drkblue.png) no-repeat;
    display: inline;
    border: none;
    height: 21px;
    padding: 3px 0 5px 5px;
    line-height: 9px;
    color: #fff;
    font: normal 11px arial, sans-serif;
    cursor: pointer;
}
div.btn-orange {
	background: url(/img/bg-input-orange.png) no-repeat top right;
    display: inline;
    height: 21px;
    margin-right: 5px;
    padding: 4px 10px 6px 0;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
div.btn-orange input {
	background: transparent url(/img/bg-input-span-orange.png) no-repeat;
    display: inline;
    border: none;
    height: 21px;
    padding: 2px 0 5px 9px;
    line-height: 9px;
    color: #fff !important;
    font: normal 11px arial, sans-serif;
    cursor: pointer;
}
td div.btn {
    padding: 4px 6px 6px 0;
}
td div.btn-blue {
    padding: 4px 6px 6px 0;
}
td div.btn-orange {
    padding: 4px 6px 6px 0;
}


/* PRIMARY WRAPPER */
/** html #container { height: 100%;} */
#container {
	margin: 0 auto;
	text-align: left;
	width: 950px;
}

/* MASTHEAD */
div#masthead {
	margin-top: 25px;
	height: 62px;
}
div#masthead h1 {
	display:block;
	width:229px;
	height:45px;
	text-indent:-9009px;
	background-color: transparent;
	background-image: url(../img/movecars-logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div#masthead h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
}
#masthead-right {
	float: right;
	width: 500px;
	text-align: right;
	margin-top: 10px;
}
#usernav {
	font-size: 11px;
	text-align: right;
	color: #333;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
/*	width: 950px; */
}
#usernav li {
	display: inline;
	padding: 0 10px;
}
#usernav li a {
	color: #4284bb;
	text-decoration: none;
}
#usernav li a:hover {
	color: #4284bb;
}

/* MAIN NAVIGATION */
#primary_nav {
	margin-top: 6px;
	height: 33px;
	font-size: 1.2em;
	background: url(../img/bg-nav.png) no-repeat right top;
	}
#primary_nav ul {
	list-style: none;
	}
#primary_nav ul li {
	background: url(../img/bg-nav-divider.png) no-repeat left bottom;
	float: left;
	height: 33px;
	}
#primary_nav li.first {
	background: none;
	}
#primary_nav ul li a {
	color: #fff;
	font-weight: bold;
	background: url(../img/bg-nav-sprites.png) no-repeat 0 -66px;
	float: left;
	padding: 7px 10px 6px;
	margin: 0;
	text-decoration: none;
	}
#primary_nav ul li a.selected {
	background: url(../img/bg-nav-sprites.png) no-repeat 0 -99px;
	}
#primary_nav ul li.first a.selected {
	background: url(../img/bg-nav-sprites.png) no-repeat 0 -33px;
	}
#primary_nav ul li.first a {
	background: url(../img/bg-nav-sprites.png) no-repeat 0 0;
	padding-left: 19px;
	}
#primary_nav ul li a:hover {
	background: url(../img/bg-nav-sprites.png) no-repeat 0 -99px;
	text-decoration: none;
	}
#primary_nav ul li.first a:hover {
	background: url(../img/bg-nav-sprites.png) no-repeat 0 -33px;
	}
.homepage-header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 227px;
	width: 950px;
}
.pageheader {
	background-image: url(../img/header_sm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 87px;
	width: 950px;
}


/* BODY CONTENT */
#body-content {
/*	padding: 10px; */
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}
#body-content h1 {
	font: normal 20px/30px Arial, Helvetica, sans-serif;
}
#body-content h1 em {
	font-style: normal;
	color: #3f6eaa;
}
#body-content h2.pageheader {
	font: normal 20px/30px Arial, Helvetica, sans-serif;
}
#body-content h2.pageheader em {
	font-style: normal;
	color: #3f6eaa;
}
#body-content h3 {
	color: #19315d;
	font-size: 14px;
}
#body-content p {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	margin: auto;
	padding: inherit;
}
#body-content .faq {
	border-bottom: 1px dotted #cccccc;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#body-content ul.tips {
	margin-top: 10px;
	margin-left: 40px;
}
#body-content ul.tips li {
	list-style-image: url(/img/bullet.gif);
}
#body-content .page-intro {
	font-size: 14px;
	padding: 10px 0;
	font-weight: bold;
}
#body-content .discount {
	color: #ff7900 !important;
	font: bold 15px Arial, Helvetica, sans-serif !important;
	text-align: center;
	padding: 5px;
}
#body-content .dir-container {
	border: 1px solid #ccc;
	padding: 3px;
	margin-bottom: 10px;
}
#body-content ul.listings {
	margin-top: 10px;
	margin-left: 40px;
}
#body-content ul.listings li {
	list-style-image: url(/img/bullet.gif);
}
#body-content h2.dir-header {
	background-color: #FF9933;
	color: #fff;
	font: bold 15px Arial, Helvetica, sans-serif;
	padding: 5px 10px;
}
#body-content .dir-container td {
	padding: 3px;
}
#body-content .phone {
	font-size: 14px;
	margin-left: 10px;
}
#body-content .state-list {
	margin: 0;
	list-style-image: none;
}
#body-content .state-list li {
	list-style-image: none;
	list-style: none;
	margin-bottom: 2px;
	margin-left: 20px;
}
#body-content .state-list a {
	color: #4284bb;
	background-color: #ececec;
	display: block;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 2px 5px;
	text-decoration: none;
}
#body-content .state-list a:hover {
	color: #fff;
	background-color: #ff7900;
}
#body-content .state-results {
	padding: 3px;
	margin-bottom: 10px;
}
#body-content .state-results li {
	 margin: 0 15px 20px 15px;
	 list-style: none;
}
#body-content .state-results a {
	 font-size: 14px;
}
#body-content .state-results a:hover {
	 color: #4284BB;
}

#body-content .description {
	font-size: 11px;
}
#body-content h2.state-header {
	background: url(/img/bg-state-header.gif) repeat-x;
	color: #666;
	font: bold 15px Arial, Helvetica, sans-serif;
	padding: 12px 12px;
}
#body-content h2.state-header span {
	background: url(/img/yellow-star.png) top left no-repeat;
	padding-left: 25px;	
}
#body-content div.side-nav {
	float: right;
	width: 210px;
	margin-left: 15px;
	background: url(/img/bg-state-header.gif) repeat-x;
	color: #333;
	font: normal 15px Arial, Helvetica, sans-serif;
/*	padding: 10px 10px; */
}
#body-content div.side-nav h2 {
	color: #333;
	font: lighter 15px Arial, Helvetica, sans-serif;
	padding: 12px 12px;
	border-bottom: 1px solid #ececec;
}
#body-content div.side-nav ul {
	margin: 0;
	list-style: none;
}
#body-content div.side-nav li {
	margin: 0;
	list-style: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #ececec;
}
#body-content div.side-nav a {
	background-image:url(/img/bullet.gif);
	background-position:10px 12px;
	background-repeat:no-repeat;
	color:#4284BB;
	display:block;
	height:30px;
	line-height:29px;
	padding-left:26px;
	text-decoration:none;
}
#body-content div.side-nav a:hover {
	color:#F18500;
}
input.text,
select,
textarea {
	border: 1px solid #a5acb2;
	font: normal 11px/15px Arial, Helvetica, sans-serif;
}
#left-col {
	float: left;
	width: 680px;
	margin-right: 20px;
	margin-top: 15px;
}
#right-col {
	float: right;
	width: 230px;
	margin-top: 15px;
	text-align: left;
}

.note_div {
	display: none;
	position: absolute;
	width: 220px;
	z-index: 10;
	padding-top: 4px;
}
.note-top
{
	margin: 0;
	padding: 8px 8px 4px;
	background:url(../img/bubble_220.png) top left;
}
.note-text
{
	font-size: 11px;
	padding: 0 8px 10px;
	background:url(../img/bubble_220.png) bottom right;
	color: #FFF;
}
.note-text h5 {
	color: #a1cc3a;
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 5px;
	line-height: 11px;
	padding: 0;
}
/* FOOTER */
#footer {
	background-image: url(../img/bg-footer-global.gif);
	background-repeat: repeat-x;
	height: 91px;
/*	width: 100%;
	position: relative;
	margin-top: -91px; */
}
#footer a {
	color: #4284bb;
	text-decoration: none;
}
#footer-body {
	margin: 0 auto;
	text-align: left;
	width: 950px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #666;
	padding-top: 15px;
}
#copyright {
	float: left;
}
#footer-links {
	float: right;
	list-style: none;
}
#footer-links li {
	display: block;
	float: left;
}
#footer-links a {
	display: block;
	margin-left: 10px;
}
.listing-table {
	font: normal 11px/15px Arial, Helvetica, sans-serif;
}
.listing-table th {
	padding: 5px;
}
.listing-table th a {
	color: #fff;
	text-decoration: none;
/*	padding: 5px; */
}
.listing-table td {
	vertical-align: top;
	padding: 5px;
	border-bottom: 1px dotted #666;
}
.listing-table td div td {
	border: none;
}
.listing-table a:hover {
	text-decoration: underline;
}
.listing-table th {
	background: #666;
	color: #fff;
	text-align: left;
	line-height: 30px;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}
.listing-table .id {
	background: #f9e2cd;
}
.search-block-sm {
	background: url(/img/bg-searchpage-callout.gif) repeat-x;
	float: left;
	width: 284px;
	height: 115px;
	border-top: 4px solid #ccc;
	margin-right: 10px;
	padding: 8px;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}
.search-block-lrg {
	background: url(/img/bg-searchpage-callout.gif) repeat-x; 
	float: left; 
	width: 312px; 
	height: 115px; 
	border-top: 5px solid #ccc; 
	padding: 8px; 
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}
