* { margin:0; padding:0;}
body {
  background:url(images/tail-body.gif);
  font-family: Arial, Geneva, sans-serif;
  font-size:100%;
  line-height:1em;
  color:#000;
}

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

p { margin:0; padding:0;}

img { border: none; }

/*==================menu====================*/
ul { list-style:none;}

.nav-menu { width:100%; }
.nav-menu li { 
  float:left;
  background:none;
  padding-right:1px;
 }
.nav-menu li a { 
  height: 2.5em;
  line-height: 2.5em;
  float: left;
  width: 128px;
  display: block;
  color:#606060;
  background-color: none;
  background:url(images/footer-tail.png);
  text-decoration: none;
  text-align: center;
  font-size: 1.2em;
  font-weight:100;
}
.nav-menu li a:hover { color: white; }

/*==================lists====================*/

.list li { color:#000; background:url(images/marker-1.gif) no-repeat left 2px; padding:0 0 3px 16px;}
.list li.alt a { color:#FFF;}
.list li a { color:#000; text-decoration:none;}
.list li a:hover { text-decoration:underline;}


.orderedlist {
  padding:0 0 3px 25px;
  list-style-position: outside;
}
.orderedlist li.alt a { color:#FFF;}
.orderedlist li a { color:#FFF; text-decoration:none;}
.orderedlist li a:hover { text-decoration:underline;}



/*==================other====================*/
.img-box1 { width:100%; overflow:hidden}
.img-box1 img { float:left; margin:0 20px 20px 0;}

.p1 { margin-bottom:8px;}
.p2 { margin-bottom:9px;}
.p3 { margin-top:8px;margin-bottom:15px;}


/*==================txt, links, lines, titles====================*/
a {color:#000;}
a:hover{text-decoration:none;}

h1 { font-size:1.5em; font-weight:100; color:686868; margin-top: 15px; margin-bottom: 15px;}
h2 { font-size:1em; color:grey; margin-top: 2px;margin-bottom: 4px}
h3 { font-size:1em; color:grey; margin-top: 10px;margin-bottom: 10px}
h4 { font-size:1em; color:#fff; margin-bottom:25px;}
h5 { font-size:1em; color:#FFF; font-weight:normal;}

.link { color:#FFF; text-decoration:none;}
.link:hover { text-decoration:underline; }

.line-hor {  height:3px; font-size:0; line-height:0; background:url(images/line-1.png) repeat-x top;}

/*==================boxes====================*/

.footer-box {
  width:100%;
  padding:15px 0 0 19px;
  background:url(images/footer-tail.png) repeat-x top; 
  height:47px;
}

.box1 {
  margin-left: 0px;
  margin-bottom: 25px;
  background:url(images/footer-tail.png);
  padding: 10px;
  width: 46%;
  float: left;
  height: 135px;
  /*border: thin solid white;*/
}

.box2 {
  margin-left: 28px;
  margin-bottom: 25px;
  background:url(images/footer-tail.png);
  padding: 10px;
  width: 46%;
  float: left;
  height: 135px;
  /*border: thin solid white;*/
}
.box3 {
  margin-left: 25px;
  margin-bottom: 20px;
  background:url(images/footer-tail.png);
  padding: 10px;
  width: 90%;
  float: left;
  /*border: thin solid white;*/
}

/*header*/
#header .row-1 { width:100%; overflow:hidden; height:100px;}
#header .row-1 .fleft { padding:25px 0 0 15px;}
#header .row-1 .fleft a { cursor:pointer; position:relative;}
#header .row-1 .fright { padding:36px 34px 0 0;}
#header .row-2 { height:70px;}

/*content*/
#content { padding:0 0 24px 0;}
#content dl dt { margin-top:9px;}
#content .indent { padding-bottom:30px;}
#content .indent1 { padding-left:10px;}
#content .indent2 { padding:0 0 14px 10px;}
#content .indent3 { padding-bottom:19px;}

/*footer*/
#footer p { color:#000;}
#footer p a { color:#fff; text-decoration:none;}
#footer p a:hover { text-decoration:underline;}