/* +++++++++++++++++++++++++++++ Shifting Ground +++++++++++++++++++++++++++++ */


       /* ++++++++++++++++++++ Light tan b3ab78   dark tan 8e8257   background gray 484848  Nav menu 

tan 6d6845 nav menu link hover 989160 ++++++++++++++++++++ */

/* ++++++++++++++++++++ Common Styles ++++++++++++++++++++ */


* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000;
	background-color: #b3ab78;
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: large;
	text-align: center;
}

.stupid_box {
       width : 300px;
       padding : 10px;
       border-left: #6d6845 2px solid;
       border-right: #6d6845 2px solid;
       border-top: #6d6845 2px solid;
       border-bottom: #6d6845 2px solid;
       background-color: #fff;
}

table {
	font-size: 1em;
	
}

td {
	color: #000000;
	background-color: inherit;
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 1em;
}

a {
	color: #57535B;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #57535B;
	background-color: inherit;
	text-decoration: none;
}

img {
	border: none;
}

ul, ul li {
	list-style: none outside;
	color: #000;
}

ol, ol li {
	list-style: decimal inside;
	color: #fff;
}

p {
	padding: 0.6em 0em 0.6em;
}

fieldset {
	border: none;
}

input, textarea, select {
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 13px;
}

.hidethis {
	display: none;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	overflow : hidden;
	visibility: hidden;
}

.quote {
        padding : 0 30px 0 30px;
        font-weight: normal;
        font-style : italic;
}



/* ++++++++++++++++++++ Image Thumbnails ++++++++++++++++++++ */

.tb_center {
	text-align: center;
        color: #000;
}

.tb_center img {
	margin: 1.3em auto;
	border: 1px #fff solid;
}



/* ++++++++++++++++++++ Body Wrappers ++++++++++++++++++++ */

#body_wrapper {
	margin: 35px 10px;
	width: 982px;
	background: url(images/rightcol_img.gif) no-repeat 100% 68px;
	font-size: 0.71em;
}

/* ++++++++++++++++++++ Body Container ++++++++++++++++++++ */

#body_container {
	float: right;
	position: relative;
	left: -193px;
	width: 645px;
	background: url('images/main_bg_bot.gif') no-repeat 0% 100%;
}

#body_container_b {
	padding: 15px 0px;
	width: 645px;
	background: url('images/main_bg_top.gif') no-repeat 0% 0%;
}

#body_container_c {
	color: inherit;
	background-color: #fff;b3ab78;8e8257;
	border-left: #484848 6px solid;
	border-right: #484848 6px solid;
}



/* ++++++++++++++++++++ Page Header ++++++++++++++++++++ */

#page_header {
	padding-bottom: 2px;
	color: inherit;
	background-color: #8e8257;
}

#page_header h1 {
	position: relative;
	top: -4px;
	width: 100%;
	height: 40px;
	background: url('images/lbw_logo.gif') no-repeat 50% 50%;
}



/* ++++++++++++++++++++ Page Content ++++++++++++++++++++ */

#page_content {
	padding: 15px 17px 10px;
	
	text-align: left;
	}

#page_content h1 {
	color: red;
        text-align:center;
	clear:both;
}

#page_content h2 {
        text-align:center;
	clear:both;
}

#page_content h3 {
        text-align:left;
	
}
#page_content table {
	font-size: 0.9em;
	border-spacing: 10px;
}

#page_content td {
	color: #000000;
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 1em;
	padding: 10px;
	border-style: solid;
	border-color: #808000;
	border-width: 2px;
	background-color: #ececec;
	vertical-align: top;
}

#page_content a {
	color: #605f00;
	background-color: inherit;
	text-decoration: underline;
}

#page_content a:hover {
	color: #808080;
	background-color: inherit;
	text-decoration: none;
}

#byline {
        text-align:center;
	font-weight:bold;
	clear:both;
}

#picbox_center {
	text-align:center;
	}
#picbox_left {
	float: left;
	}
.link_readmore {
	padding: 35px 0px 10px;
	text-align: right;
}

.link_readmore a {
	margin-left: auto;
	display: block;
	width: 94px;
	height: 24px;
	background: url('images/button_readmore.gif') no-repeat 0% 0%;
}


/* ++++++++++++++++++++ Sales Page ++++++++++++++++++++ */

#sales_page {
	font-family: "Verdana", Verdana, sans-serif;
	font-size: 14px;
	font-color: black;
	font-style: normal;
	font-weight: normal;
	margin: 30px;
	
}

#sales_page H1 {
	font-family: "Times New Roman", Times, Serif;
	font-size: 1.75em;
	font-color: red;
	font-weight: bold;
	text-align: center;
}

#sales_page H2 {
	font-family: "Franklin Gothic Condensed", Franklin, sans-serif;
	font-size: 1.25em;
	font-color: black;
	font-style: normal;
	font-weight: bold;
}

#sales_page ul li {
	list-style: disc outside;
	font-color: black;
	margin-left: 75px;
}

#sales_page dt {
	font-size: 90%;
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
}
#sales_page dd {
	font-size: 90%;
	margin-left:25px;
	}
#sales_page td {
	color: #000;
	background-color: #fff;
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 1em;
	border: none;
}

#sales_page td H2 {
	font-family: "Franklin Gothic Condensed", Franklin, sans-serif;
	font-size: 1.5em;
	font-color: black;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
#johnsonbox {
	border: 5px groove olive;
	width: 75%;
	padding: 15px;
	margin-left: 50px;
	margin-bottom: 14px;
}

.subhead {
	clear: both;
	font-size: 1.1em;
	font-color: black;
	font-style: normal;
	font-weight: bold;
	padding-left: 50px;
	line-height: 1.5em;
}

.title {
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;}
	
.highlight {
	background-color: yellow;
}

.red {
	color: red;
	font-weight: bold;
	}
.emph {
	text-decoration: underline;
	}
.bold {
	font-weight:bold;
	}
.italics {
	font-style:italic;
	}


/* ++++++++++++++++++++ Navigation Menu ++++++++++++++++++++ */

#navmenu {
	float: left;
	margin-top: 68px;
	position: relative;
	left: 0px;
	width: 144px;
	background: url('images/navmenu_bg_bot.gif') no-repeat 0% 100%;
	font-size: 1em;
	font-weight: bold;
}

#navmenu_b {
	padding: 15px 0px;
	width: 144px;
	background: url('images/navmenu_bg_top.gif') no-repeat 0% 0%;
}

#navmenu_c {
	color: inherit;
	background-color: #6d6845;
	border-left: #484848 6px solid;
}

#navmenu a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}

#navmenu li {
	border-top: #fff 1px solid;
	color: #fff;
}

#navmenu li a {
	display: block;
	padding: 5px 0px;
	width: 138px;
	color: #fff;
}

#navmenu li a:hover {
	color: inherit;
	background-color: #989160
}

#navmenu li.list_first {
	border-top: none;
}

#note {
        font-size: 70%;
}

/* ++++++++++++++++++++ Page Footer ++++++++++++++++++++ */

#page_footer {
	padding: 20px 0px;
	font-size: 0.9em;
	font-weight: bold;
}



