@charset "UTF-8";
/* CSS Document */

#cms_content {
    width: 800px;
}

body {
	margin: 0px;
	padding: 0px;
	background-image:url(back3.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	color:#000;
	background-color:#fef5ee;
}

#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 1000px;
}

#header {
	margin: 0px;
	padding: 0px;
}

#nav {
	margin: 0px;
	margin-left: 50px;
	padding: 0px;
	height: 29px;
	font-size: 12px;
	z-index: 50;
}

#main {
	margin-left: 50px;

}

#image {
	margin: 0px;
	padding: 0px;
	padding-top: 15px;	
	z-index: 1;
}

#middle {
	margin: 0px;
	padding: 0px;
	padding-top: 25px;
	line-height: 1.8em;
	
}

#content {
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	width: 887px;
	line-height: 1.3em;
}

#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#986845;
	font-size: 10px;
	line-height: 1.2em;
	padding-top: 15px;
	background-image:url(images/footer_back.jpg);
	background-repeat: repeat-x;
	height: 75px;
	
}

#footer a{
	color:#986845;
}

#footer a:hover {
	color:#663300;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0f2736;
	font-size: 25px;
	font-weight: normal;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#734f24;
	font-size: 21px;
	font-weight: normal;
}

.style1 {
	font-size: 16px;
}

.blue {
	color:#3f6883;
	font-weight: bold;
}

.green {
	color:#517b22;
	font-weight: bold;
}

.search {
	background-image:url(images/search_bg.jpg);
	background-repeat: repeat-x;
	border-style:hidden;
	border: none;
	height: 18px;
}

.go {
	background-image:url(images/go_bg.jpg);
	background-repeat: repeat-x;
	border-style:hidden;
	border: none;
	height: 20px;
}

a {
	color:#734f24;
}

a:hover {
	color:#5B3209;
}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu {
  height:29px;
  z-index: 50;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
width: auto;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
padding: 1px 1px;
text-decoration: none;
color: navy;
display:inline;
width: auto;
}

.suckertreemenu ul li a:hover{
color: black;
}
  /*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
margin-top: -5px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #fff;
text-decoration: none;
padding: 1px 5px;
background-color:#342815;
}

.suckertreemenu ul li ul li a:hover{
display: block;
width: 160px; /*width of sub menu levels*/
color: #FFF;
text-decoration: none;
padding: 1px 5px;
background-color:#6c5436;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
  /* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */


