/*
	Colors:
	#004c98, dark blue (background, borders and links)
*/
html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
body {
	background-color: #88bde7;
	background-image: url(images/base-bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	font-family: arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: justify;
}
table {
	border-collapse: collapse;
}
td {
	padding: 0px;
	vertical-align: top;
}
ul, ol {
  margin: 0px;
  padding: 0px;
}
li {
  margin: 0px;
  padding: 0px;
}
h1, h2 {
  margin: 0px 0px 4px 0px;
  font-size: 1.3em;
}
h1 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 25px;
	letter-spacing: 8px;
	text-align: center;
	font-weight: normal;

}
h2 {
	margin: 0px 0px 0px 0px;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 2px;
}
h3 {
	font-size: 13px;
	color: #362873;
	margin-top: 5px;
	margin-bottom: 0px;
}
p {
  margin: 0px 0px 20px 0px;
}
a {
  color: #362873; 
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #362873; 
}
img {
  border: none;
}

/*
  Page structure:
  
  body
    #header
    #base
      #navigation
      #below-navigation
        img (main photo)
        #content
        .image-bar (1..n)
        #footer
*/
#header {
  height: 100px;
  text-align: right;
  background-color: white;
  background-image: url(images/header-bg.gif);
  background-repeat: repeat-x;
}
#base {
	position: absolute;
	width: 740px;
	height: 656px;
	margin-left: -370px;
	top: 100px;
	left: 50%;
}
#map {
	position: absolute;
	top: 740px;
	left: 390px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #FFFFFF;
	height: 200px;
	width: 200px;
}
#map img {
	border: 1px solid #FFFFFF;
}
#map1 {
	position: absolute;
	top: 680px;
	left: 390px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #FFFFFF;
	height: 200px;
	width: 200px;
}
#map1 img {
	border: 1px solid #FFFFFF;
}
#map2 {
	position: absolute;
	top: 980px;
	left: 390px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #FFFFFF;
	height: 200px;
	width: 200px;
}
#map2 img {
	border: 1px solid #FFFFFF;
}
#navigation {
  height: 38px; /* border-box: height: 38px; */
  padding: 0px 0px 0px 80px;
  background-color: white;
}
/* All <ul> tags in the menu including the first level */
.menulist,
.menulist  ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 38px; /* I'm using ems and px to allow people to zoom their font */
 left: 0px;
 width: 150px;
 border: 1px solid #7ca2c8;
}
/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: -1px;
 left: 148px;
}
/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
  position: relative;
  float: left;
  margin-right: 50px;
  background: #ffffff;
}
/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin: 0;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}
/* Links inside the menu */
.menulist a {
 display: block;
 padding: 11px 3px 10px 3px;
 color: #362873;
 font-size: 15px;
 text-decoration: none;
}
.menulist ul a {
 padding: 3px 3px 3px 3px;
 font-size: 13px;
}
/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover,
.menulist a.highlighted:hover,
.menulist a:focus {
 color: #ffffff;
 background-color: #7ca2c8;
 text-decoration: none;
}
.menulist a.highlighted {
 color: #ffffff;
 background-color: #7ca2c8;
}
/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}
/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */
/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */

#below-navigation {
  position: relative;
  padding-bottom: 20px;
  background-image: url(images/belownavigation-bg.gif);
}
#left-line {
  position: absolute;
  top: 0px;
  left: 17px;
  height: 400px;
  border-left: 2px solid white;
}
#right-line {
  position: absolute;
  top: 0px;
  right: 17px;
  height: 400px;
  border-left: 2px solid white;
}
#content {
  padding: 10px 60px 0px;
}
#tagline {
	text-align: center;
	position: absolute;
	width: 700px;
	height: 30px;
	margin-left: -350px;
	top: 290px;
	left: 50%;
}
#content ul {
  margin: 0px 0px 20px 0px;
  padding-left: 18px;
}
.image-bar {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 19px;
	background-color: #626996;
	background-image: url(images/imagebar-bg.gif);
	line-height: 1px;
}
.image-bar img {
  margin-right: 17px;
}
#footer {
	padding: 2px 19px;
	background-color: #364077;
	background-image: url(images/footer-bg.gif);
	text-align: center;
	color: white;
	margin-top: 70px;
}
#footer a {
  color: white;
}
#logos {
	position: absolute;
	width: 300px;
	height: 100px;
	margin-left: 310px;
	bottom: 15px;
	z-index: 4;
}
.big {
	font-size: 1.1em;
	line-height: 1.3em;
	letter-spacing: 0.1em;
}
.centered {
  text-align: justify;
  margin-left: 50px;
  margin-right: 50px;
}
.white {
  color: white;
}
#content p:last-child {
  margin-bottom: 0px;
}
.back {
	margin-top: 15px;
	text-align: left;
	margin-bottom: 15px;
}
.back a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #362873;
	text-decoration: none;
	font-size: 10px;
}
.back a:hover {
	color: #ffffff;
}
/* For map page */
#below-map {
  position: relative;
  background-image: url(images/belownavigation-bg.gif);
}
#left-line_map {
  position: absolute;
  top: 0px;
  left: 17px;
  height: 750px;
  border-left: 2px solid white;
}
#right-line_map {
  position: absolute;
  top: 0px;
  right: 17px;
  height: 750px;
  border-left: 2px solid white;
}
#footer_map {
	padding: 2px 19px;
	background-color: #364077;
	background-image: url(images/footer-bg.gif);
	text-align: center;
	color: white;
}
#footer_map a {
  color: white;
}
#links_map {
	color: white;
	position: absolute;
	left: 270px;
	top: 152px;
}
#links_map a {
	color: white;
	text-decoration: underline;
}
#links_map a:hover {
  color: #330066;
}
