/*aed group main stylesheet*/
body {
	background:#3a414b url('../images/bg_shade1.png') repeat-x;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:hover {
	color:#fff
}

#wrapper {
	width:960px;
	margin:0 auto; /* centre wrapper */
	padding-top:15px;
	position:relative
}

.clear {
	clear:both;
	width:100%;
}

img {
  border:0
}
/* aed logo */
#aed_logo h1 {
	text-decoration:none;
	border:0;
	width : 300px;
	height : 113px;
	margin : 0;
	padding : 0;
	background : url('../images/aed_group_logo.png') no-repeat 0 0;
}

#aed_logo h1 a {
	display : block;
	height : 113px;
	text-indent : -9999px; 
}
/* end aed logo */

	/* navigation */
	#navigation_wrapper {
		width:100%;
		clear:both;
		position:relative;
		/*height:75px; Actual height*/
		height:35px;
		
	}
	
		#navigation {
			width:660px; 
			padding-top:15px;
			float:right;
			position:relative;
			/*background-color:#34393f;*/
		}
		#navigation-inner li {
			list-style:none;
			float:left;
		}
		
		 /*no flash installed sifr replacement font*/
		#navigation-inner li a {
			color:#fff;
			text-decoration:none;
			font-size:large;
			font-family: Trebuchet ms;
			font-size:17px;
			font-color:#ffffff;
			margin-left:20px;
		}
	/* end navigation */
	
/* mid_section */
#mid_section {
  position:relative;
}

/* content body */
#content_body {
	margin-top:30px;
	}
	
/* claims management button */
#claims_management_login {
  position:absolute;
  right:0;
  width:230px;
  height:35px
}

/* website shadow */
#website_shadow_l {
  position:absolute;
  background:url('../images/bg_shadow_l.png') no-repeat;
  width:84px;
  height:545px;
  left:-84px;
  bottom:0
}
#website_shadow_r {
  position:absolute;
  background:url('../images/bg_shadow_r.png') no-repeat;
  width:84px;
  height:540px;
  right:-84px;
  bottom:0
}
#website_shadow_bottom {
  position:absolute;
  background:url('../images/bg_shadow.png') no-repeat;
  width:1070px;
  height:79px;
  left:-50px;
  bottom:-79px;
}

address {
  font-style:normal
}
/*footer*/
#footer {
  background:#34393f url('../images/bg_bird.png') no-repeat center bottom;
  border:1px solid #1e2227;
  color:#9b9da0;
  padding:20px;
  height:125px;
  overflow:hidden;
  font-size:11px; 
  clear:both
}

#footer dl,dd {
  margin:0;
  padding:0
}

#footer_contact {
  float:left;
  width:450px;
}

#footer_companies {
  float:right;
  width:200px;
}

#footer_copyright {
  float:right;
  width:200px;
}

#footer h1 {
  font-size:small
}

.footer_column {
   width:180px;
}
.footer_column p {
   margin:0; 
}
.fc_left {
   float:left;  
}
.fc_right {
   float:right;
   text-align:right  
}
/* end footer */



