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

html {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 12px;
		color: #000;
}

body {
/* background: #B0E0E6 url(../graphics/sitebkg.png) center top fixed no-repeat; */
	background-color: #B0E0E6;
	margin: 0px;
}

td, div {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 13px;
}


input, select, textarea {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 12px;
}

a, a:visited, a:active {
	color: #006666;
	text-decoration: none;
}

a:hover {
	color: #999;
}

.main {
	width: 1004px;
	left: 50%;
	position: absolute;
	margin-left: -502px;
}

.mainlogo {
	padding: 4px 0 0 20px;
	height: 112px;
	border-left: #000 2px solid;
	border-right: #000 2px solid;
}

.toplines {
	width: 300px;
	margin-left: 660px;
	margin-top: -110px;
}

.leaf {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 21px;
	line-height: 32px;
	background: url(../graphics/leaf_sm.png) left no-repeat;
	padding-left: 34px;
	text-shadow: 1px 1px #FFF;
}

/*  navigation starts here  */

.nav {
	background-color: #006666;
	border-top: #000 2px solid;
	border-bottom: #000 2px solid;
	border-left: #000 2px solid;
	border-right: #000 2px solid;
}

.nav a, .nav a:visited, .nav a:active {
	display: inline-block;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 20px;
	color: #FFF;
	padding: 7px 10px;
	text-shadow: 1px 1px #000;
}

.nav a:hover {
	color: #B0E0E6;
	text-shadow: -1px -1px #000;
}

.maininside {
	background-color: #DFF2F5;
	border-left: #000 2px solid;
	border-right: #000 2px solid;
	padding-bottom: 15px;
}

.hometext {
  background-color: #006666;
	color: #FFF;
	font-weight: normal;
	font-size: 13px;
	text-shadow: 1px 1px #000;
	text-align: center;
	padding: 10px 0;
	border-top: #000 2px solid;
	border-left: #000 2px solid;
	border-right: #000 2px solid;
}

.titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px #FFF;
	padding: 8px 0px;
}

.textcontent {
	padding: 10px 50px;
}

.slogan {
	text-align: center;
	padding-left: 20px;
	border-top: #000 2px solid;
	border-bottom: #000 2px solid;
	border-left: #000 2px solid;
	border-right: #000 2px solid;
}

.slogan a, .slogan a:visited, .slogan a:active {
	display: inline-block;
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 24px;
	color: #000;
	padding: 4px 60px;
	text-shadow: 1px 1px #FFF;
}

.slogan a:hover {
	color: #006666;
}

.footer {
	color: #333;
	text-align: center;
	padding: 10px 0px;
	font-size: 11px;
	border: none;
}

.error {
	color: red;
	font-size: 11px;
}


/* jQuery lightBox plugin - Gallery style */
	
	#gallery {
		text-align: left;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline-block; width: 230px; height: 180px; text-align:center; }
	#gallery ul img {
		border: 2px solid #000;
	}
	#gallery ul a:hover img {
		border: 2px solid #FFF;
}
	#gallery ul a:hover { color: #000; }
	

