/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img  
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var
{ font-style : normal; font-weight : normal; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* layout.css */
html {
text-align : center;
background-color: #e2e2e2;
}
div#container { 
position : relative; 
width : 800px; 
margin : 0 auto; 
text-align : left;
background: url(../images/bg.png) repeat-y;
}
div#content {
position : relative; 
width: 100%;
}
div#content-main {
width:100%;
margin: 2em 0;
margin-top:  0;
padding: 0;
}
#branding {
display: block;
width: 100%;
height: 140px;
background: url(../images/logo.png) no-repeat;
clear:both;
}
h1#logo a {
display: block;
width: 250px;
height: 140px;
text-indent: -5000px;
float: left;
outline: none;
} 
#top-contact a {
display: block;
width: 225px;
height: 140px;
text-indent: -5000px;
outline: none;
float: left;
margin-left: 40px; 
} 
#branding_image {
height: 271px;
width:800px;
background: url(../images/branding_image.jpg) no-repeat;
text-indent: -5000px;
}



/* * * home page style * * * * * * * * * * * * * * * * * * * * * * * * * * */

#moving-call {
position: absolute;
left: 78px;
top: 225px;
width: 325px;
}
#moving-call p {
padding: 0;
padding-top: 5px;
padding-left: 5px;
}
#moving-call a:link, #moving-call a:visited {
color: #fff;
text-decoration: none;
}
#moving-call a:hover {
color: #fff;
text-decoration: underline;
}
#two-locations-call {
position: absolute;
left: 78px;
top: 300px;
width: 325px;
}
#two-locations-call p {
padding: 0;
padding-top: 5px;
padding-left: 5px;
}
#two-locations-call  a:link, #two-locations-call  a:visited {
color: #fff;
text-decoration: none;
}
#two-locations-call  a:hover {
color: #fff;
text-decoration: underline;
}
#need-storage-call {
position: absolute;
left: 78px;
top: 365px;
width: 325px;
}
#need-storage-call p {
padding: 0;
padding-top: 5px;
padding-left: 5px;
}
#need-storage-call  a:link, #need-storage-call  a:visited {
color: #fff;
text-decoration: none;
}
#need-storage-call  a:hover {
color: #fff;
text-decoration: underline;
}





/* * * general styles * * * * * * * * * * * * * * * * * * * * * * * * * * */
.more {
text-align: right;
}
.external {
background: url(../images/external.png) no-repeat right center;
text-decoration:none;
padding-right: 15px; 
}
.breadcrumb {
font-size:85%;
padding-left: 70px;
padding-bottom: 10px;
}
.breadcrumb a {
outline: none;
}
ul {
margin-left: 70px;
}
li {
padding-bottom: 5px;
margin-left: 25px;
margin-right: 70px;
list-style: disc;
}
ol {
padding: 14px 25px;
padding-left: 50px;
}
ol li {
margin: 0 0 6px;
list-style: none;
}
.right  {
float: right;
padding: 0 0 10px 10px;
}
img.right  {
float: right;
padding: 20px 0 10px 10px;
}
.left {
float: left;
padding: 0 0 25px 25px;
}
.center {
text-align: center;
padding-top: 50px;
}
.small {
font-size: 85%;
color:#999;
}
.bio-title  {
font-size: 100%;
font-weight: bold;
}
.bios {
padding-bottom: 15px;
}
.bios img {
float: right;
padding-bottom: 5px;
padding-left: 5px;
}
.logos {
padding: 25px 50px;
}
ul.services {
margin-left: 70px;
padding: 14px 32px;
}
ul.services li{
margin: 0 0 6px;
padding: 0;
list-style: none;
font-weight: bold;
}
.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }


/* * * =tables * * * * * * * * * * * * * * * * * * * * * * * * * * */
table {
margin: 5px;
margin-left: 70px;
}

/* * * reservation form * * * * * * * * * * * * * * * * * * * * * * * * * * */
form {
width: 37em;
margin-left: 70px;
}
form p{
font-size: 100%;
padding: 2px;
}
/* fieldset styling */
fieldset {
margin: 1em 0; /*  space out the fieldsets a little*/
padding: 1em;
border : 1px solid #939464;
}
/* legend styling */
legend {
font-weight: bold;
color: #4e4c34;
}
/* style for  labels */
label {
float: left;
width: 14em;
}
/* style for required labels */
label .required {
font-size: 0.9em;
font-style: normal;
color: red;
}
input {
width: 220px;
}
input.radio, input.checkbox, input.submit {
width: auto;
}
input.radio {
float: left;
margin-right: .5em;
}

