/*=========================================================================================== 
|
| Project Name: Avenue.PM
| File Name   : style_main.css
| Description : Main Cascading Style Sheet
| 
| http://www.w3schools.com/css/css_reference.asp
|
|--------------------------------------------------------------------------------------------
|      C O P Y R I G H T
|--------------------------------------------------------------------------------------------
| Copyright (c) 2005, Fairchild Web Productions          All rights reserved.
===========================================================================================*/

.ignore 
{ display: none;
}

/*-----------------------------------------------------------------------------------------*/
/* --- Page stuff --- */
#page_outer
{ margin: 0 auto;
  width: 970px;
  position: relative;
}

#page_titlebar
{  width: 970px;
   height: 78px;
}

#page_titlebar_main
{  background: transparent url(../img/layout/titlebar-bkg.gif) repeat-x top left;
   width: 942px;
   height: 78px;
   float: left;
}

#page_titlebar_left
{  background: transparent url(../img/layout/titlebar-left.gif) no-repeat top left;
   width: 14px;
   height: 78px;
   float: left;
}

#page_titlebar_right
{  background: transparent url(../img/layout/titlebar-right.gif) no-repeat top left;
   width: 14px;
   height: 78px;
   float: left;
}

#page_logo
{ background: transparent url(../img/layout/titlebar-logo.gif) no-repeat top left;
  width: 220px; 
  height: 75px;
  padding: 0;
  float: left;
  margin-left: 25px;
}

#page_logo_blog
{ background: transparent url(../img/layout/titlebar-logo-blog.gif) no-repeat top left;
  width: 220px; 
  height: 75px;
  padding: 0;
  float: left;
}

#page_logo h1 a, #page_logo_blog h1 a
{ width: 220px; 
  height: 75px;
  float: left;
  border: 0;
  background: transparent;
}

#page_logo h1, #page_logo_blog h1
{ margin: 0;
  border: 0;
  background: transparent;
}

#page_logo h1 span, #page_logo_blog h1 span
{ display:none
}

#page_menubar
{ height: 30px;
  float: right;
  padding: 0;
}

#page_menubar ul
{ margin: 0;
}

#page_menubar li 
{ margin: 0;
  display: inline;
}

