body, h1, h2, p, ul, li, table, td {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Gill Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #888888;
}

table {
	border-collapse: collapse;
}

td {
	border-collapse: collapse;
}

div#verbiage p {
	margin: 0px 0px 12px 0px;
}

/* Top section of page */
#header {
	
}

/* Banner */
#banner {
	
}

/* Navigation menu */
#navigation {
	margin: 0px 0px 0px 0px;
	background: url(images/nav_bg2.jpg) repeat-x;
	float: none;
	width: 621px;
	height: 34px;
	/* border: 1px solid #42432d; */
}

/* Main body of page - lower part of screen */
#main {
	/* width: 950px; */
}

/* Left Column */
#leftCol {
	width: 260px;
	margin-left: 69px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 0.8em;
	background-color: #3F8000;
	background-image: url(images/greenBack.jpg);
	background-repeat: repeat-x;
	float: left;
	display: inline;
}

/* Content of Left Column */
div#colContent {
	padding: 20px 0px 0px 0px;
	width: 260px;
}

#home div#colContent,
#products div#colContent,
#services div#colContent {
	text-align: center;
}

div#colContent img {
	margin: 12px 12px 12px 17px;
}

.bbblogo {
	width: auto;
	text-align: center;
}

.subHead {
	font-size: 1.2em;
	font-weight: bold;
	/* border: 1px #7D7D7D solid; */
	margin: -4px 0px 0px 0px;
	padding: 4px 4px 4px 8px;
	/* background-color: #A3760B; */
	background-image: url(images/subHead.jpg);
	color: #C1C1C1;
}

.person {
	margin-top: 12px;
}

.person a {
	color: #C3C400;
}

li.links {
	display:list-item;
	margin: 12px 0px;
}

li.links a {
	color: #C3C400;
	text-decoration: none;
}

/* Main area for text */
#verbiage {
	left: 380px;
	margin-left: 20px;
	margin-top: 28px;
	width: 600px;
	font-size: 0.8em;
	float: left;
	display: inline;
}

div#verbiage li {
	list-style: disc;
	display: list-item;
	list-style-position: inside;
	line-height: 1.4em;
}

/* Callout */
div#callout {
	float: right;
	width: 180px;
	color: #4169E1;
	background-color: #CCFFCC;
	padding: 8px;
	margin: 0px 0px 0px 12px;
	clear: none;
	border: 3px double #A7A7A7;
}

div#callout p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	margin: 0px;
}

/* Wrapper */
div#wrapper {
	width: 950px;
}

/* Footer */
#footer {
	font-size: 0.7em;
	text-align: center;
	width: 950px;
	padding: 12px 0px;
	clear: left;
}

/* End of stuctural mark-up */

ul {
	list-style: none;
	display: inline;
}

div#navigation ul li {
	float: left;
	padding: 6px 8px;
}

/* Navigation styles */
div#navigation a:link,
div#navigation a:visited {
	color: #999999;
	/* background: #b2b580; */
	padding: 2px 10px 2px 10px;
	float: left;
	width: auto;
	text-decoration: none;
	/* border-right:1px solid #42432d; */
}

/* div#navigation li:first-child a {
	border-left:1px solid #42432d;
} */

div#navigation a:hover {
	color: #DCA932;
	background:#A3760B;
}

#home #navHome a,
#products #navProducts a,
#services #navServices a,
#faq #navFaq a,
#contact #navContact a {
	/* color:#585858; */
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	/* margin: 0px 1px; */
}

/* End of navigation styles */

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #606060;
}

/* For the front page*/
a > img {
	border: none;
}

/* Contact Form Styles */
form {
	margin-top: 18px;
}

label {
	float: left;
	width: 180px;
	font-weight: bold;
	font-size: 0.8em;
	text-align: right;
	margin-right: 12px;
}

label.subHeadForm {
	/* margin: 2px 2px 2px 2px;*/
	padding: 0px 0px;
	color: #585858;
}

input.text, textarea {
	width: 250px;
	margin-bottom: 7px;
}

textarea {
	width: 250px;
	height: 100px;
}

input.check {
	margin-bottom: 5px;
	float: none;
}

#submit, #reset{
	margin-left: 140px;
	margin-top: 5px;
	width: 90px;
}

#thanks {
	border: 1px Black Solid;
	border-right: groove;
	border-bottom: groove;
	margin: 40px 10px 40px 0px;
	padding: 8px 8px 12px 8px;
	text-align: center;
}

div.person p {
	display: block;
	margin: 0px 0px 0px 10px;
}

/* Styles for phone number block */
table#phones {
	color: #999999;
	/* border: 1px Black solid; */
	margin: 8px auto 0px;
}

table#phones th {
	text-align: left;
	padding: 2px;
}

table#phones td {
	padding: 2px;
}

/* End of styles for phone number block */

/* Contact Link Styles */
div.person a:link,
div.person a:visited {
	color: #C3C400;
	padding: 2px 10px 2px 10px;
	margin: 0px 0px 0px -10px;
	width: auto;
	text-decoration: none;
}

div.person a:hover {
	color: #DCA932;
	background:#A3760B;
}

div.person p {
	color: #999999;
}
/* End of Contact Link Styles */

/* "Links" Styles */
div#colContent li a:link,
div#colContent li a:visited {
	color: #C3C400;
	padding: 2px 10px 2px 10px;
	margin: 0px 0px 0px 0px;
	width: auto;
	text-decoration: none;
}

div#colContent li a:hover {
	color: #DCA932;
	background:#A3760B;
}

p.nolink {
	color: #C3C400 !important;
}
/* End of "Links" Styles */
