/* CSS Document */
body	{
	padding:0;
	margin:0;
	background-color:#333333;
	}
.top_bar	{
	position:relative;
	height: 8px;
	width:100%;
	background-image:url(layout_imgs/top-backround.jpg);
	}
.logo	{
	position:relative;
	left:5%;
	float:left;
	
	}
.top_nav	{
	position:relative;
	right:5%;
	float:right;
	
	}
.top_nav img	{
	padding:10px 10px;
	}
.home_display_box	{
	position:absolute;
	left:50%;
	top:100px;
	height:257px;
	width:941px;
	margin: 0 0 0 -470px;
	background:url(layout_imgs/homepage-background-for-intro.png) top left no-repeat;
	}
.home_display_box img	{
	float:right;
	padding:50px 90px; 0px; 0px;
	}
.bottom_bar	{
	position:absolute;
	bottom:0;
	height:25px;
	width:100%;
	left:0;
	background:url(layout_imgs/bottom_bar.jpg) bottom right repeat;
	}
.main_body	{
	position:relative;
	top:100px;
	left:50%;
	width:1000px;
	margin:0 0 0 -500px;
	
	}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	color:#0066FF;
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin:0 0 0 0;
  padding:20px 0 10px 250px;
  min-width: 500px;
  max-width: 600px;
  width: 330px; 
}
form legend	{
	color:#0033FF;
}
form fieldset {
  /*clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color:#009933;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}



form br {
	clear:left;
}

form input, form textarea {
	display: inline; /* inline display must NOT be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}
.red {
	color:#FF0000;
	font-size:70%;
	background-color:#FFFFFF;
	background-image:url(images/background2.jpg);
}
.pink {
	background-color:#FF99CC;
	color:#000000;
}
.preamble	{
	width:500px;
	padding:20px 250px;
	color:#FFFFFF;
}
.whyawm_box	{
	position:relative;
	top:100px;
	width: 100%;
	margin:0;
	padding:0;
}