﻿/* ============================================================================
Theme Stylesheet
-------------------------------------------------------------------------------
Date        Ver.    User    Changes
09/19/07    1.0     EWS     Original Version
============================================================================ */

/* HTML */
/* Standard HTML - Probably shouldn't be changed much */
*
{
    margin: 0;
    padding: 0;
}

body, body div, body p, body li
{
    color: #000000;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal
}

html>body
{
    font-size: small; 
}

/*
not used here
html>body, html>body div, html>body p, html>body li
{
    font-size: small; 
}
*/

/* General */
h1, h2, h3, h4, h5, h6 
{
    font-weight: bold;
    letter-spacing: normal;
    word-spacing: normal;    
}
h1
{
    font-size: 120%;
}
h2
{
    font-size: 110%;
}
h3
{
    font-size:100%;
}
h4
{
    font-size:90%;
}

INPUT, SELECT, TEXTAREA
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: small;
}

TD, TH
{
    text-align: left;
    vertical-align: top;
}

UL
{
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 1.5em;
    list-style-type: square;
    list-style-position: outside;
}

HR
{
    height: 1px;
}

IMG
{
	border: 0;
}

a
{
    text-decoration: none;
}

a:link
{
    text-decoration: none;
}

a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a:active
{
    text-decoration: none;
}

/* End of Standard HTML */


/* Site HTML */
body
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 10px;
    padding-top: 0px;
}
a
{
    COLOR: #1F3F68;
}

a:link
{
    COLOR: #1F3F68;
}

a:visited
{
    COLOR: #1F3F68;
}
a:hover
{
    COLOR: #1F3F68;
}
a:active
{
    COLOR: #1F3F68;
}

h2
{
        color:#FB0404;
}

/* End of Site HTML */


/* Site IDs/Classes */
#pgOutline
{
    width: 694px;
    max-width: 702px;
    background-color: #FEFEFF;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4px;
    padding-right: 4px;
}

#hdr, #bodyPage, #ftr, #ftrTag
{
    margin-top: 0px;
    margin-bottom: 8px;
}

#hdr
{
    background: Black url(images/hdr.bg.gif) no-repeat scroll left top;
    min-height: 112px;
    height: 112px;
}

#hdr h1
{	
	margin-left: -3000px;
}

#mainMenu 
{	
    min-height: 20px;
    border-bottom: solid 1px #767676;
}

#mainMenu ul
{
	display:block;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin: 0px;
}

#mainMenu ul li
{
	display: inline;
	color: #990000;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px;
	font-weight: normal;
}

#mainMenu img
{	
}

#mainMenu ul li.highlight
{
}

#mainMenu ul li a, #mainMenu ul li a:hover
{
	color: #990000;
}

#mainContent
{
}

.clear
{
	clear: both;
}

#ftrTag
{

    text-align: center;
}

#ftr
{
    border-top: solid 1px #767676;
    padding-top: 5px;
}

#ftr p
{
    font-size: .8em;
    text-align: right;
}

DIV.pullQuote
{
    background-color:#6C94A6;
    margin-left:15px;
    margin-right:50px;
    padding:15px 0px 15px 15px;
    font-style:italic;
    font-weight:bold;
    color:white;
}
    

/* HOME PAGE STYLES */
#homeImage
{
    width: 446px;
    margin-right: 4px;
    float: left;
}

#homeMenu
{
}

#hometextBG
{
	background: #CDCDCD url(images/homeText.bg.jpg) repeat-x;
    border-top: solid 5px #767676;
    min-height: 200px;
    padding-top: 15px;
}

#homeText
{
    float: left;
    width: 402px;   
    color: #333333;    
    padding-left: 25px;
    padding-right: 25px;
}

#homeText h1
{
    font-weight: normal;
    font-size: 1.4em;
}

#homeText, #homeText p
{
    color: #333333;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.9em;
}

#homeAd
{
	float: left;
	width: 190px;
	padding-left: 25px;
}



/* SITE PAGE STYLES */
#bodyPage
{
    min-height: 490px;
    margin-top: 15px;
    padding-bottom: 25px;
    border-bottom: solid 1px #767676;
}
#sideContent
{
    float: right;
    width: 500px;
}

#bodyPage h1, #bodyPage h2, #bodyPage h3, #bodyPage h4, #bodyPage h5, #bodyPageh6, #bodyPage p, #bodyPage ul, #bodyPage ol
{
    margin-top: 10px;
    margin-bottom:10px;
}

TABLE.Projects
{
    width: 470px;
    border: none;
    margin-bottom: 25px;
}

TABLE.Projects TR
{
    margin-bottom: 4px;
}

TABLE.Projects TD
{
    border: none;
    text-align: left;
    vertical-align: top;
    padding: 2px;
}

TR.ProjectHeader TD
{
    font-weight: bold;
    color: White;
    background-color: Maroon;
}

TD.centered
{
    text-align:center;
}

.tableHeader
{
	text-align:center;
	padding: 2px;
	font-weight: bold;
	color: White;
	background-color: #446D7F;
}

.indexCell 
{
	font-weight: bold;
	color: White;
	background-color: #335C6E;
	padding: 2px;
	text-align: right;
	padding-right: 8px;
}

.sumColumn
{
	padding: 2px;
	text-align: right;
	padding-right: 8px;
}

.itemHeader
{
	font-weight: bold;
	color: White;
	background-color: #335C6E;
	padding: 2px;
	padding-left: 8px;
}

.itemSubHeader
{
	font-style:italic;
	padding-left: 15px;
	color: #446D7F;
}

.rowStart
{
	padding-top: 10px;
}

.itemValue
{
	padding: 2px;
	padding-left: 8px;
}