select {
  background-color: transparent;
}

html {
  background: #0e3689 url( ../images/page-bg.jpg) no-repeat fixed center top;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
body {
  line-height: 2;
}
body, input, button, textarea, select {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #6f6f6f;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
pre, tt, code, kbd, samp, var {
  font-family: "Courier New", Courier, monospace;
}
h1 { color: #0067b1; font-size: 28px; }
h2 { color: #0067b1; font-size: 24px; }
h3 { color: #0067b1; font-size: 21px; }
h4 { color: #0067b1; font-size: 18px; }
h5 { color: #0067b1; font-size: 15px; }
h6 { color: #0067b1; font-size: 12px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

a {
  color: #0067b1;
  font-weight: normal;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}
a:hover, a:active {
  outline: medium none; /* make medium dashed if require accessibilty */
}
body, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td {
  margin: 0;
  padding: 0;
}
fieldset {
  border: 0 none;
}
img {
  vertical-align: bottom;
}
ol li, ul ol li {
  list-style-type: decimal;
}
ul li {
  list-style-type: disc;
}
ul ul li {
  list-style-type: circle;
}
ul ul ul li {
  list-style-type: square;
}
ol ol li {
  list-style-type: lower-alpha;
}
ol ol ol li {
  list-style-type: lower-roman;
}
sub {
  font-size: smaller;
  line-height: 0;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  line-height: 0;
  vertical-align: super;
}
legend {
  color: #444;
  padding-bottom: 0.5em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  left: -999em;
  position: absolute;
}
th {
  text-align: center;
}
tbody th {
  text-align: left;
}
code {
  color: #06f;
}
code, pre {
  font-family: "Courier New",monospace,serif;
  font-size: 1em;
}
q, em, cite, dfn, i, cite, var, address {
  font-style: italic;
}
blockquote {
  font-size: 18px;
}
blockquote p:before, blockquote p:after, q:before, q:after {
  content: "";
}
th, strong, dt, b {
  font-weight: bold;
}
ins {
  border-bottom: 3px double #333;
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
abbr, acronym {
  border-bottom: 1px dotted #333;
  font-variant: normal;
}
dd p, dd pre, dd ul, dd ol, dd dl, li p, li pre, li ul, li ol, li dl, fieldset p, fieldset ul, fieldset ol {
  padding-left: 0;
  padding-right: 0;
}
dd {
  margin-top: 0.5em;
  padding-left: 20px;
}
li {
  margin-left: 30px;
}
hr {
  border-style: inset;
  border-width: 1px;
}
h1, h2, h3, h4, h5, h6, p, pre, dt, ul, ol, hr, legend, input, button, textarea, select, address {
  margin-top: 1.5em;
}
label {
  padding-top: 0;
}
fieldset {
  line-height: 1;
}
input[type="checkbox"] {
  vertical-align: text-bottom;
}
input[type="radio"] {
  vertical-align: bottom;
}
input, button, textarea, select, optgroup, option {
  -moz-font-feature-settings: inherit;
  -moz-font-language-override: inherit;
  font-family: inherit;
  font-size: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  line-height: inherit !important;
  text-transform: inherit;
}

.onSite input[type="text"],
.onSite input[type="password"] {
  background: #3570b0;
  border: solid 2px #8fa5d8;
  color: #acc3dd;
  font-size: 14px;
  margin: 0;
  padding: 5px;
  width: 140px;
}

.onSite textarea {
  background: #3570b0;
  border: solid 2px #8fa5d8;
  height: 140px;
  color: #acc3dd;
  font-size: 14px;
  margin: 0;
  padding: 5px;
  width: 140px;
}

button, input[type="submit"], input[type="reset"], input[type="button"], .inputButton {
  padding: 0.2em 0.4em;
}

/* end base */

.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

#container {
  margin: 0 auto;
  width: 1022px;
}

#header, #header_sub {
  background: url( ../images/header-bg.png ) no-repeat;
  height: 175px;
  position: relative;
  z-index: 999;
}

#logo {
  height: 124px;
  left: 21px;
  position: absolute;
  top: 24px;
  width: 369px;
}

#logo img {
  border: none;
}

#call {
  height: 19px;
  position: absolute;
  right: 224px;
  top: 22px;
  width: 296px;
}

#searchbox {
  height: 32px;
  overflow: hidden;
  position: absolute;
  right: 25px;
  top: 15px;
  width: 187px;
}

#searchbox .search_field {
  background: url( ../images/search-bar-sprite.png ) no-repeat;
  border: none;
  color: #acc3dd;
  float: left;
  padding: 8px 15px;
  width: 117px;
  margin-top: 0px;
}

#searchbox .search_button {
  background: url( ../images/search-bar-sprite.png ) no-repeat right top;
  border: none;
  cursor: pointer;
  float: left;
  height: 32px;
  margin: 0;
  outline: none;
  overflow: hidden;
  text-indent: -9999em;
  padding: 0;
  width: 40px; 
}

#code {
  height: 8px;
  position: absolute;
  right: 29px;
  top: 58px;
  width: 38px;
}

