/*

layout typography images headers links lists miscellaneous

*/

/* layout */

body {
height: 100%;
margin: 0;
padding: 0;
overflow-y: auto;
background: #ffffff url(../images/elem_back4.gif) repeat-y;
font-family:  "Century Gothic", "Verdana", Helvetica, Arial, sans-serif;
font-size: 10pt;
}

#main {
display: block;
width: 530px;
margin: 0 0 0 0;
padding: 70px 0 50px 35px;
}

#nav {
display: block;
position: fixed;
top: 0;
left: 589px;
width: 270px;
padding: 0;
}

* html #nav {
position: absolute;
}

.hide {
display:  none;
}

/* typography */

p {
margin: 0 0 16pt 0;
line-height: 16pt;
color: #6e6e6e;
font-style: normal;
}

p.map {
font-size: 0.8em;
}

p.footer {
text-align:right;
padding-right:20px;
}

strong {
color: #4d4d4d;
}

.date {
margin: 0;
font-size: 8pt;
font-style: italic;
}

/* images */

img {
margin: 6px 20px 5px 0;
}

img.nopadding {
margin:0;
}

img.padding_left {
margin: 0 0 0 15px;
}

img.padding_hp {
margin: 5px 0 0 15px;
float:right;
border: 1px dashed;
}

/* headers */

#main h1 {
width:  500px;
height:  84px;
margin:  0 0 50px 0;
background:  #ffffff url(../images/header_main.gif) no-repeat;
}

#nav h1 {
width:  270px;
height:  60px;
margin:  80px 0 65px 0;
background:  #ffffff url(../images/logo.gif) no-repeat;
}

#main h2 {
margin: 0 0 20px 0;
}

* html #main h2 {
margin: 0;
}

h2.header_home {
width: 430px;
height: 22px;
background: #ffffff url(../images/header_home.gif) no-repeat;
text-indent: -9999px;
}

h2.header_bio {
width: 430px;
height: 22px;
background: #ffffff url(../images/header_bio.gif) no-repeat;
text-indent: -9999px;
}

h2.header_cons {
width: 430px;
height: 22px;
background: #ffffff url(../images/header_cons.gif) no-repeat;
text-indent: -9999px;
}

h2.header_fact {
width: 430px;
height: 22px;
background: #ffffff url(../images/header_fact.gif) no-repeat;
text-indent: -9999px;
}

h2.header_hist {
width: 430px;
height: 22px;
background: #ffffff url(../images/header_hist.gif) no-repeat;
text-indent: -9999px;
}

h2.header_cont {
width: 430px;
height: 22px;
background: #ffffff url(../images/header_cont.gif) no-repeat;
text-indent: -9999px;
}

h2.header_news {
width: 430px;
height: 22px;
background: #ffffff url(../images/header_news.gif) no-repeat;
text-indent: -9999px;
}

/* Links */

#main a:link, a:visited, a:active
{
text-decoration: none;
text-transform: none;
color: #660000;
outline: none;
}

#main a:hover
{
border-bottom: 1px solid #660000;
text-decoration:blink;
}

#main a.newslink {
font-size:0.9em;
color: #404040;
font-weight: bold;
}

#main a.newslink:hover {
color: #660000;
border-bottom: none;
text-decoration:blink;
}

#nav a {
margin: 0 0 0 110px;
outline: none;
}

#nav a.navi_home {
display: block;
height: 20px;
width: 100px;
background: url(../images/navi_home.gif) no-repeat;
}

#nav a.navi_home:hover {
background-position: 0 -20px;
}

#nav a.navi_bio {
display: block;
height: 20px;
width: 100px;
background: url(../images/navi_bio.gif) no-repeat;
}

#nav a.navi_bio:hover {
background-position: 0 -20px;
}

#nav a.navi_cons {
display: block;
height: 20px;
width: 115px;
background: url(../images/navi_cons.gif) no-repeat;
}

#nav a.navi_cons:hover {
background-position: 0 -20px;
}

#nav a.navi_facts{
display: block;
height: 20px;
width: 115px;
background: url(../images/navi_facts.gif) no-repeat;
}

#nav a.navi_facts:hover {
background-position: 0 -20px;
}

#nav a.navi_hist {
display: block;
height: 20px;
width: 115px;
background: url(../images/navi_hist.gif) no-repeat;
}

#nav a.navi_hist:hover {
background-position: 0 -20px;
}

#nav a.navi_cont {
display: block;
height: 20px;
width: 115px;
background: url(../images/navi_cont.gif) no-repeat;
}

#nav a.navi_cont:hover {
background-position: 0 -20px;
}

/* Lists */

ul, ol {
margin: 0 0 16px 0;
line-height: 1.3em;
color: #4f4f4f;
font-style: normal;
}

li {
margin: 0 0 8px 0;
}

/* Miscellaneous */

