﻿/* sets spacing on everything to 0 to make the playing field level between browsers  */
* {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, label, ul, ol, dl, fieldset, address {
  margin-bottom: .7em;
}

em {
  background: #ffc;
  font-style: normal;
}
acronym, abbr {
  font-size: 0.9em;
  letter-spacing: .07em;
}

code, var, kbd, pre, tt {
  color: #b96a0e;
  font-size: 1.1em;
  font-family: Monaco, 'Courier New' , Courier, Monospace, Fixed;
}

q {
  font-style: italic;
}

img {
  border: 0 none;
}

ul {
  margin: 0 0 1em 2em;
}

ol {
  padding: 1em;
  margin: 1.5em;
}

li {
  list-style-position: outside;
  margin: 0 0 .5em 0;
}
dt, dt a {
  font-weight: bold;
}
dd ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
del {
  text-decoration: line-through;
  color: #888;
}
address {
  display: block;
  margin-bottom: 0;
  font-style: normal;
}
small {
  font-family: Arial, Sans-Serif;
  font-size: .85em;
}

label {
  cursor: pointer;
}
input, textarea {
  border-color: #666;
  border-width: 1px;
  padding: 2px;
  margin: 0;
}
input:focus, textarea:focus {
  border-color: #800;
}
input.textbox, textarea {
  width: auto;
  border-style: solid;
}

.center {
  text-align: center;
}
.hide {
  display: none;
}

a:link,
a:visited  {
  color: #40659B;
  text-decoration: underline;
}
a:hover {
  color: #036;
  text-decoration: underline;
}

a img {
  border: none;
  padding: 0;
}
.hide {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, Sans-Serif;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: .3em;
}
h1 span, h2 span, h3 span {
  font-weight: normal;
}

  
h1 {
  margin:0 0 10px 0;
  padding:0 0 .1em;
  background: transparent url(../images/bg-h1.gif) repeat-x bottom;
  font-size: 1.8em;
  line-height: 1.2em;
  color:#c00;
  clear: both;
  font-weight: bold;
  width: 100%;
  display: inline-block; /* fixes IE background issue */
}
h3 {
  font-size: 1.1em;
}
h2 {
  font-size: 1.3em;
}

/* - Table - */
table {
  border-width: 0;
  font-size: 100%;
  margin: 0;
}
th, td {
  border-width: 0;
  margin: 0;
  vertical-align: top;
}
th {
  padding-right: 10px;
  text-align: right;
  font-weight: normal;
}
th sup {
  color: #900;
}
table p {
  margin-bottom: 0;
}



html, body {
  height: 100%; /* Required for bottom positioned footer */
}
body {
  text-align: center;
  background: url(../images/bg.gif) repeat-x 0 0;
    font: small/150% Tahoma, Arial, Helvetica, Sans-Serif;
  color: #333;
}
* html #aspnetForm {
  height: 100%;
}
#aspnetForm {
  margin: 0 auto;
  padding: 0;
  width: 750px;
  position: relative;
  min-height: 100%;
  text-align: left;
}
#content {
  padding: 20px 0 60px;
  display: inline-block; /* IE hack: Has Layout */
  text-align: left; /* this is for VS design rendering */
}
#footer {
  margin: -50px auto 0;
  position: relative;
  width: 100%;
  padding-top: 10px;
  height: 40px;
  font-size: .9em;
  background: #fff url(../images/bg-footer.gif) repeat-x center top;
  text-align: center;
}
#footer address {
  width: 750px;
  margin: 0 auto;
}
.clearthis {
  clear: both;
}

/*** header elements ***/

#header {
  height: 100px;
  position: relative;
  background: url(../images/bg.gif) repeat-x 0 0; /* already set for body, but just in case... */
}
#header .background {
display: none;
}
a#logo {
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
}
a#logo img {
  border: 0 none;
}
#tagline {
  color: #dee8f2;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  left: 130px; 
  top: 5px;
  line-height: 45px;
}
#nav {
  position: absolute;
  right: 0px;
  bottom: 6px;
  height: 44px;
  overflow: hidden;
}
#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav ul li {
  background: url(../images/navitem.gif) no-repeat;
  float: left;
  line-height: 1em;
  padding: 0 0 0 1px;
  margin: 0;
}

#nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  display: block;
  float: left;
  font-family: "Trebuchet MS" ,Trebuchet,Arial,Verdana,Sans-serif;
  font-weight: bold;
  line-height: 44px;
  padding: 0 20px;
}
#nav ul li a:hover {
  background: #5586B6;
}

/* client tools bar */

#client-tools {
  position: absolute;
  right: 0;
  top: 15px;
}
#client-tools strong {
  display: none;
}
#client-tools a {
  display: block;
  border: 1px solid #BCD3EA;
  background: #7098C1;
  font-family: Arial;
  float: right;
  margin-right: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding: 3px 7px;
}
#client-tools a:hover {
  background: #FFCF5A;
  border-color: #333;
  color: #000;
}

/*--- Contact dropdown ---*/

#container {
  position: absolute;
  display: none;
  right: 0;
  top: 95px;
  z-index: 10;  
   border: 1px solid #fff;
  border-top: 0 none;
}
#contact {
  position: relative;
  border: 5px solid #369;
  color: #000;  
  background: #fff url(/images/bg-contact.gif) repeat-x bottom;
  padding: 15px 10px;  
  font-size: 90%;
}
#contact a {
  color: #036;
}
#contact p {
  padding: 2px 2px 2px 24px;
  margin: 0;

}
.contact-phone {
  background: url(../images/icons/ico-phone.gif) no-repeat 0 4px;
}
.contact-email {
  background: url(../images/icons/ico-email.gif) no-repeat 0 4px;
}
.contact-web {
  background: url(../images/icons/ico-worldlink.gif) no-repeat 0 4px;
}
.contact-address {
  background: url(../images/icons/ico-book.gif) no-repeat 0 4px;
}
.contact-vcard {
  background: url(../images/icons/ico-vcard.gif) no-repeat 0 4px;
}
#close {
  position: absolute;
  right: 3px;
  top: 3px;
  cursor: pointer;
}

/*--- non-header and footer ---*/

ul.list {
  margin: 10px 0 10px 10px;
  padding: 0;
}
ul.list li {
  margin: 0 0 0 10px;
  padding: 0 0 0 15px;
  line-height: 1.5em;
  list-style: none;
  background: url( "/images/icons/bullet_blue.gif" ) no-repeat 0 1px;
}

/**** footer ****/
#footer, #footer a {
  color: #555;
  text-align: center;
}

.print {
  display: none;
}


.box {
  width: 230px;
  height: 140px;
  float: left;
  margin-right: 15px;
  border: 5px solid #8caecf;
  margin-bottom: 1em;
}
.cap {
  margin-right: 0;
}
.box h3 {
  background-color: #c2d3e4;
  font-size: 1em;
  padding: .5em;
  text-align: center;
  color: #036;
  font-size: 1.1em;
}
.box li {
  list-style: bullet;
}
