/* SET BASE FONT ATTRUBUTES */
html,
body,
body * {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  color: #333;
}
body {
  background: #858585;
  font-size: 62.5%;
  text-align: center;
}

/* REMOVE PADDING AND MARGIN VALUES */
* {
  margin-top: 0;
  margin-bottom: 0;
}

/* container */
div#container {
  position: relative;
  width: 780px;
  margin: 0px auto 0px auto;
  border: 1px solid #fff;
  background: #fff;
  text-align: left;
}

/* header */
div#header {
  width: 780px;
  height: 73px;
}
img#logo {
  position: absolute;
  left: 20px;
  top: 15px;
  border: none;
}

/* metanav */
div#metanav {
  position: absolute;
  top: 5px;
  right: 20px;
  width: 500px;
  height: 20px;
  color: #7d7d7d;
  text-align: right;
}
div#metanav a {
  color: #7d7d7d;
  padding: 0 8px 0 8px;
  text-decoration: none;
}
div#metanav a.active {
}
div#metanav a:hover {
  color: #063;
}

/* credit */
div#credit {
}

/* search */
div#search {
}

/* auxnav */
div#auxnav {
}

/* breadcrumb */
div#breadcrumb {
}

/* topnav */
div#topnav {
  width: 740px;
  height: 54px;
  padding: 0 20px 12px 20px;
  background: #434343 url(../img/_bg_topnav.gif);
}
div#topnav a.lvl1,
div#topnav a.lvl1a,
div#topnav a.lvl1l,
div#topnav a.lvl1al {
  display: block;
  float: left;
  height: 38px;
  padding: 8px 30px 8px 8px;
  color: #fff;
  background: url(../img/_bg_lvl1.gif) repeat-y;
  text-decoration: none;
}
div#topnav a.lvl1:hover,
div#topnav a.lvl1a:hover,
div#topnav a.lvl1l:hover,
div#topnav a.lvl1al:hover {
  color: #fff;
  background-color: #505050;
}
div#topnav a.lvl1 {
}
div#topnav a.lvl1l {
}
div#topnav a.lvl1:hover {
}
div#topnav a.lvl1l:hover {
}
div#topnav a.lvl1a {
  background-color: #0b6632;
}
div#topnav a.lvl1al {
  background-color: #0b6632;
}
div#topnav a.lvl1a:hover {
  background-color: #0b6632;
}
div#topnav a.lvl1al:hover {
  background-color: #0b6632;
}
/*div#topnav a.lvl1a  		{ background-color: #505050; }
div#topnav a.lvl1al 	 		{ background-color: #505050; }*/

/* imagebar */
div#imagebar {
  width: 780px;
  height: 134px;
}
div#imagebar div#imagebarleft {
  float: left;
  width: 524px;
  height: 134px;
  background: #000 url(../img/_homepage_left.gif) no-repeat;
}
div#imagebar div#imagebarright {
  float: left;
  width: 255px;
  height: 134px;
  border-left: 1px solid #fff;
  background: url(../img/_homepage_right.jpg);
}

/* shaddowbar */
div#shaddowbar {
  width: 780px;
  height: 16px;
  background: url(../img/_bg_imagebar.gif) repeat-x;
}

/* content */
div#content {
  float: left;
  width: 464px;
  padding: 20px 40px 20px 20px;
}
div#contentleft {
  float: left;
  width: 380px;
}
div#contentright {
  float: left;
  width: 184px;
}
div#contentbottom {
  float: left;
  width: 464px;
}

div#subnav {
  float: left;
  width: 200px;
  font-size: 1.1em;
  padding-top: 20px;
}
div#subnav a.lvl2,
div#subnav a.lvl2a,
div#subnav a.lvl2l,
div#subnav a.lvl2al {
  display: block;
  color: #333;
  font-weight: bold;
  margin-bottom: 14px;
  text-decoration: none;
}
div#subnav a.lvl2:hover,
div#subnav a.lvl2a:hover,
div#subnav a.lvl2l:hover,
div#subnav a.lvl2al:hover {
  color: #063;
}
div#subnav a.lvl2 {
}
div#subnav a.lvl2l {
}
div#subnav a.lvl2:hover {
}
div#subnav a.lvl2l:hover {
}
div#subnav a.lvl2a {
}
div#subnav a.lvl2al {
}

div#subnav a.lvl3,
div#subnav a.lvl3a,
div#subnav a.lvl3l,
div#subnav a.lvl3al {
  display: block;
  color: #777;
  margin-bottom: 14px;
  margin-left: 20px;
  text-decoration: none;
}
div#subnav a.lvl3:hover,
div#subnav a.lvl3a:hover,
div#subnav a.lvl3l:hover,
div#subnav a.lvl3al:hover {
  color: #063;
}
div#subnav a.lvl3 {
}
div#subnav a.lvl3l {
}
div#subnav a.lvl3:hover {
}
div#subnav a.lvl3l:hover {
}
div#subnav a.lvl3a {
}
div#subnav a.lvl3al {
}

/* footer */
div#footer {
  clear: both;
  width: 780px;
  height: 20px;
}

/* google  */
div#google {
  display: none;
}

/* links general */
a:link,
a:visited {
  color: #063;
}
a:hover {
  background: #eee;
}
a:active {
  color: #063;
}

a.pdf,
a.swf,
a.www {
  color: #047;
  padding: 3px 0px 2px 20px;
}
a.pdf {
  background-image: url(../img/icon_pdf.gif);
  background-repeat: no-repeat;
}
a.swf {
  background-image: url(../img/icon_swf.gif);
  background-repeat: no-repeat;
}
a.www {
  background-image: url(../img/icon_www.gif);
  background-repeat: no-repeat;
}

/* SORT OUT HEADER FORMATTING AND SIZES */
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol {
  margin-bottom: 2em;
}
li {
  margin-top: 1em;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}
h1 {
  font-size: 1.4em;
  color: #063;
}
h2 {
  font-size: 1.2em;
  color: #063;
}
h3 {
  font-size: 1em;
}
h4 {
  font-size: 1em;
}
h5 {
}
h6 {
}
p,
li {
  line-height: 1.8em;
}

/* images */
img {
  border: 0px;
  float: none;
}
img.left {
  float: left;
  margin: 3px 10px 10px 0px;
}
img.right {
  float: right;
  margin: 3px 0px 10px 10px;
}

/* tables */
table {
  border-collapse: collapse;
}
th,
td {
  padding: 0px;
  vertical-align: top;
  text-align: left;
}
th {
}
td {
}

/* Lists */
ul,
ol,
dl {
  list-style-type: disc;
}

/* forms */
fieldset {
  padding-bottom: 16px;
}
legend {
  margin: 10px 10px 15px 0px;
  padding: 0px 8px 6px 4px;
  color: #333;
  font-size: 80%;
  font-weight: bold;
}
label {
  font-size: 75%;
  margin: 10px;
}
textarea,
input {
  width: 200px;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 75%;
  border: 1px solid #666;
}
textarea {
  height: 80px;
}
input.button {
  width: 120px;
  border: 1px solid #666;
}
select {
}
option {
}
