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

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

html
{
  height: 101%;
}

body
     { font-size: 85%; font-family: Verdana, Arial, Helvetica, sans-serif; background: #e2e4e4 }

#page
 { background: #fff; margin: 0 auto; position: relative; width: 922px; clear: both; border: solid 1px #972319 }
img
 { margin: 10px }

/* Header
---------------------------------- */
#header
   { color: black; text-align: right; padding: 10px; width: 900px; height: 90px }

#mainlogo
 { float: left }

#header h1
   { color: #972319; font-size: 4em; font-family: Georgia, "Times New Roman", serif }
 #header h1 span
  { color: #000000; font-family: Georgia, "Times New Roman", serif }

#header h2
  { color: #972319; font-family: Georgia, "Times New Roman", serif }


/* Menus
---------------------------------- */
#menu
  { color: #fff; background-color: #972319; padding: 10px; height: 15px; clear: both; overflow: hidden; border-bottom: 1px solid #972319; font-family: Georgia, "Times New Roman", serif }

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

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

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

#menu li a
   { padding: 10px 6px }

#menu li a:hover
 { background-color: #b00000 }

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

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

#sidebar ul a:hover,
li span#LM_youAreHere
 { background-color: #b00000 }

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: url(images/LM_arrow-right.gif) no-repeat 99% 50%;
}

li.LGlob_active a
 { background: #b00000 }

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


/* sideBanner
---------------------------------- */
.sideBanner
 { color: #972319; font-size: 90%; background: #e2e4e4; margin: 0.5em 0; padding: 5px; border: solid 1px }

.sideBanner a
 { color: #972319 }

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


/* General content
---------------------------------- */
#content
{
  color: #000;
  background: #fff;
  padding: 5px;
  position: relative;
  border-left: 1px solid #ddd;
  min-height: 300px;
  width: 708px;
  overflow: hidden;
  clear: right;
}

a:link
 { color: #972319; background: inherit inherit inherit inherit }

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

a:visited
 { color: #822319; background: inherit inherit inherit inherit }

a img
{
  border: 0;
}

h1.pagetitle
 { color: #972319; font-size: 2em; font-weight: 100; margin-top: 10px; margin-bottom: 10px; padding-bottom: 5px; border-bottom: 1px solid #ddd }

h1,
h2,
h3
 { color: #822319; background: inherit inherit inherit inherit; margin: 0; padding: 0 }

h1
{
  font-size: 1.6em;
  font-weight: normal;
  color: #000;
  background:inherit;
}

h2
{
  font-size: 1.3em;
}

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

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

table
{
  max-width: 700px;
}

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

ol
{
  padding-left: 3.4em;
}

ul
{
  list-style: disc
}

.left
{
  float: left;
}

.right
{
  float: right;
}

.textright
{
  text-align: right;
}

.textcenter
{
  text-align: center;
}

.small
{
  font-size: 0.7em;
}

.bold
{
  font-weight: bold;
}

.em
{
  font-style: italic
}

#pagetrail
 { color: #787878; font-size: 10px; background: #f3f3f3; padding: 3px; border-bottom: 1px dashed #972319 }

#pagetrail a
  { color: #787878 }

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

li.newsLi
 { color: #972319; background: #efefef; margin: 0.5em; padding: 0.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: #972319; font-size: 10px; background: #e2e4e4; text-align: center; margin: 0; padding: 5px; clear: both; border-top: 1px solid #972319 }

#footer a,
#footer a:visited,
#footer a:active
 { color: #822319; background: inherit inherit inherit inherit }

#footer a:hover
{
  color: #000;
  background:inherit;
  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
 { color: #972319; background: #e2e4e4; margin: 5px 0; padding: 5px; border: solid 1px }

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


/* Definition Lists
---------------------------------- */
dl.table-display
{
  width: 100%;
  margin: 1em 0;
  padding: 0;
}

.table-display dt
{
  width: 15%;
  float: left;
  margin: 0 0 0 0;
  padding: .5em;
  border-top: 1px solid #999;
  font-weight: bold;
}

.table-display dd
{
  float: left;
  width: 80%;
  margin: 0 0 0 0;
  padding: .5em;
  border-top: 1px solid #999;
}

/* Fieldset - Legend
---------------------------------- */
fieldset
 { color: #000; background: #e2e4e4; margin: 0; padding: 0.5em; border: solid 1px #972319 }

legend
 { color: #fff; font-weight: bold; background: #972319; margin: 0; padding: 0.25em 0.5em; border: solid 1px #972319 }

table.varList
 { color: #000; background: #e2e4e4; margin: 0; padding: 0; width: auto; border: solid 1px #972319; border-collapse: collapse }

table.varList td
{
  height: auto;
  padding: 0em .5em 0em .5em;
  vertical-align: top;
  word-wrap: break-word;
}

table.varList td:first-child
{
  font-weight: bold;
}

table.varList th
 { color: #fff; font-weight: bold; background: #972319; margin: 0; vertical-align: top; border: none }
