/* HTML Elements */
A {
  color: #666666;
  text-decoration: underline; 
}
A:hover {
  text-decoration: none; 
}
BODY {
  margin: 5px; 
  background-color: #FFFFFF;
  color: #666666;
  font-size: .9em;
  font-weight: normal;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}
BUTTON {
  margin: 0;
  padding: 0;
}
DIV {
  text-align: left;
  vertical-align: top;
  padding: 0;
  border: 0;
  margin: 0;
}
FORM {
  margin: 0;
  padding: 0;
}
H1, H2, H3, H4, H5, H6 {
  color: #666666; 
  text-align: left;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
H6 { font-size:1.0em; }
H5 { font-size:1.2em; }
H4 { font-size:1.4em; }
H3 { font-size:1.6em; }
H2 { font-size:1.8em; }
H1 { font-size:2.0em; }

HR {
  color: #666666;
  width: 100%;
  height: 1px
}	  
IMG {
  vertical-align: top;
  border: 0;
  padding: 0;
}	
TD {
  vertical-align: top;
}
UL, LI {
  list-style-type: circle
}
/* end HTML Elements */  

/* MISC */
#price {
   border-collapse: collapse;
 }

#price td {
  border: 1px dashed #0A470B;
  background-color: #EDF2F2;
  padding: 5px;
}  

#portfolio td {
  padding-bottom: 5px;
}

.visit_link {
  font-size: x-small;
  vertical-align: middle;
  padding-left: 20px;
}

.box {
  padding: 5px;
  background-color: #EDF2F2;
  border: 1px dashed #0A470B;
}
/* end MISC */

/* HEADER */
#header_container {
  margin: 0px 0px 10px 0px;
  padding: 0;
  width: 100%;
}

#header {
  background-image: url('../images/header_background.gif');
  background-repeat: repeat-x;
  height: 75px;
  width: 100%;
}

#header_img {
  background-image: url('../images/logo.gif');
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  right: 0px;
  padding-left: 15px;
  height: 75px;
  width: 311px;
}
#header_left {
  background-image: url('../images/header_left.gif');
  background-repeat: no-repeat;
  position: absolute;
  top: 5px; 
  left: 0px;
  z-index: 1;
  height: 75px;
  width: 5px;
  margin-left: 5px;
}
#header_right {
  background-image: url('../images/header_right.gif');
  background-repeat: no-repeat;
  position: absolute;
  top: 5px; 
  right: 0px;
  z-index: 1;
  height: 75px;
  width: 5px;
  margin-right: 5px;
}
/* end HEADER */

/* LEFT NAV */
#nav_container {
  float: left;
  width: 170px;
  margin: 0px;
}
.nav_top {
  background-image: url('../images/left_nav_top.gif');
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 10px;
  width: 170px;
}
.nav_bottom {
  background-image: url('../images/left_nav_bottom.gif');
  background-repeat: no-repeat;
  background-position: left top;  
  height: 10px;
  width: 170px;
}
#nav_container ul, li {
  margin: 0;
  padding: 0;
}
#nav_container li {
  display: inline;
}
#nav_container li a {
  color: #3F4C6D;
  display: block;
  padding: 2px;
  text-decoration: none;
  background: #EDF2F2;
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #DDDDDD;
  font-weight: bold;
}
#nav_container li a:hover {
  background-repeat: no-repeat;
  background: #E0E9E9;
  border-top: 1px solid #DDDDDD;
  text-decoration: underline;
}
#nav_container li span {
  color: #666666;
  display: block;
  padding: 2px;
  text-decoration: none;
  background-color: #E0E9E9;
  border: 1px solid #DDDDDD;
  border-left: 0;
  font-weight: bold;
  font-size: 1.2em;
}
#nav_container li li span {
  padding: 2px 2px 2px 10px;
  font-weight: bold;
  font-size: 1.0em;
}
#nav_container li li a {
  padding: 2px 2px 2px 10px;
  font-weight: normal;
  font-size: 1em;
}
#nav_container li li li a {
  padding: 2px 2px 2px 20px;
  background-position: 13px 7px;
}
/* end NAV */

/* MAIN */
#content_container {
  margin-top: 0px;
  margin-left: 180px;
}
/* end MAIN */

/* FOOTER */
#footer_container {
  padding-top: 10px;
  clear: both;
}
#footer_container .box {
  height: 16px;
} 
/* end FOOTER */