#banner {
  height: 232px;
  margin: -69px 0 0 11px;
  position: relative;
  z-index: 1;
}

#overlay {
  height: 205px;
  left: 28px;
  position: absolute;
  top: 27px;
  width: 352px;
  z-index: 998;
}

#main,
#main_sub {
  width: 1022px;
}

#main > .inner {
  background: url( ../images/home-content-bg.png ) no-repeat;
  height: 610px;
  margin: -69px 0 0;
  padding: 75px 0 0;
  position: relative;
  z-index: 999;
}

#side {
  float: left;
  margin: 0 0 0 40px;
  padding: 0 0 0 17px;
  width: 334px;  
}

#side > h2 {
  margin: 0 0 0 11px;
}

#newsbox {
  font-size: 12px;
  line-height: 1.2;
  margin: 27px 0 0;
  padding: 0 0 0 11px;
  position: relative;
  width: 200px;
}

#rss {
  height: 23px;
  left: 135px;
  position: absolute;
  top: -3px;
  width: 24px;
  z-index: 2;
}

#newsbox h3,
#newsbox h4,
#newsbox p {
  filter: dropshadow(color=#000000, offx=1, offy=1); 
  text-shadow: 1px 1px 1px rgba(  0, 0, 0, 0.63 );
}

#newsbox h2 {
  margin: 0;
}

#newsbox ul {
  margin: 0;
  padding: 0;
}

#newsbox li {
  list-style-type: none;
  margin: 0;
  padding: 20px 0 0;
}

#newsbox h3,
#newsbox .news_date {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}

#newsbox p {
  color: #fff;
  margin: 5px 0 0;
  font-size: 12px;
}

#newsbox p > a {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

#rss_panel {
  padding: 5px;
  background: #eee;
}
.rsslink {
  color: blue;
}
  
  
#hp_container {
  float: left;
  margin: 16px 0 0 62px;
  width: 460px;
} 

#contentarea {
  width: 100%;
}

#contentarea h1:first-child {
  margin: 0;
}

#footer {
  float: right;
  font-size: 12px;
  height: 65px;
  margin: -5px 111px 0 0;
  position: relative;
  width: 473px;
  z-index: 3;
}

#social-media {
  float: right;
  margin: 4px 127px 0 0;
  width: 270px;
}

#connect {
  margin: 11px 0 0;
}

#footer p {
  color: #91a0b0;
}

#footer a {
  text-decoration: none;
  color: #91a0b0;
}

#footer a:hover {
  color: #0067b1;
  text-decoration: underline;
}

#footer img {
  vertical-align: top;
}

#copyright {
  clear: both;
  margin: 50px 0 0;
}
  
#webarenalink {
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  width: 122px;
}

#webarenalink img {
  border: none;
}

/* Sub Page */

#main_sub > .inner {
  background: url( ../images/sub-content-top-bg.png ) no-repeat center top;
  margin: -69px 0 0;
  padding: 119px 0 0;
  position: relative;
  z-index: 2;
}

#c_container {
  background: url( ../images/sub-content-bottom-bg.png ) no-repeat 8px bottom;
  padding: 0 0 62px;
}

#c_container #contentarea {
  background: url( ../images/sub-content-bg.png ) repeat-y;
  padding: 0 42px 20px;
  width: auto;
}

#securitycode {
  margin: 1.5em 0 0;
}

/* navigation */

div#menu {
  height: 43px;
  position: absolute;
  right: 21px;
  top: 64px;
  width: 576px;
}

#nav, #nav li, #nav ul, #nav a {
  display: block;
  margin: 0;
  padding: 0;
}

#nav {
  height: 43px;
  margin: 0;
  padding: 0;
  width: 576px;
}

#nav a {
  color: #545558;
  font: bold 14px/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

#nav a:hover,
#nav li > .this_page {
  color: #0067b1;
  text-decoration: none;
}

#nav li {
  border-left: 1px solid #e0e0e0;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}

#nav > li > a {
  padding: 13px 17px;
}

#nav > li:first-child {
  border: none;
}

/* submenus */

#nav ul {
  display: none;
  visibility: hidden;
}

/*
#nav ul {
  background: #2e2725;
  border: 1px solid #777;
  border-top: 0 none;
  display: none;
  left: -9999em;
  line-height: 1.3;
  padding: 0;
  position: absolute;
}

#nav ul li {
  background: none;
  border-top: 1px solid #777;
  margin: 0;
  padding:3px 0;
}

#nav ul li > a {
  background: none;
  color: #c3bfb9;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  padding: 5px;
  text-transform: none;
  width: 150px;
}

#nav li:hover > ul {
  display: block;
  left: -1px;
  top: 33px;
}

#nav > li:hover > ul {
  margin: 0;
}

#nav ul li:hover > a {
  color: #e0deda;
  text-decoration: none;
}

#nav ul > li {
  position: relative;
  width: 150px;
}

#nav ul li:hover > ul {
  margin: 0 0 0 149px;
  top: 0px;
}
*/
