html, body, div, span, object, h1, h2, h3, h4, p, a, img, li, ul, form, label {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  vertical-align: baseline;
}
/*#######################
  Layout Styles
#######################*/
#wrapper {
  width: 1000px;
  padding: 20px;
  margin: 10px auto 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#a0cfec), to(#f1f3ff)) fixed;
  background: -moz-linear-gradient(top, #a0cfec, #f1f3ff) fixed;
  background-color: #a0cfec;
  box-shadow: 10px 7px 15px #2c2c2c;
  border-top-left-radius: 2em 2em;
  border-top-right-radius: 2em 2em;
  border-bottom-left-radius: 2em 2em;
  border-bottom-right-radius: 2em 2em;
}
#top {
  width: 1000px;
  padding: 20px;
  margin: 10px auto 0px;
  background-color: #b0dffc;
  height: 105px;
  border-top-left-radius: 2em 2em;
  border-top-right-radius: 2em 2em;
  border-bottom-left-radius: 2em 2em;
  border-bottom-right-radius: 2em 2em;
  box-shadow: 10px 10px 15px #2c2c2c;
}
#header {
  float: left;
  padding: 0px 0px 10px 10px;
  font-size: 0px;
  line-height: 0px;
}
#logo {
  display: inline-block;
  box-shadow: 7px 6px 5px #222;
  -webkit-box-shadow: 8px 6px 5px #222;
  -moz-box-shadow: 6px 6px 5px #222;
}
#block_3 {
  float: left;
  padding: 0px 0px 0px 22px;
}
#ticker {
  display: inline-block;
  box-shadow: 4px 6px 5px #222;
  -webkit-box-shadow: 4px 6px 5px #222;
  -moz-box-shadow: 3px 6px 5px #222;
}
#content_wrapper {
  clear: both;
  width: 100%;
  float: left;
}
#content_1 {
  width: 80%;
  margin: auto;
  padding-top: 20px;
}
#content_2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#footer {
  clear: both;
  padding-top: 50px;
  width: 50%;
  margin: auto;
}
.two_columns {
  float: left;
  display: inline;
  width: 30%;
  padding: 0px 30px;
}
.last_column {
  float: left;
  width: 55%;
  padding: 0px 30px;
}
.two_columns50 {
  float: left;
  display: inline;
  width: 45%;
  padding: 0px 30px;
}
.last_column50 {
  float: left;
  width: 40%;
  padding: 0px 30px;
}
/*#######################
  Element Styles
#######################*/
html{
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#87afc7), to(#f1f3ff)) fixed;
  background: -moz-linear-gradient(top, #87afc7, #f1f3ff) fixed;
  filter: filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87afc7', endColorstr='#f1f3ff');
}
h2, h3, h4, h5, h6 {
  margin: 15px 0px 10px 0px;
  font-weight: bold;
  font-family: Arial, Verdana, sans-serif;
  color: #262626;
}
h3, p, dl, dt, dd {
  font-size: medium;
}
dt {
  font-size: large;
  font-weight: bold;
  color: #262626;
}
dl, dt, dd, p {
  line-height: 1.25em;
}
p {
  text-align: justify;
}
p, ul, ol, dl {
  margin: 17px 0;
}
ul.no_top_margin {
  margin-top: 0px;
}
a {
  color: #262626;
  list-style-position: inside;
}
a:hover {
  color: #000000;
}
li.li1 {
  line-height: 1.25em;
  font-size: medium;
  margin-bottom: 3px;
}
ul.li2 {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0;
  text-align: center;
  padding: 10px 20px 0px 20px;
}
li.li2 {
  line-height: 1.25em;
  font-size: medium;
  margin-bottom: 3px;
  display: inline;
  padding: 0px 20px 0px 20px;
}
#header h1 {
  visibility: hidden;
}
#content_1 h2 {
  text-align: center;
  font-size: large;
  font-weight: bold;
  line-height: 1.25em;
}
#content_2 h2 {
  text-align: center;
  font-size: large;
  font-weight: bold;
}
#content_2 h3 {
  text-align: center;
  font-size: medium;
  font-weight: bold;
}
#content_2 h4 {
  text-align: center;
  font-size: medium;
  font-weight: normal;
}
#content_2 .two_columns h4, #content_2 .last_column h4{
  text-align: left;
  font-size: large;
  font-weight: bold;
  color: #262626;
}
#footer p {
  text-align: center;
}
#content_2 h7 {
  text-align: left;
  font-size: medium;
  font-weight: bold;
}
/*######
contact form
######*/
#one_columns {
  width: 71%;
  padding: 80px 0px 20px 0px;
  clear: both;
}
.inputtext, .text_area, .buttona {
  text-align: right;
}
.inputtext input {
  margin-right: 105px;
}
.text_area textarea {
  margin-top: 20px;
}
.text_area label {
  vertical-align: 307px;
}
.buttona input {
  margin: 20px 100px;
}
/*########
Navigation
########*/
#nav .nav_child a, #nav .nav_child a:hover{
  width: 600px;
  padding: 15px 0px 15px 0px;
  line-height: .9em;
  text-align: left;
  text-indent: 10px;
}
#nav .nav_child li{
  width: 600px;
}
#nav .nav_child img {
  padding-left: 2px;
}
#nav span {
  font-size: 12px;
  font-style: italic;
  padding-left: 5px;
}
#nav {
  float: left;
  font: bold 14px Arial, Helvetica, Sans-serif;
  border: 1px solid #2b2e30;
  border-left: 1px solid #2b2e30;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 5px 5px 10px #000;
  -webkit-box-shadow: 5px 5px 10px #000;
  -moz-box-shadow: 5px 5px 10px #000;
}
#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav ul li {
  float: left;
}
#nav ul li a {
  float: left;
  color: #d4d4d4;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  background: #3C4042;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(59, 63, 65)), color-stop(0.55, rgb(72, 76, 77)), color-stop(0.78, rgb(75, 77, 77)));
  background: -moz-linear-gradient(center bottom, rgb(59, 63, 65) 9%, rgb(72, 76, 77) 55%, rgb(75, 77, 77) 78%);
  background: -o-linear-gradient(center bottom, rgb(59, 63, 65) 9%, rgb(72, 76, 77) 55%, rgb(75, 77, 77) 78%);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1) inset, 0px 0px 5px rgba(0, 0, 0, 0.1) inset;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.6);
}
#nav li ul {
  background: #3C4042;
 background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(77, 79, 79)), color-stop(0.55, rgb(67, 70, 71)), color-stop(0.78, rgb(69, 70, 71)));
  background-image: -moz-linear-gradient(center bottom, rgb(77, 79, 79) 9%, rgb(67, 70, 71) 55%, rgb(69, 70, 71) 78%);
  background-image: -o-linear-gradient(center bottom, rgb(77, 79, 79) 9%, rgb(67, 70, 71) 55%, rgb(69, 70, 71) 78%);
  border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  left: -999em;
  margin: 34px 0px 0px;
  position: absolute;
  width: 143px;
  z-index: 9999;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4) inset;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4) inset;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
