/* CSS Document */

body {
background-color: #FFF;
font-family: Helvetica, Arial, sans-serif;
color: #000;
}

h1 {
font-size: 36px;
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
font-stretch: extra-condensed;
line-height: 1em;
color: #666;
margin: 0;
padding: 0;
}

h2 {
font-size: 18px;
font-weight: bold;
line-height: 0.5em;
color: #666;
margin-bottom: 30px;
padding: 0;
}

h3 {
font-size: 1.25em;
font-weight: bold;
margin: 0;
padding: 0;
}

p {
color: #777;
font-size: 1em;
/*text-indent: 0.75em;*/
line-height: 1.5em;
margin-bottom: 1em;
}

a:link {
color: #999;
border-bottom: 1px dotted #999;
text-decoration: none;
}

a:visited {
color: #999;
border-bottom: 1px dotted #999;
text-decoration: none;
}

a:hover {
color: #000;
border-bottom: 1px solid #000;
text-decoration: none;
}

a:active {
color: #000;
border-bottom: 1px solid #000;
text-decoration: underline;
}

/*ul {
text-indent: -0.5em;
}*/

li {
list-style-position: outside;
list-style-type: disc;
}

tag {
font-size: 1.25em;
font-weight: bold;
}

sc {
font-variant: small-caps;
}

#nav {
position: absolute;
top: 0px;
left: 0px;
width: 150px;
height: 400px;
padding-left: 10px;
padding-top: 20px;
border-right: 1px solid #AAA;
}

#nav a:link {
display: block;
color: #000;
text-decoration: none;
font-weight: light;
padding: 4px;
}

#nav a:visited {
display: block;
color: #000;
text-decoration: none;
font-weight: light;
padding: 4px;
}

#nav a:hover {
display: block;
color: #FFF;
text-decoration: none;
font-weight: light;
background-color: #AAA;
/*border-bottom: 1px solid #AAA;*/
padding: 4px;
}

#nav a:active {
display: block;
color: #FFF;
text-decoration: underline;
font-weight: light;
background-color: #AAA;
/*border-bottom: 1px solid #AAA;*/
padding: 4px;
}

#content {
position: absolute;
top: 0px;
height: 100%;
width: 475px; 
margin-left: 180px;
}

#listContent {
position: absolute;
top: 0px;
height: 100%;
width: 770px; 
margin-left: 180px;
}

#listContainer {
display: block;
width: 775px;
}

#imgContent {
position: absolute;
top: 0px;
height: 100%;
width: 926px; 
margin-left: 180px;
}

#imgContent img {
border: 1px solid #AAA;
margin-bottom: 5px;
margin-right: 5px;
margin-top: 20px;
}

/*#imgContent img:hover {
border: 1px solid #000;
margin-bottom: 5px;
margin-right: 5px;
margin-top: 20px;
}*/

#contact {
/*position: absolute;
bottom: 0%;*/
width: 475px;
clear: both;
/*margin-bottom: 20px;*/
margin-top: 5px;
padding-top: 5px;
padding-bottom: 10px;
border-top: 1px solid #AAA;
border-bottom: 20px solid #000;
}

#map {
width: 473px;
height: 300px;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
}

.navPage {
display: block;
color: #FFF;
text-decoration: none;
font-weight: light;
/*background-color: #AAA;*/
border-bottom: 1px solid #AAA;
border-right: 4px solid #AAA;
padding: 4px;
}

.copy {
border-top: 1px solid #AAA;
margin-top: 20px;
padding-top: 4px;
}

.copylist {
float: left;
width: 370px;
border-top: 1px solid #AAA;
margin-top: 20px;
margin-right: 15px;
padding-top: 4px;
}

.list {
/*border-top: 1px solid #AAA;*/
margin-left: -20px;
margin-top: 20px;
padding-top: 4px;
}

.thmb:link {
position: relative;
display: block;
width: 365px;
text-align: left;
border: 1px dotted #AAA;
margin-bottom: 5px;
padding: 2px;
height: 100px;
}

.thmb:visited {
position: relative;
display: block;
width: 365px;
text-align: left;
border: 1px dotted #AAA;
margin-bottom: 5px;
padding: 2px;
height: 100px;
}

.thmb:hover {
position: relative;
display: block;
width: 365px;
text-align: left;
border: 1px solid #000;
margin-bottom: 5px;
padding: 2px;
height: 100px;
}

.thmb:active {
position: relative;
display: block;
width: 365px;
text-align: left;
border: 1px solid #000;
margin-bottom: 5px;
padding: 2px;
height: 100px;
}

.thmbTxt {
float: left;
width: 250px;
text-align: left;
margin-bottom: 2px;
margin-left: 110px;
margin-top: -75px;
}

.thmbImg {
width: 100px;
text-align: center;
border: 0px;
}

.popupImg {
position: absolute;
left: 0px;
top: 0px;
margin: 0px;
padding: 0px;
}