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


#wrapper {
	width: 800px;
	height: 700px;
	left: 50%;
	top: 10px;
	margin-left: -400px;
	position: absolute;	
}
	
	#head {
		width: 800px;
		height: 160px;
		top: 0px;
		left: 0px;
		position: absolute;
		padding-top: 10px;
	}
	
	#nav {
		width: 800px;
		height: 25px;
		background-color: #164C3E;
		position: absolute;
		top: 160px;
		left: 0px;
		padding-top: 10px;
	}
	
		#nav a {
			color: #FFCF45;
			font-family: "Hoefler Text", Georgia, "Times New Roman", Times, serif;
			text-decoration: none;
			text-align: center;	
			width: 130px;
			display: inline;
			float: left
		}
		
		#nav ul {
			height: 25px;
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#nav li a {
			float: left;
			list-style: none;
			width: 130px;
		}
		
		
		#applyonline a {
			right: 10px;
			top: 0px;
			width: 131px;
			height: 25px;
			position: absolute;
			background-color: #9a7741;
			color: #FFFFFF;
			font-family: "Hoefler Text", Georgia, "Times New Roman", Times, serif;
			text-decoration: none;
			text-align: center;	
			padding-top: 10px;
		
		}
		
	#content {
		top: 195px;
		left: 0px;
		position: absolute;
		width: 800px;
		height: 392px;	
	}
	
		#text {
			float: left;
			width: 205px;
			height: 392px;
			background: #e2bd89;
			padding-left: 5px;
			padding-right: 5px;
		}
		
		#hometext {
			float: left;
			width: 205px;
			height: 392px;
			background: #164C3E;
		}
		
		#image {
			float: right;
			width: 575px;
			height: 392px;
			z-index: 1;
			border-right: 10px #9a7741 solid;
		}
		
		#imagefloorplans {
			float: right;
			width: 575px;
			height: 392px;
			z-index: 1;
			border-right: 10px #9a7741 solid;
			background-image: url(images/brownback.jpg);
		}
		
		#text ul {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			margin-left: 10px;
			padding-left: 10px;
			list-style:  circle;
			line-height: 14px;	
		}
		
		#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		}
		
		#content a:link, a:visited, a:active {
			color: #9f2f3d;
			text-decoration: none;
		
		}
		
		#announcements {
	width: 198px;
	height: 160px;
	bottom: 0px;
	position: absolute;
	background-color: #C7BEAE;
	left: -1px;
		}
		
	#footer {
		top: 587px;
		left: 0px;
		position: absolute;
		background-color: #164C3E;
		background-image: url(images/footer.jpg);
		background-repeat: no-repeat;
		height: 70px;
		width: 800px;
		margin-bottom: 10px;
	
	}
	
	
h3 {
	font-family: "Hoefler Text", Georgia, "Times New Roman", Times, serif;
	color: #9F2F3D;
}

.uppertext {
	font-size: 16px;
	font-weight: bold;

}

.redtext {
	color: #9F2F3D;
}

h4 {
	padding: 5px;
	color: #988D33;
	text-align: justify;
}