#nav li ul a {
  background: none;
  border: 0px none;
  margin-right: 0px;
  width: 143px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  padding: 10px 0px;
}
/*#####
Home Button
#####*/
#nav ul li a.link:hover, #nav ul li:hover > a.link {
  color: #2c2c2c;
  background: #d4d4d4;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(212, 212, 212)), color-stop(0.55, rgb(202, 202, 202)), color-stop(0.78, rgb(202, 202, 202)));
  background: -moz-linear-gradient(center bottom, rgb(212, 212, 212) 9%, rgb(202, 202, 202) 55%, rgb(202, 202, 202) 78%);
  background: -o-linear-gradient(center bottom, rgb(212, 212, 212) 9%, rgb(202, 202, 202) 55%, rgb(202, 202, 202) 78%);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2), 0px -1px #000;
}
#nav li ul a:hover, #nav ul li li:hover > a {
  color: #2c2c2c;
  background: #d4d4d4;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.17, rgb(212, 212, 212)), color-stop(0.51, rgb(232, 232, 232)), color-stop(1, rgb(242, 242, 242)));
  background: -moz-linear-gradient(center bottom, rgb(212, 212, 212) 17%, rgb(232, 232, 232) 51%, rgb(242, 242, 242) 100%);
  background: -o-linear-gradient(center bottom, rgb(212, 212, 212) 17%, rgb(232, 232, 232) 51%, rgb(242, 242, 242,) 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  border-top: 1px solid #000000;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.3);
  width: 143px;
}
#nav ul li li a {
  border-top: solid 1px #252525; 
}
#nav li:hover ul {
  left: auto;
}
#nav li li ul {
  margin: -1px 0px 0px 143px;
  -webkit-border-radius: 0px 10px 10px 10px;
  -moz-border-radius: 0px 10px 10px 10px;
  border-radius: 0px 10px 10px 10px;
  visibility: hidden;
  width: 600px;
}
#nav li li:hover ul {
  visibility: visible;
}
}
#nav ul ul li:last-child > a {
  border-radius: 0px 0px 10px 10px;
}

/*####################################
Form Button
#####################################*/
.button {
  display: inline-block;
  zoom: 1;/* zoom and *display = ie7 hack for display:inline-block */
  *display: inline;
  vertical-align: baseline;
  margin: 0px 2px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 14px 100% Arial, Helvetica, sans-serif;
  padding: .5em 2em .55em;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, .3);
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
}
.button:hover {
  text-decoration: none;
}
/* blue */
.blue {
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
  background: #007ead;
  background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
  background: -moz-linear-gradient(top, #0095cc, #00678e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}