@charset "utf-8";

html {
	font-size: 90%;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
}
h1, h2, h3, h4 {
	color: #4c721d;
}
#container {
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	width: 1000px;
}
#header {
	float: left;
	margin: 0;
	width: 100%;
}
#header img {
	float: left;
}

div.img_left { float: left; margin: 0 10px 10px 0; }
div.img_left p { font-size: 90%; font-style: italic; margin: 5px 0; max-width: 300px; text-align: center; }

div.img_right { float: right; margin: 0 0 10px 10px; }
div.img_right p { font-size: 90%; font-style: italic; margin: 5px 0; max-width: 300px; text-align: center; }


/*NAV CSS GOES HERE*/

/* Basic code - don't modify */
 #nav { display: block; margin: 0; padding: 0; position: relative; z-index: 100; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }

/* Essentials - configure this */
#nav ul { width: 160px; }
#nav ul ul { left: 161px; }

/* Everything else is theming */
#nav { background-color: #4c721d; color: #fbfaaa; float: left; width: 100%; }
#nav *:hover { background-color: none; }
#nav a { color: white; /*font-size: 12px;*/ padding: 5px 20px; text-decoration: none; text-transform: uppercase; font-weight: bold; }
  #nav li.hover a { background-color: #fbfaaa; color: #4c721d; }
  #nav ul { top: 25px; }
    #nav ul li a { background-color: #4c721d; color: #fbfaaa; }
      #nav ul a.hover { background-color: #4c721d; color: #fbfaaa; }
   #nav ul a { border-right: none; opacity: 0.9; filter: alpha(opacity=90); }

/*NAV CSS GOES HERE*/


ul.links-box {
	list-style: none;
	margin: 5px;
	padding: 0;
}
ul.links-box li {
	margin: 0;
	padding: 4px 0;
}



#left-col {
	float: left;
	width: 280px;
}
#left-col img {
	border: 2px solid #4c721d;
}
#main-content {
	border: 2px solid #4c721d;
	float: left;
	padding: 10px;
	width: 976px;
}
#main-content h3 {
	color: #4c721d;
	font-size: 120%;
	margin: 0;
}

#home {
	float: left;
	width: 400px;
}

#news-box {
	background-color: #d2dcc4;
	background-color: #eafadf;
	border: 2px solid #8aa268;
	float: right;
	width: 236px;
}
#news-box h3 {
	background-color: #8aa268;
	color: #fff;
	margin: 0;
	padding: 3px 8px;
	text-transform: uppercase;
}
#news-box p {
	line-height: 1.4em;
	padding: 3px 8px;
}
#news-box a {
	color: #000;
}

#news-detail {
	float: left;
	width: 640px;
}
ul.comments {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.comments li {
	background-color: #eafadf;
	margin: 10px 0;
	padding: 10px;
}



/* FORMS STYLING */
legend {
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
}
fieldset {
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
}
fieldset.submit {
	border-style: none;
	float: none;
	width: auto;
	border: 0 none #FFF;
	padding-left: 12em;
}
fieldset ol, ul.form {
	padding: 1em 1em 0 1em;
	list-style: none;
}
fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding: 0;
	padding-bottom: 1em;
}
label {
	float: left;
	width: 10em;
	margin-right: 1em;
}

em.required {
	color: red;
	font-weight: bold;
}
/* END FORMS STYLING */

#footer {
	background-color: #4c721d;
	color: #fff;
	float: left;
	line-height: 2em;
	margin: 10px 0 0 0;
	width: 100%;
}
#footer span.copyright {
	float: right;
	margin: 0;
	padding-right: 10px;
	text-align: right;
}
#footer span.charity {
	float: left;
	margin: 0;
	padding-left: 10px;
	text-align: left;
}



/** GALLERY PAGE STYLES **/
#gallery {
	clear: both;
	float: left;
	list-style: none;
	margin: 0;
	min-height: 376px;
	padding: 0;
	width: 804px;
}
#gallery li {
	border: 1px solid #4c721d;
	display: block;
	float: left;
	height: 80px;
	margin: 5px;
	overflow: hidden;
	padding: 1px;
	width: 120px;
}
#gallery li a {
	display: block;
	height: 80px;
	text-align: center;
	vertical-align: middle;
	width: 120px;
}
#gallery li img {
	border: 0;
	max-height: 80px;
	max-width: 120px;
}

img.gallery-main {
	max-width: 692px;
}
/** END GALLERY PAGE STYLES **/


/** FORM ERRORS **/
#error_box {
	background-color: #FFFFFF;
	border: 2px solid #FF0000;
	margin: 1em 0;
	padding: 0;
}
#error_box h3 {
	background: #FF0000 none repeat scroll 0 0;
	color: #FFFFFF;
	font-family: Verdana;
	font-weight: bold;
	height: 1.2em;
	padding: 0.5em;
}
#error_box p.generalMessage, #error_box ul, #info_box ul {
	padding: 0.5em 4em;
}
#error_box ul, #error_box ul li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
#error_box ul li {
	display: list-item;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	padding: 0.5em 0;
}
#error_box label {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	text-align: left;
	width: auto;
}
#error_box ul li span {
	font-size: 0.8em;
}






/* Generic style rules */
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.small {
	font-size: 75%;
}
.left {
	clear: both;
	float: left;
}
.right {
	clear: both;
	float: right;
}


/**
 * 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;
}



