/* CSS Document */


body {
background-color: #ffffff;
}

.text {
font-family: verdana;
font-size:12px;
}

#headerDiv { 
position: absolute;
left: 20px;
top: 25px;
height:70px;
width:97%;
background-color: #ffffff;
background-image: url(../images/header-BG.jpg);
background-repeat: no-repeat;
background-position: center right;
}

#content { 
position: absolute;
left: 243px;
top: 125px;
width: 420px;
background-color: #FFFFFF;
margin-bottom:10px;
}

#content {
font-family:verdana;
font-size:.8em;
}

#sidebar {
position: absolute;
left: 47px;
top: 133px;
width: 138px;
font-family: comic sans MS,tahoma;
font-style:italic;
font-weight:500;
letter-spacing:.15em;
font-size: 1em;
line-height: 1.18em;
}

#quote {
position: absolute;
left: 49px;
top: 400px;
width: 135px;
font-family: verdana;
font-style:italic;
font-weight:500;
letter-spacing:.15em;
font-size: .6em;
line-height: 1.4em;
}

.listing {
margin-bottom:15px;
border:solid 1px #000;
padding:7px;
font-family: verdana;
font-size: 80%;
line-height: 1.2em;
}

.listFoto {
margin:2 4 4 10px;
border:solid 1px #000;
}

#navlist {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}

#navlist a, #navlist a:visited {
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
color: #fff;
text-decoration: none;
}

#navlist a:hover {
background-image:  url(../assets/over.gif);
color: #f00;
font-weight:bold;
}

#sidebar #navlist .uberlink {
background-image:  url(../assets/uber.gif);
color: #f00 !important;
font-weight:bold;
cursor: default;
}

h1 {
font-family:verdana;
font-size:1.6em;
font-weight:500;
margin-top:2;
}

h2 {
font-family:verdana;
font-size:1.4em;
font-weight:500;
margin-top:2;
}

h3 {
font-family:verdana;
margin:2 0 5 0px;
font-size:1.4em;
font-weight:800;
line-height:120%;
}

.caption {
font-family:verdana;
font-size:.7em;
font-weight:500;
margin-top:2;
}

.history {
margin-top:10px;
line-height:18px;
}

ul {
margin-top:0px;
margin-left:0px;
}


.tagline {
font-family: comic sans MS,tahoma;
font-style:italic;
font-weight:500;
letter-spacing:.06em;
font-size: 1.6em;
line-height: 1.7em;
color:#888;
margin-top:20px;
align:center;
border-bottom:1px solid #000;
}

.footer {
font-family:verdana;
font-size:.8em;
margin-top:12px;
line-height: 1.6em;
}

 A {color: #cc0000}
 A.visited {color: #cc0000;text-decoration: underline}
 A.active {color: #cc0000;text-decoration: underline}
 A.hover {color: #cc0000;text-decoration: none}