@font-face {
    font-family: 'AftasansRegular';
    src: url('http://canute2.sealevelrise.info/.lib/cms_slr2/styles/SLR2/AftaSansThin-Regular-webfont.eot');
    src: url('AftaSansThin-Regular-webfont.eot') format('embedded-opentype'),
         url('AftaSansThin-Regular-webfont.woff') format('woff'),
         url('AftaSansThin-Regular-webfont.ttf') format('truetype'),
         url('AftaSansThin-Regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
html, body  {
	margin: 0;
	padding: 0;
}
html {
	width:100%;
	height:100%;
	background-color:#7d8fa8;
}
body {
	min-height:100%;
	height:auto !important;
	height:100%;
	background:#7d8fa8 url('bg_30.jpg') fixed center bottom no-repeat;
	font-size: 0.75em;
	font-family: Century Gothic, Apple Gothic, 'AftasansRegular', Arial, sans-serif;/*Century Gothic, Apple Gothic, sans-serif;*/
	color:#000000;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.5em;
	padding:0;
	margin: 0.75em 0;
	color: #000;
	font-family: Century Gothic, Apple Gothic, 'AftasansRegular', Arial, sans-serif;/*Century Gothic, Apple Gothic, sans-serif;*/
	font-weight:normal;
}
h1 {
	font-size: 2em;
	margin: 1em 0;
}
h2 {
}
h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}
h5, h6 {
	font-size: 1em;
}
hr {
	border:none;
	width:100%;
	height:1px;
	border-bottom:1px solid black;
}
.mainArea {
	width:1000px;
	margin: 0px auto;
}
.mainArea .content p {
	line-height:1.6em;
        word-wrap: break-word;
}
.header .content {
	background: transparent url(canute_reverse.png) 250px 105px no-repeat;
	height:155px;
	margin: 0px 10px 5px 10px;
	padding: 15px 0 4px 0;
	overflow:hidden;/*needed for ie*/
}
.header .content img {
	float:right;
	margin-top:10px;
}
.header .content h1 {
	display:none;
	float:left;
	clear:left;
	font-weight:normal;
	text-transform: uppercase;
	font-size:3.1em;
	color:#f9fafb;/*003a63;*/
	padding:0.2em 0 0 0;
	margin:7px 0 0 250px;
}
.header .content h2 {
	float:right;
	clear:right;
	font-weight:normal;
	text-align:right;
	margin:0.5em 0 0 0;
	color:#feffff;
}
.header .content a.homeButton {
	float:left;
	background: transparent url(home.png) left center no-repeat;
	text-transform: uppercase;
	text-decoration:none;
	font-size:1.4em;
	color:#fafdff;
	padding:10px 10px 10px 50px;
	margin-top:58px;
	margin-bottom:4px;
}
.header .content a.homeButton:hover {
	background-image: url(home_hover.png);
	color:#fff;
}
.header .metabar {
	font-size:smaller;
	color:#fff;
	position:relative;
	top:-20px;
	left:0px;
}
.header .metabar a {
	text-decoration:none;
}
.sideColumn {
	float:left;
	width:250px;
}
.sideColumn .sideMenu .content {
	min-height:500px;
	height:auto !important;
	height:500px;
}
.sideColumn .sideMenu {
	background:transparent url('menu_bg.png') center right;
	margin:50px 8px 8px 8px;
}
.sideColumn .sideMenu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	
}
.sideColumn .sideMenu ul li {
	list-style-type:none;
}
.sideColumn .sideMenu ul li a {
	display:block;
	background-color:#aaccf7;/*396b9b;*/
	margin:16px 0;
	padding:6px;
	font-size:1.4em;
	text-decoration:none;
	color:#2e3f55;/*dfeef7;*/
}


.sideColumn .sideMenu li a:hover,
.sideColumn .sideMenu ul li:hover a {
	background-color: #4582bc;
	color:#fff;
}

