@charset "UTF-8";
/* CSS Document */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: "Lucida Grande", Helvetica, Arial, Verdana;
	font-size: 100%;
	background-color: #ffffff;
	}
	
.headerbar {
	background-color: #FFFFFF;
	height: 90px;
	width: 960px;
	background-image: url(AhaLogo.png);
	background-position: left;
	background-repeat: no-repeat;
	/*left: 0px;& */
	top: 0px;
	position: absolute;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.headervideo {
	height: 360px;
	width: 960px;
	background-color: #999999;
	left: 0px;
	position: absolute;
	top: 110px;
}

.menubar1 {
	background-color: #FFFFFF;
	height: 25px;
	width: 650px;
	position: absolute;
	left: 510px;
	top: 60px;
}

.menubar {
	background-color: #333333;
	height: 35px;
	width: 960px;
	font-size: 14px;
	position: absolute;
	left: 0px;
	top: 445px;
}

.leadcapture {
	height: 360px;
	width: 300px;
	position: absolute;
	top: 110px;
	right: 5px;
	color: #FFFFFF;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana;
	font-size: 12px;
}

.rightbarform {
	height: 100px;
	width: 100px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	padding: 100px;
	top: -310px;
	left: -40px;
}



.mainvideo {
	height: 360px;
	width: 640px;
	background-color: #999999;
	left: 5px;
	position: absolute;
	top: 110px;
	z-index: 1;
}



.footer {
	background-color: #FFFFFF;
	height: 30px;
	width: 960px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana;
	font-size: 14px;
	color: #999999;
	position: absolute;
	top: 1000px;
	left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	text-align: left;
	padding-top: 5px;
}

.bottomfooter {
	height: 10px;
	width: 960px;
	position: relative;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}


.shadow {
	-moz-box-shadow: -1px 1px 2px #999;
	-webkit-box-shadow: -1px 1px 2px #999;
	box-shadow: -1px 1px 2px #999;
	border-radius: 3px;
	border: 1px solid #999999;  /* This makes things look good in IE */
}

.master {
	background-color: #ffffff;
	width: 960px;
	position: relative;
	height: 1200px;
	margin:0 auto;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana;
}


.maincontent {
	background-color: #FFFFFF;
	height: 400px;
	width: 960px;
	/*color: #333333;*/
	text-align: left;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana;
	font-size: 16px;
	left: 0px;
	position: absolute;
	top: 620px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

/*
.subhead {
	font-size: 16px;
	font-style: italic;
	text-align: center;
}

.cOrangeBold {
	color: #F99d1c;
	font-weight: bold;
}

.cOrangeUnderline {
	font-style: normal;
	text-decoration: underline;
	color: #F99d1c;
}

.underline {
	font-style: normal;
	text-decoration: underline;
}
*/

.centerImage {
	display:block;
	margin:0 auto;
	text-align:center;
}

.txtHeadline {
	font-size:18px;
	color:#666666;
}

.txtBody {
	font-size: 14px;
	color:#666666;
}

.txtHeadlineCenter {
	font-size:18px;
	text-align:center;
	font-weight:bold;
	color:#666666;
}

.cOrange {
	color:#F99d1c;
}
.orangeDot {
	font-size:24px;
	color:#F99d1c;
}



.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana;
	font-size: 100%;
	font-size:14px;
	font-weight:bold;
	background-color: #FFFFFF;
	height: 25px;
	width: 650px;
	position: absolute;
	left: 510px;
	top: 60px;
	z-index: 100;
	}
.menu ul{
	background:#ffffff;
	height:20px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#FFFFFF;
		color:#999999;
		display:block;
		font-weight:normal;
		line-height:25px;
		margin:0px;
		padding:0px 8px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #FF9900;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#999999;
		display:none;
		height:auto;
		padding:5px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:25px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 5px 0px 5px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#FF9900;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

		

