body {
  font-family: arial, helvetica, serif;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  background-color: #243e8f;
}

#maincontainer {
  width: 540px;
  height: 600px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  background-image: url('images/map-bg.jpg');
  background-repeat: no-repeat;
  background-position: 0px 72px;
  position: relative;
}

#pic1h {
  position: absolute;
  z-index: 2;
}

#pic2h {
  position: absolute;
  z-index: 2;
}

#top_arrow_big {
  position: absolute;
  left: 196px;
  top: 40px;
  z-index: 3;
}

#bottom_arrow_big {
  position: absolute;
  left: 196px;
  top: 154px;
  z-index: 3;
}


#bottom_logo {
  position: absolute;
  left: 198px;
  top: 312px;
}

#menu, #submenu {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
#menu a, #submenu a {
  font-size: smaller;
  text-decoration: none;
}
#menu a:link {
  color: #f6921d;
}
#menu a:visited {
  color: #f6921d;
}
#menu a:hover {
  color: #a6d28b;
}
#menu a:active {
  color: #a6d28b;
}

#submenu a:link {
  color: #243e8f;
}
#submenu a:visited {
  color: #243e8f;
}
#submenu a:hover {
  color: #a6d28b;
}
#submenu a:active {
  color: #a6d28b;
}

#menu ul {
  margin: 0;
  padding: 0;
}
#menu ul li {
  display: inline;
  background-image: url('images/li_arrow.gif');
  background-repeat: no-repeat;
  background-position: 0 5px;
  list-style-type: none;
  font-size: smaller;
  padding-left: 13px;
  padding-right: 2em;
}

#submenu ul li {
  display: inline;
  background-image: url('images/li_arrow_orange.gif');
  background-repeat: no-repeat;
  background-position: 0 5px;
  list-style-type: none;
  font-size: smaller;
  padding-left: 13px;
  padding-right: 2em;
}


#text1, #text2 {
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
}
#text1 {
  top: 298px;
  left: 90px;
  font-size: 11pt;
  letter-spacing: .04em;
}
#text2 {
  top: 312px;
  left: 42px;
  font-size: 14pt;
  letter-spacing: .03em;
}
.orange {
  color: #f6921d;
}
.blue {
  color: #243e8f;
}
.green {
  color: #a6d28b;
}

#sublinks {
  font-size: x-small;
  position: absolute;
  top: 584px;
}

#sublinks a:link {
  color: #243e8f;
  text-decoration: none;
}
#sublinks a:visited {
  color: #243e8f;
  text-decoration: none;
}
#sublinks a:hover {
  color: #243e8f;
  text-decoration: underline;
}
#sublinks a:active {
  color: #243e8f;
  text-decoration: underline;  
}

/** SUBPAGES **/
#subpagecontainer {
  width: 540px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  position: relative;
  background-image: url('images/subpage-header.gif');
  background-repeat: no-repeat;
  background-position: top left;
}

#subpage-header {
  position: absolute;
  left: 0px;    /** undoes the padding in that box normally **/
  top: 0px;
}
#tagline {
  position: absolute;
  left: 223px;
  top: 0px;
  text-transform: uppercase;
  font-size: 9pt;
  font-weight: bold;
}

#pagetitle {
  position: absolute;
  top: 31px;
  color: #243e8f;
  font-size: 18pt;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#content {
  position: relative;
}
#content ul {
  padding-left: 30px;
  padding-right: 30px;
}
#content ul li {
  list-style-type: none;
  list-style-image: url('images/blue-bullet.gif');
  line-height: 1.5em;
  font-size: 11pt;
}
#subpage-bottom-logo{
  position: relative;
  left: 180px;
}

ul#services-page li {
  font-size: .9em;
  margin-bottom: 1em;
}

#content p a, ul#services-page li a {
  color: #243e8f;
  font-weight: bold;
  text-decoration: none;
}
#content a, ul#services-page li a:link {text-decoration: none;}
#content a, ul#services-page li a:visited {text-decoration: none;}
#content a, ul#services-page li a:hover {text-decoration: underline;}
#content a, ul#services-page li a:active {text-decoration: underline;}

#icon {
  position: absolute;
  left: 250px;
  top: 3px;
}

#languages_table {
  color: #243e8f;
  font-size: .9em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  float: none;
  margin-left: 1em;
}

#indreg fieldset {
  width: 50%;
  float: left;
}

#indreg div#infocolumn {
  float: left;
  width: 40%;
  padding-left: 1em;
  padding-top: 1em;
  font-size: medium;
}

#indreg div#infocolumn li {
  color: #f6921d;
}

.label {
  font-weight: bold;
}

.input {
  
}

.descr {
  font-size: smaller;
}

.form-item {
  margin-bottom: 1em;
}

#card {
  border: 2px dashed #f6921d;
  height: 1.9in;
  width: 3.4in;
  padding-left: .1in;
  padding-top: .1in;
}
#card h3 {
  padding: 0;
  margin: 0;
}
.error ul {
  border: 2px solid red;
}

.reg_button {
  background-image: url('images/reg_button.gif');
  background-repeat: no-repeat;
  height: 30px;
  width: 112px;
  text-align: center;
}

#corpreg_about_button a, .reg_button a {
  display: block;
  padding-top: 3px;
  height: 30px;
  width: 112px;
  font-weight: bold;
  font-size: 7pt;
  text-transform: uppercase;
  text-decoration: none;
}
#corpreg_about_button a:link, #indreg_about_button a:link, .reg_button a:link {
  color: #f6921d;
}
#corpreg_about_button a:visited, #indreg_about_button a:visited, .reg_button a:visited {
  color: #f6921d;
}
#corpreg_about_button a:hover, #indreg_about_button a:hover, .reg_button a:hover {
  color: white;
}
#corpreg_about_button a:active, #indreg_about_button a:active, .reg_button a:active {
  color: white;
}

#corpreg_button {
  position: absolute;
  top: 227px;
  left: 21px;
}
#indreg_button {
  position: absolute;
  top: 227px;
  left: 400px;
}

#corpreg_about_button {
  float: left;
}
#indreg_about_button {
  float: left;
}

a.reg_link {
  color: #f6921d;
}

#copyright {
  color: #daddee;
  font-size: 8pt;
  margin-left: auto;
  margin-right: auto;
  width: 560px;
}

.orange_header {
  color:#f6921d;
  font-weight:bold;
  text-align:center;
  margin-top:1em;
  font-size: .95em;
}