.sideColumn .sideMenu li.selected a,
.sideColumn .sideMenu li.selected a:hover,
.sideColumn .sideMenu ul li.selected:hover a {
	background-color: #9cbae0;
	color:#003a63;
}

.mainColumn {
	float:right;
	width:750px;
}
.mainColumn .horizontalMenu {
	color:#fff;
	margin:8px;
}
.mainColumn .horizontalMenu ul {
	list-style-type:none;
	background-color:#739dd3;
	height:26px;
	margin:0;
	padding:0;
}
.mainColumn .horizontalMenu ul li {
	float:left;
	list-style-type:none;
}
.mainColumn .horizontalMenu ul li a {
	display:block;
	height:22px;
	padding:2px 8px;
	font-size:1.4em;
	text-decoration:none;
	color:#dfeef7;
	background:transparent url('menu_bg.png') center right;
}
.mainColumn .horizontalMenu li.selected > a,
.mainColumn .horizontalMenu li.childSelected > a {
	color:#fff;
}
.mainColumn .horizontalMenu li a:hover {
	color:#fff;
}
/* second level onward */
.mainColumn .horizontalMenu li ul {
	position: absolute;
	background-color:transparent;
	width:14em;
	left: -999em;
}
.mainColumn .horizontalMenu li ul li {
	width:14em;
}
.mainColumn .horizontalMenu li ul a {
	width:12em;
	padding:2px 8px;
}
.mainColumn .horizontalMenu li ul a.hasChildren {
	background-image: url('menu_bg_child.png');
}
.mainColumn .horizontalMenu li ul li:hover > a, .mainColumn .horizontalMenu li ul li.hover > a {
	background-color:#9cbae0;
}
/* Third level */
.mainColumn .horizontalMenu li ul ul {
	margin: -2.2em 0 0 18em;
}
.mainColumn .horizontalMenu li:hover ul ul, .mainColumn .horizontalMenu li.hover ul ul {
	left: -999em;
}
/* show last level */
.mainColumn .horizontalMenu li:hover ul, .mainColumn .horizontalMenu li.hover ul,
.mainColumn .horizontalMenu li li:hover ul, .mainColumn .horizontalMenu li li.hover ul {
	left: auto;
}

.content {
	padding:10px;
}
.mainColumn .contentArea {
	margin:16px 8px;
	background:transparent url('content_bg.png');
}
.mainColumn .content {
	margin:8px;
	font-size:1.3em;
	color:#003a63;
}

.mainColumn .content .loginWarning {
  color: #ff0000;;
}


.mainColumn .content h1,
.mainColumn .content h2 {
	color:#003a63;
	text-transform: uppercase;
}
.footer {
	font-size:smaller;
	font-weight:bold;
	clear:both;
	text-align:center;
	color:#435771;
	margin:8px 8px 0 8px;
	height: 180px;
}
.footer .logoBar {
	height:90px;
}
.footer .content {
	background:transparent url('content_bg.png');
}
.footer p {
	margin:0px;
}
.footer .logoBar p {
	padding-top:70px;
	color: #000;
	float:left;
}
.footer .logoBar p em {
	font-weight: bold;
}
.footer a {
	text-decoration:none;
}
.footer .logoLeft {
	margin: 20px 8px 8px 8px;
	float:left;
}
.footer .logoRight {
	margin: 20px 8px 8px 8px;
	float:right;
}
.footer .logoRight img {
	margin-top:20px;
}
.usersOnly {
	display:none;
}
body.loggedIn .usersOnly {
	display:block;
}
/* ACE Splash Page Style Overrides */
/**** AT END OF FILE ****/

/* DEBUG MODE STYLE OVERRIDES */

body.debug .mainArea {
	background-color:#9cc;
}
body.debug .header {
	background-color:#c9c;
}
body.debug .sideColumn {
	background-color:#c99;
}
body.debug .mainColumn {
	background-color:#9c9;
}
body.debug .footer {
	background-color:#99c;
}

