/* _ _ _ _ _ _ Background Images _ _ _ _ _ _ */


.bg {
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: -1000;
}

/* _ _ _ _ _ _  Links Styles _ _ _ _ _ _ 

a:link {color: #35b234;text-decoration: none}
a:visited {color: #35b234;text-decoration: none}
a:active {color: #35b234;text-decoration: none}
a:hover { color: #35b234;text-decoration: underline}

*/

img {text-decoration: none;}


.long {
height:43px;
}


/* _ _ _ _ _ _  Layout Styles _ _ _ _ _ _ */

* {
margin:0px;
padding:0px;
}

body {
background-color: #A97780;
}

html,body { 
margin:0 0 0 0; 
height:100%; 

}

#trans-panel {
background: url(../img/transback.png) repeat top left;
width: 280px;
height:434px;
top: 134px;
left:38px;
text-align: center;
position: absolute;
}

.bottomnav {
overflow:auto;
position:absolute;
font: normal 10px Georgia, serif;
color: 4c4949;
width:245px;
bottom:10px;
}

.home-link {
float:left;
}

.home-link a { 
  padding-left: 15px; 
  background: url(../img/left.png) center left no-repeat;
  color: #4c4949;
  text-decoration:none;
} 

.next-link {
float:right;
}

.next-link a { 
  padding-right: 15px; 
  background: url(../img/right.png) center right no-repeat;
  color: #4c4949;
text-decoration:none;
} 

.liinner {
margin-top:0px;
padding-top:0px;
position: relative;
height:325px;
margin: 0px 13px 0px 16px;
}

/* _ _ _ _ _ _  Nav Styles _ _ _ _ _ _ */


#sections .mainnav {
width: 176px;
margin:0 auto;
font-weight:normal;
font: normal 15px Georgia, serif;
margin-top:0px;
}

#sections .mainnav p {
margin-bottom:10px;
}

#sections .mainnav a {
display: block;
padding: 3px;
width: 175px;
color: #4c4949;
font-weight:normal;
}

#sections .mainnav a:link, #sections .mainnav a:visited {
color: #4c4949;
text-decoration: none;
}

#sections .mainnav a:hover {
background-color: #fff;
color: #939292;
text-decoration:none;
}

.hairnav {
color: #979292;
text-transform: uppercase;
text-align: center;
font: normal 11.5px georgia, serif;
margin-top:6px;
margin-bottom:15px;
}

.hairnav p {
display:inline;
margin: 0px 5px;
}

.hairnav a {
color: #979292;
text-decoration:none;
}

.hairnav a:hover {
color: #3d3b3b;
text-decoration:none;
}

.hairnav a.active {
color: #3d3b3b;
}



/* Scroll Panels */

.panelwrapper {
height:250px;
}

.panelwrapper-short {
height:210px;
}

.panelwrapper, .panelwrapper-short {
width:250px;
font: normal 11px Georgia, serif;
color: #4c4949;
text-align:left;
}

.panelwrapper p, .panelwrapper-short p {
margin-top:0px;
padding-top:0px;
}

.image {
border:3px solid #fff;
float:left;
margin-right:5px;
margin-bottom:5px;
}




