@charset "utf-8";
/* CSS Document */

* {
    border: none;
    margin: 0;
    padding: 0;
}

a {
    color: #155669;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}


body {
    background-color: #dadee1;
    color: #3e3d3b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

h2 {
    margin-bottom: 15px;
}

h3 {
    margin-bottom: 0px;
}

h2,
h3 {
    font-size: 18px;
}

h1,
h2,
h3 {
    color: #19687f;
    font-weight: normal;
}

hr {
    border: none;
    border-bottom: 1px solid #d7d7d7;
    height: 1px;
    margin-bottom: 20px;
}

p {
    margin-bottom: 20px;
    text-align: justify;
}


#wrapper {
    width: 100%;
}

#wrapper #page {
    background-color: white;
}

#wrapper #page,
#wrapper #footer-links,
#wrapper #footer-wrapper #footer {
    margin: 0 auto !important;
    width: 980px !important;
}

#wrapper #page #header {
    background-position: left top;
    background-repeat: no-repeat;
    height: 210px;
    padding-top: 4px;
}

#wrapper #page #header ul {
    list-style-type: none;
}



#wrapper #page #header #header-top-nav {
    float: left;
    margin-left: 25px;
}

#wrapper #page #header #header-top-nav li {
    display: inline;
}

#wrapper #page #header #header-top-nav li:after {
    content: " | ";
}

#wrapper #page #header #header-top-nav li:last-child:after {
    content: "";
}

#wrapper #page #header #header-top-nav li,
#wrapper #page #header #header-top-nav li a {
    color: #f3f2ec;
    font-size: 12px;
}

#wrapper #page #header #header-top-nav li a {
    text-decoration: none;
}

#wrapper #page #header #header-top-nav li a:hover {
    text-decoration: underline;
}

#wrapper #page #header div.clearfix {
    margin-top: 64px;
    padding-left: 30px;
    padding-right: 50px;
}

#wrapper #page #header div a.left {
    float: left;
    width: 600px;
}

#wrapper #page #header div a.right {
    float: right;
}		
#wrapper #footer-wrapper {
    background-color: #ff9900;
}

#wrapper #footer-wrapper #footer {
    background-position: left bottom;
    background-repeat: no-repeat;
    min-height: 90px;
}

#wrapper #footer-wrapper #footer #top {
    background-color: white;
    background-repeat: no-repeat;
    background-position: left bottom;
    font-size: 13px;
    padding-bottom: 5px;
    padding-top: 12px;
}


#wrapper #footer-wrapper #footer #bottom {
    padding-left: 20px;
}

#wrapper #footer-wrapper #footer #bottom,
#wrapper #footer-wrapper #footer #bottom a {
    color: #e7e9ea;
}


#wrapper #footer-wrapper #footer #bottom p {
    color: #e7e9ea;
    margin-bottom: 20px;
    margin-top: 5px;
}


	
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 50px;
      
}
 
.clearfix {
	display: inline-block;
}
.clearfix img {
	padding-left: 55%;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


