@charset "utf-8";
body {
	background-color:#425957;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #383a36;
	font-weight: normal;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #383a36;
}

a {
	color: #1e1e20;
}

form {
	background-color: #CCCC99;
}

/* responsive images */
img {
    max-width:100%!important;
    height:auto!important;
    display:block;
}

blockquote {
	margin: 10;
	padding: 10;
}

.container{
	display: block;
	position: relative;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0;
	background-color: #faf6ea;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
	background-color: #364C59; 
	color: #364C59;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 20px;
	font-weight: bold;
	color: #364C59;
	font-style: oblique;
}

.header {
	display: block;
	background-color: #5C594E;
	position: relative;
	float: left;
	width: 100%;
}

.header-left {
	display: block;
	position: relative;
	float: left;
	width: 33%;
	min-width: 250px;
}

.header-right {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	display: block;
	float: left;
	text-align: center;
	width: 66%;
	margin-top: 100px;
}

.nav {
	font-size: 12px;
	font-weight: bold;
	background-color: #70968A;
}

ul.nav {
	display: block;
	position: relative;
	float: left;
	list-style: none;
	clear: both;
	background-color: #70968A;
	width: 100%;
	padding: 0;
	margin: 0;
}

ul.nav li {
	display: block;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
}

ul.nav li.first {
	margin-left: 6px;
}

ul.nav li a {
	display: block;
	padding: 8px 5px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}
a:hover {
	color:#FFFFFF ;
	background-color: #70968A;
}

.sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFF99;
}

.sidebarHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFF99;
	background-color: #999933;
 font-weight: bold;
}

.sidebarFooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFF99;
 color: #990000;
}

.content {
	display: block;
	position: relative;
	float: left;
	padding: 20px 40px;
	background-color: #faf6ea;
}

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #999;
	text-align: center;
}

.legal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
}

.box1 {
	border-width: 2px;
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
  border-style: dotted;
	}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}

.dingbat {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CCCC99;
 color: #660000; font-weight: bolder; font-size: medium;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
.Main_Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #bf3604;
	position: static;
}

.Gardener_Souls {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #bf3604;
	position: static;
}




.main_subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #300;
	text-indent: 300px;
}

@media (max-width: 900px) {
	.header-left {
		width: 80%;
		margin: 0 auto;
		float: none;
		text-align: center;
	}
	.header-left img {
		margin: 0 auto;
	}
	.header-right {	
		margin-top: 20px;
		width: 100%;
		margin: 0 auto;
	}
	.Main_Title {
		font-size: 24px;
	}
	.Gardener_Souls {
		display:block;
		position: relative;
		font-size: 18px;
		clear: both;
		margin-bottom: 10px;
	}
	h1 {
		font-size: 24px;
	}
	.subtitle {
		font-size: 18px;
	}
	.content {
		max-width: 97%!important;
		padding: 20px 20px;
	}
	.content img {
		max-width: 50%!important;
	}
}

@media (max-width: 600px) {
	.movieframe {
		width: 320px!important;
		height: 200px!important;
	}
	.content {
		max-width: 98%!important;
		padding: 20px 10px;
	}
	/* smaller screens put images on separate lines and center */
	.content img {
		position: relative;
		float:none;
		clear:both;
		margin: 10px auto;
	}
	.content img {
		max-width: 70%!important;
	}

}

@media (max-width: 320px) {
	.movieframe {
		width: 280px!important;
		height: 180px!important;
	}
	.content {
		padding: 20px 10px;
	}
}