/* CMS ARTIFACT STYLING */
/* Two Column Layout */

.CMSTwoColumnLayout {
    /* do not style this class - used by Avid CMS.  Style classes contained within */
}

.CMSTwoColumnLayoutLeft {
        /* do not style this class - used by Avid CMS.  Style classes contained within */
}

.CMSTwoColumnLayoutRight {
        /* do not style this class - used by Avid CMS.  Style classes contained within */
}

.CMSTwoColumnLayoutContent {
    padding: 4px;
}

/* Content Box */

.CMSContentBoxContentArea {
        /* do not style this class - used by Avid CMS.  Style classes contained within */
}

.CMSContentBox {
    border: 1px solid #739dd3;
}

.CMSContentBoxTitle {
    background-color: #739dd3;
    color: #DFEEF7;
    font-weight: bold;
}

.CMSContentBoxContent {
    padding: 4px;
}

/*  News Boxes */

.CMSNewsListControlRendererArtifact {
    margin:4px;
}

.CMSNewsListControlRendererArtifact h1 {
    display:none;
}

.newNewsItem {
    padding: 4px;
    float: right;
    font-size: smaller;
    text-decoration: none;
}

.CMSNewsListControlRendererArtifact dl {
    /* news list*/
}

.CMSNewsListControlRendererArtifact dt {
    font-size: 14px;
    color: black;
    padding: 8px 4px 0 4px;
    letter-spacing: .8px;
}

.CMSNewsListControlRendererArtifact dt span {
    /* Date in News Artifact */
    font-style: italic;
    font-size: 10px;
    font-variant: normal;
    letter-spacing: 0.1px;
    padding-right: 2px;
    text-transform: none;
    display: block;
}

.CMSNewsListControlRendererArtifact dd {
    margin: 4px 0 0 0;
    padding: 0px 4px 8px 4px;
    font-size: .85em;
    font-size-adjust: none;
    font-stretch: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.1em;
	border-bottom: 2px solid #003882;
}

.CMSNewsListControlRendererArtifact dd a {
    text-decoration: none;    
}

.editNewsItem {
    font-size: 10px;
    text-decoration: none;
    display: block;
    float: right;
    padding-right: 1px;
}

.deleteNewsItem {
    font-size: 10px;
    text-decoration: none;
    display: block;
    float: right;
    padding-right: 5px;
}

.rssNewsList {
	margin-top:-12px;
    padding: 6px 4px 0px 0px;
    font-size: 10px;
    float: left;
}
.rssNewsList img {
	border:none;
}

.allNewsItems {
	margin-top:-16px;
    padding: 10px 8px 0px 0px;
    font-size: 10px;
    float: right;
}

.more {
    font-size: 11px;
}

