body {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 16%, rgba(250,250,250,1) 20%, rgba(189,203,229,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(16%, rgba(250,250,250,1)), color-stop(20%, rgba(250,250,250,1)), color-stop(100%, rgba(189,203,229,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 16%, rgba(250,250,250,1) 20%, rgba(189,203,229,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 16%, rgba(250,250,250,1) 20%, rgba(189,203,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 16%, rgba(250,250,250,1) 20%, rgba(189,203,229,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 16%, rgba(250,250,250,1) 20%, rgba(189,203,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bdcbe5', GradientType=0 );
}

td {
    vertical-align: top;
}

h1 {
    font-style: italic;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 1em;
}

h2 {
    font-size: 18px;
    line-height: 18px;
    margin-top: 0em;
    margin-bottom: 0em;
}

h3 {
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
}

p {
    margin-top: 0em;
    font-size: 16px;
}

a {
    color: rgb(0, 0, 102);
}

a[href^="tel:"] {
    color: #000000;
    text-decoration: none;
}

.button {
    display: inline-block;
    margin-top: 0em;
    margin-bottom: 3em;
    background-color: #4397d2;
    color: #ffffff;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
	padding-right: 1em;
	text-decoration: none;
	font-weight: bold;
    text-transform: uppercase;
}

#nav {
	margin-bottom: 1em;
}

#main-content img {
    padding-right: 1em;
    padding-bottom: 1em;
}

.center {
    text-align: center;
}