/* Core Page Layout 
------------------------------------------------------------------------------*/
  html {
    height: 100%;
  }
	body {
		background-image:  url("/img/layout/pagebg.jpg");
		height: 100%;
		margin: 0px;
		text-align: center;
	}
	#body-wrapper { 
    position: relative;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    border: 0px;
    text-align:left;
    height:auto !important;
    /* real browsers */ height:100%;
    /* IE6: treated as min-height*/ min-height:100%;
    /* real browsers */ background-color: #FFFFFF;
  }
	#page-body { 
    position:absolute;
    left: 18px;
    top: 0px;
    margin: 0px;
    width: 900px;
    padding: 0px;
    border: 0px;
    background-color:#FFFFFF;
    height:100%;
  }
/* Page empty margins (left & right) */
	#page-border-l {
    width: 18px;
    position: absolute;
    left: -18px;
    top: 0px;
    height: 100%;
    background-position:right;
    background-repeat:repeat-y;
    background-image:  url("/img/layout/border-gradient-L.jpg");
  }
	#page-border-r {
    width: 18px;
    position: absolute;
    right: -18px;
    top: 0px;
    height: 100%;
    background-position:right;
    background-repeat:repeat-y;
    background-image:  url("/img/layout/border-gradient-R.jpg");
  }
/* Page Header */
	#page-header { 
    width: 900px;
    height: 101px;
    margin: 0px;
    border: 0px;
    width: 100%;
  }
		#top_block {
      height: 70px;
      text-align: center;
      /*background-image: url("/img/layout/topbg1.jpg");*/
      background-position:bottom;
      background-repeat:repeat-x;
      background-color:#FFFFFF;
      padding: 0;
      margin: 0;
      vertical-align: middle;
      width: 100%;
    }
		#atg_logo {
      float: left;
      margin: 10px 0 0 20px;
      border: 0;
      padding: 0;
    }
		#big_phone { 
      margin: 20px 6px 0 0;
			padding-top: 20px;
      width: 300px;
			float: right;
			border-right: 1px dotted #BFBFBF;
      font-family: "Arial MT Regular, Arial, Helvetica";
      font-size: 18px;
      font-weight: bold;
      color: #333333;
			font-stretch: wider;
    }
		#header-txt { 
      border: 0;
      margin: 0px;
      padding: 20px 0px 0px 0px;
    }
		#top_search {
			font-size: 10px;
			width: 200px;
			margin: 22px 6px 0px 6px;
			float: right;
		}
		#top_search input#b {
			font-size: 10px;
		}
		/* Top nav bar */
		#top-nav { 
      height: 31px;
      background-repeat: repeat-x;
			background-image:  url("/img/layout/top-nav-bg-v2.png");
      text-align: center;
      border: 0;
    }
/* Page body */
	#page-hdr-to-footer {
    width: 900px;
    background-color:#FFFFFF;
  }
	#pagetop {
		clear:both;
		margin: 0;
		padding: 0;
	}
	#left-nav { 
    float: left;
    clear: none;
    width: 200px;
    margin: 0px 0px 30px 0px;
    padding: 4px;
  }
	#mid-col { 
    float: right;
    clear: none;
    width: 660px;
    margin: 0px 0px 30px 0px;
    padding: 4px;
  }
/* Page Footer */
	#page_footer_clear { 
    clear: both;
    height: 1px;
    background: none;
  }
	#footer { 
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 900px;
    border-top: 1px solid #000000;
    padding: 4px;
    text-align: center;
    height: 25px;
    background-color: #D3E4F5;
  }