﻿body {
    margin: 0 auto;
    width: 750px;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    background: #333333;
    font-size: 14px;
}

#container {
    margin: 0 auto;
    width: 750px;
    background: url(../images/bg.png);
}

#content-column {
    background: #ffffff;
    width: 521px;
    float: left;
    padding-bottom: 20px;
}

#side-column {
    width: 228px;
    border-left: #5d6b75 1px solid;
    background: #ffffff;
    float: left;
    padding-bottom: 20px;
    text-align: center;
}

h1 {
    text-indent: -5000px;
    background: url(../images/header.png) no-repeat top left;
    height: 87px; 
}

h2 {
    font-size: 160%;
    margin: 15px 20px;
    font-weight: bold;
    color: #283d4c;
}

h3 {
    font-size: 120%;
    margin: 15px 20px;
    font-weight: bold;
    color: #283d4c;
}

p, address {
    font-family: Arial;
    font-size: 90%;
    line-height: 1.2em;
}

ol, ul {
    list-style: disc;
}

li {
    margin: 0.7em 1em 0.7em 4em;
}

address {
	margin-left: 20px;
}

#home-table li {
	margin-left: 3em;
}

#content-column p {
    margin: 5px 20px 10px;
}

#side-column p {
    margin: 5px 20px 10px;
}

#footer {
    margin: 0 auto;
    padding: 10px 0;
    width: 750px;
    background: #eeeeee;
    text-align: center;
}

#footer p {
    font-size: 80%;
    font-family: Arial;
}

#packages {
    padding: 5px 20px 10px;
    border-top: 1px solid #5d6b75;
    border-bottom: 1px solid #5d6b75;
}

#packages h3 {
    text-align: center;
    font-size: 130%;
}

#expedite {
    list-style-type: none;
    background: url(/images/folder.gif) left center no-repeat;
    padding: 10px 0 5px 40px;
    margin-left: 30px;
    font-weight: bold;
}

#agent {
    list-style-type: none;
    background: url(/images/agent.gif) left center no-repeat;
    padding: 15px 0 5px 40px;
    margin-left: 30px;
    font-weight: bold;
}

#phone {
    list-style-type: none;
    background: url(/images/phone.gif) left center no-repeat;
    padding: 10px 0 5px 40px;
    margin-left: 30px;
    font-weight: bold;
}

#review {
    list-style-type: none;
    background: url(/images/inspect.gif) left center no-repeat;
    padding: 10px 0 5px 40px;
    margin-left: 30px;
    font-weight: bold;
}

.register-button {
    float: right;
    margin-right: 10px;
}

.sidebar-register-button {
    margin-top: 10px;
}

#state-selector {
    border: 1px solid #999999;
    margin: 15px;
    text-align: center;
}