/* Basics */

div,ul,li,p,h1,h2,h3,h4,h5,h6,span,a,img,body {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 14px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	background-color: #F3F3F1;
	text-align: center;
}

a {
	text-decoration: underline;
	color: #343434;
}

a:hover {
	text-decoration: none;
	color: #ff6600;
}

/* Header */

#headerWrap {
	width: 100%;
	height: 115px;
	background: #fa831d url("http://www.ameshigh1970.com/images/site/headerBg.png") repeat-x top left;
}

	#headerInner {
		width: 100%;
		height: 100%;
	}

		#header {
			width: 800px;
			height: 100%;
			margin: 0 auto;
			text-align: center;
		}
		
			#header h1 {
				font-size: 45px;
				font-family: Helvetica, "Trebuchet MS", "Fontin Sans SC", Sans-Serif;
				line-height: 85px;
			}
			
			#header .logo {
			}
			
				#header .logo .cyclone {
					position: relative;
					left: -60px;
					border: 0px;
					width: 160px;
					height: 105px;
					padding: 5px;
				}
				
				#header .logo .AHSA {
					position: relative;
					left: -60px;
					border: 0px;
					width: 520px;
					height: 105px;
					padding: 5px;
				}

/* Menu */

#menuWrap {
	width: 100%;
	background: url("http://www.ameshigh1970.com/images/site/menuBg.png") repeat-x top left;
	border-top: 1px solid #dcdcd4;
	border-bottom: 1px solid #dcdcd4;
}

	#menu {
		position: relative;
		width: 800px;
		height: 45px;
		margin: 0 auto;
		font-family: Helvetica, Arial, Sans-Serif;
		text-align: left;
	}

		#menu #inner {
			position: relative;
			left: 7px !important;
			left: 5px;
			width: 780px !important;
			width: 782px;
			height: 45px;
			margin: 0 auto;
		}

			#menu a {
				display: block;
				float: left;
				height: 45px;
				padding: 0px 10px;
				line-height: 45px;
				color: #555555;
				font-size: 12px;
				text-decoration: none;
				outline: none;
			}

			#menu a:hover {
				background-color: #fffffa;
				color: #fa831d;
				text-decoration: underline;
				border-left: 1px solid #dcdcd4;
				border-right: 1px solid #dcdcd4;
				padding: 0px 9px;
			}

			#menu #first a:hover {
				padding-left: 1px;
			}

			#menu #last a:hover {
				padding-left: 4px;
			}

			#menu .noLeft:hover {
				border-left: 0;
				padding-left: 10px;
			}

			#menu .noRight:hover {
				border-right: 0;
				padding-right: 10px;
			}

			#menu #last .noLeft:hover {
				padding-left: 5px;
			}

			#menu #active {
				background-color: #fffffa;
				color: #fa831d;
				border-left: 1px solid #dcdcd4;
				border-right: 1px solid #dcdcd4;
				border-bottom: 1px solid #fffffa;
				padding: 0px 9px;
			}

			#menu #first #active {
				padding-left: 1px;
			}

			#menu #last #active {
				padding-left: 4px;
			}

			#menu #active:hover {
				text-decoration: none;
			}

			#menu .home {
				padding-left: 2px;
			}

				#menu .home span {
					float: left;
					padding: 7px 7px 5px 5px;
				}

				#menu .home span:hover {
					cursor: pointer;
				}

					#menu .home span img {
						width: 32px;
						height: 32px;
						border: 0px;
					}

					#menu .home span img:hover {
						cursor: pointer;
					}

			#menu .contact {
				padding-left: 5px;
			}

				#menu .contact span {
					float: left;
					padding: 7px 5px 5px 3px;
				}

				#menu .contact span:hover {
					cursor: pointer;
				}

					#menu .contact span img {
						width: 32px;
						height: 32px;
						border: 0px;
					}

					#menu .contact span img:hover {
						cursor: pointer;
					}

/* Body */

#bodyWrap {
	width: 100%;
	background-color: #e8e8e8;
}

	#bodyWrap2 {
		width: 774px !important;
		width: 770px;
		margin: 0 auto;
		padding-left: 10px;
		background: #fffffa url("http://www.ameshigh1970.com/images/site/bodyBgLeft.png") repeat-y top left;
		text-align: left;
	}

		#bodyWrap3 {
			width: 100%;
			padding-right: 10px;
			background: #fffffa url("http://www.ameshigh1970.com/images/site/bodyBgRight.png") repeat-y top right;
		}

