/* +++++++++++++++++++++++++++++ Shifting Ground +++++++++++++++++++++++++++++ */


/* ++++++++++++++++++++ Common Styles ++++++++++++++++++++ */


* {
	margin: 0px;
	padding: 0px;
}

body {
	color: black;
	background-color: #734128;
	background-image: url(images/wood.jpg);
	background-repeat: repeat-x repeat-y;
	font-family: 'verdana', 'helvetica', sans-serif, normal;
	font-size: 100%;
	text-align: center;
}

a {
	color: white;
	text-decoration: underline;
}

a:hover {
	color: white;
    font-weight: bold;
	text-decoration: none;
}

.indent  {
	margin-left: 3em;
    margin-right: 4em;
}


img {
	border: none;
}

ul, ul li {
	list-style: disc inside;
}

ol, ol li {
	list-style: decimal inside;
}

p {
	padding: 0.6em 0em 0.6em;
}

h1 {
    color: white;
    font-size: 18px;
}

.hidethis {
	display: none;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	overflow : hidden;
	visibility: hidden;
}

.floatright {
    float: right;
}


/* ++++++++++++++++++++ Image Thumbnails ++++++++++++++++++++ */

.tb_center {
	text-align: center;
}

.tb_center img {
/*	margin: 1.3em auto;*/
	border: 1px white solid;
}



/* ++++++++++++++++++++ Body Wrappers ++++++++++++++++++++ */

#body_wrapper {
	margin: 35px 10px;
	width: 905px;
	background: url('images/rightcol_img.jpg') no-repeat 100% 25px;
	font-size: .9em;
}

/* ++++++++++++++++++++ Body Container ++++++++++++++++++++ */

#body_container {
	float: right;
	position: relative;
	left: -243px;
	width: 496px;
	background: url('images/main_bg_bot.jpg') no-repeat 0% 100%;
}

#body_container_b {
	padding: 15px 0px;
	width: 496px;
	background: url('images/main_bg_top.jpg') no-repeat 0% 0%;
}

#body_container_c {
	background-color: #8DD400 /*9BE800*/;
	border-left: white 6px solid;
	border-right: white 6px solid;
}



/* ++++++++++++++++++++ Page Content ++++++++++++++++++++ */

#page_content {
	padding: 15px 17px 10px;
	text-align: left;
}




/* ++++++++++++++++++++ Navigation Menu ++++++++++++++++++++ */

#navmenu {
	float: left;
	margin-top: 108px;
	position: relative;
	left: 0px;
	width: 166px;
	background: url('images/navmenu_bg_bot.jpg') no-repeat 0% 100%;
	font-size: .9em;
	font-weight: bold;
}

#navmenu_b {
	padding: 15px 0px;
	width: 166px;
	background: url('images/navmenu_bg_top.jpg') no-repeat 0% 0%;
}

#navmenu_c {
	background-color: #74ac00;
	border-left: white 6px solid;
}

#navmenu a {
	text-decoration: none;
	text-transform: uppercase;
}

#navmenu li {
	border-top: white 1px solid;
	list-style: none outside;
}

#navmenu li a {
	display: block;
	padding: 5px 0px;
	width: 160px;
}

#navmenu li a:hover {
	color: black;
	background-color: #8DD400;
}

#navmenu li.list_first {
	border-top: none;
}


/* +++++++++++++++++++ Sub-Navigation Menu ++++++++++++++++++++ */

#nav2 {
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#nav2 li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
}

#nav2 a {
	display: block;
	font-size: 10px;
	color: white;
	text-decoration: none;
	background-color: #103D00;
	padding: 2px 6px 2px 6px;
	width: auto;
	margin-left: 2px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	font-weight: bold;
	margin-bottom: 2px;
}

#nav2 a:hover {
	background: white;
	border-right: 1px solid #103D00;
	border-bottom: 1px solid #103D00;
	color: #103D00;
}




/* ++++++++++++++++++++ Page Footer ++++++++++++++++++++ */

#page_footer {
	color: white;
	padding: 20px 0px 20px 0px;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
}






/* ++++++++++++++++++++ Input Form ++++++++++++++++++++ */

#subForm h3  {
    color: yellow;
    margin-left: 30px;
}
#subForm .label {
	float: left;
	clear: left;
	width: 80px;
	margin-right: 10px;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
}

input#submit {
	margin-left: 90px;
	background-color: #103D00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
    color: white;
}

select#refer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

input#name, input#email, input#location, input#city, textarea#comments {
	width: 350px;
	background-color: #FDFFB8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-top: -2px;
}

input#zipcode  {
	width: 50px;
	background-color: #FDFFB8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-top: -2px;
}

input#phone, input#code  {
    width: 100px;
	background-color: #FDFFB8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-top: -2px;
}

