/*********************
  Main Styles
*********************/
html, body
	{
	margin: 0;
	padding: 0;
	font: .9em Georgia, "Times New Roman", Times, serif;
	}
body
	{
	color: #333;
	background: #c0c0c0 url("../images/body_bgr.gif") repeat-y;
	}
#container
	{
	width: 780px;
	background-color: #f6f6f6;
/*	background: #f6f6f6 url(/wordpress/wp-content/themes/am_1.0/images/container_bgr.gif) no-repeat top left;*/
	}

/*********************
  general items
*********************/
a img
	{
	border: 0;
	}
a.more
	{
	padding-left: 17px;
	background: url("../images/bullet_more_dark.gif") no-repeat left bottom;
	}
.date
	{
	font-weight: bold;
	}

/*********************
  header & footer
*********************/
#header
	{
	position: relative;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: url("../images/header_bgr.gif") no-repeat;
	}
#headerAAMText
  {
    width: 150px;
    height: 50px;
    position:absolute;
    left:615px;
    top:100px;
  }
#headerAAM
  {
    background: url("../images/site_logo-3.jpg");
    width: 144px;
    height: 64px;
    position:absolute;
    left:615px;
    top:40px;
  }
#headerAAM a
  {
    position: absolute;
    top: 0;
    left: 0;
    width: 144px;
    height: 64px;
  }
#headerAAM a h1
  {
    display: none;
  }
#logo
	{
	display: block;
	}
#utility_nav
    {
    position: absolute;
    top: 17px;
    right: 200px;
    margin: 0;
    padding: 0;
    font: .8em Arial, Helvetica, sans-serif;
    list-style-type: none;
    }  

#utility_nav li
	{
	margin: 0;
	padding: 0;
	display: inline;
	}
#utility_nav li a
	{
	padding: 0 8px 0 4px;
	color: #000;
	background: url(../images/utility_nav_bullet.gif) no-repeat right;
	}
#search_site
	{
	position: absolute;
	top: 15px;
	right: 15px;
	}
#search_site p
	{
	margin: 0;
	padding: 0;
	}
#fs_search_text
	{
	position: absolute;
	top: 0;
	right: 62px;
	padding: 1px 3px;
	border: 1px solid #c7c7c7;
	width: 107px;
	height: 14px;
	color: #333;
	background-color: #fff;
	}
.fs_go
	{
	position: absolute;
	top: 0;
	right: 0;
	}

#footer
	{
	clear: left;
	border-top: 5px solid #002147;
	font-size: 1.1em;
	line-height: 38px;
	color: #fff;
	background-color: #2a6ebb;
	}
#footer p
	{
	margin: 0 0 0 20px;
	padding: 0;
	}
#footer a
	{
	color: #fff;
	}
	
.clb 
    { 
    clear: both; 
    height: 1px; 
    visibility: hidden;
    } 
	
/*********************
  navigation
*********************/

#nav
	{
	margin: 0;
	padding: 0 0 0 31px;
	height: 30px;
	list-style-type: none;
	background: #c5c5c5 url(../images/nav_bgr.gif) no-repeat
	}
#nav li
	{
	float: left;
	margin: 0;
	padding: 0;
	}
#nav li a
	{
	display: block;
	height: 30px;
	text-indent: -9999px;
	background: #c5c5c5 url(../images/nav.gif);
	}

#nav li a#who { width: 120px; background-position:  -30px 0; }
#nav li a#new { width: 128px; background-position: -150px 0; }
#nav li a#iss { width:  87px; background-position: -278px 0; }
#nav li a#blo { width:  76px; background-position: -365px 0; }
#nav li a#vid { width:  76px; background-position: -441px 0; }