/* Universal Layout Styling */

			#bodyWrap #main h2, h3, h4 {
				font-family: Helvetica, "Trebuchet MS", "Fontin Sans SC", Sans-Serif;
				color: #FA8725;
			}
			
			#bodyWrap #main h2 {
				width: 96%;
				font-size: 25px;
				margin-bottom: 10px;
				border-bottom: 1px solid #e8e8e8;
			}
			
			#bodyWrap #main h3 {
				width: 96%;
				color: #000000;
				font-size: 20px;
				margin-bottom: 8px;
				border-bottom: 1px solid #e8e8e8;
			}
			
			#bodyWrap #main h4 {
				color: #121212;
				font-size: 16px;
				margin-bottom: 6px;
			}

			#bodyWrap #main p {
				width: 90%;
				font-size: 15px;
				font-family: Arial, Sans-Serif;
				line-height: 20px;
				padding: 5px 10px;
			}

				#bodyWrap #main p .red {
					color: #D8000C;
				}
				
			#bodyWrap #main .fbook {
				padding-left: 50px;
				line-height: 20px;
				background: url("http://www.ameshigh1970.com/images/site/FacebookLogo.gif") no-repeat center left;
			}
				

			#bodyWrap #info p {
				color: #555556;
				padding-bottom: 10px;
				font-family: Helvetica, Arial, Sans-Serif;
				font-size: 13px;
				text-align: justify;
			}
			
			#bodyWrap #main ul {
				margin: 5px 5px 5px 25px;
			}
			
				#bodyWrap #main ul li {
					line-height: 22px;
					padding-bottom: 10px;
				}
				
				
			#bodyWrap .success {
				width: 90%;
				margin: 10px 5px;
				padding: 15px;
				border: 1px solid #4F8A10;
				color: #4F8A10;
				background-color: #DFF2BF;
				font-size: 12px;
				font-family: Arial;
			}
				
			#bodyWrap #failed {
				width: 90%;
				margin: 10px 5px;
				padding: 15px;
				border: 1px solid #D8000C;
				color: #D8000C;
				background-color: #FFBABA;
				font-size: 12px;
				font-family: Arial;
			}

				#bodyWrap #failed .failed {
					list-style: none;
				}

					#bodyWrap #failed .failed li {
						display: block;
						margin-left: 5px;
						margin-bottom: 3px;
					}

			#bodyWrap #clear {
				clear: both;
			}

/* 2 Column Layout #1 - Info on Left */

			#L2Col1 {
				width: 100%;
				background-color: #fffffa;
				padding-top: 25px;
			}

				#L2Col1 #info {
					float: left;
					width: 200px;
					margin-top: 15px;
				}

					#L2Col1 #infoTop {
						width: 200px;
						height: 30px;
						background: #fffffa url("http://www.ameshigh1970.com/images/site/infoTopBg.png") no-repeat top right;
					}

					#L2Col1 #infoMiddle {
						width: 159px;
						padding: 0px 20px;
						border-right: 1px solid #e8e8e8;
					}
					
						#L2Col1 #infoImg {
							position: relative;
							top: -25px;
							width: 100%;
						}
						
							#L2Col1 #infoImg img {
								border: 0px;
								width: 158px;
								height: 100px;
							}

						#L2Col1 #infoText {
							position: relative;
							top: -15px;
							width: 100%;
						}

					#L2Col1 #infoBottom {
						width: 200px;
						height: 30px;
						margin-bottom: 15px;
						background: #fffffa url("http://www.ameshigh1970.com/images/site/infoBottomBg.png") no-repeat top right;
					}

				#L2Col1 #main {
					float: right;
					width: 540px;
					padding: 15px;
					padding-left: 0;
				}

/* 1 Column Layout - No Info Panel */

			#L1Col {
				width: 100%;
				background-color: #fffffa;
				padding-top: 25px;
			}

				#L1Col #main {
					width: 775px;
					padding: 15px;
				}

