/* This stylesheet  controls the layout of the home page of the web site. */

/*  Container
-----------------------------------------------------------------------------*/

#container {
     background-image: url(../../index/images/backgrounds/page.jpg);
     background-repeat: no-repeat; 
}

/*  Page
-----------------------------------------------------------------------------*/

#page {
     background-image: none; 
}

/*  Header
-----------------------------------------------------------------------------*/

#header {
     line-height: 0em; 
	 width: 811px;
}

/*  Main Nav
-----------------------------------------------------------------------------*/

#mainNav {
     padding-top: 0px; 
}

/*  Main Content
-----------------------------------------------------------------------------*/

#mainContent {
     width: auto;
     height: 150px;
     margin: 0em;
     padding: 0em;
     padding-left: 47px;
     padding-right: 66px;
     margin-top: 34px; 
}

/*  Secondary Content
-----------------------------------------------------------------------------*/

#secondaryContent {
     width: auto;
     height: 126px;
     float: none;
     margin: 0em;
     padding: 0em;
     margin-top: 28px;
     text-align: left;
     font-size: .9em; 
}

#secondaryContent #Column1 {
     float: left;
     width: 125px;
     display: inline;
     margin-left: 136px;
     margin-right: 28px;
     padding-top: 6px; 
}

#secondaryContent #Column2 {
     float: left;
     width: 235px;
     display: inline;
     margin-right: 30px; 
}

#secondaryContent #Column3 {
     float: left;
     width: 125px;
     display: inline;
     padding-top: 6px; 
}

/*  Footer
-----------------------------------------------------------------------------*/

#footer {
     clear: both;
     height: 54px;
     background-image: none;
     position: relative; 
}

#footer a {
     position: absolute;
     top: 34px;
     left: 310px;
     display: block;
     width: 180px;
     height: 14px; 
}