body
{
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: arial, serif;
  color:white;
  background: #1c332d url(../media/assets/anaconda/back.gif) repeat-x top left;
  font-size:12px;
}

a,a:link,a:visited{text-decoration:none;font-weight:bold;color:#ebe83b;}
a:hover{text-decoration:underline;}
#wrap
{
  min-height: 100%;
  width: 885px;
  margin: auto;
  position: relative;
}
#inner-wrap
{
  padding-bottom: 80px;
}
#inner-wrap:after
{
  content: " ";
  display: block;
  clear: both;
}
* html #wrap
{
  height: 100%;
}
#login{position:absolute;top:0;left:670px;text-align:right;width:200px;float:right;}
#logo
{
  float: left;
  margin: 10px 0px 0px 32px;
  position: relative;
}
#search
{
  height: 31px;
  text-align:right;
  padding-right:22px;
  margin-top:10px;
}
#header
{
  background: #1c332d url(../media/assets/anaconda/header-back.gif) right no-repeat;
  background: #1c332d url(../media/assets/anaconda/back-repeat.gif) top left repeat;
  border: solid thin #13221e;
  color: #fff;
  margin: 0;
  padding: 0;
  padding-right:24px;
  padding-top:12px;
  text-align:right;
  height: 240px;
}
#navbar
{
  border-top:solid thin #ebe83b;
  border-bottom:solid thin #ebe83b;
  height:40px;
  }
p
{
  margin: 5px;
  padding: 0;
}
h1
{
  position: relative;
  line-height: 80px;
  margin: 0;  
}
#left
{
  float: left;
  width: 200px;
  text-align: center;
}
#main
{
  position: relative;
  margin-left: 200px;
}
#footer
{
  bottom: 0;
  padding:22px 0;  
  width: 100%;
  color: #fff;
  text-align: center;
  background: #1c332d url(../media/assets/anaconda/back-repeat.gif) top left repeat;
  border: solid thin #13221e;
}
#footer a,#footer a:link,#footer a:visited{color:white;font-weight:bold;text-decoration:none;}
#footer a:hover{color:#ebe83b;}
#footer p
{
  margin: 0;
  font-size: 12px;
xbackground-color:#1c332d ;
  text-align: center;
 xwidth:68%;
}
.minilink{
font-size:10px;
  
}

#navbar, #navbar ul { /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
}

#navbar a {
  display: block;
  xwidth: 6em;
}
#navbar li.selected a{
color:#999;
}
#navbar li { /* all list items */
  float: left;
  padding:8px 12px;  
    font-size:14px;

}
#navbar li ul a{width:64px;padding:4px;}
#navbar li ul { /* second-level lists */
  position: absolute;
  background: #212121;
  font-size:12px;
  width: 10em;
  left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#navbar li ul ul { /* third-and-above-level lists */
  margin: -1em 0 0 10em;
}

#navbar li:hover ul ul, #navbar li:hover ul ul ul, #navbar li.sfhover ul ul, #navbar li.sfhover ul ul ul {
  left: -999em;
}

#navbar li:hover ul, #navbar li li:hover ul, #navbar li li li:hover ul, #navbar li.sfhover ul, #navbar li li.sfhover ul, #navbar li li li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
}


fieldset{padding:12px;}
fieldset textarea,fieldset input{font-size:12px;background-color:#eee;border:none;margin-bottom:8px;}
fieldset label{font-size:11px;margin-top:4px;}


legend{color:#fff;}










/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 590;
  width: 100%;
  height: 500px;
}
#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 600;
  text-align: center;
  line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}
#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}
#lightbox-nav-btnNext {
  right: 0;
  float: right;
}
#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
}
#lightbox-container-image-data {
  padding: 0 10px;
  color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}  
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1.0em;  
}      
#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;  
}


.gal img,#diGallery img{border:4px solid #333;margin:2px;}




























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

