@charset "UTF-8";

header.site-header {
	background-image:url('../../images/Home/logo-home.png');
	background-position:22px 2px;
	background-repeat:no-repeat;
	height:76px;
    padding-top:0;
	padding-left:0;
	padding-right:0;
	padding-bottom:5px;
}

header.site-header > div {
	width:546px;
	height:75px;
	margin-left:309px;
	background-image:url('../../images/Home/navigation-banner.png');
	padding-left:170px;
}

header.site-header > div > nav {
	display:table;
	width: 500px;
	height:100%;
}

header.site-header ul {
	background-position:left center;
	background-repeat:no-repeat;
	display:table-row;
	padding:0;
}

header.site-header li {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

header.site-header a {
	color:#97CDDD;
	font-family:geo;
	text-decoration:none;
	font-size:21pt;
	text-transform:lowercase;
}

html, body {
    margin:0;
    padding:0;
    width:1024px;
}

#page, #main {
    padding:0;
}


p {
    margin:15px 0;
}

h1{
    margin:0 0 20px;
}

h2 {
    margin:15px 0;
}

h1 {
    font-family:geo;
    font-size:32pt;
    text-align:center;
    text-transform:lowercase;
}

h2 {
    font-family:geo;
    font-size:22pt;
    text-align:center;
    text-transform:lowercase;
}

p {
    font-family:Arial, Helvetica, sans-serif;
}

#splash {
    background-image:url('../../images/Home/splash-image.jpg');
    background-repeat:no-repeat;
    color:white;
    height:466px;
    width:1024px;
    padding:0;
    margin:0;
}

#splash * {
    text-align:left;
}

.section {
    padding:20px;
}

.section * {
    text-align:center;
}


.column.layout {
    display:table;
    border-spacing:50px 0;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    table-layout:fixed;
}

.column.layout > .row {
    display:table-row;
}

.column.layout > .row > * {
    display:table-cell;
}

.column.layout > .row > * {
    width:100%;
}


.grey.section {
    background-color:#EAE5DE;
    color:#18234A;
}

.navy-blue.section {
    background-color:#18234A;
    color:white;
}

.powder-blue.section {
    background-color:#97CDDD;
    color:#18234A;
}

.red.section {
    background-color:#D1202D;
    color:white;
}

.white.section {
    background-color:white;
    color:#231F20;
}