body {
	margin: 8px 0 0 0;
	background-image: url(../img/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: white;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #686956;
}

a img { border: none; }

p { margin: 0px; }

/** dynamIt editor styles follow **/

.big1 {
	font-size: 30px;
	line-height: 32px;
	color: #d9dab8;
}

.big2 {
	font-size: 30px;
	line-height: 32px;
	color: #b3c77f;
}

.subheadings {
	font-size: 17px;
	line-height: 20px;
	color: #ababab;
}

.subheadings2 {
	font-size: 18px;
	line-height: 20px;
	color: #acad8e;
	font-style: italic;
}

.emphasis {
	font-size: 14px;
	line-height: 18px;
	color: #c8d99b;
}

/** end editor styles **/

hr {
	border: none;
	background-image: url(../img/hr-bg.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 1px;
	width: 645px;
}

h2 {
	background-image: url(../img/h2-bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 25px;

	text-indent: 18px;
	font-size: 22px;
	letter-spacing: -1px;
	color: #929d74;
	font-weight: normal;

	margin-top: 4px;
	margin-bottom: 4px;
}

#master {
	position: relative;
	margin: 0 auto 0 auto;
	background-image: url(../img/header-bg.jpg);
	background-repeat: no-repeat;
	width: 880px;
}

#spacer {
	height: 158px;
}

#logo {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 245px;
	height: 150px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
}

	a#home-link {
		display: block;
		width: 245px;
		height: 150px;

		text-decoration: none;
	}

#top-nav {
	position: absolute;
	top: 3px;
	right: 21px;
}

	#top-nav a {
		text-decoration: none;
		color: white;
		font-size: 12px;
	}

#nav-outer {
	position: relative;
	background-image: url(../img/nav-outer-bg.jpg);
	background-repeat: repeat-x;
	padding-left: 190px;
	height: 41px;
}

#nav {
	position: relative;
}


	#nav a {
		display: block;
		position: absolute;
		left: 185px;
		background-image: url(../img/nav-sprite.jpg);
		height: 41px;
		text-decoration: none;
	}

	a#nav-members, a#nav-members:link, a#nav-members:visited	{ width: 156px; left: 0px; background-position: 0px 0px; }
	a#nav-schools, a#nav-schools:link, a#nav-schools:visited	{ width: 229px; left: 156px; background-position: -156px 0px; }
	a#nav-prospect, a#nav-prospect:link, a#nav-prospect:visited	{ width: 207px; left: 385px; background-position: -385px 0px; }
	a#nav-faq, a#nav-faq:link, a#nav-faq:visited			{ width: 98px; left: 592px; background-position: -592px 0px; }

	a#nav-members-on, a#nav-members:hover, a#nav-members:active			{ width: 156px; left: 0px; background-position: 0px -41px; }
	a#nav-schools-on, a#nav-schools:hover, a#nav-schools:active	{ width: 229px; left: 156px; background-position: -156px -41px; }
	a#nav-prospect-on, a#nav-prospect:hover, a#nav-prospect:active	{ width: 207px; left: 385px; background-position: -385px -41px; }
	a#nav-faq-on, a#nav-faq:hover, a#nav-faq:active			{ width: 98px; left: 592px; background-position: -592px -41px; }

#main {
	padding-top: 30px;
}

#left {
	background-image: url(../img/quickie-bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	float: left;
	padding-top: 8px;
	width: 188px;
}

#quickies-header {
	font-size: 24px;
	padding: 0 0 16px 0;
}

#sublinks-box {
	min-height: 180px;
}

	#sublinks-box a {
		display: block;
		padding: 5px 0 5px 5px;
		background-color: none;

		text-decoration: none;
		color: #939479;
	}

	#sublinks-box a:hover {
		display: block;
		padding: 5px 0 5px 5px;
		background-color: #efefe2;
		text-decoration: none;
		color: #939479;
	}

#join-outer {
	padding: 10px 0 20px 0;
}

	#join {
		background-image: url(../img/join-amta.jpg);
		background-repeat: no-repeat;
		width: 172px;
		min-height: 207px;
	}

		#join-padd {
			padding: 66px 10px 0px 10px;
		}

			#join-text {
				line-height: 15px;
				font-size: 11px;
				color: #727272;
				padding: 6px 0 6px 0;
			}

			a#join-button {
				display: block;
				background-image: url(../img/join-button.png);
				width: 148px;
				height: 29px;
				text-decoration: none;
			}

#content {
	width: 692px;
	min-height: 400px;
	margin-left: 188px;
}

	#content-padd {
		padding: 8px 0 20px 40px;
	}

		#content-padd a {
			text-decoration: none;
			color: #929d74;
			border-bottom: 1px solid #929d74;
		}

		#content-padd a:hover {
			text-decoration: none;
			color: #b3c77f;
			border-bottom: 2px solid #b3c77f;
		}

.clear-me {
	clear: both;
}

#footer {
	border-top: 1px solid #acad83;
	background-image: url(../img/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #e2e3cd;
	height: 75px;
}

	#footer-padd {
		margin: 0 auto 0 auto;
		padding-top: 30px;
		width: 880px;
		font-size: 12px;
	}

	#footer-one {
		float: left;
		width: 510px;
	}

	#footer-two {
		float: left;
	}

/** styles for registration form page **/

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 10px 0;
	padding: 4px 7px 9px;
}

fieldset legend {
	font-size: 14px;
	font-weight: bold;
	color: #b3c77f;
}

fieldset ol {
	list-style-type: none;
	padding: 0;
	margin: 12px 20px;
}

fieldset li {
	margin: 6px 0;
}

fieldset label.contact-sm {
	display: inline-block;
	width: 60px;
}

fieldset #zip_code {
	width: 85px;
}

fieldset label.contact {
	display: inline-block;
	width: 235px;
}

fieldset p {
	margin: 12px;
}

fieldset table {
	width: 588px;
	padding: 0 20px;
}
form#regional-seminars-09 fieldset table {
	width: 630px;
}

	fieldset table td {
		padding: 10px 0 0 0;
	}

	fieldset td.c {
		text-align: center;
	}

	fieldset td.no {
		padding: 0;
	}

form#regional-seminars-09 fieldset td.c {
	padding-top: 10px;
}

.error {
	color: #cf8c19;
}

/** end registration form page styles **/