﻿html {
    overflow: scroll;
}
img {
	border: 0;
}

ul 
{
    margin-top: 5px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #1b273d;
}
#background {
	background-image: url(../images/Background.jpg);
}
#wrapper {
	width: 930px;
	margin: 0px auto 0px auto;
}
#header {
	background-image: url(../images/Header.png);
	height: 130px;
	width: 930px;
}
#logo {
	height: 117px;
	width: 155px;
	margin: 0px 0px 13px 34px;
	float: left;
}
#navigation {
	height: 30px;
	padding: 0px;
	float: right;
	margin-top: 26px;
}
#navigation ul{
	float: right;
	margin: 0; padding:0;
}
#navigation li {
	list-style-type: none;
	display:inline;
}
#secondary_nav {
	float: right;
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	padding-right: 13px;
	height: 17px;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: 695px;
	text-align: right;
}
#secondary_nav ul {
	margin: 0; padding:0;
	display: inline;
}
#secondary_nav li {
	margin-left: 15px;
	display: inline;
}
#secondary_nav a {
	color: #006;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006;
	text-decoration: none;
	position:relative;
}
#secondary_nav a:hover {
	color: #006;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006;
	text-decoration: none;
}
h1 {
	color: #608faa;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	line-height: 42px;
}
h2 {
	color: #ad3129;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #adc629;
	font-weight: normal;
	font-size: 36px;
	margin-left: 35px;
	margin-bottom: 0;
	line-height: 26px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #0B244F;
	margin-bottom: 5px;
	font-size: 13px;
}
h5 {
	margin-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	margin-right: 35px;
	margin-bottom: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin: 0px 0px 10px 0px;
}
#main {
	background-color: #FFF;
	overflow: hidden;
	padding-top: 25px;
}
#main_left {
	width: 310px;
	float: left;
}
#main_left hr{
	color: #003;
	background-color: #003;
	height: 1px;
	border: none;
	width: 275px;
	margin: 0px;
	padding: 0px;
}
#main_right {
	width: 620px;
	float: right;
}
.address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
}
#footer {
	background-image: url(../images/BottomBackground.jpg);
	background-repeat: repeat-x;
	height: 90px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
}
#main_left img {
	margin-left: 35px;
}
#main li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px 50px 10px 0px;
	list-style-type: square;
}
.logo_quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #102643;
	margin-top: 20px;
	margin-bottom: 10px;
}
.logo_description {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
}
.caption {
	font-size: 11px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 14px;
	margin-bottom: 25px;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 13px;
	color: #006;
	line-height: 18px;
	margin-bottom: 0px;
}
.quoteName {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	color: #006;
	font-size: 13px;
	margin-top: 3px;
}


