* {
  padding: 0;
  margin: 0;
} 

html, body {
height: 100%;
}

body {
background: #ffffff url(images/header_bknd.png) repeat-x;
font-family: "jaf-facitweb",sans-serif;
}

img { border: none; }
a { color: #00ADEF; text-decoration: none; }
a:hover { text-decoration: underline; color : #3B7DD8; }

#wrap {
width: 900px;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}

#header { 
height: 257px;
}
#header-right {
float:right;
width:470px;
margin-top:64px;
text-align:center;
}
#header-right h2 {
color: #fff;
font-size: 28px;
font-weight: 400;
line-height: 32px;
margin: 14px 0;
}
#header-right h2a {
    color: #fff;
    font-size: 18px;
}
#header-right h4 {
color: #00ADEF;
font-size: 22px;
font-weight: 400;
line-height: 29px;
}
#header-right p {
color: #fff;
font-size: 14px;
line-height: 14px;
font-weight: 300;
font-style: italic;
}
#header-left {
float:left;
width:430px;
margin-top:46px;
}

#content {
padding: 10px 0;
}

.left {
width: 585px;
float: left;
text-align: left;
}
.left h1 {
color: #38499B;
font-size: 30px;
font-weight: 400;
margin: 30px 0 20px 0;
}
.left h2 {
color: #38499B;
font-size: 20px;
font-weight: 400;
padding: 0;
margin-top: 30px;
}

.right {
width: 255px;
float: right;
padding: 0px;
text-align: center;
}

#footer {
height: 90px;
padding: 0;
background: #ffffff url(images/footer_bknd.png) repeat-x;
clear: both;
}
#footer-wrap {
display:block;
width:900px;
margin:0 auto;
}
#footer-right {
float:right;
width:430px;
margin-top:50px;
text-align:right;
}
#footer-left {
float:left;
width:79px;
margin-top:35px;
}
#footer-right p {
color: #fff;
font-size: 18px;
font-weight: 400;
line-height: 18px;
}

#push {
height: 100px; /* .push must be the same height as .footer */
clear: both;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

.type01 {
display: block;
font-size: 16px;
line-height: 21px;
font-weight: 400;
color: #323232;
}

.type02 {
display: block;
font-size: 14px;
line-height: 20px;
font-weight: 400;
color: #38499B;
margin-top: 20px;
}

.type03 {
display: block;
font-size: 16px;
line-height: 20px;
font-weight: 400;
color: #323232;
margin-top: 20px;
margin-bottom: 3px;
}

.type04 {
display: block;
font-size: 14px;
line-height: 20px;
font-weight: 300;
color: #58585B;
}

.type04-l {
display: block;
font-size: 14px;
line-height: 20px;
font-weight: 300;
color: #58585B;
margin-top: 20px;
}

.type05 {
display: block;
font-size: 12px;
line-height: 20px;
font-weight: 400;
color: #58585B;
margin-top: 20px;
}

.type06 {
display: block;
font-size: 10px;
line-height: 14px;
font-weight: 300;
color: #58585B;
font-style: italic;
}

hr {
border-top: 1px dashed #38499B;
color: #ffffff;
background-color: #ffffff;
height: 1px;
width:99%;
}

a.rollover_icon_facebook {background: url("images/icon_facebook.png"); width:32px; height:32px; text-decoration:none; display:inline-block; margin-right: 75px;}
a.rollover_icon_facebook:hover {background-position:0 -32px; text-decoration: underline; color : #3B7DD8;}

.displace {
position: relative;
left: 43px;
top: 4px;
}

