/* HTML5 ✰ Boilerplate */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #325000; }
a:hover { color: #325000; }


/**
 * Primary styles
 *
 * Author: 
 */
 
/***************************************
-----UNIVERSAL STYLES
***************************************/
body {
	font-family: helvetica, arial, sans-serif;
	color: #444;
}
h1 {

}
h2 {

}
h3 {
	width: 100%;
	font-size: 1.25em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid white;
}
h4 {
	width: 100%;
	font-size: 1.25em;
	padding-bottom: 10px;
	margin-bottom: 1em;
	border-bottom: 1px solid #a2a2a2;
}
h5.coltitle {    
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	width: 630px;
	text-shadow: 0 1px 1px #1b2a00;
	color: white;
	padding-left: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	background: #36531a url('../images/nav-back.jpg') repeat-x ;
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px; /* Firefox 3.6 Fallback*/
	-webkit-border-top-right-radius:10px; /* Safari Fallback*/
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px; 
} 
h5.coltitle-right {    
	height: 30px;
	line-height: 30px;
	width: 250px;
	text-shadow: 0 1px 1px #1b2a00;
	color: white;
	padding-left: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	background: #36531a url('../images/nav-back.jpg') repeat-x ;
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px; /* Firefox 3.6 Fallback*/
	-webkit-border-top-right-radius:10px; /* Safari Fallback*/
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px; 
}
h6 {
	margin: 0 0 20px 0;
	color: #537a0d;
	font-size: 1.25em;
}
p {
	margin-bottom: 20px;
}
li {
	list-style: none;
}  

article { 
	position: relative;      
	margin-bottom: 20px;   
	overflow: hidden;
	padding: 55px 10px 10px 10px;
	border: 1px solid #ccc;
	background-color: #f8fff4;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
blockquote {
	width: 600px;
	margin: 20px auto;
	overflow: hidden;
}
blockquote p {
	font-size: 1.5em;
	padding-left: 60px;
	background: transparent url(../images/quote.jpg) no-repeat left top;
}
ul.bullets {
	list-style-type: disc;
}
/***************************************
-----Universal Styles
***************************************/
a.big-button {
	clear: both;
	margin: 20px auto;
	width: 150px;
	font-size: 1em;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: white;
	text-shadow: 0 1px 1px #1b2a00;
	display: block;
	padding: 10px;
	border: 1px solid #1b2a00;
	background: #36531a url('../images/upcoming-back.jpg') repeat-x ;
}
.rounded {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.top-rounded {
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px; /* Firefox 3.6 */
	-webkit-border-top-right-radius:10px; /* Safari */
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px; /* Firefox 3.6 */
	-webkit-border-top-left-radius:10px; /* Safari */
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.clear {
	clear: left;
}
.bottom-marg {
	margin-bottom: 0;
}     

/***************************************
-----PLUGIN STYLES
***************************************/
.fadein { position:relative; height:250px; width:470px; overflow: hidden;}
.fadein img { position:absolute; left:0; top:0; }
/***************************************
-----CONTAINER
***************************************/
#container {
	width: 960px;
	margin: 0 auto;
}
	/***************************************
	-----Header
	***************************************/
	header {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
		/***************************************
		-----Logo
		***************************************/
		img#logo {
			width: 240px;
			float: left;
		}
		#contact-info {
			float: right;
			color: #747474;
			font-size: 1em;
			text-align: left;
			margin-top: 48px;
			padding: 10px;
			background: #c0d8a4;
			border: 1px solid #474747;
		}
	    #contact-info span {
		    font-size: 1.5em;
		    color: #325000;
		}
		/***************************************
		-----Nav
		***************************************/
		#main_nav {
			clear: both;
			height: 30px;
			width: 100%;
			line-height: 30px;
			background: #36531a url('../images/nav-back.jpg') repeat-x ;
			border-top: 1px solid #3f6500;
			border-bottom: 1px solid #1b2a00;  
			color: white;
			text-shadow: 0 1px 1px #1b2a00;
		}
			#main_nav ul{
				list-style: none;
			}
			#main_nav li {
				float: left;
				border-right: 1px inset #1b2a00;
			}
				#main_nav li a {
					color: white;
					text-decoration: none;
					font-weight: bold;
					display: block;
					height: 100%;
					padding: 0 25px 0 25px;
				}
					#main_nav li a:hover {
						background: url('../images/nav-backhover.jpg') repeat-x;
					}
		#left-slide {
			float: left;
			width: 480px;
			height: 310px;
			overflow: hidden;
			background: grey;
		}
		#slide {
			height: 250px;
			background: black;
			border: 5px solid #3f6500;
		}
		#upcoming {
			height: 30px;
			width: 100%;
			line-height: 30px;
			color: white;
			text-shadow: 0 1px 1px #1b2a00;
			padding: 10px;
			background: #36531a url('../images/upcoming-back.jpg') repeat-x ;
		}
			#upcoming span {
				font-size: 1.25em;
				margin-right: 1em;
				font-weight: bold;
			}
		#right-slide {
			float: left;
			width: 440px;
			padding: 20px;
			height: 270px;
			color: white;
			background: #314e01 url('../images/right-contentback.jpg') repeat-x ;
		}
	#main {
		width: 940px;
		padding: 10px;
		margin-top: 20px;
		border: 1px solid #ccc;
		background-color: white;  
		box-shadow: 0 0 10px #ccc;
		margin-bottom: 20px;
		overflow: hidden;
	}
		#left-content {
			float: left;
			width: 650px;
			padding-right: 10px;
		}
			#left-content ul li{
				margin-bottom: 1em;
			} 
			
		#right-content {
			float: right;
			width: 268px;
			padding: 0 0 0 10px;
		}
			#right-content img {
				margin-bottom: 20px;
				width: 256px;
				padding: 5px;
				background: white;
				border: 1px solid #ccc;
			}
		#news {
			width: 100%; 
			overflow: hidden;
		}
			.news-block {
				border: 1px solid #ccc;
				background-color: white;
				border-radius: 10px;
				height: 62px;
				padding-bottom: 10px;
				margin-bottom: 10px;
				overflow: hidden;
			}
			.date {
				float: left;
				width: 50px;
				padding: 10px;
				overflow: hidden;
				border-right: 1px solid #ccc;
				margin-right: 10px;
			}
				.month {
					width: 40px;
					padding: 5px;
					background: #444;
					color: white;
					margin: 0;
					text-align: center;
				}
				.day {
					width: 40px;
					padding: 5px;
					background: #dedede;
					margin: 0;
					text-align: center;
				}
				.news-article {
					float: right; 
					padding: 10px;
					width: 514px;
					max-height: 42px; 
					margin-right: 10px;
				}
		/***************************************
		-----TWITTER
		***************************************/
		

	#footer {
		width: 100%;
		margin-bottom: 50px;
		overflow: hidden;
	}

/***************************************
-----FORM STYLES
***************************************/








.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

