body {
	background: #fff url(img/bg1.jpg);
	font-family: "trebuchet ms", verdana, arial, sans-serif;;
	font-size: small;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-family: garamond, "palatino linotype", times, serif;
}

li {
	margin-bottom: 10px;
}
acronym {
	border-bottom: dotted #6e0000 1px;
}
#container {
	position: relative;
	top: 0;
	margin: 0 auto;
	width: 700px;
	background: url(img/bg3.jpg);
	border: solid #5D4A35 5px;
}

#pagehdr {
	position: relative;
	width: 700px;
	height: 100px;
}

#header {
	position: relative;
	top:0; left:0;
	width: 700px; 
	height: 200px;	
	background: url(img/anc-splashbg.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
}

#splasher {
	padding-top: 50px;
}

#midsection {
	position: relative;
	width: 680px;
	padding: 10px;
}

	#midsection img {
		margin: 10px;
	}

	#titles {
		
	}
	#titles h1 {
		font-size: large;
		font-weight: bold;
		/*font-variant: small-caps;*/
		text-align: center;
		color: #6E0000;
		background: transparent;
	}

#credits {
	font-family: arial, verdana, sans-serif;
	font-size: x-small;
	text-align: center;
	margin: 4px 0;
}

#footer {
	position: relative;
	width: 700px;
	height: 50px;
	background: url(img/anc-footerbg.jpg);
	background-repeat: repeat-x;
	border-top: solid #5D4A35 5px;
}


/* === Classes ========================================================= */
.centered {
	text-align: center;
	margin: 0 auto;
	}
	.centered img {
		border: solid #000 1px;
		}
.contactinfo {
	text-align: center;
	font-family: garamond, "palatino linotype", times, serif;
	font-size: medium;
	font-weight: bold;
	color: #6E0000;
	background: transparent;}
.hidden {
	visibility: hidden;
}
.medium { font-size: large;}
.righty { float: right; }
.lefty { float: left;}
.content {}
.content img {
	border: solid #000 1px;
}
img.picrighty {float: right;	border: solid #000 1px;	margin: 8px;}
img.piclefty {	float: left;	border: solid #000 1px;	margin: 8px;}
.dropcap {
	font-family: garamond, "palatino linotype", times, serif;
	font-size: 34px;
	font-weight: bold;
	margin: 0 4px 0 0;
	display: block;
	float: left;
}
.content h1, h2, h3, h4, h5, h6, h7 {
	color: #6E0000;
	background: transparent;
	margin: 0;
	/*font-variant: small-caps;*/
}

.teambox {
	position: relative;
	width: 100%;
}
	.teambox ul {
		list-style: none;
		clear: left;
	}

img.team {
	float: left;
	border: solid #000 1px;
}

.fauxsamples {
	text-align: center;
}

	.fauxsamples img {
		border: solid #000 1px;
	}



.intsurvey {
	width: 400px;
	text-align: left;
	font-family: "trebuchet ms", tahoma, arial, sans-serif;
	font-size: small;
	background: #FBF5F0;
	border: dashed #77442F 1px;
	margin: 0 auto;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	line-height: 130%;
}

	.intsurvey input {
	}

.formname {width: 100px; display: block;}


/* == menu styles == */

#menubar {
		position:relative;
		width:700px;
		left:0px;
		top:0px;
		text-align: left;		
		background: url(img/anc-waveline.jpg);
		border-top: solid #5D4A35 5px;
		border-bottom: solid #5D4A35 5px;
		font-family: "trebuchet ms", arial, sans-serif;
		font-size: 11px;

	}
	#menubar a {
		color:#000;
		font-weight: bold;
		border:1px solid #aaa;
		background-color: #E2D2BE;
		padding-left:5px;
		padding-right:5px;
		text-decoration:none;
		vertical-align: middle;
	}
	#menubar a.active {
		border-bottom-color:#EBDCBC;
		border-right-color:#EBDCBC;
		border-left-color:#F2E9D6;
		border-top-color:#F2E9D6;
		background-color: #D6C4B0;
		color: #77442f;
	}
	#menubar a:hover {
		border-bottom-color:#EBDCBC;
		border-right-color:#EBDCBC;
		border-left-color:#F2E9D6;
		border-top-color:#F2E9D6;
		background-color: #F0EAC6;
		color: #59683E;
	}
	.menu .options {
		margin-right:1px;
		margin-bottom:1px;
		text-align: left;
		background: #e3d899;
		border: solid #777 1px;
	}
	.menu a {
		display:block;
		padding:2px 10px;
		text-decoration:none;
		color: #000;
		background: transparent;
	}
	.menu a:hover {
		background: #F0EAC6;
		color: #59683E;
	}
	
.attention a{
	background-color: #BD0000;
	color: #fff;
	font-weight: bolder;
}















