/* CSS Document */

html
{
  height: 100%;
}

body
{
  background: #f4eee6 url(../images/wrapper_bg.gif) top left repeat-y;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size:10pt;
  font-family: "Myraid Pro", "Trebuchet", "Trebuchet MS", Verdana, Arial, sans-serif;
}
.wrapper
{
  background: url(../images/bg.gif) top left repeat-x;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
}
.container
{
  width: 980px;
  margin: 0;
  padding: 0;
}


#searchBar
{
  width: 350px;
  float: right;
  margin: 0 10px 0 0;
  padding: 0;
}
#searchBar .head
{
  margin: 2px 0 0;
  padding: 0;
  background: #465052 url(../images/search_bg.gif) bottom left repeat-x;
  color: #FFF;
  font-weight: bold;
  line-height: .8em;
}
#searchBar .content
{
  background: #FFF;
  margin: 0;
  padding: 0;
  height: 18px;
}
form
{
  margin: 0;
  padding: 0;
}
#searchBar .content form select
{
  background: #FFF;
  float:left;
  border: 0 none;
  margin: 0;
  padding: 0;
  width: 70px;
}
#searchBar .content form input.search
{
  background: #FFF;
  border: 0 none;
  margin: 0;
  padding: 0;
  width: 220px;
}
#searchBar .content form input.button
{
  margin: 1px 4px 0 0;
  padding: 0;
  width: 15px;
  height: 16px;
  float: right;
}

.icon
{
  width: 206px;
  height: 164px;
  margin: 0 15px 0 1px !important;
  margin: 0 15px 0 19px;
  padding: 0 ;
  background: #b2c979;
  float: left;
  text-align: center;
  vertical-align: middle;
  border: #FFF solid;
  border-width: 0 2px 2px;
}

