@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image:url(../images/back.jpg);
	background-repeat: repeat-x;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#323232;
}

#cms_content {
	width: 800px;
}

#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 850px;
}

#header {
	margin: 0px;
	padding: 0px;
}

#nav {
	margin: 0px;
	padding: 0px;
	height: 36px;
}

#image {
	margin: 0px;
	margin-top: -13px;
	padding: 0px;
}


#content {
	margin: 0px;
	padding: 10px;
	width: 810px;
	background-color:#fff;
	float: right;
	line-height: 1.4em;
	min-height: 282px;
}

#footer {
	clear: both;
	background-color:#e4b367;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
}

#footer a{
	text-decoration: none;
}

a {
	color:#323232;
	text-decoration: underline;
}

a:hover {
	color:#666666;
}

h1 {
	font-size: 16px;
	text-transform: uppercase;
	color:#595854;
}

h2 {
	font-size: 13px;
	text-transform: uppercase;
	color:#b87816;
}

h2 a{
	color:#b87816;
}

h2 a:hover {
	color:#993300;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu {
  width:850px;
  height:36px;
  margin-top: 13px;
  
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
padding: 5px 14px 5px 14px;
text-decoration: none;
color: #323232;
display:inline;
border-right: 1px solid #eac8a2;
}

.suckertreemenu ul li a:hover{

color:#a17b50;
}
  /*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;
padding-top: 10px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
background-color:#f5ddbb;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #323232;
text-decoration: none;
padding: 3px 5px;
background-color:#f5ddbb;
border-bottom: 1px solid #eac8a2;
}

.suckertreemenu ul li ul li a:hover{
display: block;
width: 160px; /*width of sub menu levels*/
color: #a17b50;
text-decoration: none;
padding: 3px 5px;
background-color:#f8ebd9;
}

* 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 */
   




