@charset "utf-8";
/* CSS Document */

#main_body {
	width:100%;
	background: #f4d6b5;
/*	margin-left: auto;
  	margin-right: auto; */
}

#header {

	background: #f4d6b5;
	background-size: 80%;
	background-position: center top;
	width: 100%;	
/*	padding-top: 39.0625%; */
	padding-top: 0%;
}

#content {
	font-size: 100%;
}

#logo {
	position: relative;
	width: 22.412109375%;
    left: 0%;
	margin-top: 0%;
	background:#f4d6b5;
/*	border: 1px solid #416912;/*
/*	float: left; */
	z-index: 2;
}

#logo img{
	width: 150%; /* was 100% */
	border: 1px solid #416912;
}

#header-bg {
	position: relative;
	left: 6.93359375%;
	z-index:1;
}

#header-text {
	position: relative;
/*	left: 17%; */
/*	top: -23.4375%; */
	top: 0%;
	margin-left: 50%;
	margin-right: 10%;
	margin-top: -35%;
	margin-bottom: 15%;
/*	float: right; */
	text-align: center;
}
#header-text h2 {
	padding-bottom: 0%;
	margin-bottom: 0%;
	margin-right: inherit;
	margin-left: -17.5%;
}

#header-text p {
	padding-top: 0%;
	padding-bottom: 0%;
/*	margin-top: 0.9765625%; */
	text-align: center;
}

#header-text a {
	color: #a11f21;
}

#header-text a:hover {
	color: #b76e0d;
}

#header-text li {
    display: inline;
	padding: 0.5em;
	font-family:Verdana, Geneva, sans-serif;
	white-space: nowrap;
}

#menu {
	margin-left: -36.62109375%;
}

#calendar {
/*	margin-left: 9.765625%; */
	align-content: center;
	text-align: center;
	width: 100%;
}

#bottom_page {
	width: 100%;
}

#Large-bold-cap {
	font-size: 150%;
	font-weight: normal; 
}

#defensive {
	font-size: 150%;
	text-decoration: underline;
}

#main_content {
	width: 100%;

}

p {
	color: #271d12;
	font-family:Verdana, Geneva, sans-serif;
	padding: 0.9765625%;
}

h1, h2, h3, h4, h5, h6 {
	color: #396732;
	font-family:Verdana, Geneva, sans-serif;
	padding: 0.9765625%;
}

table {
	padding: 0.9765625%;
}

table h1, h2, h3, h4, h5, h6 {
	margin: 0em;
}

table td {
	color: #271d12;
	font-family:Verdana, Geneva, sans-serif;
}

hr {
	color: #271d12;
}

a {
	color: #a11f21;
}

ul {
	color: #271d12;
	font-family:Verdana, Geneva, sans-serif;
}

#courses {
	color: #F00;
}

.caution {
	color: #F00;
}

#main_body #content #bottom_page #calendar p {
	color: #F00;
}

.InfoReq {
	margin-left: 2.5%;
}

#classreq {
	margin-left: 31%;
	margin-right: 31%;
	color: #F00;
	border: thin solid #F00;
	width: 34.1796875%;
}

@media screen and (max-width: 799px) {
	.big-container {
		display: none;
	}
}

@media screen and (min-width: 800px) {
	#header {

		background: #f4d6b5 url("/images/Background.png") no-repeat;
		background-size: 80%;
		background-position: center top;
		width: 100%;	
/*	padding-top: 39.0625%; */
		padding-top: 10%;
	}
	
	#logo {
		position: relative;
		width: 14.94140625%;
	    left: 4.9%;
		margin-top: 6.25%;
		background:#f4d6b5;
/*	float: left; */
		z-index: 2;
	}
	
	#logo img{
		width: 100%;
	}
	
	#header {

		padding-top: 10%;
	}

	#header-text {
		position: relative;
/*	left: 17%; */
/*	top: -23.4375%; */
		top: -21%;
		margin-left: 38%;
		margin-right: 10%;
		margin-top: -5%;
		margin-bottom: 0%;
/*	float: right; */
		text-align: center;
	}
	.small-container {
		display: none;
	}
}