/* Form Box */

			#bodyWrap .formBox {
				width: 92%;
				border: 1px solid #959595;
				background-color: #F3F3F1;
				margin: 15px;
				margin-bottom: 30px;
				padding: 15px 5px 5px 10px;
				color: #323232;
			}

				.formBox .left {
					display: block;
					width: 210px;
					text-align: right;
					padding-right: 20px;
					float: left;
				}

				.formBox .right {
					position: relative;
					display: block;
					width: 235px;
					float: left;
				}

				.formBox .ind {
					display: none;
					color: #FA8725;
					font-weight: bold;
				}
				
				.formBox p .msg {
					width: 450px;
					font-size: 10px;
				}

				.formBox span {
					color: #D8000C;
					margin-left: 2px;
					font-size: 14px;
				}
				
				.formBox .at {
					color: #000000;
					margin-left: 5px;
				}
				
				.formBox .name {
					color: #000000;
					padding: 0px 15px 0px 5px;
				}

				.formBox .attendOption {
					color: #000000;
					padding: 0px 15px 0px 5px;
				}
				
				.formBox .extraRight {
					margin-right: 28px;
				}	
				
				.formBox .hint {
					display: none;
					position: absolute;
					top: 4px;
					left: 240px;
					width: 225px;
					border: 1px solid #959595;
					background-color: #FEFEFE;
				}

					.formBox .hint p {
						margin: 3px 0px 5px;
						line-height:14px;
						padding: 0px 5px 0px 10px;
					}

				.formBox div.clear {
					height: 10px;
					clear: both;
				}

				.formBox .text {
				}

				.formBox .reg {
					width: 216px;
				}

				.formBox .large {
					width: 216px;
					height: 85px;
				}
				
				.formBox .EILeft {
					display: block;
					width: 250px;
					text-align: right;
					padding-right: 20px;
					float: left;
				}
				
				.formBox .EIRight {
					display: block;
					width: 410px;
					float: left;
				}
				
			.picForm {
				width: 400px !important;
			}
			
				.picForm p {
					font-size: 10px;
					font-style: italic;
				}
			
				.picForm .left {
					width: 125px !important;
				}
				
				.picForm .right {
					width: 225px !important;
				}
				
				.picForm .noLeft {
					margin-left: 75px;
				}
				
				.picForm .button {
					margin-left: 75px;
				}
				
				.picForm #uploadInputCount {
					display: none;
				}
				
					.picForm #hiddenForm a {
						position: relative;
						padding-left: 30px;
						padding-bottom: 10px;
					}
					
					.picForm #hiddenForm a #addImg {
						position: absolute;
						top: -2px;
						left: 2px;
					}
				
			.contactForm {
			}
			
				.contactForm .left {
					width: 125px !important;
				}
				
				.contactForm .right {
					width: 300px !important;
				}
				
				.contactForm .reg {
					width: 251px !important;
				}
				
				.contactForm .large {
					width: 500px !important;
					height: 150px !important;
				}
				
				.contactForm .hint {
					left: 280px !important;
				}
				
				.contactForm .button {
					margin-left: 145px !important;
				}
				
/* Alumni Attending List */

			#attendingList {
				width: 250px;
				margin: 15px 10px 10px 100px;
			}
			
				#attendingList .n {
					padding-bottom: 5px;
				}
				
/* Bio List */
			
			#memList {
				width: 250px;
				margin: 15px 10px 10px 100px;
			}
			
				#memList .n {
					padding-bottom: 5px;
				}
				
/* Bio */

			#bio {
				width: 500px;
				margin: 10px;
				padding: 5px;
				font-size: 14px;
			}
			
				#bio .bioRow {
					width: 480px;
					margin-top: 20px;
				}
				
				#bio .bioLeft {
					display: block;
					float: left;
					width: 150px;
					margin-right: 10px;
				}
				
				#bio .bioRight {
					position: relative;
					top: -17px;
					display: block;
					float: left;
					width: 360px;
					margin-left: 160px;
				}
				
				#bio .bioFull {
					display: block;
					float: left;
					width: 550px;
				}
				
			.backButton {
				margin: 5px 10px 15px 15px;
			}
			
				.backButton a {
					text-decoration: none;
				}
				
				.backButton a:hover span {
					text-decoration: none;
				}
				
				.backButton a:hover img {
					left: -2px;
				}
			
				.backButton img {
					position: relative;
					top: 7px;
					width: 25px;
					height: 25px;
					border: 0px;
				}
				
				.backButton span {
					line-height: 25px;
					padding-left: 3px;
					text-decoration: underline;
				}

/* Picture List Box */

			.picList {
				width: 91%;
				border: 1px solid #959595;
				background-color: #F3F3F1;
				margin: 15px;
				margin-bottom: 30px;
				padding: 15px 5px 5px 12px;
				color: #323232;
			}
			
				.picList a:hover {
					cursor: hand;
				}
				
					.picList a .picWrap {
						display: block;
						float: left;
						width: 152px;
						border: 2px solid #898989;
						margin: 10px 10px 10px 0px;
						padding: 3px;
						text-decoration: none;
						word-wrap: break-word;
					}
					
					.picList a .picWrap:hover {
						text-decoration: none;
						border: 2px solid #343434;
						cursor: hand;
					}
					
						.picList a .picWrap img {
							width: 149px;
							height: 115px;
							margin: 0;
							padding: 0;
						}

/* Footer */

#footerWrap {
	width: 100%;
	height: 45px;
	background: #F3F3F1 url("http://www.ameshigh1970.com/images/site/footerBg.png") repeat-x top left;
	border-top: 1px solid #dcdcd4;
}

	#footer {
		width: 774px;
		height: 85px;
		margin: 0 auto;
		text-align: left; 
	}

		#footer #textMenu {
			margin-left: 10px;
			padding: 15px 0px 10px 0px;
			text-align: center;
			color: #444444;
			border-bottom: 1px solid #dedede;
		}
			#footer #textMenu a {
				font-size: 14px;
				margin-left: 10px;
				margin-right: 10px;
			}
			
		#footer #copyright {
			padding-top: 10px;
			text-align: center;
			color: #444444;
			font-size: 12px;
		}
		
			#footer #copyright span {
				padding-left: 35px;
			}
