@import url('adapt.css');
@import url(https://fonts.googleapis.com/css?family=Signika+Negative:400,600,700,300);

body, body.webprogram {
	background: rgba(127,189,66,1);
background: -moz-linear-gradient(top, rgba(127,189,66,1) 0%, rgba(127,189,66,1) 79%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(127,189,66,1)), color-stop(79%, rgba(127,189,66,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(127,189,66,1) 0%, rgba(127,189,66,1) 79%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(127,189,66,1) 0%, rgba(127,189,66,1) 79%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(127,189,66,1) 0%, rgba(127,189,66,1) 79%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(127,189,66,1) 0%, rgba(127,189,66,1) 79%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fbd42', endColorstr='#ffffff', GradientType=0 );
	background-repeat: no-repeat;
	font-family: 'Signika Negative',sans-serif;
	color: #333;
}
	
a, a:visited, a:link, a span {
    color: #659734;
    text-decoration: none;
}

a:hover, a span:hover {
    color: olive;
    text-decoration: none;
}

.banner {
	background-color: transparent;
	display: none;
	}
	html#range_0 .banner, html#range_0 .banner h1 div.bannertitle{
		background-color: #869ACD;
		}
	.banner img {
		width: auto;
		height: auto;
		display: none;
		}
		html#range_1 .banner img, html#range_1 .banner {
			width: auto;
			height: auto;
			display: none;
			}
		
.tagline {
    color: #FFFFFF;
    font-size: 24px;
    font-style: italic;
    margin-left: 165px;
    margin-top: -40px;
    position: absolute;
    text-shadow: 1px 1px 0 #A0A3C7;
}

.wrap {
	margin-top: 15px;
	padding: 10px;
	}

.sidebar h4, .sidebar_priority h3, .sidebar h5, .sidebar_priority h5, .content h2 {
	text-align: right;
	color: #7FBD41;
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomright: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 50%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 50%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 50%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 50%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );
	
	}
	.sidebar_priority {
		color: #659734;
		background-color: #FFFFFF;
		border: none;
		}
.content {
	border: none;
}
	.content p.note {
		font-style: italic;
		color: #900;
		margin: 5px 0 10px -10px;
	}
	
.content h2 {
	height:auto;
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomright: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	background: rgba(201,201,201,1);
	background: -moz-linear-gradient(left, rgba(201,201,201,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(201,201,201,1)), color-stop(50%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(left, rgba(201,201,201,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(left, rgba(201,201,201,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(left, rgba(201,201,201,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to right, rgba(201,201,201,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#000000', GradientType=1 );
}
.navigation li a, .navigation li a:link, .navigation li a:visited, .navigation li a:active, .navigation li a:focus, .navigation li a:hover {
			color: #45423E;
			}

.navigation li a:hover {
	background-color: #7FBD41;
	color: #FFFFFF;
	}


	
.start .header {
	background-color: #FFFFFF;
	color: #5670B2;
	font-size: 16px;
/*	background-image: url('../images/leaf_clip_art_small_copy.png');
	background-repeat: no-repeat;
	background-position: left center;*/
	text-align: left;
	margin: 1em 0;
	}
	
img.slide {
	margin-left:-10px;
	margin-right: -10px;
	margin-top: -10px;
	width: 102%;
	}
	html#range_1 img.slide {
		width: 103%;
		}
		html#range_0 img.slide {
			display: none;
			}
			
.searchform td {
	font-size: 1em;
	padding: 5px;
	}

.content .number {
	float:left;
	width:7%;
	padding:0;
}
.subtitle .subtext {
	float:left;
	text-align: right;
	color: #fff;
	/*text-shadow: 0 0 4px #000000;*/
	width: 100%;
}

/* THIS IS WHERE YOU PUT YOUR CLIENT STYLE OVERRIDES FOR COLOR, ETC. */

/* THIS STYLESHEET WILL ONLY HAVE STYLE ATTRIBUTES WITHIN IT. TO APPLY SPECIFIC STYLES TO A CLIENT, MAKE A STYLE.CSS IN THE CLIENT STYLESHEETS DIRECTORY AND ADD IN YOUR DIVS AND CLASSES. IF THERE ARE ANY QUESTIONS, CONTACT A STYLE PERSON FOR ASSISTANCE */


/****** BODY BACKGROUND GRADIENT ******/

/* body, body.webprogram { 	
	background: #ccc url('/static/img/bg-gradient.png') 50% 0 repeat-x;
} */

/****** ADDS SHADOWING TO ANY DIV YOU PUT THESE ATTRIBUTES IN ******/
	
	/*-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 51, 0.85);
	-moz-box-shadow: 0px 2px 10px rgba(0, 0, 51, 0.85);
	box-shadow: 0px 2px 10px rgba(0, 0, 51, 0.85); */
	

/****** ADDS ROUNDED CORNERS TO ALL CORNERS OF ANY DIV YOU PUT THESE ATTRIBUTES IN ******/

	/*border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;*/

/****** ADDS ROUNDED CORNERS TO THE BOTTOM OF ANY DIV YOU PUT THESE ATTRIBUTES IN ******/
	
	/* -moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px; */

/******* ADDS ROUNDED CORNERS TO THE TOP OF ANY DIV YOU PUT THESE ATTRIBUTES IN ******/

	/*border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px; */


/****** IF YOU WANT TO ADD A BUTTON GRADIENT TO ANY OF THE FOLLOWING HEADERS COPY THIS INTO YOUR CLIENT STLYES ******/

/*.sidebar h4, .sidebar_priority h3, .sidebar h5, .sidebar_priority h5, .content h2 {
	background:#666 url('/static/img/buttongradient.png') 50% 10% repeat-x;	
}*/



/****** IF YOU WANT TO ADD A BUTTON GRADIENT TO ANY OF THE FOLLOWING LIST ITEMS COPY THIS INTO YOUR CLIENT STLYES ******/

/*.navigation li a, .navigation li a:link, .navigation li a:visited, .navigation li a:active, .navigation li a:focus, .navigation li a:hover {
	background:#ddd url('/static/img/buttongradient.png') 50% 50% repeat-x;
}*/

li.documentimagelink {
    list-style-type: none;
    margin: 0!important;
}
li.documentimagelink img {
    width: auto;
    max-width: 100%;
}

.file {
	background-position: 0 0;
}
.file a, .file a:visited, .file a:link, .file a span{
	margin-left: 20px;
}
	