body {
  	text-align: center;
	background-position: center;
  	margin: 0;
	padding: 0;
  }

#container {
  margin: 0 auto;
  width: 792px;
  text-align: left;
  }
  
#header {
	display: block;
    padding: 110px 0 0 0px;
    margin: 0px;
    width: 792px;
    overflow: hidden;
/*    background-image: url("images/Banner.jpg");*/
    background-image: url("images/al_banner6.jpg");
  /*background-image: url("images/al_banner2.gif");*/
	background-repeat: no-repeat;
    height: 0px !important;
    height /**/:110px;
}


/* Begin CSS Drop Down Top (Main) Menu */
#nav {
	width: 792px;
	text-align: center;
	background-color: #2928c2;
	
}

#menuh-container
	{
	/*
	position: absolute;		
	top: 1em;
	left: 1em;
	*/
	/*width: 792px;*/
	position: relative;
	background-color: #2928c2;
	/*margin-left: 40px;*/

	}

#menuh
	{
	font: .75em/1.5em Arial, Helvetica, sans-serif;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	width:100%;
	float:left;
	background-color: #2928c2;
	/*
		margin:2em;
		margin-top: 1em;
	*/
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.1em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #2928c2;
	background-color: white;
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #2928c2;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Main Top Menu */


/* Customer Navigation */
#cust_nav_box {
	background-color: #2928c2;
	width: 7.25em;
	padding: 12px;
	float:left;
	margin-top: 100px;
}

#cust_nav_box h2 {
	font: 1.0em/.75em Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px10px;
	color: white;
	
}

#cust_nav {
width: 7em; /* set width of menu */
background: #eee;}

#cust_nav ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#cust_nav a, #cust_nav h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#cust_nav h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#cust_nav a {
color: #000;
background: #efefef;
text-decoration: none;
}

#cust_nav a:hover {
color: #a00;
background: #fff;
}

#cust_nav  li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#cust_nav ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#cust_nav ul ul,
div#cust_nav ul li:hover ul
{display: none;}

div#cust_nav ul li:hover ul,
div#cust_nav ul ul li:hover ul
{display: block;}

/* End Navigation*/

/* Main Content */
#main_content {
	width: 600px;
	/*margin-left: 9em;*/
	margin-top: 20px;
	float: right;
	font: .75em/1.5em Arial, Helvetica, sans-serif;

}

h1.heading , h2.heading {
	width: 510px;
	padding: .25em 10px .25em 10px;
	color: #009;
}

h1.heading{
	margin: 0 -10px 0 -10px;
	font: 2em/.75em Arial, Helvetica, sans-serif;
}


/* for quotes */
#qt {	
	width: 40%;
	text-align: left;

	
}

.pullquoteLf {
	float: left;
	width:150px;
	padding: 0px 0px 8px 0px;
	margin: 0 0 10px 10px;
	font: 1.2em/1.25em Arial, Helvetica, sans-serif;
	color:#009;
	text-align: left;
/*	background: url('images/pq-bottom.gif') repeat-x bottom;*/
	background: url('images/pq-bottom_Maroon.gif') repeat-x bottom;
	
}

.pullquoteRt {
	float: right;
	width:150px;
	padding: 0px 0px 8px 0px;
	margin: 0 0 10px 10px;
	font: 1.2em/1.25em Arial, Helvetica, sans-serif;
	color:#009;
	text-align: left;
/*	background: url('images/pq-bottom.gif') repeat-x bottom;*/
	background: url('images/pq-bottom_Maroon.gif') repeat-x bottom;
	
}

.pullquoteRt2 {
	float: right;
	width:210px;
	padding: 0px 0px 8px 8px;
	margin: 0 0px 10px 10px;
	font: 1em/1em Arial, Helvetica, sans-serif;
	color:#009;
	text-align: left;
/*	background: url('images/pq-bottom.gif') repeat-x bottom;
	background: url('images/pq-bottom_Maroon.gif') repeat-x bottom;*/
	
}

.center {
	text-align: center;
	
}

.right {
	text-align: right;
	
}

.left {
	text-align: left;
	float: left;
	
	
}

.blank {
	width: 50px;
}

.no_border img {
	border: none;


}

.smart {
	margin: 0 -10px 1em -10px;
	font: 1.75em/1em Arial, Helvetica, sans-serif;
}

<!-- footer -->
#footer {
	clear: both;
	width: 792px;
	padding: 5em 0px 2em 0px;
}

#footer1{
	float:left; 
	height: 150px;
}

#footer2{
	width: 590px;
	margin: 0px 0px 0px 160px;
	font: .65em/1.5em Arial, Helvetica, sans-serif;
	text-align: center;
}
/*End Footer Style*/