#page_menubar a
{ background: transparent url(../img/layout/menubar.gif) no-repeat -5px -5px;
  width: 85px;
  height: 30px;
  float:left;
  margin-left: 1px;
  text-decoration: none;
}
#page_menubar a span
{ color: #e0e0e0;
  margin-top: 5px;
  display: block;
  text-align:center;
  font-size: 13px;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
#page_menubar a:hover
{ background-position: -205px -5px;
}
#page_menubar a.first
{ background-position: 0 -5px;
}
#page_menubar a.first:hover
{ background-position: -200px -5px;
}
#page_menubar a.last
{ background-position: -115px -5px;
}
#page_menubar a.last:hover
{ background-position: -315px -5px;
}

#page_main_img
{  background: transparent url(../img/layout/main-img.jpg) no-repeat top left;
   width: 970px;
   height: 295px;
   margin-top: 3px;
}

#page_main_img .left_img
{  float: left;
   height: 275px;
   width: 53px;
   margin: 10px 0 0 10px;
}
#page_main_img .right_img
{ float: left;
  height: 275px;
  width: 528px;
  margin: 10px 10px 0 0;
}
#page_main_img_text
{  float: left;
   height: 295px;
   width: 369px;
   margin: 0;
   overflow: hidden;
   position:relative;
}
#page_main_img_text p
{ margin: 0px 20px;
  font-size: 13px;
}
#page_main_img_text h2
{ margin: 15px 15px;
  font-size: 22px;
}

#page_main_img_text a.button_orange
{ margin-top: 15px;
  float: right;
  margin-right: 25px;
  /*margin-left: 109px;*/
}


a.button_orange, #commentform #submit
{ background: transparent url(../img/layout/button-orange.png) no-repeat top left;
  width: 155px;
  border: 0;
  height: 30px;
  float:left;
  margin-top: 5px;
  margin-right: 15px;
  text-decoration: none;
  cursor: pointer;
}
a.button_orange span
{ color: #ffffff;
  margin-top: 5px;
  display: block;
  text-align:center;
  font-size: 14px;
  font-weight: normal;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
a.button_orange:hover, #commentform #submit:hover
{ background-position: -155px;
}
#commentform #submit
{
  margin-top: 5px;
  font-size: 14px;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  color: #ffffff;
  font-weight: normal;
}



/*-----------------------------------------------------------------------------------------*/
/* --- Social Icons --- */
#social_icons
{ margin-bottom: 25px;
  height: 75px;	
}

#social_icons h3, #newsletter h3
{ margin-bottom: 5px;
  background: transparent url(../img/layout/hr.gif) no-repeat -70px 100%;
}

#social_icons ul
{ position: relative;
  float: left;
  margin:0;
  padding:0;
  list-style-type: none;
}
	
#social_icons ul li
{ position:relative;
  float:left;
  height:49px;
  width:50px;
  margin:0;
  margin-left: 5px;
  padding:0;
  border: 0;
  background:none;
}

#social_icons ul li a
{ position:relative;
  float:left;
  height:49px;
  width:50px;
  text-indent: -9999px;
}

#social_icons ul li a.facebook
{ background: transparent url(../img/layout/social_icons.png) 0 0 no-repeat;	
}
						
#social_icons ul li a.facebook:hover
{ background: transparent url(../img/layout/social_icons.png) 0 -49px no-repeat;	
}

#social_icons ul li a.twitter
{ background: transparent url(../img/layout/social_icons.png) -51px 0 no-repeat;	
}
						
#social_icons ul li a.twitter:hover
{ background: transparent url(../img/layout/social_icons.png) -51px -49px no-repeat;	
}

#social_icons ul li a.blog
{ background: transparent url(../img/layout/social_icons.png) -102px 0 no-repeat;	
}
						
#social_icons ul li a.blog:hover
{ background: transparent url(../img/layout/social_icons.png) -102px -49px no-repeat;	
}

#social_icons ul li a.rss
{ background: transparent url(../img/layout/social_icons.png) -153px 0 no-repeat;	
}
						
#social_icons ul li a.rss:hover
{ background: transparent url(../img/layout/social_icons.png) -153px -49px no-repeat;	
}


/*-----------------------------------------------------------------------------------------*/
/* --- Page Content Frames --- */
#page_content
{  background: #ffffff url(../img/layout/page-bkg.gif) no-repeat top left;
   width: 964px;
   margin: 8px 0 3px 3px;
}

#page_content_bottom
{  background: transparent url(../img/layout/page-bkg-bottom.gif) no-repeat bottom left;
   width: 964px;
   margin: 0;
   height: 15px;
}

.page_content_inner, .page_content_full
{ float: left;
  clear: both;
  width: 934px;
  margin: 15px;
  margin-bottom: 0;
  padding-bottom: 1px;
}

.page_content_inner
{ margin-right: 0;
  width: 949px;
}

      
.page_content_half, .page_content_third
{ float: left;
  overflow: hidden;
}
.page_content_half div.col1, .page_content_half div.col2, .page_content_third div.col1,
.page_content_third div.col2, .page_content_third div.left2, .page_content_third div.right2,
.page_content_third div.col3
{ float: left;
  border-right: 1px solid #f87200;
  width: 466px;
  w\idth: 451px;
  margin-right: 15px;
  margin-bottom: -1000px;
  padding-bottom: 1000px;
  padding-right: 15px;
}
.page_content_half div.col2, .page_content_third div.col3, .page_content_third div.right2
{ margin-right: 0;
  border-right: 0; 
}
.page_content_third div.col1, .page_content_third div.col2, .page_content_third div.col3
{ width: 305px;
  w\idth: 290px;
}
.page_content_third div.left2, .page_content_third div.right2
{ width: 626px;
  w\idth: 611px;
}

/*-----------------------------------------------------------------------------------------*/
/* --- Page Tail --- */
#page_tail
{ text-align: center;
}
#tail_copyright
{ font-size: 11px;
}
#page_tail p
{ margin: 0;
}
#page_tail a
{ font-size: 11px;
}


/*-----------------------------------------------------------------------------------------*/
/* --- Newsletter link --- */

#newsletter_form
{ margin-top: 10px;
}

#newsletter_form input, #sidebar #searchform input#s
{ background: transparent url(../img/layout/input-box.png) no-repeat 0px 0px;
  border: none;
  color: #f87200;
  float: left;
  font-size: 13px;
  height: 19px;
  margin: 0px;
  padding: 7px;
  position: relative;
  width: 243px;
}

#newsletter_form label
{ display: none;
}

#newsletter_form .submit, #sidebar #searchform input#searchsubmit
{ background: transparent url(../img/layout/input-button.png) no-repeat 0px 0px;
  border: none;
  float: left;
  height: 33px;
  margin: 0px;
  cursor: pointer;
  padding: 0px;
  position: relative;
  text-indent: -9999px;
  width: 33px;
}

#newsletter_form .submit:hover, #sidebar #searchform input#searchsubmit:hover
{ background-position: -33px 0;
}

#newsletter_form legend
{ display: none;
}

/*-----------------------------------------------------------------------------------------*/
/* --- News box --- */
#news_box h4
{ border-top: 1px solid #f87200;
  float: left;
  clear: left;
  width: 95px;
  w\idth: 90px;
  margin-top: 5px;
  padding-top: 5px;
  padding-right: 5px;
  text-align: right;
}
#news_box p.news
{ border-top: 1px solid #c7c3bb;
  float: left;
  padding: 5px 10px 0 10px;
  width: 510px;
  w\idth: 490px;
  /* width: 455px;
  w\idth: 435px; */
}

/*-----------------------------------------------------------------------------------------*/
/* --- Newsletter --- */
#newsletter_header ul
{ padding: 0 0 20px 20px;
}

#newsletter_header ul li
{ margin: 0px 0px 5px 20px;
  padding: 0px 0px 0px 5px;
}

#newsletter_header
{ background: transparent url(../img/layout/hr.gif) no-repeat bottom left;
}

/*-----------------------------------------------------------------------------------------*/
/* --- Image stuff --- */
.imagelink, .alignleft {
	float:left;
	margin: 5px 10px 5px 0;
}
.alignright {
	float:right;
	margin: 5px 0 5px 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.image_frame
{ padding: 2px;
  border: 1px solid #c7c3bb;
  text-align: center;
}
.image_frame img
{
  vertical-align: text-bottom;
}

.image_frame p
{ margin: 5px;
  text-align: left;
}

/*-----------------------------------------------------------------------------------------*/
/* --- Main Image Nav --- */
#page_main_img_nav
{ position: absolute;
  bottom: 3px;
  left: 15px;
}
#page_main_img_nav ul
{ float: left;
  margin: 0;
  padding:0;
  list-style-type: none;
}
	
#page_main_img_nav ul li
{ float:left;
  margin:0;
  padding:0;
  border: 0;
}

#page_main_img_nav ul li a, #page_main_img_nav ul li span
{ background: transparent url(../img/layout/main-img-nav.png) 0 0 no-repeat;
  float:left;
  height:27px;
  width:25px;
  text-indent: -999px;
}
#page_main_img_nav ul li span
{ background-position: -84px 0;
}
#page_main_img_nav ul li a
{ background-position: -134px 0;
}
#page_main_img_nav ul li a:hover
{ background-position: -109px 0;
}
#page_main_img_nav ul li a.left_arrow
{ background-position: -21px 0;
  width: 21px;
}
#page_main_img_nav ul li a.left_arrow:hover
{ background-position: 0 0;
}
#page_main_img_nav ul li a.right_arrow
{ background-position: -63px 0;
  width: 21px;
}
#page_main_img_nav ul li a.right_arrow:hover
{ background-position: -42px 0;
}

.featured_story
{ display: none;
}
#featured_story_0
{ display: block;
}


#page_content ul
{
  overflow: hidden;
  list-style-type: outside;
  padding-left: 15px;
}

#page_content li
{
  zoom: 1;
}


/*-----------------------------------------------------------------------------------------*/
#facebook_link
{
  position: absolute;
  top: 38px;
  right: 25px;
  width: 28px;
  height: 28px;
}

#mdot_link
{
  position: absolute;
  top: 34px;
  right: 75px;
  width: 69px;
  height: 36px;
}

#page_tagline
{
  position: absolute;
  top: 44px;
  right: 60px;
}

#page_tagline span, #page_tagline a
{
  color: #f0f0f0;
  font-size: 15px;
}

#page_phone
{
  position: absolute;
  top: 52px;
  left: 265px;
}

#page_phone span
{
  color: #f0f0f0;
  font-size: 12px;
}

#safety_sign
{
  position: absolute;
  top: 465px;
  left: 650px;

}

#build_mich_sign
{
  position: absolute;
  top: 490px;
  left: 380px;

}

#dig_mich_sign
{
  position: relative;
  left: 180px;

}

#listen_sign
{
  position: absolute;
  top: 550px;
  left: 510px;
}

#haul_sign
{
  position: absolute;
  top: 470px;
  left: 20px;
}

#bottom_line_sign
{
  position: absolute;
  top: 480px;
  left: 580px;
}