/* Etomite Default
---------------------------------- */

*
{
  padding: 0px;
  margin: 0px;
}

html {
		background:#601C27;
		background-image: url(../images/lake-bkg.jpg);
		background-position: bottom left;
		background-repeat: no-repeat;
		background-attachment: fixed;
}


body
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 85%;

}
.white {
  color:white;
  }

.red {
  color:red;
  }

.pagetrail,.pagetrail a,.pagetrail a:link,.pagetrail a:visited {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color : #007FC2;
  padding-top : 7px;
  padding-bottom : 6px;
  text-align : right; padding-right: 14px;
}
.pagetrail a:hover {
	font : bold;
}


  
#page
{
  margin: 0px auto;padding:0px;
  width: 922px;
  background: transparent;
  position: relative;
  clear: both;
}


/* Menus
---------------------------------- */
#menu
{
  background-color: #a47300;
  color: #fff;
  clear: both;
  padding: 10px;
  overflow: hidden;
  height: 15px;
  border-bottom: 1px solid #1F6600;
}

#menu a
{
  color: white;
  text-decoration: none;
}

#menu ul,
#sidebar ul
{
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu li
{
  display: inline;
  font-size: 0.9em;
  font-weight: 900;
}

#menu li a
{
  padding: 10px;
}

#menu li a:hover
{
  background-color: #0081a4;
}

#sidebar
{
  float: left;
  width: 190px;
  padding: 5px;
  background: #eee;
}

#sidebar ul a,
li span#LM_youAreHere
{
  display:block;
  background-color: #0081a4;
  margin: 2px 0;
  color: #fff;
  text-decoration: none;
  padding: 2px 14px 2px 2px;
}

#sidebar ul a:hover,
li span#LM_youAreHere
{
  background-color: #0081a4;
}

ul#LM_level_2 li a,
ul#LM_level_2 li span#LM_youAreHere
{
  padding-left: 1em;
}

ul#LM_level_3 li a,
ul#LM_level_3 li span#LM_youAreHere
{
  padding-left: 2em;
}

li.LM_collapsed a
{
  background-image: url(../images/LM_arrow-right.gif) !important;
  background: no-repeat 99% 50%;
}

li.LM_expanded a,
li.LM_expanded span
{
  background: url(../images/LM_arrow-down.gif) no-repeat 99% 50%;
}

li.LM_endPage a,
li.LM_endPage span
{
  background-image: none !important;
}

#sidebar ul#LM_level_1
{
  margin-bottom: 1em;
}

#sidebar ul ul
{
    margin-bottom: 5px;
}


/* ListGlobals
---------------------------------- */
ul.LGlob_list {}

ul.LGlob_list.li {}

li.LGlob_isfolder a
{  background: #0081a4;
  background: url(../images/LM_arrow-right.gif) no-repeat 99% 50%;
}

li.LGlob_active a
{
  background: #0081a4;
}
li.LGlob_isfolder_active
{  display:block;
  background-color: #0081a4;
  margin: 2px 0;
  color: #fff;
  text-decoration: none;
  padding: 2px 14px 2px 2px;
}
li.LGlob_isfolder_active a
{ background: #0081a4;
  background: url(../images/LM_arrow-down.gif) no-repeat 99% 50%;
}


/* sideBanner
---------------------------------- */
.sideBanner
{
  padding: 5px;
  border: 1px solid #D5C95E;
  font-size: 90%;
  background: #fff;
  color: #0081a4;
  margin: .5em .0em .5em .0em;
}

.sideBanner a
{
  color: #993300 !important;
}

.sideBanner a:hover
{
  color: #000 !important;
}


/* General content
---------------------------------- */
#content
{
  color: #000;
  padding: 5px;
  position: relative;
  min-height: 300px;
  width: 98%;
  overflow: hidden;
  clear: right;
}

a:link
{
  color:green;
  background:inherit;
}

a:hover,
a:focus
{
  color: #000;
  background:inherit;
  text-decoration: underline;
}

a:visited
{
  color: green;
  background:inherit;
}

a img
{
  border: 0;
}


h1
{
  font-size: 24px;
  font-weight: normal;
  color: #0081a4;
  background:inherit;
  font-family: Georgia, serif;
  font-style: italic;
}

h2
{
  font-size: 1.3em; color:#a47300;
}

h3,
h4,
h5,
h6
{  color: green;
  font-size: 1em;
}

p,
table
{
  margin: .2em 0 1em 0;
}

table
{
  max-width: 922px;
}

ol,
ul
{
  margin: 0 0 1em 0em;
  padding-left: 3em;
}

ol
{
  padding-left: 3.4em;
}

ul
{
  list-style: disc
}

#pagetrail
{
  font-size: 10px;
  color:inherit;
  background: #F2EFCE;
  border-bottom: 1px dashed #CBBC38;
  padding:3px;
}


/* NewsListing Snippet Classes
---------------------------------- */
ul.newsList
{
  list-style: none;
  padding-left: 1em;
}

li.newsLi
{
  padding: .5em;
  color:inherit;
  background: #efefef;
  margin: .5em;
}

h1.newsTitle
{
  /*the news story title */
  border-bottom: 1px solid #ddd;
}

p.postInfo
{
  text-align: right;
  font-size: 10px;
  color: #aaa;
  background:inherit;
}

h2.oldernewsheading {}

ul.oldnews
{
  font-size: 90%;
}


/* Footer
---------------------------------- */
#footer
{
  color: #AC9F2D;
  padding: 5px;
  margin: 0px 0px 0px 0px;
  background: transparent;
  text-align: center;
  clear: both;
  font-size: 12px;
}

#footer a,
#footer a:visited,
#footer a:active
{
  color: #AC9F2D;
  background:transparent;
}

#footer a:hover
{
  color: #000;
  background:transparent;
  text-decoration: underline;
}

#etoNotice,
.hidden
{
  display:none;
}


/* ListSiteMap Styles
---------------------------------- */
ul.LSM_0,
ul.LSM_1,
ul.LSM_2,
ul.LSM_3,
ul.LSM_4,
ul.LSM_5
{
  padding-left: 1em; margin:0;
}

.LSM_0 li,
.LSM_1 li,
.LSM_2 li,
.LSM_3 li,
.LSM_4 li,
.LSM_5 li
{
  padding-top: .2em;
}

ul.LSM_0
{
  margin: 0em;
}


/* Search Styles
---------------------------------- */
.searchbox
{
  margin: 5px 0px;
  padding: 5px;
  border: 1px solid #D5C95E;
  background: #F2EFCE;
  color: inherit;
}

.searchbox p
{
  margin: 0;
  padding: 0;
}



/* Fieldset - Legend
---------------------------------- */
fieldset
{
  margin: 0em 0em 0em 0em;
  padding: .5em .5em .5em .5em;
  background: #F2EFCE;
  color: #000;
  border: 1px solid #D5C95E;
}

legend
{
  margin: 0em 0em 0em 0em;
  padding: .25em .5em .25em .5em;
  background: #30A300;
  color: #fff;
  border: 1px solid #D5C95E;
  font-weight: bold;
}

