﻿/*****************************************************
 * File Name: interior.css
 * Created By: Tim Stratton
 * Date Created: 9/25/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/faded-lines.jpg");
    background-repeat:repeat-x;   
}

html
{
    /*FireFox property to force scroll bars to be visable*/
    overflow:-moz-scrollbars-vertical;
    /*IE property to force scroll bars to be visable*/
    overflow:scroll;
}

html,body
{
    margin-top:0px;
}

table
{
    padding:0px;
    border-collapse:collapse;
}

td > *
{
    overflow:hidden;
}     

#contentArea
{
    width:988px;
    border:0px;
    margin-left:auto;
    margin-right:auto;
    padding:0px;    
    background-image:url("../../images/sidebar-background.jpg");    
}

#bottomLeft
{
    height:436px;  
    background-image:url("../../images/man-on-pipe.jpg");
    background-repeat:no-repeat;
    background-position:center bottom;     
}

#navigation
{
    width:240px;
    margin:0px;
    border:0px;
    padding:0px 15px;
    background-image:url("../../images/sidebar-background.jpg");
    vertical-align:top; 
}

/*#news
{
    width:240px;
    margin:0px;
    border:0px;
    padding:0px 0px;
    background-image:url("images/sidebar-background.jpg");
    vertical-align:top;
}*/

#content
{
    width:718px;
    background-color:White;
    vertical-align:top;   
    padding-top:10px;           
}

#contentDiv
{
    width:708px;
    margin-right:10px;
    overflow:hidden;
}

#footer
{
    border:0px;
    width: 988px;
    height: 62px;
    margin-left: auto;
    margin-right: auto;
    margin-top:-10px;
    background-image: url(../../images/menu-bar-bottom-secondary.jpg);
    background-position: bottom; 
    background-repeat: no-repeat;
}

#pageControl
{
    text-align:center;
    margin:0px auto;    
}

iframe
{
    height:800px;
    width:695px;
    border:none;
}

#searchContainer
{
    top: 125px;
	float:right;
	margin-top:5px;
	font-size: 13px;
} 
#search
{
    padding: 5px 0px 0px 0px;
	vertical-align: top;       		        
}
.searchTextBox
{
    font-size: 13px;		
	text-align: left;
	vertical-align: middle;		
	height: 13px;		
}
.button
{
	height: 20px;
	text-align: center;
	margin-right: -3px;  /* this right aligns the button with the toplinks */
	border: 0px;		
	color: White;
	background-color: #B25700;  /*#FF0000; #B24700 Red*/		
} 
