body, body.webprogram{
	background: url('/img/ashs/bg.jpg') repeat-x;
	font-family: 'Signika Negative',sans-serif;
	color: #333;
	background-color: #7FBD42;
	}
	
a, a:visited {
    color: #5670B2;
    text-decoration: none;
}
a:hover {
    color: #333333;
    text-decoration: none;
}

.headerwrapper, .contentwrapper, .menuwrapper {
	background-color: transparent;
	background-image: none;
	}
.menuwrapper .mainnav ul {
	background-image: none;
	}

	
.bannerimg {
	text-align: left;
	}
	.bannerimg h2 {
		margin-left: 165px;
		margin-top: -40px;
		color: #ffffff;
		font-size: 24px;
		font-style: italic;
		text-shadow: 1px 1px 0 #a0a3c7;
		font-weight: normal;
		}
		
.menu_nav {
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #cccccc 0%, #949494 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#949494)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cccccc 0%,#949494 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cccccc 0%,#949494 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cccccc 0%,#949494 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cccccc 0%,#949494 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#949494',GradientType=0 ); /* IE6-9 */
	height: 42px;
	line-height: 42px;
	}

.menuwrapper .mainnav ul li a, .menuwrapper .mainnav ul li a:link, .menuwrapper .mainnav ul li a:active, .menuwrapper .mainnav ul li a:visited, .menuwrapper .mainnav ul li a:focus, .menuwrapper .mainnav ul li a:hover {	
	color: #333;
    cursor: pointer;
    font-family: "Signika Negative",sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    margin: 0;
    padding: 0 13px;
    text-shadow: 1px 1px 0 #ccc;
    text-transform: none;
	}
.menuwrapper .mainnav ul li a:hover  {		
	background-color: #E1E1E1;
	}
	
.mainwrapper {
	background-color: #FFFFFF;
	padding: 20px 0px;
	margin-top: -10px;
	}

.start .header {
	background: transparent;
}
.sidebar {
	border: none;
}	
.sidebar .section {
	background-color: #7FBD41;
	padding: 10px 5px;
	}
	.sidebar .section li {
		border: none;
		}
		.sidebar .section li:hover {
			background-color: #7FBD41;
			}
			.sidebar .section li a, .sidebar .section li a:link, .sidebar .section li a:focus, .sidebar .section li a:active, .sidebar .section li a:visited, .sidebar .section li a:hover {
				color: #FFFFFF;
				}
				.sidebar .section li a:hover {
					color: #d4e3ae;
					background-color: #7FBD41;
					}

.navigation {
	background: none;
	font-size: 1em;
	line-height: 1em;
	padding: 0;
	margin:0;
	border-bottom: 1px solid #45423E;
}

.navigation li a, .navigation li a:link, .navigation li a:visited, .navigation li a:active, .navigation li a:focus, .navigation li a:hover {
	padding: 0 10px;
	font-weight: bold;
	display: block;
	color: #333;
	text-decoration: none;
	}
			
.sidebar .section .section_title {
	margin-bottom: 0px;
	}
	.sidebar .section h3.section_title {
		background-color: #45423E;
		color: #FFFFFF;
		text-transform: uppercase;
		font-size: .85em;
		padding: 10px 5px;
		margin: -10px -5px 0px;
		border-bottom: none;
		}
		.sidebar .section ul {
			margin-top: 8px;
			}
		
.content.section h3 {
	color: #0e3391;
    font-size: 1em;
    font-weight: bold;
    margin: 3px 0 10px;
	}
	
.as_instructions {
	border-style: solid;
    border-width: 2px;
	padding: 8px;
	margin-bottom: 20px;
    }
.formitem:first-child, .formitem.search_for{	
	background-color: #edeefa;
    border: medium none;
    bottom: 15px;
    box-shadow: 0 1px 3px -1px #333;
	padding: 8px;
	margin: 10px 0px;
	}
	.formitem label {
		margin-right: 8px;
		}
		.formitem.search_for input {
			border: 1px solid #cccccc;
			}
			.formitem:first-child select {
				border: 1px solid #cccccc;
				}
			
input[type="submit"]{		
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #cccccc 0%, #949494 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#949494)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cccccc 0%,#949494 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cccccc 0%,#949494 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cccccc 0%,#949494 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cccccc 0%,#949494 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#949494',GradientType=0 ); /* IE6-9 */
    border: 1px solid #8e8e8e;
    border-radius: 2px;
    color: #333333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    text-align: center;
    text-shadow: 1px 1px 0 #cccccc;
    width: auto;
}
input[type="submit"]:hover {
	background:  #E1E1E1;
	}
	