img {
   padding: 0;
   margin: 0;
}

#nav, #nav ul {
    float: left;
    width: 688px;
    list-style: none;
    line-height: 1;
    background: #8c8c5c;
    font-weight: normal;
    border: 1px solid #bbb;
    margin: 0;
    padding: 0;
    z-index: 2;
}

#nav a {
    display: block;
    width: 7em;
    color: #EEE;
    font-size: 8pt;
    text-decoration: none;
    padding: 5px 0px;
    text-align: center;
}

#nav a.parent {
    background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
    float: left;
    padding: 0;
    margin: 0;
    width: 75px;
}

#nav li ul { /* drop down menus, all levels */
    position: absolute;
    left: -999em;
    height: auto;
    width: 10em;  /* Width of the drop downs */
    font-weight: normal;
    margin: 0;
    padding: 0;
    border: 1px solid #444;
    background-color: #666666;
}

#nav li li { /* drop down menus items, all levels */
    width: 10em;
    border: 0px solid red;
    padding: 0;
    margin: 0;
}

#nav li ul a { /* links in the drop down menus */
    width: 10em;
    border: 0px solid blue;
    text-align: left;
}

#nav li ul ul { /* position second level menu to the right */
    margin: -25px 0 0 160px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
    left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
    left: auto;
}

#nav li:hover, #nav li.sfhover {
    background: #888;
}

p {
font: normal 12px sans-serif;
padding: 5px;
}

h1 {
   font: bold 24px sans-serif;
}
h2 {
   font: bold 20px sans-serif;
}

h3 {
   background: #CCC;
   width: 100%;
   font: bold 18px sans-serif;
   padding: 5px;
   color: #777;
}

h4 {
   font: bold 14px sans-serif;
   color: #000;
   padding: 5px;
}

a {
   color: #04A;
   text-decoration: none;
}

a:hover {
   color: #888;
}

a.bottomlink {
   color: #028;
   text-decoration: none;
   line-height: 25px;
}

a.bottomlink:hover {
   color: #400;
}

li
{
   line-height: 1.4;
}

body {
    background-color: #666666;
}

#visitor_info 
{
   background: #000;
   font: bold 10px sans-serif;
   color: #999;
}

#visitor_info h1 
{
   color: #eee;
   font: bold 16px sans-serif;
   padding: 3px;
   background: #333;
}

#visitor_info h2 
{
   font: normal 14px sans-serif;
   font-weight: bold;
   color: #8d8c5c;
   padding: 3px;
}

#visitor_info p 
{
   padding: 3px;
}

#visitor_info a 
{
   color: #FFF;
   text-decoration: none;
}

#visitor_info a.bigger 
{
   color: #8d8c5c;
   font-size: 14px;
   font-weight: bold;
   text-decoration: none;
   padding: 3px;
   line-height: 18px;
}

#visitor_info a:hover 
{
   color: #888;
}

#callout_box
{
   color: #fff;
   padding: 3px;
   margin: 1px;
   background: #222;
   border: 1px solid white;
   width: 161px;
}

#callout_box a {
   color: #EEE;
   font-size: 9pt;
   text-decoration: none;
}

#callout_box a:hover {
   color: #888;
}

#callout_box img {
   margin: 0px;
   padding: 0px;
}

#bottom_left a {
   color: #3c5b3c;
   text-decoration: none;
}

#bottom_left h1 {
   background: #333;
   color: #eee;
   margin: 0px;
   padding: 7px;
   font: bold 16px sans-serif;
}

.pics { height: 245px; width: 409px; padding:0; margin:0; overflow: hidden }
.pics img { height: 245px; width: 409px; padding: 0px; border: 0px solid #ccc; background-color: #eee; top:0; left:0 }
.pics img {
	-moz-border-radius: 0px; -webkit-border-radius: 0px;
}

