/* Fonts and font colours */

h1 {
    font-family: Georgia, serif;
    font-weight: normal;
    color: #08758f;
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1em;
}

h6 {
	font-size: 1.05em;
}

body, a:hover, #breadcrumbs ul a {
    color: #004d5d;
}

a {
    color: #074a6f;
}

#topnav li a, #nav li a {
    color: #ffffff;
}

#nav li li a {
    color: #0d5d74;
}

#topnav {
    font-size: 1.2em;
}

#breadcrumbs {
    font-size: 0.9em;
}

a, #breadcrumbs a:hover {
    text-decoration: underline;
}

#topnav a, #nav a, #breadcrumbs a {
    text-decoration: none;
}

a:hover {
	color: #2f2f2f;
}

#topnav li a {
    text-align: center;
}

#content p {
    line-height: 1.4em;
}

footer .verbose .map abbr, footer .verbose .map p:first-child {
    font-weight: bold;
}


/* Backgrounds and borders, imagey display bits and cursors */

body, #breadcrumbs, footer {
    background-color: #d2e8ee;
    border-color: #49a1bb;
}

#page {
    background-image: url("images/ex_page_bottom.png");
}

#header {
    background-image: url("images/ex_page_top.png");
}

#topnav ul li {
    background: #007496 url("images/ex_topnav_active.png") no-repeat scroll top left;
}

#topnav li a {
    background: #0d5d74 url("images/ex_topnav.png") no-repeat scroll -20px 0px;
}

#topnav li.first {
	border-top-left-radius: 12px;
}

#topnav li.first a {
    background-position: top left;
    border-top-left-radius: 12px;
}

#topnav li.last {
	border-top-right-radius: 12px;
}

#topnav li.last a {
    background-position: top right;
    border-top-right-radius: 12px;
}

#topnav li a:hover, #topnav li.active a {
    background-image: url("images/ex_topnav_active.png");
    background-color: #007496 !important;
}

#topnav li.active a {
    background-color: #0ba0c8;
}

#nav li {
    border-bottom: 1px solid #ffffff;
    background: #49a1bb none no-repeat scroll top right;
}

#nav li li {
    background-color: #dcebf0;
}

#nav li.fixed {
    background-color: transparent;
    border-left: 3px;
    margin-top: -1em;
}

#nav li.parent {
    background-color: #19718b;
}

#nav li.parent a {
    background: transparent url("images/ex_leftnav_parent.gif") no-repeat scroll 8px center;
}

#nav li a:hover, #nav li.active a {
    background: transparent url("images/ex_leftnav_active.gif") no-repeat scroll 8px center;
}

#nav li li a:hover, #nav li li.active a {
    background-image: url("images/ex_leftnav_sub_active.gif");
    background-position: 18px center;
}

#nav li.first {
    background-image: url("images/rounded_topright.png");
    border-top-right-radius: 12px;
}

footer {
    border-top-width: 0px;
}

.has-borderradius footer {
    background-image: none;
}

footer .succinct li {
    border-right: solid #305f6f 1px;
}

footer .succinct li.last {
    border-right: none;
}

footer .verbose {
    background: url('images/footer_brighton_silhouette_inverted.png') no-repeat scroll left top;
}

footer .verbose ul {
    list-style: none;
}

footer .verbose .map {
    border-right: 1px solid #56a4b9;
}



/* Layout */

#topnav li a {
    width: 133px;
    margin-right: 2px;
    padding-top: 12px;
    padding-bottom: 12px;
}

#topnav li.first a {
    width: 132px;
}

#topnav li.last a {
    margin-right: 0px;
    width: 131px;
}

#nav li a {
    padding-left: 25px;
}

#nav li li a {
    padding-left: 35px;
}

#page_title {
    width: 940px;
    margin: 6px 0px;
}

#footer, footer {
    overflow: auto;
}

footer p {
    margin-bottom: 10px;
}

footer > div {
    padding: 5px 10px 10px 10px;
    margin: 0;
}

footer hr {
    margin: 0 10px;
}

footer .succinct ul {
    float: right;
}

footer .succinct li {
    display: inline;
    padding: 0 5px;
}

footer .succinct li.last {
    padding-right: 0;
}

footer .social {
    float: right;
    padding: 0;
    margin-bottom: 10px;
}

footer .social a {
    float: left;
    padding: 0 2px;
}

footer .social a.last {
    padding-right: 0;
}

footer .verbose {
    padding-top: 175px;
}

footer .verbose h4 {
    font-size: 1em;
    margin-bottom: 5px;
}

footer .verbose div {
    max-width: 150px;
    float: left;
    margin-right: 30px;
}

footer .verbose div.last {
    margin-right: 0;
}

footer .verbose li {
    margin-bottom: 5px;
}

footer .verbose .map {
    width: 390px;
	height: 230px;
    max-width: none;
    margin-bottom: 10px;
    margin-right: 15px;
    position: relative;
}

footer .verbose .map img {
    float: left;
    margin-right: 10px;
}

footer .verbose .map p {
    margin: 10px 0 0 0;
}

footer .map p:first-of-type {
	margin-top: 0;
}


#pageQRCode {
    display: none;
    clear: both;
}

footer .verbose, footer .succinct {
    clear: both;
}



/* Swatches */

.swatch2, .swatch2fg, .swatch4, .swatch4fg, .swatch5, .swatch5fg {
	color: #004d5d !important;
}

.swatch1, .swatch1fg, .swatch3, .swatch3fg {
    color: #ffffff !important;
}

.swatch1, .swatch1bg {
    background-color: #009090 !important;
}

.swatch2, .swatch2bg {
    background-color: #d0eeee !important;
}

.swatch3, .swatch3bg {
    background-color: #0e7c9c !important;
}

.swatch4, .swatch4bg {
    background-color: #c2e6e6 !important;
}

.swatch5, .swatch5bg {
	background-color: #ffffff !important;
}