ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.clearL { clear: left; }
.clearR { clear: right; }
.clearB { clear: both; }

BODY, TD {
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
}

BODY {
    background-color: #8c8526;
    background-image: url("/images/layout/bg.gif");
    color: #fff;
}

DIV#outer {
    border: 10px solid #fff;
    margin: 15px auto;
    width: 900px;
    padding: 0;
}

DIV#header {
    padding: 10px;
    background-color: #403c01;
    position: relative;
    background-image: url("/images/layout/leaves.png");
    background-position: bottom left;
    background-repeat: repeat-x;
    padding-bottom: 80px;
}

DIV#header H1 {
    font-size: 40px;
    font-weight: bold;
}

DIV#header H2 {
    font-size: 15px;
    color: #6a82e9;
}

DIV#header IMG {
    position: absolute;
    top: 0;
    right: 0;
}

DIV#main {
    background-color: #733702;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

/*** NAVIGATION ***/

UL#nav,
UL#nav LI {
    display: block;
    list-style-type: none;
}

UL#nav {
    width: 150px;
    float: left;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

UL#nav LI A {
    display: block;
    background-color: #403c01;
    border-bottom: 1px solid #fff;
    border-right: 2px solid #fff;
    padding: 3px 5px;
    color: #fff;
    font-size: 18px;
}

UL#nav LI A:hover {
    text-decoration: none;
}

UL#nav LI A:hover,
UL#nav LI.current A {
    background-color: #8c8526;
    background-image: url("/images/layout/nav-leaf.gif");
    background-position: center right;
    background-repeat: no-repeat;
}

/*** END: NAVIGATION ***/

/*** MAIN CONTENT AREA ***/
DIV#content {
    width: 710px;
    float: left;
    padding: 5px 10px 10px 10px;
}

/* Section Header */
DIV#content H3 {
    color: #b0a840;
    font-size: 25px;
    font-weight: bold;
    border-bottom: 2px dotted #fff;
    margin-bottom: 20px;
    width: 450px;
}

DIV#content H3 SPAN {
    color: #fff;
    padding-right: 2px;
}
DIV#content H3 * {
    vertical-align: bottom;
}

DIV#content H4 {
    font-size: 20px;
}

DIV#content P {
    margin: 5px 0;
}

DIV#content A {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

DIV#content OL {
    margin: 5px 0;
    padding: 0 0 0 30px;
}
DIV#content OL LI {
    margin: 0;
    padding: 0;
}

DIV#content SPAN.callout {
    font-weight: bold;
    font-size: 110%;
}

DIV#content IMG.bordered,
DIV#content IFRAME {
    border: 3px solid #fff;
}

IMG#lightboxImage {
    max-width: 450px;
    max-height: 350px;
}

/*** END: MAIN CONTENT AREA ***/

/*** FOOTER ***/

DIV#footer {
    background-color: #592202;
    padding: 10px;
}

DIV#footer P {
    width: 350px;
}

DIV#footer P SPAN {
    display: block;
    margin: 0 0 5px 0;
    font-size: 18px;
}

DIV#footer P.left {
    float: left;
}

DIV#footer P.left A {
    display: block;
    width: 75px;
    height: 75px;
    float: left;
    margin: 0 3px 0 0;
}

DIV#footer P.right {
    text-align: right;
    float: right;
}

DIV#footer P.right IMG {
    margin-top: 8px;
}

DIV#timeLeft {
    text-align: center;
    font-size: 18px;
    color: #000;
    color: #403C01;
    font-weight: bold;
}

/*** END: FOOTER ***/

/*** ERRORS ***/

div#error H4 {
    font-size: 20px;
    font-weight: bold;
}
div#error P {
    font-size: 16px;
    font-weight: normal;
}

DIV#error IMG {
    float: left;
}

/*** END: ERRORS ***/

/**
 * 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: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	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;	
}

