﻿/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {
font-family: Verdana;


height: 100%;}

a
{
font-weight: bold;
color: Black;
text-decoration:underline;
}
a:hover
{
color: Gray;
text-decoration:none;
}

h2
{
    margin: 0 0 20px 10px;
}

#wrap {min-height: 100%;}

#header
{
   
    height: 300px;
}

#main {overflow:auto;

	 background-image: url('../images/header_bg.png');
    background-repeat:repeat-x;
	}  /* must be same height as the footer */



/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}



/* IMPORTANT

You also need to include this conditional style in the <head> of your HTML file to feed this style to IE 6 and lower and 8 and higher.

<!--[if !IE 7]>
	<style type="text/css">
		#wrap {display:table;height:100%}
	</style>
<![endif]-->

*/


#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
font-size: 14px;
}

#navlist li
{

padding: 25px;
background-image: url('../images/staff.jpg');
background-repeat: no-repeat;
background-position: 0.5em;
}

.navlist2
{

}

.navlist2 li
{
float: left;

}

.table
{border:0px solid black;
    margin: 25px 0 15px 80px;
    width:80%;
    }

.table td
{
    text-align:left;
    width:50%;
    }
