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

body {	
	background: #FDFF94; /* url(../img/background-960px.gif) repeat-y center; */
	text-align: center;
	font-family: Tahoma, Georgia, Arial;
	font-size: 12px;
}	

#page {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
	border-left: 1px solid #4088B8;
	border-right: 1px solid #4088B8;
}

#site {
	padding: 15px;
}

h1 {
	color: #4088B8;
	font-family: Tahoma, Arial, Georgia;
	font-size: 34px;
	text-transform: uppercase;
	font-weight: normal;
}

#h1-span {
	color: #4088B8;
	font-family: Tahoma, Arial, Georgia;
	font-size: 18px;
	font-weight: normal;
}

#header {
	margin-top: 25px;
	background: url(../img/header-background.jpg) no-repeat;	
	height: 200px;
}

#header-text {
	font-family: Georgia;
	font-style: italic;
	font-size: 16px;
	line-height: 1.5em;
	width: 465px;
	margin-left: 315px;
}

#header-text-lead {
	display: block;
	font-size: 24px;
	margin-bottom: 10px;
}

#menu {
	display: block;
	margin-top: 15px;
	background: #4088B8;
	list-style-type: none;
	overflow: hidden;
}

.menu-li {
	float: left;
	padding: 5px 10px 5px 10px;
}

.menu-li-a {
	font-family: Georgia;
	font-style: italic;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFF;
}

.menu-li-a:hover {
	text-decoration: underline;
}

#content-left {
	width: 73%;
	float: left;	
	padding-top: 10px;
}

#content-right {
	width: 23%;
	float: right;	
	padding-top: 10px;
	background: #E7E7E6;
	margin-top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #CDCDCD;
	padding-bottom: 10px;
	line-height: 1.5em;
}

#content-right-inside {
	padding-left: 15px;
}

.clearfloat {
	clear: both;	
}

.article {
	font-family: Georgia, Arial, Tahoma;
	font-size: 12px;
	line-height: 1.75em;
	text-align: justify;
}

.article-lead {
	font-weight: Bold;
	font-style: italic;
	color: #FF0000;
}

.article-photo {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.article-title {
	color: #FF0000;
	font-size: 14px;
	line-height: 1.75em;
	margin-bottom: 10px;
}

.article-ul {
	margin: 0px;
	list-style-position: inside;
}

.article-ul-li {	
	margin-left: 10px;
	margin-top: 10px;
}

#footer {
	border-top: 4px solid #DADADA;
	text-align: right;
}

#footer-menu {
	display: block;
	margin-top: 15px;
	list-style-type: none;
	overflow: hidden;
}

.footer-menu-li {
	float: right;
	padding: 5px 0px 5px 15px;
}

.footer-menu-li-a {
	font-family: Georgia;
	font-style: italic;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	color: #737373;
	font-weight: Bold;
}

.footer-menu-li-a:hover {
	text-decoration: underline;
}

.image-outlined {
	border: 1px solid #CDCDCD;
	padding: 1px;
}

.text-box {
	width: 400px;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	color: #222;
}

.message-box {
	width: 400px;
	height: 200px;
	padding: 5px;
	color: #222;
	font-size: 12px;
	line-height: 18px;
}

label {
	display: block;
	font-weight: bold;
}

#message-report {
	background-color: #FFF1A8;
	color: #000;
	padding: 15px;
	font-size: 14px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: bold;
}

.button-submit {
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.button-holder {
	width: 410px;
	padding-top: 10px;
	text-align: right;
}
	
em {color: #FF0000;}

#gallery {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

.gallery-li { margin-bottom: 10px;}

.gallery-li-a-img {
	border: 5px solid #FFF;
	width: 90%;
}



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