/* CSS Document */


body {
	background: #b5d492; /* Old browsers */
	background: -moz-radial-gradient(left top, circle,  #b5d492 0%, #496b3f 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, left top, 0px, left top, 100%, color-stop(0%,#b5d492), color-stop(100%,#496b3f)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(left top, circle,  #b5d492 0%,#496b3f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(left top, circle,  #b5d492 0%,#496b3f 100%); /* Opera 12+ */
	background: -ms-radial-gradient(left top, circle,  #b5d492 0%,#496b3f 100%); /* IE10+ */
	background: radial-gradient(circle at left top,  #b5d492 0%,#496b3f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5d492', endColorstr='#496b3f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	font-family:Arial, Helvetica, sans-serif;
}

.main {
	width: 100%;
}

#top-nav-holder {
	background: rgba(0,0,0,.21);
	width: 100%;
	height: 40px;
}
#title {
	float: left;
}
#title h1 {
	color: rgba(255,255,255,.95);
	font-size: 175%;
	margin-top: 5px;
	margin-left: 20px;
}
#nav02 {
	display: none;
}
#nav01, #nav02 {
	float: right;
	width: 55%;
	margin-right: 5%;
}
#nav01 ul, #nav02 ul {
	color: rgba(255,255,255,.95);
	font-size: 90%;
	margin-right: 3%;
	margin-left: 3%;
	/*width: 100%;*/
}
#nav01 ul li, #nav02 ul li {
	float: right;
	display: inline-block;
	margin-bottom: 15px;
	padding: 10px 25px 10px 25px;
}
#nav01 a, #nav02 a {
	color: rgba(255,255,255,.9);
}
#nav01 a:hover, #nav02 a:hover {
	color: rgba(255,255,255,1);
}
.content01 {
	width: 90%;
	margin: auto;
}
.content01-left, .content02 {
	color: #395F30;
	float: left;
	background: rgba(255,255,255,.5);
	width: 75%;
	margin-bottom: 25px;
}
.content01-left h1, .content02 h1 {
	font-size: 150%;
	line-height: 150%;
	text-align: left;
	margin: 10px 30px 25px 30px;
	margin: 20px 10% 2% 10%;
}
.content01-left p, .content02 p {
	font-size: 90%;
	line-height: 125%;
	text-align: justify;
	margin: 10px 30px 10px 30px;
	margin: 20px 10% 2% 10%;
}
.two-col-list-holder {
	width: 100%;
	margin: auto;
	display: block;
}
.half-width {
	font-size: 90%;
	line-height: 125%;
	display:inline-block;
	float:left;
	width: 50%;
	
}
.bottom-border{
	width: 80%;
	margin:auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #395F30;
	clear: both;	
}
.list-left {
	margin: 10px 0px 25px 100px;
}
.list-right {
	margin: 10px 0px 25px 0px;
}
.ital p {
	font-style: italic;
}
.content01-right {
	float:right;
	width: 25%;
}
.rightside-image {
	width: 80%;
	height: auto;
	margin: 30px 0px 10px 25px;
}
.rightside-text {
	margin: 5px 0px 30px 25px;
	line-height: 200%;
}
#audio-button {
	background: #395F30;
	border: #000 1px solid;
	color: rgba(255,255,255,.95);
	font-size: 80%;
	margin: 20px 0px 10px 25px;
	padding: 20px;
	line-height: 150%;
}
#audio-button a {
	color: rgba(255,255,255,.9);
}
#audio-button a:hover {
	color: rgba(255,255,255,1);
}

.sharelink {
	clear: both;
	margin: 0 0 20px 30px;
}

#footer {
	clear:both;
	background-image: url(../100_0303a40x1000a.png);
	background-repeat: repeat-x;
	height: 40px;
	width: 100%;
}


/* Media queries ------------------------------------ */

@media screen and (max-width: 1000px) {
	#nav01 ul li {
		padding: 10px 15px 10px 15px;
	}
	.content02 {
		width: 90%;
	}
}
@media screen and (max-width: 820px) {
	#top-nav-holder {
		height: 80px;
		margin-bottom: 20px;
	}
	#title h1 {
		margin-left: 30px;
	}
	#nav01 {
		display: none;
	}
	#nav02 {
		display: inherit;
		float: left;
	}
	#nav02 ul{
		margin-left: 30px;
	}
	#nav02 ul li {
		float: left;
		padding: 10px 20px 10px 0px;
	}
	#nav01, #nav02 {
		/*float: right;*/
		/*width: 55%;*/
		/*margin-right: 5%;*/
	}
	#nav01 ul, #nav02 ul {
		/*color: rgba(255,255,255,.95);
		font-size: 90%;
		margin-right: 3%;
		margin-left: 3%;*/
		/*width: 100%;*/
	}
	#nav01 ul li, #nav02 ul li {
		/*float: right;*/
		/*display: inline-block;
		margin-bottom: 15px;
		padding: 10px 25px 10px 25px;*/
	}
}