html {background: #E5D9BF;}

body {
	margin: 0 auto;
	padding: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
	width:90%;
	height: 100%;
	min-width: 760px;
	max-width: 1100px;
	background:#fff url(../images/bkg-header.jpg) repeat-x;	
}

#head {
	height: 190px;
	margin: 0;
	padding: 0;
	background: transparent url(../js/rotate.php) no-repeat right top;
	position:relative;
	z-index: 100;

}

#logo {
	height: 120px;
	width: 510px;
	background: url(../images/fol-logo.gif) no-repeat 2px;
	
}
	
	
#nav {
	background: url(../images/nav2.gif) no-repeat;
	width: 585px;
	height: 16px;
	padding: 0;
	margin: 0;
    position: absolute;
	top: 135px;
	left: 10px;
	}

  #nav li {
  position: absolute; 
  top: 0; 
  margin: 0; 
  padding: 0; 
  list-style: none; 
  }
  
  #nav li, #nav a { 
  height: 14px; 
  display: block; 
  text-decoration: none; 
  text-indent: -9999px;
  outline:none
  }
  
  
#sale {left: 0; width: 85px;}
#volunteers {left: 114px; width: 74px;}
#join {left: 218px; width: 131px;}
#about {left: 374px; width: 49px;}
#contact {left: 452px; width: 59px;}
#home {left: 538px; width: 47px;}

  #sale a:hover, body.sale #sale {
    background: transparent url(../images/nav2.gif) 0 -21px no-repeat;}
  #volunteers a:hover, body.volunteers #volunteers {
    background: transparent url(../images/nav2.gif) -114px -21px no-repeat;}
  #join a:hover, body.join #join {
    background: transparent url(../images/nav2.gif) -218px -21px no-repeat;}
  #about a:hover, body.about #about {
    background: transparent url(../images/nav2.gif) -374px -21px no-repeat;}
  #contact a:hover, body.contact #contact {
    background: transparent url(../images/nav2.gif) -452px -21px no-repeat;}
  #home a:hover, body.home #home {
    background: transparent url(../images/nav2.gif) -538px -21px no-repeat;}

/* 	The Submenu Layers */
#subsale {
	position: absolute;
	visibility: hidden;
	z-index: 3;
	}

 .subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
}
.subnav li { 
	display: inline; 
	border-right: 1px solid #ccc; 
	padding: 0 .8em; 
	margin: 0;
 }

.subnav li a {
text-decoration: none;
}

.subnav li:last-child {border-right: none}

.subnav li a:hover {text-decoration:underline;}


/* main elements */

#wrapper {
	min-height: 100%;
	width: 99.9%;
	border: solid 1px #ccc;	
	border-top: none;
	padding: 0;
	background:  url(../images/wrapper.gif) repeat-y 66% 0px;
	position: relative;
	z-index: 1;
	margin-top: -20px;

}
#wrapper:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0; 
	clear: both; 
	visibility:hidden;
	 }

	
#left {
	float: left;
	width: 64%;
	margin: 0;
	padding: 0;
	background: transparent;
}

#sidebar {
	float: right;
	width: 34%;
	font-size: 85%;
	margin: 0;
	padding: 0;
	background: transparent;
}

.gutter {padding: 1em}

/*Typography*/

a {color: #3d608a; outline:none;}
h1 {
	color: #3d608a;
	font-size: 200%;
	font-weight: normal;
}

/*#left > .gutter > h1:first-child {margin-top: 0; padding-top: 0}*/

h2, #sidebar h1 {
	font-size: 125%;
	color: #990000;
	}

#sidebar h2 {
	font-size: 1em;
	color: #3d608a;
	}
	
/* Images */

.imgL {
	margin: 0 1.5em 1.5em 0;
	border: solid 1px #3d608a;
	float:left;
	}

.imgR {
	margin: 0 0 1.5em 1.5em;
	border: solid 1px #3d608a;
	float:right;
	}
	
.nb {border: none}

/* FOL Board Pics and Display*/	
dl {
	margin: 0 0 1.5em 0;
	padding-bottom: 1.5em;
	border-bottom: solid 1px #ccc;
	}
dl:last-child {border-bottom: none}
	
dl:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl dt {
	margin: 0 0 .5em 0;
	color: #990000;
	font-size: 125%;
	font-weight: normal;
	}
dl dt img {
	float: left;
	margin: 0 1.2em 0 0;
	border: solid 1px #3d608a;
	}
	
dl dd {
	margin-left: 190px;
	margin-bottom: .8em;
	font-size: 80%;
	}

	
/*horizontal rule*/

.upperB {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}


/* tables */

table {
	width: 90%;
	border-top:1px solid #e5eff8;
  	border-right:1px solid #e5eff8;
  	border-collapse:collapse;
	margin: 1em auto;
	}
	
tr td {
	font-size: 80%;
	padding: 3px 8px;
	background: #fff;
	}

tbody td {
	color:#3d608a;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	background: #fff;
	}
	
tbody tr.even td{
	background: #f7fbff;
	}
/* pop downs */

ul.features {
	margin-top: 5px;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul.features li {
	background:transparent url(../images/arrow-c.gif) 0px 5px no-repeat;
	font-size: 12px;
	padding:3px 0 2px 15px;
}

.blurbFull {
		line-height:16px;
		padding: 4px;
	}
.blurbFull ul {list-style: none; margin-left: 1em; padding-left: 0}

/* one column */

#col1 #wrapper {background: #fff;}
#col1 #left {width: 85%;}
#col1 #sidebar {display: none}

#footer {
	clear: both;
    background: #fff;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #3d608a;
	text-align: center;
	padding: 10px 0;
	/*border-top: solid 1px #ccc;*/
}

#footer ul  {
padding: 0;
margin: 0;
list-style-type: none;
width: 100%;
text-align: center;
}

#footer li { display: inline; border-right: 1px solid #ccc; }

#footer li, #footer li a {
text-decoration: none;
padding: 0 .8em;
}

#footer li:last-child {border-right: none}

#footer li a:hover {text-decoration:underline;}
