/* 
   laussy.css -- Sat Dec 29 2007 for our website
   revised Feb. 2009 with WordPress support.
*/

html,body {
font-family:Times, Arial, Helvetica, sans-serif;
height:100%; /* needed for container min-height */
margin:0 0 0 0;
padding:0 0 0 0;
background:aliceblue;
text-align:center;
}

.page_wrap {
position:relative;
width:780px;
height:auto;
min-height:100%; /* real browsers */
margin:0 auto;
padding:0 0 0 0;
text-align:center;
background:#ffffff url(Pics/falls.jpg) no-repeat;
border:1px solid lightsteelblue;
}

.header_text {
position:relative;
width:780px;
height:75px;
margin:70px 0 20px 0;
padding:0 0 0 0;
background:transparent;
text-align:right;
}

.topnav {
position:relative;
clear:both;
width:780px;
margin:-12px 0 0 0;
padding:0 0 1px 0;
font-size:.8em;
}

.container {
position:relative;
clear:both;
width:760px;
margin:50px 10px 100px 10px;
padding:0 0 0 0;
background:#ffffff;
color:#000000;
text-align:left;
}

.container p {
margin:10px 10px 10px 10px;
padding:0 0 0 0;
}

.footer
{
position: absolute;
bottom: 0;
width: 100%;
font-size:.8em;
text-align: center;
margin: 0px 0px -15px 0px;
padding: 0px 0px -100px 0px;
border-bottom:0px solid #9EB874;
}

#footer a {
color:black;
text-decoration:none;
}

#footer a:hover {
color:black;
text-decoration:none;
}

/* top navigation bar */
#nav ul{
padding:0 0 0 0;
margin:0 0 0 0;
white-space: nowrap;
font-size:1.1em;
color:#ffffff;
float:left;
width:100%;
list-style:none;
v}

#nav ul li{
display:inline;
list-style:none;
}

#nav ul li a{
margin: 0 0 0 0;
padding: .25em 2em .3em 2em;
background:white;
color: #000000;
text-decoration:none;
float: left;
border-right:1px solid #cccccc;
}

#nav ul li a:hover{
color: cadetblue;
background: aliceblue;
text-decoration:none;
border-right:1px solid #cccccc;
}

/* links */

a {
color:cadetblue;
text-decoration:none;
}

a[href $='.avi'],a[href $='.mpg'],a[href $='.mpeg'],a[href $='.wmv'] { 
   padding-right: 17px;
   background: transparent url(Pics/ic/avi.png) no-repeat center right;
}

a[href $='.pdf'] { 
   padding-right: 17px;
   background: transparent url(Pics/ic/pdf.png) no-repeat center right;
}

a[href $='.dvi'] { 
   padding-right: 17px;
   background: transparent url(Pics/ic/dvi.png) no-repeat center right;
}

a[href $='.doc'] { 
   padding-right: 17px;
   background: transparent url(Pics/ic/doc.png) no-repeat center right;
}

a[href $='.txt'] { 
   padding-right: 17px;
   background: transparent url(Pics/ic/txt.png) no-repeat center right;
}

a[href $='.ps'],a[href $='.eps'] { 
   padding-right: 17px;
   background: transparent url(Pics/ic/ps.png) no-repeat center right;
}

a[href $='.py'] { 
   padding-right: 17px;
   background: transparent url(Pics/ic/py.png) no-repeat center right;
}

a[href $='.tar'],a[href $='.zip'],a[href $='.gz'] { 
   padding-right: 17px;
   background: transparent url(Pics/ic/tar.png) no-repeat center right;
}

a[href $='.tex'] { 
   padding-right: 17px;
   background: transparent url(Pics/ic/tex.png) no-repeat center right;
}

a:hover {
text-decoration:underline;
}

a:visited {
color:NavajoWhite4;
}

a:active {
color:red;
}

/* fonts and colors */
h1 {
position: relative; right: 15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:2em;
letter-spacing:.07em;
margin:0 0 0 0;
padding:0 0 0 0;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
color:#697D55;
font-size:1.2em;
font-weight:bold;
padding:0 0 0 0;
margin:15px 0 0 0;
}

h3 {
font-family:Arial, Helvetica, sans-serif;
color:darkolivegreen;
font-size:1.2em;
font-weight:bold;
padding:0 0 0 0;
margin:5px 0 1px 0px;
}

pre { 
margin:10px 10px 10px 50px;
color:darkgreen;
}

.grey {
color:#999999;
}

.outline {
color:darkolivegreen;
}

div.tag {
margin:10px 0 10px 10px;
padding:0 0 0 0;
color:DarkSeaGreen;
font-variant: small-caps;
font-size:.9em;
}

div.tag:hover {
color: lightsteelblue;
}

div.tag:before {
 content: "Tags: ";
}

blockquote { 
 border : 0px;
 margin-left: 10px; margin-bottom:0.5em;
 text-align : left; page-break-before: avoid;
 font-family: garamond,'Lucida Grande', Times;
/* font-style: italic; */
 color: #395f39;
 font-size: 1em;
}

/* images */
img {
position:relative;
border:none;
padding:5px;
vertical-align: middle;
}

img.flag {
padding-right: 3px;
no-repeat center;
vertical-align:bottom;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clearboth { clear: both; }

/* sub-menus */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index: 10;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: aliceblue; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 90px; /*Width of top level menu link items*/
padding: 0px 2px;
border: 1px solid lightsteelblue;
border-left-width: 0;
text-decoration: none;
font-size:.8em;
color: black;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: black;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: white;
color: cadetblue;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: aliceblue url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: aliceblue url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree amenu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

