body {
	margin: 0px auto;
    background-color: #F8F8F8;
}

h1 {
    font: 48px Open Sans;
    font-weight: 800;
    color: red;
    text-align: center;
    margin: 5px auto 0px auto;
    text-shadow: 3px 3px 2px #4d0000;
}

h2 {
    font: 32px Open Sans;
    font-weight: 700;
    color: red;
    text-align: center;
    border-bottom: 3px;
    border-bottom-style: dotted;
    padding-bottom: 15px;
    width: 360px;
    margin: 100px auto 0px auto;
    text-shadow: 3px 3px 3px #4d0000;
}

header {
    max-width: 1280px;
    min-width: 960px;
    background-color:#261C67;
    text-align: center;
    padding: 0px;
    margin: 0px auto 15px auto;
}

#header_image {
    background-image: url(assets/castle3.png);
    background-size: 1280px 244px;
    background-repeat: no-repeat;
    background-position: center;
/*    background-position: right top;*/
    height: 244px;
    display: block;
}

#header_content {
    width: 960px;
    margin: 0 auto;
}

#header_spacer {
    width: 960px;
    height: 154px;
}

#heron_logo {
    display: block;
    float: left;
    padding-left: 10px;
}

#nav {
    padding: 10px 20px 0px 23px;
    margin-top: 14px;
    float: left;
}

/* Top level menu */

#nav ul {
	margin: 0px;
	list-style: none;
	position: relative;
	display: inline-table;
}

#nav ul li {
    float: left;
}

#nav ul li:hover > ul {
    display: block;
}

#nav ul li a {
    text-decoration: none;
    font: 12px Open Sans;
    color: white;
    margin: 0px 15px;
    padding: 0px 0px;
}

#nav ul li a:hover {
    color: #cccc00;
    border-bottom: 5px solid darkmagenta;
}

/* First level sub menu */

#nav ul ul {
	display: none;
/*    background-color: #cccc00;
    background-color: #261C67;*/
    background-color: #9387de;
    opacity: 0.95;
    position: absolute;
    top: 100%;
    padding: 0;
    border-bottom: none;
}

#nav ul ul li {
    float: none;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid white;
    border-left: 1px solid white;
    position: relative;
}

#nav ul ul li:hover {
}

#nav ul ul li a {
/*    margin: 0px 5px;
    color: #333333;*/
    color: white;
    display: block;
    margin: 0;
    padding: 5px 18px;
    text-align: left;
}

#nav ul ul li a:hover {
/*    background: #cccc00;*
        color: #e6e6e6;*/
    background-color: #342e56;
    border: none;
    color: gold;
    margin: 0;
}

/* Second level sub menu */

#nav ul ul ul {
    display: none;
    position: absolute;
	left: 75%;
	top: 0;
	z-index: 1000;
}

#nav ul ul ul li {
    width: 210px;
}

/*
#nav ul ul ul li a {
    width: 175px; 
}

#nav ul ul ul li a:hover {
    padding: 3px 5px;
}
*/
/*#main {
    background: url(assets/castle.jpg) no-repeat center top;
    width: 960px;
    height: 622px;
    margin: 20px 0px;
}*/

#main {
    background-color: #261C67;
    background: url(assets/castle.jpg) no-repeat center top;
    width: 960px;
    height: 622px;
    margin: 0 auto;
}

#back_image {
    margin-left: 100px;
}

#col1 {
    width: 220px;
    float: left;
}

#col2 {
    width: 590px;
    height: 250px;
    opacity: 0.8;
    float: left;
    margin-top: 370px;
    padding-left: 50px;
}

#col3 {
    width: 100px;
    height: auto;
/*    opacity: 0.8;*/
    float: left;
    position: relative;
    top: 524px;
}

#one {
    width: 182px;
    height: 492px;
    margin-top: -5px;
    margin-left: 10px;
    background: url(assets/complete_parchment2.png) no-repeat left top;
}

#one p {
    width: 130px;
    height: auto;
    font: 12pt Domine;
    text-align: center;
    line-height: 19pt;
    margin: 0px;
    padding: 100px 22px 0px 22px;
}
#two {
    margin-top: 5px;
}

#two figure {
    width: 210px;
    margin: 0px;
/*    border: 1px;
    border-style: solid;
    border-color: white; */
    background-color: #F8F8F8; 
}

#two figcaption {
    width: 90px;
    font: 11px Open Sans, Courier;
    line-height: 13px;
    margin-bottom: 7px;
}

#two img {
    border: 1px;
    border-color: white;
    display: block;
}

/*  Vertical navigation  */

#col3 a {
    background-color: #261C67;
    display: block;
    border-radius: 8px;
    width: 88px;
    border: 1px solid #261C67;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 5px 0px;
    font: 16px Open Sans Condensed;
    color: #EED845;
    text-decoration: none;
    text-align: center;
}

#col3 a:hover {
    background-color: #AB0E36;
    width: 88px;
    border: 1px solid #261C67;
    color: gold;
}

#col3 a:active {
    background-color: #681d1d;
}

.img_pad {
    border: none;
    vertical-align: middle;
    margin: 0px 25px;
    width: 40px;
}

#qqq {
    margin: 0 auto;
    width: 960px;
    height: auto;
}

.clear_float {clear:both;}

/*--- footer ---*/

footer {
    background-color: #261C67;
    color: white;
    margin-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    width: 960px;
    margin: 10px auto;
}

footer a img {margin: 10px 0 0 0;}

#copyright {
    font: 10px Open Sans, Courier;
    text-align: center;
    margin: 0px auto;
}

.footer_link {
    padding: 5px 10px 10px 10px;
    margin: 0px;
}

.footer_link a {
    display: inline;
    color: white;
    text-decoration: none;
    font: 12px Open Sans, Courier;
    padding: 0px 15px;
    width: auto;
    border-radius: 0px;
    margin-bottom: 0px;
}

.footer_link a:hover {
    color: #EED845;
    text-decoration: underline;
}