/* Begin Default Reset */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, 
pre, code, address, variable, form, fieldset, blockquote {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}
table { 
  border-collapse: collapse; 
  border-spacing: 0;
}
td, th, caption { 
  font-weight: normal; 
  text-align: left; 
}
img, fieldset {
  border: 0;
}
ol {
  padding-left: 1.4em;
  list-style: decimal;
}
ul {
padding-left: 1.4em;
list-style:square;
}
q:before, q:after {
  content:'';
}

/* End Default Reset */

/* BASIC */
body {
	font-size: 1em;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	margin: 20px;
	background-image: url(../images/vert_grad_tan.jpg);
	background-repeat: repeat-x;
	background-color: #d9c892;
}

h1, h2, h3, p, ul {
	padding: 0;
	margin: 0;
}

/* WRAPPER: wraps entire contents of page */
#wrapper {
/*	border: solid 1px black; */
	background-image: url(../images/vert_grad_tan.jpg);
	background-repeat: repeat-x;
	background-color: #d9c892;
	width: 960px;
	margin: 0 auto;
}

/* wraps main, sidebars, copyright, footer */
#contentwrapper {
    border: solid 1px black;
	border-top: none;
    clear: both;
	background-image: url(../images/contentwrapperbkgrnd.png);
	width: 100%;
	}

/* BANNER */
#banner {
/*  position: relative;  relative to section it belongs to */
	width: 960px;
	height: 94px;
	margin-bottom: 10px;
	border: solid 1px black;
	background-image: url(../images/header_new.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #f6f7e7;
	zoom: 1;
  }

#banner #sharelogo {
	position: relative;
    margin-left: 10px;
	margin-top: 6px;
	margin-bottom: none;
	}
#banner p {
    font-family: Georgia;
    font-size: 3em;
	margin-left: 15px;
	}
#banner .moveright {
    margin-top: -10px;
    margin-left: 300px;
    margin-bottom: none;
    }
	
#members_banner {
/*  position: relative;  relative to section it belongs to */
	width: 960px;
	height: 94px;
	margin-bottom: 10px;
	border: solid 1px black;
	background-image: url(../images/header_new.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #f6f7e7;
	zoom: 1;
  }

#members_banner p {
  font-size: 2.5em;
  margin-left: 15px;
  margin-top: 20px;
  }
  
 /* BANNER */
#thieves_banner {
/*  position: relative;  relative to section it belongs to */
	width: 960px;
	height: 165px;
/*	margin-bottom: 10px; */
	border-bottom: solid 1px black;
	background-image: url(../images/thieves01.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #f6f7e7;
	zoom: 1;
  }

#thieves_banner #thieveslogo {
	position: relative;
    margin-left: 20px;
	margin-top: none;
	margin-bottom: none;
	}
#thieves_banner p {
  font-family: Georgia;
  color: #9d080e;
  font-size: 3em;
  margin-left: 356px;
  margin-top: -60px;
  } 
#raindrop_banner {
/*  position: relative;  relative to section it belongs to */
	width: 960px;
	height: 165px;
/*	margin-bottom: 10px; */
	border-bottom: solid 1px black;
	background-image: url(../images/thieves01.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #f6f7e7;
	zoom: 1;
  }

#raindrop_banner #thieveslogo {
	position: relative;
    margin-left: 20px;
	margin-top: none;
	margin-bottom: none;
	}
#raindrop_banner p {
  font-family: Georgia;
  color: #9d080e;
  font-size: 3em;
  margin-left: 356px;
  margin-top: -60px;
  } 

#member_left {
 width: 760px;
 height: 200px;
 }
#member_left img {
 border: 2px solid black;
 margin-top: 10px;
 margin-bottom: 10px;
 margin-left: 33px;
 float: left;
 }
#member_left p {
  margin-left: 280px;
  padding-top: 50px;
  }

#member_right{
 width: 760px;
 height: 200px;
 float: right;
 }
