﻿/* CSS Reset*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}
:focus{outline:0}
body{line-height:1;color:black;background:white}
ol,ul{list-style:none}
table{border-collapse:separate;border-spacing:0}
caption,th,td{text-align:left;font-weight:normal}
blockquote:before,blockquote:after,q:before,q:after{content:""}
blockquote,q{quotes:"" ""}

/* Type selectors */
body
{
    font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color:#beb99e;
    margin: 16px 0 0 0;
    padding: 0;
}

a
{
    color: #0165bb;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h1
{
    font-size: 1.60em;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1.1em;
}

h2
{
    font-weight: bold;
    text-decoration: none;
    margin: 8px 0 4px 0;
}

h3
{
    font-size: 0.90em;
    font-weight: bold;
    text-decoration: underline;
    margin: 8px 0 0 0;
}

ul
{
    list-style:disc;
    margin-left:16px;
}

ol
{
    list-style-type: decimal;
    padding-left:24px;
    margin-bottom: 8px;
}


/* ID selectors */

#aspnetForm
{
    width: 981px;
    margin: 0 auto;
    background-color: #efefce;
    color: #000;
    line-height: 130%;
    border: solid 1px #666;
}

#header
{
    background-color: #1a8bc4;
    background-image: url(/Resources/Images/headerTop.gif);
    height: 117px;
    text-align: left;
    color: #fff;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#header a
{
    color: #fff;
    text-decoration: none;
}

#header a:hover
{
    text-decoration: underline;
}

#logo
{
    margin-top: 26px;
    margin-left: 12px;
    float: left;
}

#siteTools
{
    text-align:right;
    padding-top: 16px;
    padding-right: 16px;
}

#social
{
    margin-top: 12px;
    margin-bottom: 12px;
    text-align:left;
}

#social img
{
    padding-right: 8px;
}

#footer
{
    color: #c0c096;
    background-color: #534124;
    text-align: center;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 0.80em;
    padding: 4px;
    clear: both;
}

#footer a 
{
    text-decoration: none;
    color: #fff;
}


/* Navigation */

#nav-one
{
    float:right;
    padding-right: 96px;
    margin-top: 28px;
}

.nav, .nav ul { 
    list-style: none;
    margin: 0;
    padding: 0;
}
 
.nav {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: bold 1.22em/25px "Trebuchet MS", Arial, Helvetica, sans-serif;
  /*background-color: transparent;*/
  /*color: #fff;*/
  display: block;
  padding: 0 9px;
}
 
.nav li a:hover {
  /*color: #fff;*/
}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  /*color: #fff;*/
  text-decoration: none;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  /*color: #fff;	*/
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  text-decoration: underline;
}
 
.nav ul 
{
  border: solid 1px #999;
  background-image: url(/Resources/Images/dimMenu.png);
  font-size: 8pt;
  list-style: none;
  margin: 0;
  width: 224px;
  position: absolute;
  top: -999em;
  left: -1px;
  z-index: 100;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 25px;
}
.nav ul li {
  float: none;
}
.nav ul a {
  padding-right: 20px;
  width: 204px;
  white-space: nowrap;
}
.nav ul a:hover {
  /*color: #fff;*/
}

.noBulletList
{
    list-style:none;
    margin-left:0;
}

