/* Normalize margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p {
  margin: 0px;
  padding: 0px;
  }

body {
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	color: #710E23;
	background-color: #FFF;	
}

.hide {
	display: none;
	visibility:hidden;}




/*- Header --------------------------- */
#header {
	width: 900px;
	background-image: url(images/logoheader900px.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	font-family: "Courier New", Courier, monospace;
	padding-top: 0px;
	height: 253px;
	text-align: right;
	color: #333;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	
}
#dw2header {
	width: 900px;
	background-image: url(images/dwlogoheadersm.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	font-family: "Courier New", Courier, monospace;
	padding-top: 0px;
	height: 190px;
	text-align: right;
	color: #333;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}

#bwheader {
	width: 900px;
	background-image: url(images/bwlogoheader900px.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	font-family: "Courier New", Courier, monospace;
	padding-top: 0px;
	height: 253px;
	text-align: right;
	color: #333;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}

#header p, #bwheader p, #dw2header p, #bw2header p {
	margin: 0px;
	padding-top: 15px;
}
.rsheader {
	color: #333;
	float: right;
	font-size: 16px;
	font-weight: normal;
	line-height: 14pt;
	margin-bottom: 240px;
}

/*- Navigation Bar----------------------- */
.headerbar {
	background-image: url(images/bar.jpg);
	background-repeat: repeat-x;
	height: 70px;
	font-family: "Courier New", Courier, monospace;
	font-size: 28px;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
	color: #FFF;
}

/*- Links ---------------------------*/

a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #06C;

}
.headerbar a:link, .headerbar a:visited {
  font-weight: bold;
  text-decoration: none;
  color: white;

}
a:hover {
	color: #d92566;
	background-color: #edf9f9;
}
.headerbar a:hover {
	color: #CC99CC;
	background-color: #edf9f9;
}





/*- Index Listing--------------------- */

h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	color: #000000;
}

.treelist {
	height: 200px;
	width: 650px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	padding-left: 100px;
}
.sn {
	font-size: 18px;
	color: #C99;
	padding-top: 20px;
	text-align: left;
	margin-left: 280px;
}






/*- Dogwood individual Pages------------- */

.treedescription {
	height: 800px;
	width: 650px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	font-size: 16px;
	color: #666;
}
.treedescription2 {
	height: 900px;
	width: 650px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	font-size: 16px;
	color: #666;
}
.treedescription3 {
	height: 1100px;
	width: 650px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	font-size: 16px;
	color: #666;
}


.treedescription ul, .treedescription2 ul, .treedescription3 ul {
	text-align: left;
	margin-left: 100px;
	left: auto;
	right: auto;
	font-size: 16px;
	color: #666;
	line-height: 25px;
	float: left;
	list-style-type: disc;
	padding-bottom: 30px;
	padding-top: 10px;
}

.treedescription .sn, .treedescription2 .sn, .treedescription3 .sn {
	font-size: 18px;
	color: #C99;
	text-align: left;
	margin-left: 160px;
	padding-bottom: 30px;
	margin-top: -20px;
}

.leftfloat {
	float: left;
}

img .treetitle {
	margin-bottom: 0px;
	padding-top: 25px;
}



 /*- Footers--------------------------- */

#footer {
	font-size: x-small;
	text-align: center;
	color: #C99;
	padding-right: 70px;
	padding-left: 70px;
}
#footer a:link, #footer a:visited {
	color: #69C;
	text-decoration: none;
}
#footer a:hover {
	color: #993333;
}

/*
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
}

p {
  padding-bottom: 1em;
}

.hide {
  display: none;
}

.center {
   text-align: center;
   margin: 0px auto 10px auto;
 }

/*- Wrapper ---------------------------
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 40px;
	padding-top: 7px;
	height: 100%;
	
}
#mainbody {
	background-color: #def4f6;
	margin-right: 39px;
	margin-left: 65px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
#bodybottom {
	background-image: url(images/BottomDesign.gif);
	background-repeat: no-repeat;
	height: 50px;
}






.samples {
	clear: both;
	float: right;
	width: 400px;
	text-align: center;
	margin-bottom: 5px;
	height: 240px;
	font-size: 16px;
}
ul.starlist {
	list-style-image: url(images/star.gif);
	margin-left: 40px;
}





.cookie {
	clear: both;
	float: left;
	padding-right: 10px;
	font-size: 12px;
}

h2 a:link, h2 a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #d92566;
}
h2 a:hover {
	color: #1a8091;
	background-color: #edf9f9;
}
 a:hover img{
	color: #d92566;
	background-color: #def4f6;
}
.sets {
	text-align: center;
}
.setpictures {
	width: 385px;
	text-align: center;
	clear: both;
	float: left;
	font-size: 12px;
}
#setsbody {
	background-color: #def4f6;
	margin-right: 39px;
	margin-left: 64px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.lineone {
	position: relative;
	z-index: 10;
	top: -250px;
}
.linetwo {
	position: relative;
	z-index: 10;
	top: -40px;
}
#homelink {
	padding-left: 0px;
	position: relative;
	top: -55px;
	z-index: 5;
	text-align: left;
}
h1 {
	text-align: center;
	color: #1B8794;
	margin-bottom: 15px;
}

#footer {
	font-size: 12px;
	text-align: center;
	color: #9C5C04;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #633;
	font-weight: normal;
}
#footer a:hover {
	color: #d92566;
}
td{
	text-align:center;
	width: 261px;
}
