@charset "utf-8";
/* All America Relocation CSS
Author: EW
Date created: 07.22.08
Blue: #0045a9
Red: #ff1c18
Hover: #95c8fd
*/

* {
margin: 0;
padding: 0;
}

body {
background: url(../images/bg.jpg) repeat-x;
background-color: #95c8fd;
color: #666;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

#wrapper {
background: url(../images/wrapper_back.png) repeat-y;
margin: 0 auto;
padding: 0 9px 0 9px;
width: 850px;
}

#clear {
clear: both;
}

/* Header */
                                                                          
#header_menu {
color: #ff1c18;
float: right;
text-align: right;
padding: 30px 5px 0 0;
width:250px;
}

.number {
color: #ff1c18;
font-size: 24px;
font-weight: bold;
padding: 10px 0 10px 0px;
}

/* Menu */

#menu {
background: url(../images/menu_back.png) repeat-x;
color: #0045a9;
font-weight: bold;
}

#menu ul {
display: block;
height: 30px;
padding: 0 10px 0 10px;
}

#menu li {
display: inline;
line-height: 30px;
}

#menu li span {
line-height: 30px;
padding: 0 18px 0 15px;
}

#menu li span:hover {
line-height: 30px;
background: url(../images/span_ovr.png) repeat-x top right;
padding: 8px 18px 10px 15px;
}

#menu a {
color: #fff;
}

#menu a:hover {
color: #0045a9;
}

#menu li.ovr {
line-height: 30px;
padding: 8px 0 8px 0;
}

#menu li span.over {
line-height: 30px;
background: url(../images/span_ovr.png) repeat-x top right;
padding: 8px 15px 10px 15px;
}

/* Main */

#left_module {
float: left;
padding: 0 0 0 20px;
width: 400px;
}

#inner_left {
padding: 20px 10px 0 0;
}

#inner_left a {
color: #ff1c18;
background: url(../images/list_back.png) no-repeat;
line-height: 220%;
padding: 0 0 5px 20px;
text-decoration: underline;
}

#inner_left table {
padding: 0 0 0 20px;
width: 100%;
}

#inner_left a:hover {
color: #95c8fd;
}

#quote {
background: url(../images/quote_back.png) no-repeat;
height: 252px;
padding: 10px 0 0 20px;
width: 388px;
}

#quote label {
color: #fff;
font-weight: bold;
}

#quote .input_form {
border: none;
color: #666;
font-size: 11px;
height: 16px;
padding: 3px 0 0 5px;
width: 125px;
}

#quote .input_form2 {
border: none;
color: #666;
font-size: 11px;
height: 19px;
padding: 0 0 0 5px;
width: 125px;
}

#quote table {
padding: 5px 0 0 0;
}

#quote table td {
padding: 5px 10px 10px 0;
}

#quote .quote_button {
border: none;
padding: 10px 0 0 0;
}

#right_module {
float: right;
padding: 25px 20px 20px 0px;
width: 400px;
}

#content {
padding: 10px 0 20px 0;
}

/* Footer */

#footer {
border-top: solid #ddd 1px;
line-height: 150%;
margin: 0 20px 0 20px;
}

#footer_in {
float: left;
padding: 20px 0 20px 0;
}

#footer_in a {
color: #999;
}


/* Text Styles */

p {
line-height: 150%;
padding: 5px 0 10px 0;
}

a {
color: #0045a9;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #95c8fd;
}

h1 {
background: url(../images/big_star.png) no-repeat;
color: #0045a9;
font-size: 22px;
font-weight: bold;
padding: 0 0 5px 25px;
}

h2 {
background: none;
color: #ff1c18;
line-height: 140%;
padding: 0 0 5px 0;
}

h3 {
background: url(../images/h2_star.png) no-repeat;
color: #0045a9;
font-size: 17px;
font-weight: bold;
padding: 0 0 5px 25px;
}

.big_white {
color: #fff;
font-size: 30px;
}

#inner_left .non_list {
background: none;
color: #ff1c18;
line-height: 140%;
padding: 0 0 5px 0;
text-decoration: underline;
}

#inner_left h2 {
font-size:17px;
margin: 0 0 0 0;
color: #0045a9;
padding: 0 0 0 0;
line-height:25%;
}

.bold_gray {
font-weight: bold;
}

.bold_black {
color: #000;
font-weight: bold;
}

.light_gray {
color: #999;
}

/* Image Styles */

.header_image {
border: none;
float: left;
padding: 0 0 0 17px;
}

.left_image {
border: none;
float: left;
}

.right_image {
border: none;
float: right;
padding: 20px 0 0 0;
}

.footer_image {
float: right;
padding: 20px 0 0 0;
}

.err {
	font-weight: bold;
	color: #FF0000;
}
