body {
	background: #CCCCCC;
	font-family: Tahoma, Geneva, sans-serif;
}

div.container {
/*	border: 1px solid red;*/
	background: white;
}


div#header {
	height: 140px;
}

/* logo: top needs to be (div height - image height) / 2 */
div#header img {
	position: relative;
	top: 37px;
	left: 16px;	
}

div#banner {
	background: LightGrey;
	height: 100%;
	background: url('images/templates/ICHA_Banner_Final.png') top right no-repeat;
	
}

div#banner p {
	position: relative;
	top: 45%;
	text-align: center;
	font-weight: bold;
}

div#navbar {
	background: #851013;
	
}

div#navigation {
	background: #851013;
	color: white;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

div#navigation ul {
	border: 0;
	margin: 0;
	float: left;
	padding: 0;
	list-style-type: none;
	height: 100%;
	text-align: center;
}

div#navigation ul li {
/*	display: inline;*/
	float: left;
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-top: 0px;
}

div#navigation ul li a {
	background: #851013;
	height: 100%;
/*	border-top: 1px solid #851013;*/
	border-right: 1px solid #FFF;
/*	border-bottom: 1px solid #851013;*/
/*	border-right: none;*/
	padding: 5px 13px 5px 13px;
	margin: 0 0 0px 0;
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	text-align: center;
/*	font: bold 12px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;*/
	font-weight: bold;
	font-size: 11px;
}

div#navigation li a:hover {
	color: black;
	background: #CCA3A6;
}

div#searchbox {
	background: #851013;
	padding: 0;
	margin: 0;
	text-align: right;
	padding-top: 2px;
	display: none;
}

div#main {
	background: #fff url('images/templates/gradient.png') bottom right no-repeat;
/*	background: #D7B62F url('images/templates/gradient.png') bottom right no-repeat;*/
}

div#main p {
	font-size: 13px;
	text-indent: 0px;
}


div#main {
	padding-top: 25px;
/*	line-height: 1.3em;*/


}

div#main h1 {
	font-weight: bold;
	font-size: 16px;
	color: #851013;
	margin-bottom: 15px;
}

div#main h2 {
	color: #851013;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

div#main h3 {
	font-size: 12px;
	font-weight: bold;
}

div#main h4{
	color: #851013;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0px;
	
}

div#main h2 a {
	color: #851013;
}

div#main a {
	color: #851013;
	text-decoration: none;
}

div#main a:hover {
	text-decoration: underline;
}

div#tag p {
	text-align: left;
	color: #851013;
	font-weight: bold;
	padding-top: 35px;
	padding-left: 35px;
	padding-right: 25px;
	font-size: 20px;
	line-height: 1.35;
}

div#statistic p {
	font-size: 14px;
	font-weight: bold;
	padding-left: 35px;
	padding-right: 35px;
}

div#footer {
	text-align: center;
	font-weight: bold;
	font-size: 9px;
	color: #2F2D2E;
	padding-top: 15px;
}

div#footer a {
	color: #2F2D2E;
}

div#main #donate a {
	font-size: 14px;
	background: #2F2D2E;
	color: white;
	text-decoration: none;
	padding: 6px 8px 6px 8px;
	font-weight: bold;
}

div#main #donate a:hover {
	text-decoration: underline;
}

div#page {
/*	border: 1px red solid;*/
	padding-top: 0px;
	margin-top: 0px;
}

div#page {
	margin-right: 20px;
/*	width: 590px;*/
/*	border: 1px solid red;*/
	font-size: 13px;
	min-height:500px;
 	height:auto !important;
 	height:500px;
}

div#page p {
	font-size: 13px;
	text-indent: 0px;
}

div#page p + p {
	margin-top: 1.5em;

}

div#page p a {
	font-size: 12px;
}

div#page ol {
	padding-left: 5px;
}

div#submenu {
	padding: 0px;
	margin: 0px;
	margin-right: 10px;
	width: 230px;
}

ul#nav_cat_archive {
	font-size: 14px;
	border: 0;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	list-style-type: none;
	text-decoration: none;
}

ul#nav_cat_archive a.active, ul#nav_cat_archive li a.active, li#active a {
	text-decoration: underline;
}

ul#nav_cat_archive li {
	font-weight: bold;
	list-style-type: none;
	color: black;
}

ul#nav_cat_archive li ul li {
	font-weight: normal;
}

ul#nav_cat_archive li ul li a {
	color: black;
}

span#breadcrumb {
	display: block;
	margin-top: 0px;
	padding-top: 0px !important;
	margin-bottom: 10px;
}

div#main div#explain {
	padding: 5px;
	background: LightGrey;
	margin: 8px 0px;
}

div.formitem {
	padding: 10px;
	width: 100%;
	clear: both;
}

div.label {
	width: 100px;
	float: left;
	text-align: right;
	padding-right: 5px;
}

div.element {
	float: left;
}

div.element textarea { padding-top: 0px; margin-top: 0px;}

div#site-map h3 a {
	color: black;
}


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