#nav li a#who:hover, #nav li.on a#who { background-position:  -30px -30px; }
#nav li a#new:hover, #nav li.on a#new { background-position: -150px -30px; }
#nav li a#iss:hover, #nav li.on a#iss { background-position: -278px -30px; }
#nav li a#blo:hover, #nav li.on a#blo { background-position: -365px -30px; }
#nav li a#vid:hover, #nav li.on a#vid { background-position: -441px -30px; }

/*********************
  main content items
*********************/
#flash_content
	{
	float: left;
	}
#flash_content img
	{
	display: block;
	}
#latest_news
	{
	position: relative;
	float: left;
	margin-top: -30px;
	width: 240px;
	height: 292px;
	color: #fff;
	background: #2a6dba url(../images/latest_news_bgr.gif) repeat-x;
	}
#latest_news_content
	{
	margin: 4px 0 0 0;
	padding: 0;
	height: 258px;
	overflow: auto;
	}
#latest_news h2
	{
	margin: 0;
	padding: 0;
	width: 240px;
	height: 30px;
	font-size: 1.2em;
	text-indent: -9999px;
	background: url(../images/h2_latest_news.gif);
	}
#latest_news a
	{
	color: #fff;
	}
#latest_news ul
	{
	margin: 17px;
	padding: 0;
	font-size: 1.1em;
	list-style-type: none;
	}
#latest_news li
	{
	margin: 15px 0;
	padding: 0;
	}
#latest_news a.more
	{
	color: #fff;
	background-image: url(../images/bullet_more_light.gif);
	}

#promo
	{
	float: left;
	padding: 20px 10px 13px 10px;
	font-size: 1.1em;
	background: url(../images/promo_bgr.gif) no-repeat top;
	}
#promo h2
	{
	margin: 0 0 5px;
	padding: 0;
	color: #de130f;
	font: bold 1.6em Tahoma, Arial, Helvetica, sans-serif;
	}
#promo a
	{
	color: #002c5e;
	}
#promo div
	{
	float: left;
	padding: 10px 9px;
	border: 1px solid #a4a4a4;
	background-color: #ebebeb;
	}
#promo #feature1
	{
	width: 260px;
	}
#promo #feature2,
#promo #feature3
	{
	margin-left: 20px;
	width: 200px;
	}

#map_blog_signup
	{
	float: left;
	padding: 1px 0 10px;
	background: url(../images/border_dotted_h.gif) repeat-x top;
	}
#map_promo
	{
	float: left;
	display: block;
	padding: 9px 0 0;
	width: 299px;
	text-align: center;
	}
#blog_recent
	{
	float: left;
	margin: 8px 0 0;
	padding: 0 19px 0 15px;
	width: 207px;
	background: url(../images/border_dotted_v.gif) repeat-y;
	}
#blog_recent h2
	{
	margin: 10px 0 10px -8px;
	padding: 0;
	width: 197px;
	height: 29px;
	font-size: 1.2em;
	text-indent: -9999px;
	background: url(../images/h2_blog_recent.gif);
	}
#blog_recent p
	{
	margin:  0 0 10px;
	padding: 0;
	}
#blog_recent a
	{
	color: #333;
	}

#join
	{
	position: relative;
	float: left;
	margin: 8px 0 0;
	padding: 0 0 0 19px;
	width: 181px;
	}
#join h2
	{
	margin: 10px 0 10px -8px;
	padding: 0;
	width: 151px;
	height: 12px;
	font-size: 0.5em;
	text-indent: -9999px;
	background: url(../images/h2_join.gif); 
	}
#join p
	{
	margin: 6px 0;
	padding: 0;
	text-align: right;
	}
#join label
	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}
#join input
	{
	margin-left: 5px;
	padding: 1px 3px;
	border: 1px solid #c7c7c7;
	width: 113px;
	height: 16px;
	color: #333;
	background-color: #fff;
	}
#join input#fj_join
	{
	margin-right: 80px;
	padding: 0;
	border-width: 0;
	width: auto;
	height: auto;
	color: #333;
	background-color: #fff;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 10px 20px 60px 30px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
