body {
	font-size: 26px;
}
.space {
width: 100%;
height: 40px;	
}

/*
@media only screen and (min-width: 790px) {
#logo {
display:none;
}
}

@media only screen and (max-width: 780px) {
#logo {
text-align: center;
margin-top: 10px;
}
}
*/

#logoleft {
}



.blue-background {
background: #004f71;	
}

.fullwidth {
	width: 100%;
}


#headercontainer {
background: #004F71; 
	width: 100%;
	padding-top: 10px;
}

@media screen and (max-width: 768px) {
#headercontainer {
	padding-top: 5px;
  }
}


#topstrapline {
	text-align: center;
	margin-bottom: 0px;
	border-bottom: solid 1px #5f94a7 50%;
}

#topstrapline h1, #strapline h2 {
	color: #ffffff;
	font-size: 28px;
}

@media screen and (max-width: 768px) {
#topstrapline h1, #strapline h2 {
	color: #ffffff;
	font-size: 16px;
	line-height: 110%;
  }
}

#topstrapline h4 {
color: #c5d7df;
font-size: 20px;
font-style: italic;
}


@media screen and (max-width: 768px) {
#topstrapline h4 {
color: #c5d7df;
font-size: 12px;
font-style: italic;
line-height: 110%;
  }
}

#topstrapline hr {
    display: block;
    margin-top: 1em;
    margin-bottom: 0.1em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
   color: #0000ff;	
   border-top: none;
   border-bottom: 1px solid #5f94a7;
   width: 60%;
}

#textresize {
text-align:right;
margin-right: 1px;
margin-left: -5px;
margin-top: 15px;
padding: 5px;
}

.left, .right {
margin-top: 75px;
margin-bottom: 25px;	
}

@media screen and (max-width: 768px) {
.left, .right {
margin-top: 10px;
margin-bottom: 10px;
  }
}

@media screen and (max-width: 320px) {
.uk-slideshow {
max-height: 200px;
  }
}



@media screen and (max-width: 667px) {
#textresize, .search, .finder {
text-align: center;
display:none;
  }
}

#topmodules {
text-align: right;
}

#contentarea {
margin-bottom: 30px;	
}
#abovecontent {
margin-top: 70px;	
}

.blocks {
margin-top: 30px;
margin-bottom: 30px;	
}
 
 #block1full {
 background: #e5e5e5;	
 }
 
#block2full {
	border-top: solid 1px #dcdcdc;
  background: #004f71;	
 }
.block2 p {
	font-size: 24px;
	color: #ffffff;	
	font-weight:normal
}

#footercontainer {
	color: #ffffff;
	background: #333333;
	width: 100%;
	font-size: 90%;
}


#footercontainer a:link, #footercontainer a:visited {
	color: #ffffff;
}

#footercontainer a:hover {
	text-decoration: underline;
}


div.custom {
	margin-top:15px;
	margin-bottom: 15px;
}

/*
[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 0.25em;
    line-height: 14px;
}
*/
.caret {
    display: inline-block;
    width: 0px;
    height: 0px;
    vertical-align: top;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}



