﻿/* American Agencies
CSS by Brent Leavitt
17 Sept 2007 */

html, body {
  margin: 0;
  padding: 0;
  background: url(/includes/img/bg_grad.jpg) repeat-x left top;
  text-align: center;
}

a {
text-decoration:none;

}

#fade { 
color:#947941;
padding:60px 30px;
width:160px;
line-height:1.25em;
}

a img {
  border: 0;
}

a span { 
	display:none; 
}

.invisible {
	display:none;
}

#main_wrap{
   width: 812px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   font-family:  arial, verdana, tahoma, sans;
}

#roof{
  width: 812px;
  height: 34px;
  
}

#head_wrap{
  width:812px;
  height:157px;
}

#head_top{
  width:812px;
  height:6px;
  display: block;
  background: url(/includes/img/head_top.gif) #ff0 repeat-x top left;
}

#head_top_left{
  float: left;
  overflow: hidden;
  width:6px;
  height:6px;
  background: url(/includes/img/head_top_left.gif) no-repeat top left;
}


#head_top_right{
  float: right;
  overflow: hidden;
  width:6px;
  height:6px;
  background: url(/includes/img/head_top_right.gif) no-repeat top right;
}


#head_mid{
  display: inline;
  width: 812px;
  height: 130px;
  background: #ccc;
}

#head_mid_right{
  float: right;
  width:6px;
  height:130px;
  background: url(/includes/img/head_right.gif) no-repeat right;
}

#head_mid_left{
  float: left;
  width:6px;
  height:130px;
  background: url(/includes/img/head_left.gif) no-repeat left;
}

#head_mid_wrap{
  display: inline;
  float: left;
  width:800px;
  height:130px;
}

#head {
  width: 800px;
  height: 130px;
  background: #fff url(/includes/img/head_btm.gif) repeat-x bottom;
  border-bottom: solid 1px #3B5A78;
}

#title {
  float: left;
  padding:20px 0 0 20px;
  width:252px;
  height:84px;
  position: absolute;
}


#title a{
  display: block;
  padding-top: 84px;
  width:270px;
  height:0;
  overflow: hidden;
  background: url(/includes/img/aa_title_0811-270px.jpg) no-repeat 0 0px;
  position:relative;
  margin-top:-7px;
}



/**** Menu Definitions *************/

#menu_wrap {
  float: right;
  width: 542px;
  height: 23px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  padding-right: 10px;
  padding-top: 107px;
  position: relative;
  margin-left:-30px;
}
/***************  end Menu Definintions  ************************/

#mid_space{
  width: 812px;
  height: 21px;
}

#base_btm{
	text-align: right;
  width: 812px;
  height: 6px;
  /*background: url(/includes/img/base_btm.gif) repeat-x left top;*/
}
#base_btm a { font-size: 11px;color: #9B7941; }

#base_btm_left{
  float: left;
  overflow: hidden;
  width:6px;
  height:6px;
  background: url(/includes/img/base_btm_left.gif)  no-repeat left top;
}

#base_btm_right{
  float: right;
  overflow: hidden;
  width:6px;
  height:6px;
  background: url(/includes/img/base_btm_right.gif)  no-repeat right top;
}

#foot {
	clear: both;
	border-top: 7px solid #E4E3D2;
  padding: 6px;
  padding-top: 10px;
  text-align: right;
  width: 800px;
  height: 21px;
  color: #9B7941;
  font-size: 8px;
}
#foot a { color: #9B7941; text-decoration: none; }
#foot a:hover { text-decoration: underline; }

#footer_nav { clear:both; text-align: right; margin-bottom: 10px; }
#footer_nav ul { list-style: none; padding: 0px; margin: 0px; }
#footer_nav li { display: inline; }
#footer_nav a { font-size: 11px; color:#9B7941; padding-right: 10px; padding-left: 10px; border-right: 1px solid #9B7941; }


