/**
* CSS
* 
* @version 1.0
* @author Oliver Grudem
*/
* { margin:0; padding:0; }
body { font-size:12px; font-family: Georgia, "Times New Roman", Times, serif; background-color:#f6f6f6;  background:#E7E8E4;
border-top:580px solid #F6F6F6;border-right:300px solid #F6F6F6;border-left:300px solid #F6F6F6;
}

/* link styles */
a:link, a:visited, a img, a:focus { text-decoration:none; color:#444; outline:none; border:none;-moz-outline-style:none;}
a:hover { text-decoration:none; color:#000; outline:none; }

/* section divs */
#content {   color:#333; width:100%; }
#position { color:white; text-align:center; position:absolute; top:50%; left:0; width:100%; height:1px; overflow:visible; visibility:visible; display:block; margin-top:15px;  letter-spacing: .0em;}
#wrapper {position:absolute; top:-325px;  width:100%;  visibility:visible; background:#F6F6F6;
}
#menu-wrap { background-color:#e7e8e4; }

/* banner styles */
a.logo img{ margin-bottom: 7px; position: relative; padding-left: 100px;}
img.badge { position: relative; right: -180px; bottom: -53px; z-index: 20;}

/* menu styles */
#menu {  height:100%; width:520px; margin-left:auto; margin-right:auto; padding: 10px 0;  font-style:italic;line-height: 1.5em;}
#menu ul>li { display:inline; position:relative; padding:5px; }
#menu li.active a { color:#999; }
#footer a { fcolor:#333; font-style:italic; }

/* image scroller */
.pics { height:450px; width:900px; text-align:center; }
span.title { font-style: italic;}

/* image scroller nav */
a#prev { position: relative; top: -225px; left: -485px; }
a#next { position: relative; top: -225px; right: -490px; }

.single {padding-bottom:33px;}
.img-bot {margin-bottom: -15px;}

