/* CSS Document */

body, html {
		margin:0;
		padding:0;
}

	
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 97%;
	min-width:755px;
	

}

/*style to hold the website in the center*/
#box-wrap {
	position: relative;
	width: 775px;
	min-height: 90%;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;	
}


/*style to hold the main content - to appear first in the code*/
#box-content {
	position:relative;
	left:0px;
	top:193px;
	width:775px;
	background-attachment: scroll;
	background-image: url(../images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	right: 0px;
	background-color: #D9E2C7;
}
.white-border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/* right hand panel which will hold the actual content*/
#hold-right {
	float: right;
	width: 365px;
	margin-top: 0px;
	text-align: left;
	background-attachment: scroll;
	background-image: url(../images/homelinks-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	
}


/*style to hold the left navigation - to appear second in the code*/
#hold-left {
	float: left;
	width: 400px;
	
}

#hold-left-none {

	float: left;
	width: 770px;
	padding-bottom: 2em;
}
#box-content-inner {

	position:relative;
	left:0px;
	top:193px;
	width:775px;
	right: 0px;
	background-color: #D9E2C7;
}
#hold-left-inner {
	float: left;
	width: 555px;
	padding-bottom: 2em;
}
#hold-left-inner li{
	padding-bottom: 1em;
	font-size: 0.75em;
	font-weight: bold;
	text-align: left;
	color: #58681A;
}
#hold-right-inner {
	float: right;
	width: 185px;
	margin-top: 1.5em;
	margin-right: 0.5em;
}
#hold-left-products {
	float: left;
	width: 200px;
	padding-bottom: 2em;
}
#hold-left-products ul{
	margin-top: 1em;
	margin-bottom: 0px;
	margin-left: 1em;
	
}
#hold-left-products li{
	margin-bottom: 0.25em;
	text-align: left;
	list-style-type: none;
	background-color: #FFFFFF;
	padding: .5em;
	display: block;
	
}
#hold-left-products a{
	font-size: 0.75em;
	font-weight: bold;
	color: #978E79;
	width: 160px;
	display: block;
	
}
#hold-left-products a:hover{
	font-size: 0.75em;
	font-weight: bold;
	color: #58681A;
	text-decoration: underline;
	background-attachment: scroll;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 160px;
	
}
#hold-right-products li{
	padding-bottom: 1em;
	font-size: 0.75em;
	font-weight: bold;
	text-align: left;
	color: #58681A;
}
#hold-right-products {
	float: right;
	width: 565px;
	margin-top: 0px;
}

/*style to hold the left navigation - to appear second in the code*/
.clear-columns {
	clear: both;
	height: 2px;
	width: 775px;
}

/*style to hold the header area - to appear third in the code*/
#box-header {
	position:absolute;
	left:-1px;
	top:0;
	background-attachment: scroll;
	background-image: url(../images/head-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	width: 775px;
	height: 100px;
	vertical-align: top;
}
/*style to create the main nav*/
.nav-box {
	text-align: left;
	background-color: #C0BBAF;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	min-width:775
}
.nav-box ul {
	margin: 0px;
	height: 1.4em;
	padding: 0px;
}
.nav-box li {
	display: inline;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 1.5em;
	padding-right: 1.30em;
	padding-left: 1.3em;
}

.nav-box a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.nav-box a:hover {
	color: #8E8371;
}


/*style to hold yellow top nav*/
#box-top-nav {
	float: right;
	margin-top: 30px;
}
#box-top-nav a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding-left: 2px;
	font-size: .70em;
	padding-right: 2px;
	line-height: 12px;
}
#box-top-nav a:hover {
	color: #000000;
	text-decoration: underline;
}
/*style to hold the footer area - to appear third in the code*/
#box-footer {
	left:0;
	width: 775px;
	background-attachment: scroll;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #C0BBAF;
	text-align: right;
	padding-bottom: 5px;
	color: #FFFFFF;
}
#box-footer a {
	font-size: 0.75em;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#box-footer a:hover {
	color: #8E8371;
	text-decoration: underline;
}
h1 {
	font-size: 1em;
	color: #58681A;
	text-align: left;
	margin-bottom: 0em;
	margin-left: 20px;
	margin-top: 1.75em;
}
p {
	font-size: 0.75em;
	text-align: left;
	margin-left: 20px;
	color: #58681A;
	margin-top: 1em;
	margin-bottom: 1em;
}

h2 {
	font-size: .90em;
	color: #58681A;
	font-weight: normal;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}



#nav-container a:link {
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
	
}
#nav-container a:visited {
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
}

#nav-container a:hover {
	background-color: #000000;
	color: #fff;
	background-attachment: scroll;
	background-image: url(../images/sm-bullet-black.gif);
	background-repeat: no-repeat;
	background-position: 0.5em;
}
#nav-container a:active {
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
}
/*hold and style the second footer to appear last on the code*/

#box-footer2
	{
	text-align: right;
	height: 25px;
	font-size: 0.7em;
	color: #58681A;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	}


#box-footer2 a {
	color: #58681A;
	text-decoration: none;
}

.indent-left {
	margin-left: 10px;
}
.indent-left-top {
	margin-left: 10px;
	line-height: 20px;
}

.required {
	color: #990066;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #990066;
}
.palebox {
	font-size: 0.75em;
	background-color: #FFFFFF;
	color: #58681A;
}
caption {
	font-size: 0.85em;
	color: #FFFFFF;
	background-color: #C0BBAF;
	text-align: left;
	padding: .5em;
	font-weight: bold;
}
th {
	font-size: .75em;
}
#active {
	font-size: 0.75em;
	font-weight: bold;
	color: #58681A;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 160px;
	padding-top: .5em;
	padding-bottom: .5em;
}
hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#hold-left-none li {

	padding-bottom: 1em;
	font-size: 0.75em;
	font-weight: bold;
	text-align: left;
	color: #58681A;
}
h3 {
	font-size: 0.8em;
	color: #58681A;
	font-weight: bold;
	text-align: left;
	margin-left: 20px;
}
