@charset "utf-8";
/* West End CSS 
Author: EW
Date created: 10.28.08
Orange: #e76e1d
*/

* {
margin: 0;
padding: 0;
}

body {
background: url(../images/background.png) repeat-x;
background-color: #fff;
color: #444;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

#wrapper {
margin: 0 auto;
width: 960px;
}

#clear {
clear: both;
}

/* Header */

#header {height: 120px;}

#header div {float:left; width:180px; padding-top:18px;}

#header img {border:none; float:left; padding-top:30px; padding-right: 35px;}

#header p {float:left; display:block; font-weight:bold; color:#F60; font-size:24px; padding-top:40px;}

#header span {display:block; font-weight:bold; margin-left:20px; margin-bottom:12px; color:#F60; font-size:15px; float:left;}

html>body #header-in {
background: url(../images/request-back.png) no-repeat;
float: right;
padding: 9px 0 0 0;
}

#header-in {
background: url(../images/request-back.png) no-repeat;
float: right;
padding: 9px 0 0 0;
}

#header-in a {
color: #ffc018;
font-size: 12px;
font-weight: bold;
margin: 0 0 0 24px;
}

#header-in a:hover {
color: #fff;
}

/* Menu */

#menu {
background: url(../images/menu-back.png) repeat-x;
height: 40px;
}

#menu ul {
line-height: 34px;
padding: 0 0 0 10px;
}

#menu li {
display: inline;
float: left;
list-style: none;
}

#menu li:hover {
}

#menu span {
padding: 10px 8px 9px 14px;
}

#menu span:hover {
background: url(../images/menu-span-ovr.png) no-repeat top right;
padding: 10px 8px 9px 14px;
}

#menu span.ovr {
background: url(../images/menu-span-ovr.png) no-repeat top right;
padding: 10px 8px 9px 14px;
}

#menu a {
color: #fff;
display: block;
font-size: 12px;
font-weight: bold;
}

#menu a:hover {
background: url(../images/menu-ovr.png) no-repeat top left;
color: #000;
}

#menu a.ovr {
background: url(../images/menu-ovr.png) no-repeat top left;
color: #000;
}

/* Quote */

#quote {
background: url(../images/quote-back.png);
height: 290px;
width: 960px;
}

#quote-in {
color: #ffc018;
font-size: 16px;
font-weight: bold;
height: 200px;
margin: 0 0 0 50px;
padding: 35px 0 0 0;
width: 386px;
}

#quote-in label {
font-size: 11px;
}

#quote-in td {height: 45px; vertical-align:top;}

/*#quote-in td.lower {
padding: 0 0 10px 0;
}*/

#quote-in .inputform {
background: url(../images/input-back.png) no-repeat;
background-color: #fff;
border: solid #fff 1px;
color: #444;
height: 13px;
padding: 3px 0 3px 5px;
margin: 0 20px 0 0;
width: 65px;
}

#quote-in .btnSubmit {margin-top:14px;}

#quote-in .inputform2 {
background: url(../images/input-back.png) no-repeat;
background-color: #fff;
border: solid #fff 1px;
color: #444;
height: 13px;
padding: 3px 0 3px 5px;
width: 160px;
}

#quote-in label {
color: #ccc;
font-weight: bold;
margin-bottom:4px;
display:block;
}

#quote-page {
background: url(../images/quote-form-back.png);
height: 290px;
width: 960px;
}

/* Main */

#main {
background: url(../images/main-back.png) no-repeat;
padding: 0 0 20px 0;
}

/* Left - Content */

#left {
border-right: dotted #ccc 1px;
float: left;
padding: 0 30px 0 30px;
width: 615px;
}

#left ul {
padding: 0 20px 15px 30px;
}

#left li {
color: #000;
line-height: 170%;
list-style: disc;
}

#crumbs {
border-bottom: dotted #ccc 1px;
font-weight: bold;
margin: 0 0 15px 0;
padding: 0 0 8px 0;
}

#index-half {
float: left;
padding: 10px 0 0 0;
width: 300px;
}

#index-half ul {
float: left;
padding: 5px 20px 5px 30px;
}

#index-half li {
color: #000;
list-style: disc;
}

#index-half a {
font-weight: bold;
text-decoration: underline;
}

#left .outer-table {
background-color: #ddd;
border: dotted #000 1px;
padding: 10px;
}

#left label {
color: #e76e1d;
font-weight: bold;
}

#left .contactform {
background: url(../images/input-back.png) no-repeat;
background-color: #fff;
border: solid #fff 1px;
color: #444;
height: 13px;
padding: 3px 0 3px 5px;
margin: 3px 20px 0 0;
width: 159px;
}

#left .contactform2 {
background: url(../images/input-back2.png) no-repeat;
background-color: #fff;
border: solid #fff 1px;
color: #444;
height: 100px;
padding: 3px 0 3px 5px;
margin: 3px 20px 0 0;
width: 350px;
}

#left td {
padding: 0 0 10px 0;
}

/* Right - Sidebar */

#right {
float: left;
padding: 0 0 0 15px;
width: 250px;
}

#right p {
line-height: 130%;
padding: 5px 0 15px 20px;
}

#right a {
font-size: 12px;
font-weight: bold;
}

#right ul {
border-top: dotted #ccc 1px;
padding: 5px 0 5px 20px;
}

#right li {
border-bottom: dotted #ccc 1px;
list-style: none;
margin: 0 20px 0 0;
padding: 5px 0 5px 10px;
}

#right li:hover {
background-color: #eee;
}

/* Footer */

#footer {
background-color: #000;
}

#footer-in {
color: #999;
margin: 0 auto;
padding: 20px 30px 40px 30px;
width: 900px;
}

#footer-in a:hover {
color: #fff;
}

.footer-link {
float: right;
}

.footer-link a {
color: #999;
}

/* Text Styles */

p {
padding: 0 0 15px 0;
line-height: 160%;
}

a {
color: #e76e1d;
text-decoration: none;
}

a:hover {
color: #000;
}

h1 {
background: url(../images/header-back.png) no-repeat top left;
color: #333;
font-size: 18px;
padding: 0 0 5px 20px;
}

h2 {
color: #333;
font-size: 16px;
padding: 0 0 5px 0;
}

h3 {
background: url(../images/header-back.png) no-repeat top left;
color: #333;
font-size: 18px;
padding: 0 0 5px 20px;
}

h4 {
color: #ffc018;
font-size: 24px;
font-weight: bold;
padding: 0 0 20px 0;
}

h5 {
color: #e76e1d;
font-size: 14px;
padding: 0 0 5px 0;
}

.white {
color: #fff;
}

strong {
color: #e76e1d;
}

/* Image Styles */

.header-image {
border: none;
float: left;
}

.right-header-image {
border: none;
padding: 30px 0 0 0;
}

.left-image {
border: none;
float: left;
}

.right-image {
border: none;
float: right;
}

.index-image {
border: none;
float: right;
padding: 0 0 0 20px;
}

.quote-button {
vertical-align: bottom;
}

hr {
border: dotted #ccc 1px;
color: #fff;
}

.err {
	font-weight: bold;
	color: #F00;
}

.contactform#txtTypeOfMove {height:23px;}