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

body {
	color: #000000;
	font-family: Georgia, Cambria, "Times New Roman", Times, serif;
	line-height: 1.6;
	padding:0px;
	margin:0px;
	border-top: 25px solid #333333;
}

a {
	color: #741580;
	text-decoration: none;
	font-weight: 500;
}

a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: 500;
}

#header1 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: url(images/ahm_logo.gif) no-repeat center;
	height:86px;
	margin-bottom:15px;
}

#menu-outline {
	width:100%;
	margin-right:auto;
	margin-left:auto;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}


#menu-wrap {
	width:950px;
	margin-right:auto;
	margin-left:auto;
}

#menu-nav {
	list-style:none;
	margin: 0px;
	padding: 0px;
	height: 35px;
	border-left: 1px solid #DDDDDD;
}

#menu-nav a {
	color: #333333;
	text-decoration:none;
	height: 29px;
	padding: 6px 20px 0px;
	font-variant:small-caps;
	font-size:15px;
	font-weight: normal;
	border-right: 1px solid #DDDDDD;
	display: block;
	vertical-align:bottom;
}

#menu-nav li {
	float: left;
}

#menu-nav a:hover {
	color: #FFFFFF;
	background:#333333;
}

#menu-nav a:active	 {
	color: #FFFFFF;
	background:#333333;
}

#header2 {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/ahm_home.jpg) no-repeat center;
	height:150px;
}

h3 {
	font-variant:small-caps;
	text-align:center;
	font-size:15px;
	font-weight:normal;
	height:35px;
	padding-top:10px;
}

h4 {
	font-variant:small-caps;
	font-size:14px;
	font-weight:bold;
}

#content-wrapper {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

#content {
	float: left;
	width: 436px;
	margin-left: 182px; /* 150px + 32px */
}

#content h3 {
	background: url(images/fleur-436.gif) no-repeat center;
}

#content .title {
	font-size:20px;
	line-height: 22px;
}

#content .date {
	margin: 0 10px 0 0;
	background: url(images/calendar.gif) no-repeat;
	display: block;
	float: left;
	width: 40px;
	height: 44px;
	text-align: center;
}

#content .day {
	color: #333333;
	font-size: 20px;
	line-height: 20px;
}

#content .month {
	color: #FFFFFF;
	font: 9px/20px Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: block;
	letter-spacing: 1px;
}

#content .author {
	font-size:14px;
	color: #333333;
	width: 300px;
	padding: 0px 10px;
}

#content .entry-who-we-are {
	font-size:13px;
	color: #333333;
}

#content .entry {
	font-size:13px;
	color: #333333;
}

#content .entry:first-letter {
	font-size: 58px;
	line-height:50px;
	float:left;
	padding: 0px;
	margin: 5px;
}

#content .postmetadata {
	font-size:13px;
	color: #333333;
}

ol.commentlist {
	font-size:13px;
}

ol.commentlist li.odd {
	background:#FFFFFF;
	padding: 3px 10px;
}

ol.commentlist li.even {
	background:#EEEEEE;
	padding: 3px 10px;
}

#respond {
	font-size:13px;
}

.article_separator {
	clear: both;
	display: block;
	height: 30px;
	margin: 0;
	background: url(images/dot.gif) repeat-x center;
}

#sidebar-left {
	float: left;
	width: 150px;
	margin-left: -618px;
	font-size:12px;
}

#sidebar-left h3 {
	background: url(images/fleur-150.gif) no-repeat center;
}	

#sidebar-left ul {
	list-style:none;
	padding-left:0;
	margin-left:0;
}

#sidebar-left li {
	padding-bottom:10px;
}

#sidebar-right {
	float: right;
	width: 300px;
	font-size:13px;
}

#sidebar-right h3 {
	background: url(images/fleur-300.gif) no-repeat center;
}

#sidebar-right ul {
	list-style:none;
	padding-left:0;
	margin-left:0;
}

#footer {
	clear: both;
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	border-top: 1px solid #DDDDDD;
	background: url(images/footer-borders.gif) repeat top;
}

#footer h4 {
	font-variant:small-caps;
}

#footer .column-a {
	float: left;
	width: 217px;
	padding: 0px 10px 0px;
}

#footer .column-b {
	float: left;
	width: 217px;
	padding: 0px 10px 0px;
}

#footer .column-c {
	float: left;
	width: 217px;
	padding: 0px 10px 0px;
}

#footer .column-d {
	float: left;
	width: 216px;
	padding: 0px 10px 0px;
}

#clear {
	clear: both;
}

#credits {
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	clear: both;
	border-top: 1px solid #DDDDDD;
	font-variant: small-caps;
	font-size: 11px
}

blockquote {
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 30px;
	border-left: thin dotted #999999;
}