/* ACE Splash Page Style Overrides */
body.splashPage .mainColumn .contentArea .content {
	/*height:192px;*/
}
body.splashPage .mainColumn .newsArea,
body.splashPage .mainColumn .slideshowArea {
	margin:0px 8px;
	background:transparent url('content_bg.png');
	height:290px;
	float:left;
}
body.splashPage .mainColumn .newsArea {
	width: 368px;
}
body.splashPage .mainColumn .newsArea .content {
	padding: 2px 10px 10px 10px;
}
body.splashPage .mainColumn .slideshowArea  {
	width:350px;
}
body.splashPage .mainColumn .slideshowArea .content {
	padding:0;
	margin:0;
}
body.splashPage .mainColumn .slideshowArea .content img {
	position:absolute;
}
/*body.splashPage .mainColumn .contentArea {
	margin:0;
	background:transparent;
}
body.splashPage .mainColumn .contentArea > .content{
	padding:0;
}
body.splashPage .CMSTwoColumnLayoutContent {
	padding:0;
}
body.splashPage .CMSTwoColumnLayoutLeft .CMSTwoColumnLayoutContent {
	padding:1px 8px 0 0;
}
body.splashPage .CMSTwoColumnLayoutRight .CMSTwoColumnLayoutContent {
	padding:1px 0 0 8px;
}
body.splashPage .CMSContentBox {
	margin:16px 0 0 0;
	padding:10px;
	border: none;
	background:transparent url('content_bg.png');
}

body.splashPage .CMSContentBoxTitle {
	background-color: transparent;
	color: #396b9b;
	font-weight: normal;
	font-size:large;
}
body.splashPage .CMSContentBoxTitle .CMSContentBoxContent {
	padding:0 0 0 10px;
}*/
body.splashPage .CMSNewsListControlRendererArtifact {
	margin:10px 0;
}
body.splashPage .CMSNewsListControlRendererArtifact dl {
	margin:-8px 0 0 0;
	font-size: 14px;
}
body.splashPage .CMSNewsListControlRendererArtifact dd {
	font-size: 14px;
	margin: 4px 0;
}
body.splashPage .rssNewsList {
	margin-top:0;
}
body.splashPage .allNewsItems {
	margin-top:-4px;
}
body.splashPage .mainArea .content .login .cmxform  label {
	text-transform: uppercase;
	width:100px;
	float:left;
	clear:left;
}
body.splashPage .login input {
	float:right;
	margin-top:4px;
	width:210px;
}
body.splashPage input,
body.splashPage .login .usernameField,
body.splashPage .login .passwordField {
	clear:right;
	width:210px;
}
body.splashPage .newsArea .login .button,
body.splashPage .login input[type="button"],
body.splashPage .login input[type="submit"] {
	float: right;
	height: 24px;
	width: 100px;
	background-color: #003A63;
	color: #FEFEFE;
	text-transform: uppercase;
}
body.splashPage .login {
	width:335px;
}
body.splashPage .login span {
	display: block;
	margin: 8px;
}
body.splashPage .newsArea .login .cmxform ol {
	padding-right: 0px;
}
body.splashPage .newsArea .login .cmxform.loginForm ol li {
	margin: 0 0 24px 0px;
}
body.splashPage .mainColumn .newsArea a.forgottenPassword {
	font-size: x-small;
	margin-top: 14px;
	display: block;
	float: left;
	
	
	display: none;
}
body.splashPage .mainColumn .newsArea hr {
	margin-top: 40px;
	margin-bottom: 16px;
	border-color:#003A63;
}
body.splashPage .login input.registerButton,
body.splashPage .login input[type="submit"].registerButton  {
	width:150px;
	display:block;
}
/* ACE Content Page Style Overrides */
body.contentPage .mainColumn .contentArea .content,
body.canutePage .mainColumn .contentArea .content {
	min-height:500px;
	height:auto !important;
	height:500px;
}
/* ACE Canute Page Style Overrides */
body.canutePage .mainArea {
	width:1150px;
}
body.canutePage .mainColumn {
	width:900px;
}
/* ACE Migration Page Style Overrides */
/*body.migrationPage .mainColumn {
	width:1000px;
}*/
body.canutePage .mainColumn {
	width:900px;
}
/* general override overrides */
.footer #loginDisplayArtifact {
	display:none;
}

.FormPageBreak  div {
	clear:right;
	margin:20px 0;
}
.cmxform input[type="button"] {
	display:none;
}
.cmxform input[type="submit"] {
	float: right;
	height: 24px;
	min-width: 100px;
	padding:0 8px;
	background-color: #003A63;
	color: #FEFEFE;
	text-transform: uppercase;
}
.mainArea .content .cmxform label {
	width: 170px;
}
.cmxform .FormRadioGroupControl fieldset.FormControl label {
	margin-left: 40px;
	min-width: 225px;
	width: auto;
}
.cmxform .FormRadioGroupControl fieldset.FormControl legend {
	white-space: normal;
	display: block;
	width: 100%;
}
