@font-face {
    font-family:PTSans Regular;
    src: url(fonts/PTSans-Regular.ttf);
}

@font-face {
    font-family:NotoSans Regular;
    src: url(fonts/NotoSans-Regular.ttf);
}

@font-face {
    font-family:Inter Regular;
    src: url(fonts/Inter-Regular.ttf);
}


html {
    background: url("../images/background_repeat.png") repeat-x scroll 0 0 transparent;
}
body {
    background: url("../images/background.png") no-repeat scroll center top transparent;
    margin: 0;
}
a, a:link, a:visited {
    color: #d0001b;
    text-decoration: none;
}
a:hover {
    color: #d0001b;
    text-decoration: underline;
}
h1 {
    color: #363636;
    font-family:PTSans Regular, sans-serif;
    font-size: 23px;
    line-height: 30px;
}
h2 {
    color: #707070;
    font-family: Inter Regular, sans-serif;
    font-size: 18px;
    line-height: 24px;
}
.container {
    margin: 0 auto;
    position: relative;
    width: 950px;
}
.header {
    background: url("/images/header.png") no-repeat scroll 0 0 transparent;
    height: 135px;
    left: 0;
    position: relative;
    top: 0;
    width:950px;
}
.logo {
    float: left;
    position: absolute;
}

.logo img {
    width:970px;
}

.phone_number {
    float: right;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 30px;
}
.content {
    background: #faf9f9;
    clear: both;
    padding-top: 20px;
    position: relative;
    top: 0;
    width: 950px;
}
.banner {
    height: 292px;
    left: 40px;
    position: absolute;
    top: 120px;
    z-index: 1000;
}
.left_column {
    color: #5F5F5F;
    float: left;
    font-family: NotoSans Regular, sans-serif;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 30px;
    margin-left: 20px;
    padding-right:10px;
    width: 545px;
}
.right_column {
    background: url("../images/right_column_bg.png") repeat-x scroll 0 0 #d1bca4;
    color: #062950;
    float: left;
    font-family: NotoSans Regular, sans-serif;
    font-size: 12px;
    line-height: 22px;
    padding-left: 20px;
    padding-top: 20px;
    width:335px;
}

.caption {
	color: #ffffff;
    font-family:PTSans Regular, sans-serif;
    font-size: 40px;
    line-height:53px;
    font-weight:none;
}

.credits {
    float: right;
    margin-right: 30px;
}
.footer {
    background: none repeat scroll 0 0 #363636;
    clear: both;
    color: #ebeaea;
    font-family: Inter Regular, sans-serif;
    font-size: 12px;
    height: 120px;
    line-height: 22px;
    margin-bottom: 100px;
    padding: 20px 20px 20px 40px;
}
.footer_title {
    font-family: Inter Regular, sans-serif;
    font-size: 14px;
    padding: 5px 0;
}
.footer_nav {
    color: #ebeaea;
    float: left;
    font-family: Inter Regular, sans-serif;
    font-size: 12px;
    line-height: 22px;
    margin-right: 50px;
    position: relative;
    width: 330px;
}
.footer_nav ul li {
    color: #5182BB;
    display: block;
    font-family: NotoSans Regular, sans-serif;
    font-size: 12px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.footer_nav li a {
    color: #FFFFFF;
    font-family: NotoSans Regular, sans-serif;
    font-size: 12px;
    text-decoration: none;
}
.footer_nav li a:hover {
    color: #D3E46C;
    font-family: NotoSans Regular, sans-serif;
    font-size: 12px;
    text-decoration: none;
}