/* A fluid template for business or fun */
/* By Dave Reeder, www.davereederdesign.com */

body { margin: 0; padding: 0; font-size:1.2em;}

* {margin: 0; padding: 0; border: 0; font-family: Verdana, Arial, sans-serif;}


/*----------------------------------------------Basic styles------------------------------------------------*/

p, h1, h2, h3, span#copyright { margin: 0 10px; color: #000000; font-weight: normal;}
h1, h2, h3, h4 {margin-top: 5px; color: #673443; font-style: italic; font-weight:bold;}

p {font-size: 0.75em; line-height: 1.3em;}
h1 {float: left; font-style: italic; margin-top: 40px; margin-left: 30px; font-size: 1.75em; line-height: 1.75em; letter-spacing: 0.20em;}	

/* site heading */
h1 a {color: #333; text-decoration: none;}
h1 a:hover {color: #333; text-decoration: underline overline;}

h2 { font-size: 1.30em; line-height: 2.40em;}	/* site heading */
h3 { font-size: 0.90em; line-height: 1.60em;}				/* sub headings */
span#copyright { font-size: 13px; line-height: 35px; color: #000;}

div { padding: 10px 0;}

a {color: #FF0080; text-decoration: none; font-style: italic;}
a:hover {color: #fff; text-decoration: underline overline;}

ul, ol {margin: 10px; color: #fff; font-size: 0.70em; line-height: 1.6em;}
ul {list-style: square inside;}
ol {list-style: decimal inside;}
em {font-weight: bold; font-style: normal;}


/*---------------------------------------------Layout------------------------------------------------------*/


#navbar {width:100%; position: relative; height: 2.0em; background: #7C7270;}

#bttmbar {width:990; height: 2em; line-height: 2em; text-align: center; color:#EEEEEE; font-size: 0.570em; background:#56353E;}
#bttmbar a {color: #EEEEEE; text-decoration: none; font-style: normal; background-color:#56353E;}
#bttmbar a:hover {text-decoration: underline overline;}

/*---------------------------------------------Main Nav------------------------------------------------------*/

ul#nav {width:100%; margin: 0; position: absolute; bottom: 0; list-style: none inside; background: #807775;}
ul#nav li {float: left; text-align:center;}

ul#nav a {
	font-weight: bold;
	display: block;
	width: 6.86em;
	height: 2.50em; 
	line-height: 2.35em;
	padding-left: 1px;
	text-decoration: none;
    text-align:center;
}

ul#nav li a:link, ul#nav li a:visited  {
	background: #56353E;
	color: #EEEEEE;
}

ul#nav li a:hover, ul#nav li a:active {
	color: #56353E;
	background: #BCB6B6;
}

ul#nav li a.current {background: #BCB6B6; color: #56353E;}
ul#nav li a.current:hover {background: #56353E; color: #ffffff;}