#member_right img {
 border: 2px solid black;
 margin-top: 10px;
 margin-bottom: 10px;
 margin-right: 33px;
 float: right;
 }
#member_right p {
  margin-left: 80px;
  padding-top: 50px;
  } 
  
#contentwrapper hr {
  clear: both;
  width: 960px;
  margin-top: 10px;
  }  
  
/* NAV BAR */
#mainNav {
  width: 960px;
  background-color: #b7ae69;
	border: 1px solid #000;
  }
#mainNav ul.nav {
  list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	overflow: hidden;
	zoom: 1; /* for IE 6 */
	}
	
#mainNav ul.nav li {
  float: left;
	}

#mainNav ul.nav a {
	display: block;
  width: 7.75em; 
	border-right: 1px dashed #000;
	border-bottom: none;
	padding: 5px;
	margin-right: 0px;
	text-decoration: none;
	white-space: nowrap;
	color: #333;
	text-align: center;
	}
	
ul.nav a:hover {
	color: #ffffff;
	background-color: #a09752;
	}
#mainNav #lastli {
  display: block;
	border: none;
	padding: 5px; 
	text-decoration: none;
	color: #333;
	text-align: center;
	}	
#lastli:hover {
	color: #ffffff;
	background-color: #a09752;
	}
	
	
/* IE 6 hack to make entire button clickable */
* html #mainNav ul.nav a { width: 1px; }


/* MAIN CONTENT */

#main {
  display: inline;
  float: left;
  width: 480px;
	padding-left: 10px;
	margin-left: 230px;
	}
	
#main #lavender_field {
  margin-bottom: 20px;
	}
	
#main h1 {
  font-size: 1.2em;
	color: #663900;
	padding-top: 15px;
	margin-bottom: 10px;
	text-align: center;
}

#main h2 {
	border-bottom: 1px solid #106A9B;
	margin-bottom: 5px;
	color: #663900;
}

#main p {
	margin-right: 10px;
	margin-left: 10px;
  margin-bottom: 10px;
}

	
/* SIDEBARS */

#leftsidebar {
	float: left;
	margin-left: -720px;
	width: 220px;
	} 
#leftsidebar img {
  margin-left: 10px;
	}
#leftsidebar h1, h2, h3 {
  margin-left: 10px;
	}


#rightsidebar {
  display: inline;
	float: right;
	width: 220px;
	}
#rightsidebar p {
  text-align: center;
	}
#signup_opts {
  width: 200px;
	height: 200px;
	background-color: #f6f0e0;
	text-align: center;
	margin-left: 11px;
	margin-top: 15px;
	}
#signup_opts h1 {
	color: #000000;
	background-color: #a578dd;
	font-size: .90em;
  margin: 10px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	}
#signup_opts p {
  font-size: .70em;
  margin: 0px 5px 0px 5px;
	}
#rightsidebar #signup_opts h1:hover {
  background-color: #ffffff;
	}
#rightsidebar a:visited {
  color: #000000;
	text-decoration: none;
	}

/* #clearnavbar {
  clear: both;
	width: 960px;
	border: 1px solid #000000;
	border-top: none;
	background-color: #b7ae69;
	font-weight: bold;
	color: #000000;
} */

/* COPYRIGHT INFO */
#copyright {
  clear: both;
  position: relative;
	padding: 5px;
	border-top: 1px solid #000000;
	background-color: #b7ae69;
	font-weight: bold;
	color: #000000;
}

#edoil {
	padding-top: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
	}

#edoil h1 {
  font-size: 140%;
  }
#edoil h2 {
  margin-left: 240px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
#edoil p {
	margin-right: 75px;
	margin-left: 350px;
	}
#edoil img {
  float: left;
	padding-top: 20px;
	}
	


#disclaimer_footer {
  clear: both;
	padding: 10px;
	background-color: #a09752;
	border-top: 1px solid black;
	font-size: .75em;
	}
hr {
  color: #a09752;
	background-color: #a09752;
	height: 2px;
	width: 75%;
	border: none;
	}
