@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	margin: 0px;
	/*background-color:#6c88ce;*/
	background:url(../images/sky3.jpg) 0 -100px repeat-x #6b88ce;
}

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

.input-text {
	margin:0px;
	padding:0px;
	padding-top:6px;
	border:1px solid #1b2b89;
	width:85px;
	height:32px;
	font-size:24px;
	font-weight:normal;
}

.input-submit {
	margin:0px;
	width:70px;
	height:40px;
}

h1 {
	font-size:24px;
	margin:0px;
	margin-bottom:20px;
	border-bottom:1px solid #1b2b89;
	/*text-align:center;*/
	color:#1b2b89;
}

h2 {
	font-size:18px;
	font-weight:normal;
	margin:0px;
	margin-top:30px;
	margin-bottom:15px;
	color:#ea9404;
}

h3 {
	font-size:14px;
	font-weight:normal;
	margin:0px;
	margin-bottom:10px;
	text-align:center;
	color:#FFFFFF;
}

h4 {
	font-size:12px;
	margin:0px;
	margin-bottom:8px;
	color:#ea9404;
}

h5 {
	font-size:13px;
	margin:0px;
	margin-bottom:10px;
}

a {
	color:#1b2b89;
}

a:hover {
	color:#ea9404;
}

img {
	border:none;
}

p {
	font-size:12px;
	margin:0px;
	line-height:20px;
	margin-bottom:5px;
}

ul {
	margin:0px;
	padding:0px;
	padding-left:15px;
}

ul li {
	padding:0px;
	padding-bottom:6px;
}


.cc {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
}

.container {
	background:url(../images/sea3.jpg) 50% 100% no-repeat;
}

.content {
	background:url(../images/white-bottom.png) 0 100% repeat-x;
}

.content .box{
	background:url(../images/vline2.gif) 0 50px repeat-x;
}


.clear {
	clear:both;
	font-size:0px;
}

/* Header */

.header {
	background:url(../images/white-bottom.png) 0 100% no-repeat;
	text-align:center;
	height:165px;
}

.header div{
	background:url(../images/vline.gif) 0 0 repeat-x;
}

.header div img{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/* Left Column */

/* Language Selector */
.languages {
	margin-bottom:20px;
}

.languages a {
	margin-right:20px;
}

.languages a img {
	border:1px solid #9d9d9d;
}

.languages a:hover img {
	border:1px solid #1b2b89;
}


.thanks {
	text-align:center;
	padding:20px 10px 10px 10px;
}

.footer {
	width:950px;
	background:url(../images/white-bottom.png) 0 0 no-repeat;
	height:50px;
	margin-bottom:20px;
}


.leftCol {
	float:left;
	width:185px;
	padding:25px 10px 10px 15px;
	background:#FFFFFF;
}

/* Left Nabigation */

.leftCol .navigation {
	margin-bottom:20px;
}

.leftCol .navigation a {
	display:block;
	/*padding:5px;*/
	font-size:16px;
	color:#1b2b89;
	margin-bottom:8px;
	text-decoration:none;
}

.leftCol .navigation a:hover {
	text-decoration:underline;
}

.leftCol .navigation a.selected {
	display:block;
	/*padding:5px;*/
	font-size:16px;
	font-weight:bold;
	color:#1b2b89;
	margin-bottom:8px;
	text-decoration:underline;
}

.leftCol .verse {
	margin-bottom:20px;
}

.contacts h5 {
	margin-bottom:5px;
}

/* Center Column */

.centerCol {
	float:left;
	width:450px;
	padding:25px 0px 0px 0px;
	background:#FFFFFF;
}

/* Gallery */
.gallery {
	
}

.gallery .item {
	float:left;
	margin-right:12px;
	margin-bottom:15px;
	width:142px;
	overflow:hidden;
}

.gallery .item img {
	border:1px solid #CCCCCC;
	display:block;
}

.gallery .item a {
	display:block;
}

.gallery .item a:hover img {
	border:1px solid #1b2b89;
}

.gallery .last {
	margin-right:0px;
}

#lightbox-image-details-caption {
	color:#1b2b89;
	font-size:15px;
}

/* Right Column */

.rightCol {
	float:left;
	width:265px;
	padding:25px 15px 10px 10px;
	background:url(../images/white-top.png) 100% 0% no-repeat;
}

.rightCol .crumbs {
	padding-top:10px;
	/*padding-bottom:10px;*/
}

.rightCol .crumbs .delimiter {
	margin-left:5px;
	margin-right:5px;
}

.rightCol .crumbs a {
	color:#1b2b89;
	text-decoration:underline;
}

.rightCol .crumbs a.selected {
	font-weight:bold;
}

.rightCol .crumbs a:hover {
	color:#ea9404;
}

/* Donation */

.rightCol h2 {
	text-align:left;
	font-size:18px;
	font-weight:normal;
	margin-bottom:15px;
}

.epay div {
	float:left;
	margin-right:3px;
}

.paypal div {
	float:left;
	margin-right:3px;
}

.h-delimiter {
	margin-top:20px;
	margin-bottom:10px;
	border-top:1px solid #1b2b89;
	font-size:0px;
}