﻿/*****************************************************
 * File Name: interior.css
 * Created By: Tim Stratton
 * Date Created: 10/7/2007
 * 
 * Summary:
 * This is a Cascading Style Sheet that controls the 
 * styles of a web page.  This file specifically 
 * controls the look of all interior pages.
 *
 *
 * Revisions:
 * Modified By      Date        Comments
 * -----------      ----        --------
 * 
 *****************************************************/

body 
{
    background-image:url("../../images/fade-background.jpg");
    background-repeat:repeat-x;
    background-color:#626262;
}

html
{
    overflow:-moz-scrollbars-vertical;
    overflow:scroll;
}

html,body
{
    margin-top:0px;
}

table
{
    padding:0px;
    border-collapse:collapse;
}

td > *
{
    overflow:hidden;
}     

#contentArea
{
    width:967px;
    border:0px;
    margin-left:auto;
    margin-right:auto;
    padding:0px;    
    overflow:hidden;
}
#contentArea
{    
    overflow:hidden;
}

#bottomLeft
{
    height:464px;
    width:250px;
    background-image:url("../../images/pic-pipes-sidebar.jpg");
    background-repeat:no-repeat;
    background-position:left bottom;
    background-color:#F4F2E4;
     
}

#navigation
{
    width:245px;
    margin:0px;
    border:0px;
    padding:6px 0px 0px 5px;
    background-color:#F4F2E4;
    vertical-align:top; 
}


#content
{
    width:718px;
    background-color:White;
    vertical-align:top;
	overflow:hidden;
    padding-top:10px;       
}

#contentDiv
{
    width:698px;
    margin-right:10px;
    margin-left:10px;
    overflow:hidden;
}

#footer
{
    border:0px;
    width: 985px;
    height: 53px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../../images/menu-bar-bottom.jpg);
    background-position: left bottom; 
    background-repeat: no-repeat;
}

#pageControl
{
    text-align:center;
    margin:0px auto;    
}

iframe
{
    height:800px;
    width:695px;
    border:none;
}