.icon img
{
  margin: 27px 0 0;
}
#title
{
  margin: 0;
  padding: 5px 0 0;
  clear: right;
  color: #e5ebdf;
  color: #FFF;
}
#title h1
{
  font-size: 1.7em;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#title h2
{
  font-size: 1.3em;
  line-height: .8em;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

#navigation
{
  position: absolute;
  top: 122px;
  left: 260px;
  width: 700px;
}

#navigation ul
{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;

}

#navigation ul li
{
  float: left;
  margin: 0 12px 0 0;
  padding: 0;
  width: 119px;
  height: 34px;
  vertical-align:middle;
  text-align: center;
}

#navigation ul li a
{
  display: block;
  width: 119px;
  height: 34px;
  margin: 0;
  padding: 10px 0 0;
  text-align: center;
  background: url(../images/tab_normal.gif) top left no-repeat;  
  color: #7c8c9b;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}

#navigation ul li a:hover
{
  color: #93a6b7;
  color: #EEE;
  background: url(../images/tab_over.gif) top left no-repeat;  
}

#navigation ul li a.selected, #navigation ul li a.selected:hover
{
  background: url(../images/tab_selected.gif) top left no-repeat;  
  color: #343434;
}

#navigation ul li a.selected:hover
{
  color: #000;
}


#body
{
  float: left;
  margin-bottom: 220px;
}

#body .sidebar
{
  margin: 10px 0 0 15px !important;
  margin: 10px 0 0 25px;
  width: 170px;
  float: left;
  font-size: 9pt;
  color: #465052;
}

#body .sidebar h3
{
  color: #465052;
}

#body .sidebar .content
{
  margin: 3px 0 3px 10px !important;
  padding: 0;
  width: auto;
  float: none;
  color: #465052;
}

#body form input, #body form textarea, #body .sidebar select
{
  border: 1px solid #465052;
  background: #e0edf7;
  color: #465052;
}

#body .sidebar ul.links
{
  list-style: none;
  padding: 0;
  margin: 0;
  border: none;
  list-style-image: none;
}

#body .sidebar ul.links li
{
  padding: 0;
  border-bottom: #7c8c9b solid 1px;
}

#body .sidebar ul.links li a
{
  padding: 2px 6px;
  display: block;
  color: #465052;
  text-decoration: none;
}

#body .sidebar ul.links li a:hover
{
  background: #e0edf7;
}
 
#body .content
{
  float: left;
  width: 560px;
  margin: 10px 0 0 30px;
  padding: 0;
  color: #59452a;
}
#body .news
{
	border-left:1px solid #000000;
	float:left;
	overflow:auto;
	margin-left:15px;
  width: 170px;
  padding-left: 2px;
  color: #59452a;
}

#body .content .byline
{
  font-variant:small-caps;
  font-size: 11pt;
  font-weight: normal;
  font-style:italic;
}

#body .content p
{
  margin: 0;
  padding: 0 0 1em;
}

#body .content .nodeFoot
{
  text-align: right;
  font-variant:small-caps;
  font-size: 11pt;
  font-weight: bold;
  font-style:italic;
}

#body .content .nodeFoot a
{
  text-decoration: none;
  color: #59452a;
}

#body .content .comments
{

}

#body .content .comments .comment
{
  margin: 0 0 0 10px;
  font-size: 10pt;
  background: url(../images/comment_corner.gif) top left no-repeat;
  padding: 20px 0 0 27px;
}

#body .content .comments .comment h4
{
  margin: 0;
  padding: 0;
}

#body .content .area100
{
  clear: both;
  width: 98%;
  margin: 0;
  padding: 4px;
}

h3
{
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #59452a;
  clear: both;
}

h4, h5, h6
{
  margin: 0;
  padding: 0;
  clear: both;
}

h4 a, h5 a, h6 a
{
  text-decoration: none;
}

h4
{
  font-style: italic;
}

#body a
{
  color: #59452a;
}

#body h3 a
{
  text-decoration: none;
}


#footer
{
  clear: both;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px;
  width: 100%;
  margin: 0;
  padding: 0;
}

#footHead
{
  clear: both;
  margin: 0;
  padding: 0;
  background:url(../images/footer_bg.gif) bottom left repeat-x;
}

#footHead .head
{
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: bold;
  width: 33%;
  float: left;
  margin: 0;
  padding: 0;
  color: #59452a;
  line-height: .8em !important;
  line-height: .7em;
  height: .8em !important;
  height: .7em;
}

#footHead .container
{
  padding: 0 0 0 15px;
  margin: 0;
}



#footBody
{
  clear: both;
  width: 100%;
  background: #e5ebdf;
  margin: 0;
  padding: 0;
}

#footBody .container
{
  padding: 0 0 0 15px;
  margin: 0;
}

#footBody .content
{
  width: 33%;
  float: left;
  margin: 0;
  padding: 0;
  color: #000000;
}

.clear
{
  clear: both;
}

#footBody .showcase
{
  text-align: center;
}

#footBody .showcase img
{
  padding: 0;
  margin: 2px;
  border: #DDA 3px solid;
}

#footer #footBody ul
{
  list-style: none;
  list-style-image: none;
  margin: 5px 0;
  padding: 0;
  border: none;
  width: 95%;
}

#footer #footBody ul li
{
  padding: 0;
  margin: 0 10px; 
  height: 2.0em;
  border-bottom: 1px solid #49351A;
}

#footer #footBody ul li a
{
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 3px;
}

#footer #footBody ul li a:hover
{
  background: #ecf1d9;
}

#copyright
{
  background: #e1ccb9;
  color:#ffffff;
  border-top: 1px solid;
  height: 1.7em;
  font-size:10pt;
}
#copyright a
{
  color:#ffffff;
  font-size:10pt;
}

#copyright .container
{

  text-align: right;
}

/*Other Elements*/
.hr {
  border-bottom: 1px dotted #0034CE;
  margin-top:5px;
  text-align:center
}


.error {
  font-weight:bold;
  color:#DC143C;
}
.success {
  font-weight:bold;
  color:#29BD03;
}


#body .news a.admin, #body .news a.admin:visited,#body .content a.admin, #body .content a.admin:visited
{
         color: #FF5F00;
}
#body .news a.admin:hover,#body .news a.admin:visited:hover,#body .content a.admin:hover,#body .content a.admin:visited:hover
{
         color: #B34100;
         border-style: dotted;
         border-width: 0px 0px 1px 0px;
         border-color: #000080;
}
#body .news a.cm, #body a.cm:visited,#body .content a.cm, #body a.content:visited
{
         color: #65B900;
}
#body .news a.cm:hover,#body .news a.cm:visited:hover,#body .content a.cm:hover,#body .content a.cm:visited:hover
{
         color: #3C6E00;
         border-style: dotted;
         border-width: 0px 0px 1px 0px;
         border-color: #000080;
}
#body .news a.normal,#body .news a.normal:visited,#body .content a.normal,#body .content a.normal:visited
{
         color: #0020FF;
}
#body .news a.normal:hover, a.normal:visited:hover
{
         color: #003366;
         border-style: dotted;
         border-width: 0px 0px 1px 0px;
         border-color: #000080;
}

/*  General Elements  */
code
{
  color: #F60;
  border-width: 0 1px;
  border-style: dashed;
  display: block;
  padding: 3px;
}

blockquote
{
  background: #ecf2e6 url(../images/quote.gif) top left no-repeat;
  margin: 5px 20px;
  padding: 5px 5px 5px 43px;
  border: 1px solid #d3d9ce;
}

ol li ol
{
  list-style: lower-roman;
}

ol li ol li ol
{
  list-style: lower-alpha;
}

ul
{
  list-style-image: url(../images/arrow.gif);
  padding-left: 30px;
}


