/* CSS Document for owd template 'solution' */


/* general styling */
* {
	margin: 0;
	padding: 0;
}
body {
	height: auto;
	color: #1a3804;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #3b4709;
	/* summer bg color and image
	background-color: #4e6d36;*/
	background-image: url(images/summerBg.jpg);
	
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
html {
	height: auto;
	background: #FFF;
	color: #1a3804;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* the hyperlinks */
a {
	color: #458023;
	text-decoration: underline;
}
a:hover {
	color: #d4b753;
}


/* site specific styling */
/* subMenu links */
a.subMenu:link {
	color: #000000;
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	
}
a.subMenu:visited{
	color: #000000;
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
a.subMenu:hover {
	color: #FFFFFF;
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: 14px;
	font-weight: bold;
	background-color: #9C381F;
	display: block;
}
a.subMenu:active {
	color: #000000;
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
/* newsletter links*/
a.newsletter:link {
	color: #000000;
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	
}
a.newsletter:visited{
	color: #000000;
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
a.newsletter:hover {
	color: #FFFFFF;
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: 14px;
	font-weight: bold;
	background-color: #9C381F;
	display: block;
}
a.newsletter:active {
	color: #000000;
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

/* the container centers the page */
#container {
	width: 770px;
	height: auto;
	margin: 0 auto 0 auto;
	border: 1px solid #CCCCCC;
}	


/* the topbar that contains the most upper links */
#topbar {
	width: 770px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: right;
}

/* the links in the topbar are an unordered list, formatted here */
	#topbar ul {
		float: right;
	}
	#topbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#topbar a {
		text-decoration: none;
		display: block;
		padding: 0 10px 0 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
	}
	#topbar a:hover {
		background: #458023;
		color: #FFF;
	}


/* the header that contains the big image */
#header {
	width: 770px;
	height: 180px;
	background: #458023 url(images/summerHeader.jpg) no-repeat left top;
	position: relative;
}

/* the big title text in the header */
	#header h1 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 30px;
		font-weight: 100;
		letter-spacing: -1px;
		color: #FFF;
		position: absolute;
		top: 60px;
		left: 20px;
	}

/* the navigationbar in the header */
#navbar {
	position: absolute;
	bottom: 11px;
	right: 6px;
}

/* the links in the navigationbar are an unordered list */
	#navbar ul {
	}
	
	#navbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
.articleCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	padding: 3px;
}

	#navbar a {
		text-decoration: none;
		display: block;
		padding: 4px 10px 4px 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
	}
	#navbar a:hover {
		background: #458023;
		color: #FFF;
	}
	
/* the core contains all the site contents */
#core {
	width: 770px;
	height: auto;
	margin-top: 5px;
	background: #FFF url(../images/coreback.gif) top left repeat-y;
}

/* the coreleft contains the left part of the core */
#coreleft {
	width: 155px;
	height: auto;
	background: #8db56c;
	float: left;
}

/* the links in coreleft are another unordered list */
	#coreleft ul {
	}
	#coreleft li {
		display: block;
		height: auto;
		width: 150px;
		margin: 2px;
	}
	#coreleft a {
		display: block;
		height: auto;
		padding: 4px;
		width: 128px;
		color: #fff;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		border: 0;
	}
	/* new css item */
	#news {
		display: block;
		height: auto;
		padding: 4px;
		width: 128px;
		color: #fff;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		border: 0;
	}

	#coreleft a:hover {
		background: #d4b753 url(../images/readmore_over.gif) 97% center no-repeat;
		color: #325d19;
		font-size: 12px;
	}
	
	#coreleft h3 {
		padding: 5px 4px 0 4px;
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 18px;
		margin: 0;
	}

	
	#coreleft p {
		padding: 5px;
		margin-top: 0px;
		line-height: 16px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	
/*
====================================================
call style for main event on homepage
====================================================
*/
.call {
	background: #E2E2E2; 
	padding: 5px; 
	border: 1px solid #4B4B4B;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	line-height: 18px;
}



/* the corecenter contains the center part of the core */
#corecenter {
	width: 90%;
	height: auto;
	float: left;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #28440F;
	font-weight: bold;
}


	#corecenter h2 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 20px;
		color: #3e6717;
		padding: 10px 0 0 10px;
	}
	#corecenter p {
		line-height: 20px;
		padding: 0 10px 10px 10px;
		color: #000000;
	}
	
	#corecenter ul {
		padding: 20px;
		width: auto;
	}
	#corecenter li {
	list-style: none;
	line-height: 20px;
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	}
	#corecenter li a {
		text-decoration: none;
		color: #6A8B43;
		display: inline;
		height: auto;
		padding: 4px;
	}
	#corecenter li a:hover {
		background: #a6c384;
		color: #000;
	}

/* the footer contains all copyright info etcetera */
#footer {
	clear: both;
	width: 770px;
	height: 150px;
	background: #458023;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
	#footer p {
		color: #FFF;
		padding-right: 20px;
	}
	#footer a {
		color: #FFFFFF;
	}
h4 {
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: bold;
}
#formLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A3804;
	background-color: #C7DBB7;
	text-align: right;
	padding: 5px;
}
#formRt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A3804;
	background-color: #C7DBB7;
	text-align: left;
	padding: 5px;
}


#formText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	border: 2px groove #666666;
}
.subMenuDiv {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.submenuCell {
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: 12px;
	color: #000000;
	background-color: #C84727;
	text-align: center;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.membershipDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.membershipPay {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.story {
	font-family: "MS Sans Serif", Tahoma, "Times New Roman";
	font-size: 14px;
	line-height: 250%;
	color: #000000;
	text-align: left;
	padding: 10px;
}
.topLink {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	text-align: right;
	padding-top: 5px;
	padding-right: 45px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.picbdr {
	border: 1px solid #660000;
	margin: 8px;
}
blockquote {
	font-family: "MS Sans Serif", Verdana, "Times New Roman";
	font-size: 14px;
	color: #003300;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 45px;
}
.merchPic {
	border: 1px solid #6C8570;
}

