/* RESET */

* {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
ul { list-style: none; }
b { font-weight: bold; }
i { font-style: italic; }
em { font-style: normal; }
table { table-layout: fixed; }

.end { font-size: 1px; overflow: hidden; height: 1px; clear: both; }
.center { text-align: center; }
.right { text-align: right; }
.fl { float:left; }
.fr { float:right; }
.underline { text-decoration: underline; }

.std-margin { margin: 10px;}
.std-margin-top { margin-top: 10px;}


/* LAYOUT */

html { overflow-y: scroll; }

body {
	background-color: #eeece1;
	font: 11px/150% verdana, sans-serif;
	color: #000;
}

a:link, a:visited, a:active {
	color: #73704f;
}
a:hover {
	text-decoration: underline;
}

/* ELEMENTS */

#frame {
	margin: 30px auto 12px auto;
	width: 898px;
	background-color: #fff;
	border: 1px #dad9ce solid;
}
	#frame #innerframe {
		background: #fff url('cache=a2m-bg.png') repeat-y top left;
		margin: 12px 0 12px 12px;
	}
	
	#column-left {
		float: left;
		width: 250px;
		background-color: #73704f;
		min-height: 550px;
		_height: 550px;
	}
	
		#column-left ul {
			height: 150px;
			padding-left: 55px;
			padding-top: 50px;
			line-height: 200%;
		}
			#column-left ul a {
				color: #fff;
			}
	
		#column-left address {
			margin: 0 auto;
			height: 20px;
			width: 145px;
			padding-top: 118px;
			background: url('cache=contact.png') no-repeat;
			margin-bottom: 20px;
		}
			#column-left address a {
				display: block;
				width: 145px;
				height: 20px;
				background: url('cache=email-sprite.png') no-repeat;
			}
			#column-left address a:hover {
				background-position: 0 -20px;
			}
	
	
	#column-right {
		float: left;
		width: 622px;
	}
		
		#column-right #banner {
			height: 141px;
			width: 100%;
		}
		
		#column-right #menu {
			height: 29px;
			background-color: #73704f;
		}
			#column-right #menu li {
				float: left;
			}
			#column-right #menu li a {
				display: block;
				height: 29px;
				font: bold 13px arial, sans-serif;
				line-height: 28px;
				color: #dbd7bd;
				text-align: center;
				width: 124px;
				-moz-border-radius: 100%;
			}
			#column-right #menu li a:hover {
				text-decoration: none;
				background-color: #888565;
			}

	#closure {
		clear: both;
		height: 12px;
	}


/* CONTENT */

#content {
	padding: 24px 24px 0 24px;
}

	#content h1 {
		color: #73704f;
		font: bold 15px verdana, sans-serif;
	}
	
	#content h4 {
		margin: 10px 0;
		font: bold 11px verdana, sans-serif;
	}

	#content p {
		margin: 1.5em 0;
	}
	
	#content ul {
		list-style: disc;
		padding-left: 2em;
	}
	
	#content .section {
		clear: both;
	}
	#content .divider {
		border-top: 1px #73704f solid;
		padding-top: 15px;
	}
	#content .col33 {
		float: left;
		width: 33%;
	}
	#content .col66 {
		float: left;
		width: 66%;
	}
	#content .left p {
		padding-right: 12px;
	}


/* SPECIFIC */

#infobox {
	background-color: #73704f;
	color: #fff;
	padding: 10px;
}
	#infobox small { font: 9px verdana, sans-serif;  }
	/*#infobox h2 { font: bold 15px verdana, sans-serif; margin-top: -4px; margin-left: 10px; }*/
	#infobox h2 { font: bold 13px verdana, sans-serif; }
	#infobox a:link, a:visited { color: #dbd7bd; }


form {
	
}
	#content form p {
		margin: 10px 0;
	}
	form label {
		width: 170px;
		float: left;
	}
	form input, form textarea {
		width: 200px;
		border: 1px #73704f solid;
		font: 11px verdana, sans-serif;
		padding: 1px 0;
	}
	form input#submit {
		background-color: #dbd7bd;
	}

dl {
	padding: 5px 0;
	clear: both;
	height: 130px;
}
	dl dt {
		float: left;
		width: 130px;
	}
	dl dd h2 {
		margin: 0;
		font-size: 13px;
	}
	dl dd cite {
		width: 200px;
		float: right;
		padding-left: 10px;
		border-left: 2px #ddd solid;
	}