/*////////////////////////////////////////////////////////////////////////////////
Basic structural elements______________________________Basic structural elements//
////////////////////////////////////////////////////////////////////////////////*/

/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* */ 

#header{ 
	display:block;
	width:746px; 
	height:138px;
	padding:0px;
	margin:0px;
	border-bottom:3px solid #EBB600;
	background:url(../images/ACED_HP_HEADER.jpg) no-repeat;
	padding-bottom:3px;
	}

#clearfooter{clear:both;height:65px;} /*height needed for net 7*/
* html #clearfooter{clear:both;height:1px;}

#clearheader{height:120px;}

#minHeight{float:left;width:0px;height:100%;margin-bottom:-75px;}

* html #minHeight{margin-bottom:-72px;}

div,p {margin-top:0}/*clear top margin for mozilla*/

html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height */
 
/* fixes PC IE colums from wrapping \*/
* html body #outer {
	height:auto;float:left;margin:0px;padding:0px;border:0px;
}
/* */

body { 
	padding:0; 
	margin:0;
	}

#content{ /*prevents column wrapping*/
	display:block;
	width:746px;
	/*margin-right:-15px;*/
	margin:0px;
	padding:0px;
	border:0px;
	position:relative;
	margin: 0 auto;
	z-index:10;/**/
	}

#outer{ 
	height:100%; 
	min-height:100%; 
	/*margin-right:5px;*/
	margin-bottom:-72px;/* footer trick */
	}

#col_left{
	float:left;
	width:183px;
	margin-right:3px;
	display:none;
	}

/* \*/
#col_left{display:block;}
/* */

#col_middle{
	float:left;
	width:560px;
	padding-right:0px;
	padding-bottom:3px;
	margin-top:0px;
	}
	
* html #col_middle {/*only ie gets this style*/ 
	\padding-bottom:22px;/* for ie5 */ 
	p\adding-bottom:20px;/* for ie6 */
	}
#col_middle_content{
	display:block;
	float:left;
	width:400px;
	padding-top:10px;
	padding-left:18px;
}

#col_right{
	float:left;
	width:120px;
	margin-left:1px;
	}

#col_right_content{
	padding:4px;
	}

form{
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
#header_images{
	display:block; 
	float:left; 
	width:560px;
}
#header_nav
{
	display:block;
	width:470px;
	height:25px;
	float:right;
	text-align:right;
	line-height:22px;
	padding-right:15px;
	padding-top:5px;
}
#footer_logo
{
	display:block;
	width:54px;
	height:48px;
	float:left;
}
#footer_ac
{
	display:block;
	width:218px;
	height:48px;
	float:left;
}
#home_text_header
{
	display: block; 
	width: 531px; 
	float: left; 
	height: 73px; 
	background-color: #D9E1F3; 
	padding-left: 19px; 
	padding-top: 8px;
}
