/* STYLE SHEET */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
	height:100%;
	background-color:#454345; 
	background-image:url(../images/background/bodybg.gif);
	background-repeat:repeat; 
	margin:0px;
}
#container {
	position:relative;
	width:960px;
	margin:auto;
	background-color:#ffffff;
	padding-bottom:2px;
}
#container-2{
	position:relative;
	padding:0px 10px;
}
/* ***************************************************************************** */
/* HEADER */
#header {
	position:relative;
	padding-top:10px;
	background-color:#ffffff;
	}
#header-left {
	position:relative;
	float:left;
	width:660px;	
	}
#header-right {
	position:relative;
	float:right;
	width:300px;	
}
#logo {
	position:relative;
	padding:10px;
}
/* ***************************************************************************** */
/* MENU */
#navigation {
	position:relative;
	height:24px;
	background-color:#71b63b;
	z-index:10;
	margin-bottom:10px;
	border:1px solid #589529;
}
/* ***************************************************************************** */
/* BANNER */
#banner {
	position:relative;
	margin-bottom:10px;
    padding:0px;
}
#banner-left {
    position:relative;
	float:left;
	width:405px;
	height:180px;
    margin:0px;
    margin-right:10px;
    padding:0px;    
}
#banner-right {
	float:right;
	width:485px;
	height:150px;
	padding:15px;
	background-color:#76bb3f;
	border:1px solid #589529;	
}
#banner-right .snippet-content p {
	margin:20px;
	color:#ffffff;
	font-size:30px;
	line-height:32px;
}
/* ***************************************************************************** */
/* CONTENT*/
#content {
	position:relative;
	padding:10px;
	background-color:#eaebed;
	border:1px solid #d3d4d6;
	color:#414346;
}
#content p {
	color:#414346;
	line-height:18px;
}
#featured {
	border-top:1px solid #99999a;
	padding-top:10px;
}
#event {
    position:relative;
	float:left;
	width:280px;
	text-align:center;
}
#jubilee {
    position:relative;
	float:left;
	width:280px;
	margin:0px 5px;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	padding:0px 10px;
	font-size:16px;
	text-align:center;
}
#donate {
    position:relative;
	float:right;
	width:280px;
	padding:0px 10px;
	font-size:16px;
	text-align:center;	
}
/* ***************************************************************************** */
/* GALLERY */
table.image-gallery{
	width:100%;
	border-spacing:0px;
}
table.image-gallery tr th{
	background-color:#d9e3d1;
	text-align:left;
	padding:4px;
	font-weight:normal;
}
table.image-gallery tr td{
	padding:4px;
}

img.gallery-thumb{
	margin-right:5px;
	margin-bottom:5px;
}
/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	background-color:#8c8e91;
	padding:10px;
	margin:10px 0px;
	font-size:11px;
	color:#d3d4d6;
}
#footer-left {
	position:relative;
	float:left;
}
#footer-right{
	position:relative;
	float:right;
}
#footer a:link,
#footer a:visited,
#footer a:hover {
	color:#d3d4d6;
}
/* GLOBAL */

	
.clear-column {
	clear:both;
}
:focus {
	outline:none;
}
h1, h2, h3 {
	font-weight:normal;
	margin:2px 0px;
}

ul,ol{ 
	margin-left:20px;
}
ul li, 
ol li{
	margin-bottom:8px;
}

.form-input-error{
	font-size:11px;
	color:#FF0000;
	padding:2px;
	font-weight:bold;
}

.line {
	height:2px;
	margin:2px 0px;
	border-bottom:1px dashed #cbc7b2;
}
