/* CSS Document */

body {
	background-color: #E0E0E0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

#container {
	margin: 0 auto;
	width: 760px;
	margin-top: 9px;
}

#heading {
	height: 153px;
}

#heading #logo {
	height: 150px;
	width: 150px;
	border: 1px solid #666666;
	float: left;
	background-image: url(/images/themes/default/ahslogo.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

#heading #menu {
	background-color: #F2F2F2;
	border: solid 1px #999999;
	/*margin-left: 188px;*/
	width: 598px;
	height: 24px;
	padding: 0;
	/*padding-top: 4px;*/
	float: right;
	z-index: 1001;
	position: relative;
	font-family: arial;
}
#heading #menu a {
	margin: 4px auto auto 6px;
	font-weight: bold;
	font-family: arial;
	color: #333333;
	font-size: 0.95em;
	line-height: 1.5em;
	text-decoration: none;
}
#heading #menu a:hover {
	color: #000000;
}


#heading #banner {
	background-color: #999999;
	border: solid 1px #888888;
/*	margin-left: 188px;*/
	margin-top: 6px;
	width: 598px;
	height: 118px;
	padding: 0;
	float: right;
}


/* Content area - keep font/color style out of here */
#content {
	margin-top: 5px;
	height: 100%;
	min-height: 500px;
	padding: 2px;
	padding-top: 4px;
	border: solid 1px #CCCCCC;;
}
#content #moduleA,
#content #moduleB {
	/*clear: none;*/
}
#content #moduleA {
	margin-left: 2px;
	float: left;
	position: relative;
	width: 140px;
}
#content #moduleB {
	margin-right: 2px;
	float: right;
	position: relative;
	width: 140px;
}
#content #main {
	position: relative;
	margin-left: 145px;
	margin-right: 150px;
	margin-top: 0px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	/*border: 2px solid #9966CC;*/
}
#content #main table {
	width: auto;
}

#content #bottomcontact {
	padding-top: 20px;
	text-align: center;
	color: #999999;
	font-size: 0.9em;
	clear: both;
}

#menu {
	font-family: arial;
	font-size: .85em;
	padding-top: 3px;
	text-align: center;
}







