body {
	padding:0;
	margin:0;
	text-align:center;

	background: url(img/wood-dark.jpg) repeat #fff;
}


/**********GENERAL STRUCTURE STYLES*********/

img { border: 0px;}
p img { border: 0px; margin: 8px; }
p img.lh { float: left; }
p img.rh { float: right; }
.indent { margin-right: 5%; margin-left: 5% }

#wrapper {
	position: relative;
	left:-8px;
	margin:0 auto;
	width:1022px;
	text-align: left;
}
#header {
	float:left;
	position: relative;
	width:1022px;
	height:100px;
	font-family: verdana, tahoma, arial, sans-serif;
	margin:5px 0 0 0;
	z-index: 0;
}
#body {
	float:left;
	position: relative;
	width:1022px;

	height:auto;
}
#footer {
	float:left;
	width:1022px;
	height:120px;
	font-family: verdana, tahoma, arial, sans-serif;
	text-align: center;
}


/*********HEADER STYLES*********/
#logo {
	position: absolute;
	top:0;
	width:500px;
	height:173px;
}
#logo h1 {
	position: absolute;
	left:120px;
	width:350px;
	height:48px;
	padding:0;
	margin-top: 15px;
	font-size:25px;
	color: #000;
	line-height: 1em;
	font-weight: normal;
}
#logo h1 a {
	color:#fff;
	text-decoration: none;
}
#logo h1 a:hover {
	color:#ccc;
}
#contact {
	position: absolute;
	top:0;
	right:15px;
	height:48px;
}
#contact p {
	margin:0;
	padding:0;
	color:#fff;
}
#contact p a {
	color:#fecf9b;
	text-decoration: none;
}
#contact p a:hover {
	color:#bbb;
}



/********* #BODY & WHITEBOX STYLES*********/
#topShadow {
	float:left;
	width:1022px;
	height:11px;
	background: url(img/wrapTopShadow.png) no-repeat;
}
#leftShadow {
	float:left;
	width:1022px;
	height:auto;
	background: url(img/wrapLeftShadow.png) top left repeat-y;
}
#rightShadow {
	float: left;
	width:1022px;
	height: auto;
	background: url(img/wrapRightShadow.png) top right repeat-y;
}
#bottomShadow {
	float:left;
	width:1022px;
	height:11px;
	background: url(img/wrapBtmShadow.png) no-repeat;
}
#whiteBox {
	float:left;
	width:1000px;
	margin:0 0 0 11px;
	background: #fff;
}



/*********TOP NAVIGATION STYLES*********/
#topNav {
	float:left;
	position: relative;
	width:1000px;
	height:30px;
	background: url(img/pine-board2.jpg) bottom left repeat-x;
	z-index: 2;
	border-bottom: 1px solid #000;
}
#topNav ul {
	float:left;
	height:30px;
	width:1000px;
	padding: 0;
	margin: 0px 0px 0px 18px;
	list-style-type: none;
}
#topNav ul li {
	float:left;

	position: relative;
	height:30px;
	padding-right: 10px;
	padding-left: 10px;
}
#topNav li.lastListItem, #bottomNav li.lastListItem {
	border:none;
}
#topNav ul li a {
	font-size:14px;
	display: block;
	float:left;
	height:30px;
	padding:6px 10px 0 10px;
	font-family: verdana, tahoma, arial, sans-serif;
	color: #000;
	text-decoration: none;
}
#topNav ul li a:hover {
	color:#555;
}
#topNav ul li a.hover {
	color:#555;
	/*background: #fff;*/
}
/*DROPDOWN MENU STYLES*/
#topNav ul li ul {
	position: absolute;
	top:29px;
	left:0px;
	height:auto;
	list-style-type: none;
	margin:0;
	padding:0 20px 10px 20px;
	border:1px solid #b2b2b2;
	border-top:none;
	background: url(img/menu-pine.jpg) repeat;
}
#topNav ul li ul li {
	float: none;
	display: list-item;
	border:none;
	margin:7px 0 0 0;
	padding:0;
	height:auto;
	font-family: verdana, tahoma, arial, sans-serif;
}
#topNav ul li ul li a {
	float:none;
	height:auto;
	font-size: small;
	display: inline;
	padding: 0;
	margin:0;
}


