/* main container */

#awd_width
{ width: 776px;
  background: #FFFFFF;
  color: #555;
}

/* logo */

#logo
{ width: 756px;
  height: 173px;
  border-top: 1px solid #F2F2F0;
  background: #444 url(logo.jpg) no-repeat left center;
  color: #FFF;
}

/* navigation menu */

#menubar
{ background: #fff;
  width: 756px;
  height: 28px;
} 

/* main content */

#site_content
{ width: 760px;
  overflow: hidden; 
} 

/* sidebar left */

.sidebar
{ float: left;
  width: 190px;
  padding: 15px 5px 15px 1px;
}

/* sidebar items / links */
.sidebaritem
{ text-align: left;
  width: 190px;
  float: left;
  margin: 0px 0px 15px 0px;
}

.sidebaritem h1, .sidebaritem h3, .sidebaritem p{margin: 8px 10px 10px 12px;}

.sidebaritem ul
{ border-top: 1px solid #D6D9C9;
  width: 160px; 
  padding-top: 4px; 
  margin: 4px 0px 15px 14px;
}

.sidebaritem li
{ list-style: none; 
  padding: 0px 0px 4px 0px; 
  border-bottom: 1px solid #D6D9C9;
}

.sidebaritem li a, .sidebaritem li a:hover
{ height: 16px;
  text-decoration: none; 
  background: transparent url(arrow.png) no-repeat left center;
  color: #555;
  padding: 0px 0px 0px 18px;
  display: block;
} 

.sidebaritem li a.current, .sidebaritem li a:hover, .sidebaritem li a.current:hover
{ background: transparent url(arrow_select.png) no-repeat left center;} 



/* page content border: 1px solid #8B010E; */

#content_container
{ text-align: left;
  width: 550px;
  float: left;
  padding: 0px;  
  margin: 0;
}

#content
{ text-align: left;
  padding: 8px 5px 8px 10px;   
  margin: 0;
}

#content a
{ background: transparent;
  color: #000000;
  text-decoration: underline; 
}

#content a:hover
{ background: transparent;
  color: #A4A4A4;
  text-decoration: none; 
}

.sidebaritem, .sidebaritem_right, #content{background: #FFF;}

/* footer */

#footer
{ width: 720px;
  height: 22px;
  padding: 6px 21px 0px 19px;
  text-align: center; 
  border-top: 3px solid #8B010E;
  background: #F0E7D7;
  color: #333;
}

#footer a
{ background: transparent;
  color: #333;
}

#footer a:hover
{ background: transparent;
  color: #333;
}


#footer a, #footer a:hover{text-decoration: none;}


