﻿  /* CSS layout */

#masthead
{
    position: absolute;
    height: 117px;
    top: 25px;
    left: 0;
    border-top: 1px;
    width: 801px;
    z-index: 0;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-style: solid none none none;
    border-width: 1px 0px 0px 0px;
    border-top-color: #FF0000;
    border-right-color: inherit;
    border-bottom-color: inherit;
    border-left-color: inherit;
}

#top_nav {
}

#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
}

#page_content {
	margin-left: 200px;
}

#footer {
	clear: both;
}
#headerLogo
{
	background-repeat: no-repeat;
	height:57px;
	width:169px;
}
.headerText
{
    font-size:.9em;
}
#headerEmail
{
	
	padding-top:3px; 
	width:700px; 
	text-align:right;
	position: absolute;
	right: 0px; 
	top: 0px; 
	width: 675px;
	
}
#headerRibbon
{
	width:801px; 
	background-image:url('cssImages/header-bg.gif'); 
	position: relative; 
	left: 0px; 
	top: -159px; 
	z-index: 2; 
	height: 27px;
}
#headerControls
{
	width:801px; 
	position:absolute; 
	top:5px;
	left:0px;
    height: 32px;
}
#headerControls li {
    float: left;
    margin: 0 10px;
    color: #333333;
    height: 14px;
    list-style:none;
}
#headerControls a:link,
#headerControls a:visited {
    color: #333333;
    text-decoration: underline;
}
#headerControls a:hover {
    text-decoration: none;
}
#page_background
{
    width:100%; 
    position:absolute; 
    top:0; 
    left:0; 
    background-image:url('cssImages/body-bg.gif');
}
#headerRibbon
{
    width:801px; background-image:url('cssImages/header-bg.gif'); 
    position: absolute; left: 0px; top: 143px; z-index: 1; height: 26px;
}
#headerRibbonLogo
{
    width:82px; height:166px; position:absolute; top:0; left:0; 
    background-image: url('cssImages/ribbon-head-w.gif'); z-index: 10;
}