label.radio {
width: 5em;
}
textarea {
width: 220px;
height: 100px;
} 
/* submit */
form div input {
width: 100px;
margin-left: 160px;
padding: 0 .25em;
background-color: #a91c34;
color: #fff;
text-transform: uppercase;
font-size: 90%;
}




/* * * email form * * * * * * * * * * * * * * * * * * * * * * * * * * */
#comments_form_two {
width: 20em;
padding-top: 12px;
margin-left: 10px;
}
#comments_form_two p{
font-size: 100%;
padding: 2px;
padding-left: 0px;
}
/* fieldset styling */
#comments_form_two fieldset {
margin: 1em 0; /*  space out the fieldsets a little*/
padding: 1em;
border : 1px solid #939464;
}
/* legend styling */
#comments_form_two legend {
font-weight: bold;
color: #4e4c34;
}
/* style for  labels */
#comments_form_two label {
float: left;
width: 5em;
}
/* style for required labels */
#comments_form_two  .required {
font-size: 0.9em;
font-style: normal;
color: red;
}
#comments_form_two input{
width: 150px;
}
#comments_form_two input.radio, input.submit {
width: auto;
}
#comments_form_two textarea {
width: 75x;
height: 100px;
} 
/* submit */
 form#comments_form_two div input {
width: 75px;
margin-top: 5px;
margin-left: 135px;
padding: 0 .25em;
background-color: #fff;
color: #000;
text-transform: uppercase;
font-size: 90%;
}



/* * * =copyright * * * * * * * * * * * * * * * * * * * * * * * * * * */
#copyright {
width: 100%;
clear: both;
height: 70px;
background-color:#442419;
color: #ddcea8;
text-align: center;
font-size : 80%;
padding-top: 5px;
}
#copyright p {
padding-left: 0px;
padding-right: 0px;
}
#copyright a:link, #copyright a:visited {
color: #fff;
text-decoration: none;
}
#copyright a:hover {
color: #fff;
text-decoration: underline;
}






/* * * =nav main * * * * * * * * * * * * * * * * * * * * * * * * * * */
.nav {
width: 100%;
height: 29px;
border-top:		1px solid #5f603c;
border-bottom:		1px solid #5f603c;
background: #9f8880;
}
ul.sf-menu li {
text-transform: uppercase;
}

/* * * =nav current * * * * * * * * * * * * * * * * * * * * * * * * * * */
body#home_page ul.sf-menu li#home a {
background:#e9debe;
cursor: default;
}
body#storage-services_page ul.sf-menu li#storage-services a {
background:#e9debe;
cursor: default;
}
body#storage-rates_page ul.sf-menu li#storage-rates a {
background:#e9debe;
cursor: default;
}
body#moving-and-packing-services_page ul.sf-menu li#moving-and-packing-services a {
background:#e9debe;
cursor: default;
}
body#moving-service-rates_page ul.sf-menu li#moving-service-rates a {
background:#e9debe;
cursor: default;
}
body#packing-materials-and-moving-supplies_page ul.sf-menu li#packing-materials a {
background:#e9debe;
cursor: default;
}
body#quote-instructions_page ul.sf-menu li#quote-instructions a {
background:#e9debe;
cursor: default;
}
body#our-history_page ul.sf-menu li#our-history a {
background:#e9debe;
cursor: default;
}
body#request_page ul.sf-menu li#request a {
background:#e9debe;
cursor: default;
}
body#contact_page ul.sf-menu li#contact a {
background:#e9debe;
cursor: default;
}



ul.sf-menu li#home .first {
border-left: none;
}



/* * * =anchor links * * * * * * * * * * * * * * * * * * * * * * * * * * */
a:link, a:visited {
color: #9b1a30;
outline: none;
}
a:hover{
text-decoration: underline;
}



table {
  border-collapse: collapse;
  width: 50em;
  border: 1px solid #666;
}

caption {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
}

col {
  border-right: 1px solid #ccc;
}

thead {
  background: #ccc url(../images/bar.gif) repeat-x left center;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}

th {
  font-weight: bold;
  text-align: left;
}

th, td {
  padding: 0.1em 1em;
}

.odd {
  background-color:#edf5ff;
}

tr:hover {
  background-color:#3d80df;
  color: #fff;
}

thead tr:hover {
  background-color: transparent;
  color: inherit;
}





