/* global
----------------------------------------------- */
body {
   margin:0; padding:0; font-family: verdana, helvetica, arial, sans-serif; background:#ececdc;
   text-align:center; font-size: 12px; line-height: 20px; color: #333;
}

#bottomnav {
   position: relative; margin: 0 auto 0 auto; font-size: 10px; width: 728px; text-align: right;
}

#contactnarr {
   position: absolute; top: 12px; width: 728px; margin: 0 auto 0 auto;
   font-size: 13px; line-height: 15px; text-align: right; left:0px; color: #000066;

}
#distrib {
   position: absolute; top: 3px;  width: 728px; margin: 0 auto 0 auto;
   font-size: 9px; line-height: 9px; text-align: right; left:0px; color: #000066;
}

#bookmark {
   position: absolute; top: 8px;  width: 728px; margin: 0 auto 0 auto;
   font-size: 9px; line-height: 9px; text-align: left; left:0px; color: #000066;
}


#pageheading {
   position: relative; font-size: 12px; line-height: 18px; padding-bottom: 6px; font-weight: bold;
}

#stdlabel {
   font-size: 9px; line-height: 9px; color: black; display: inline;
}

#redlabel {
   font-size: 9px; line-height: 9px; color: red;
}

#container {
   position: relative; margin-left: auto; margin-right: auto; margin-top: 0; width: 728px;
}

#details {
   position: relative; margin-left: 0; margin-right: 0; margin-top: 10px; text-align:left; background: #fff;
   border-top: 1px solid #09345f; border-bottom: 1px solid #09345f; border-left: 1px solid #09345f; border-right: 1px solid #09345f;
}

#logo {
   background: url(../images/header.gif) no-repeat top;
   position: absolute; top: 31px; left: 1px; width: 726px; height: 65px;
}

#mainNav {
   position: absolute; top: 85px; left: 1px; width: 726px; margin: 0 0 0 0; background: #c8b560;
   padding-top: 0px; padding-bottom: 0px; text-align:left; color: #024e41;
}


/* links
----------------------------------------------- */

#bottomnav a, #bottomnav a:link, #bottomnav a:visited {
   font-size: 10px; text-decoration: none; color: #024e41;
}

#bottomnav a:hover {
   color: #c8b560;
}

#bottomnav ul {
	margin:0 0 0 0; padding: 0;
}

#bottomnav li {
    background: url(../images/divider2.gif) no-repeat right;
	margin-left:3px; padding-right: 3px; display: inline; list-style-type: none;
}

#mainNav a, #mainNav a:link, #mainNav a:visited {
   font-size: 11px; line-height: 18px; text-decoration: none; color: #024e41;
}

#mainNav a:hover {
   color: #fffbcc;
}

#mainNav ul {
	margin:0 0 0 0; padding: 0;
}
#mainNav li {
    background: url(../images/divider.gif) no-repeat right;
	margin-left:3px; padding-right: 3px; display: inline; list-style-type: none;
}

#pageNav a, #pageNav a:link, #pageNav a:visited {
   font-size: 11px; line-height: 11px; text-decoration: none; color: blue;
}

#pageNav a:hover {
   color: red;
}