#topNav ul li ul.hiddenList { left:-2000px; }
#topNav ul li ul#menuitem1 { width:100px; background: url(img/menu-pine.jpg) bottom left repeat; }
#topNav ul li ul#menuitem1 #menucol li a { color: #000000; }
#topNav ul li ul#menuitem1 #menucol li a:hover { color: #999; }
#topNav ul li ul#menuitem2 { width:200px; background: url(img/menu-pine.jpg) bottom left repeat; }
#topNav ul li ul#menuitem2 #menucol li a { color: #000000; }
#topNav ul li ul#menuitem2 #menucol li a:hover { color: #999; }
#topNav ul li ul#menuitem3 { width:300px; background: url(img/menu-pine.jpg) bottom left repeat; }
#topNav ul li ul#menuitem3 #menucol li a { color: #000000; }
#topNav ul li ul#menuitem3 #menucol li a:hover { color: #999; }
#topNav ul li ul#menuitem4 { width:400px; background: url(img/menu-pine.jpg) bottom left repeat; }
#topNav ul li ul#menuitem4 #menucol li a { color: #000000; }
#topNav ul li ul#menuitem4 #menucol li a:hover { color: #999; }
#topNav ul li ul#menuitem5 { width:150px; background: url(img/menu-pine.jpg) bottom left repeat; }
#topNav ul li ul#menuitem5 #menucol li a { color: #000000; }
#topNav ul li ul#menuitem5 #menucol li a:hover { color: #999; }
#topNav ul li ul#menuitem6 { width:250px; background: url(img/menu-pine.jpg) bottom left repeat; }
#topNav ul li ul#menuitem6 #menucol li a { color: #000000; }
#topNav ul li ul#menuitem6 #menucol li a:hover { color: #999; }

#menucol {
	float:left;
	margin-left: 4px;
	position: relative;
	width:120px;
	line-height: 12px;
}

/*********CONTENT AREA STYLES*********/
#content {
	float:left;
	position: relative;
	width:1000px;
	height:auto;
	z-index: 1;
	/*background: url(img/contentbg-white.jpg) repeat;*/
	background: #fff;
	font-family: verdana, tahoma, arial, sans-serif;
}

#content p {
	margin-left: 10px;
}

#content li {
	list-style: none;margin-top: 10px;border: 0; width: 700px;/*letter-spacing: 2px;*/}

#content li a {
	display: block;width: 120px;\width: 120px;w\idth: 120px;
	padding: 4px 8px 4px 8px;border: 0;text-decoration: none;font-size: 1;
	font-weight: normal;outline:none;}

#content li a{text-decoration: none; color: #944f04;}
#content li a:hover  {color: #bbb;}


#content a{text-decoration: none; color: #944f04;}
#content a:hover {color: #bbb;}


/* -------------------- Content Columns ---------------------------------------------- */
#bigleft{ font-family: arial, verdana, tahoma, sans-serif; float:left; margin-left: 10px; position: relative; width:790px;}
#bigleft table { width:790px; font-size: .75em; margin:0px;}
#bigleft p { margin:10px;}
#bigleft h3 { margin:10px;}
#bigleft table td { border: 0px solid #ddd; padding:0px}

#warning { position: realtive; float:right; margin-right: 2px; margin-top: 2px; background: #362912; width:190px;}
#warning p { color:#fff; font-size:14px;}

#ad { float:right; position: relative; margin-left: 1px; margin-top: 2px; height: 100px; width:190px; border: 1px solid #ddd; background: #eee; }
#littleright { float:right; position: relative; margin-left: 1px; margin-top: 10px; width:190px; }
#littleright table { font-family: arial, verdana, tahoma, sans-serif; width:190px;  margin:0px;}
#righttext{ border: 1px solid #ddd; background: #eee;}
#righttext p { margin: 10px; font-size: 1em;}

/*********BOTTOM NAVIGATION STYLES*********/
#bottomNav {
	float:left;
	position: relative;
	width:1000px;
	height:30px;
	background: url(img/pine-board2.jpg) bottom left repeat-x;
	border-top: 1px solid #000;
}
#bottomNav ul {
	float:left;
	width:1000px;
	height:30px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#bottomNav ul li {
	float:left;
	width:500px;
	height:30px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#bottomNav ul li a {
	font-size:14px;
	display: block;
	float:left;
	height:30px;
	width:500px;
	padding-top:8px;
	font-family: verdana, tahoma, arial, sans-serif;
	color: #000;
	text-decoration: none;
}
#bottomNav ul li a:hover {
	color:#555;
}



/*********FOOTER STYLES*********/
#footer h1 {
	font-size:28px;
	color:#fff;
	font-weight: normal;
	padding: 0;
	margin:10px 0 0 0;
}
#footer p {
	font-size: 16px;
	color: #ccc;
	padding: 0;
	margin: 0;
}


/*------------------FORM SPCIFIC CSS ---------------------------------*/

th {
  color:#000;
  font-weight:bold;
  font-size:18px;
}
input.text, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  width: 40%;
}
.text:focus, textarea:focus {
  background-color: #FFFACC;
}
#mydiv {
  position: absolute;
  left: 50%;
  margin-left: -250px;
  width: 500px;
  text-align: left;
}
td.colone {
  text-align: right;
  vertical-align: top;
  padding-top:4px;

}
td.coltwo {
  color:red;
  text-align: center;
  vertical-align: top;
  padding-top:6px;

}
td.colthree {

}

table.border {
  /*border: 1px solid #6d500b;*/
  /*border-collapse: collapse;*/
  }
td.textarea { width: 100px;}


/* End CSS */



