@charset "utf-8";
/* CSS Document */

body { 
 background: url(imgx/bg-2.jpg) repeat-x; 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:13px;
 color: #222;
 margin:0;
 padding:0;
}

h1,h2,h3 {  font-family:Georgia, "Times New Roman", Times, serif; }

h2 {  font-size:22px; color:#000; }

h3 { font-size:15px; color:#7F5C3D; }

.space_1 { line-height: 1.5em; }
.space_2 { line-height: 1.2em; }


#hdr { 
  line-height:150px;
  margin:0;
  padding:0;
}

/*.space_2 { line-height: 20px; }*/

.r { text-align: right; }

.pad_5 { padding: 5px 0; }

.mnu { border-bottom: 1px dashed #ae9b82; }

ul#navlist {
 margin-left: 0;
 padding-left: 0;
 white-space: nowrap;
}

#navlist li {
 display: inline;
 list-style-type: none;
 /*font-family:Georgia, "Times New Roman", Times, serif;*/
}

#navlist a { padding: 3px 10px; }
#navlist a { padding: 3px 10px;  border-right:1px dashed #ae9b82; }
#navlist a.end { padding: 3px 10px;  border-right:none; }


#navlist a:link, #navlist a:visited {
 color: #4b3621;
 text-decoration: none;
}
#navlist a.current { color:#CC6600; }
#navlist a:hover {
 color: #436b95;
 text-decoration: none;
}

.column p { color:#5D3F23; line-height:20px;}

