﻿/* ============================================================================
Theme Stylesheet
-------------------------------------------------------------------------------
Date        Ver.    User    Changes
03/18/09    1.0     EWS     Original Version
-------------------------------------------------------------------------------

Standards
-------------------------------------------------------------------------------
Page Width: 725px
============================================================================ */

/* Site HTML */
body
{
    font-family: Verdana, Arial, Helvetica, Verdana, sans-serif;
    padding-top: 0px;
    background-color: #033652;
    background-image: url(images/bg.body.png);
    background-position: center top;
    background-repeat: no-repeat;
    color: #24344A;
}
a
{
    color: #053958;
}

a:link
{
    color: #053958;
}

a:visited
{
    color: #053958;
}
a:hover
{
    color: #066F9D;
}
a:active
{
    color: #066F9D;
}
/* End of Site HTML */

/* Site Classes */

#pgBorder
{
    clear: both;
    width: 986px;
    background: Transparent url(images/bg.pgBorder.png) repeat-y;
    padding: 0;
    text-align: center;
    overflow: hidden;
    margin: 0 auto 0 auto;
}

#pgOutline
{
    margin: 0 auto 0 auto;
    border: none;
    width: 960px;
    text-align: left;
    background-color: Transparent;
    background-image: url("images/bg.pgOutline.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 737px;
}

#hdr
{
    clear: both;
    width: 960px;
    height: 170px;
    position: absolute;
}

#hdr h1
{
    margin-left: -3000px;
}

#hdrMenu
{
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
    height: 41px;
}

#TopMenu
{
    margin: 0;
    padding: 0;
}

#TopMenu li
{
    float: left;
    display: block;
    list-style: none;
}

#TopMenu li img
{
	position: absolute;
	z-index: 10000;
}

#TopMenu li ul
{
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    background-color: #524B60;
    width: 150px;
    z-index: 1000;
    margin-top: 15px;
    border-top: solid 18px #524B60;
    border-bottom: solid 4px #443661;
}

#TopMenu li ul li
{
    float: none;
    text-align: left;
    border-top: solid 1px #626376;
    margin: 0;
    margin-left: 0px;
    display: block;
    min-height: 26px;
}

#TopMenu li ul li:hover
{
    background-color: #625B70;
}

#TopMenu li ul li a
{
    display: block;
    padding: 8px 0 8px 12px ;
    width: auto;
    color: #EEEEEE;
}

#TopMenu li ul li a:hover
{
    color: White;
    text-decoration: none;
}

#TopMenu li ul li.first
{
    border-top: none;
}

#headerHomeLink
{
    margin-top: 38px;
    width: 353px;
    height: 139px;
}

#search
{
    float: right;
    text-align: right;
    margin-top: 13px;
    display: none;
}

#ftr
{
    clear: both;
    margin-top: 25px;
    text-align: center;
    font-size: 10px;
    color: #DBEFFA;
    background-color: #655E73;
    margin-bottom: .125in;
    padding: 10px;
}

#ftr a
{
    color: #DBEFFA;
}

#ftrRefresh
{
    display: none;
}

#pgBorderFooter
{
    width: 986px;
    padding: 0;
    text-align: center;
    overflow: hidden;
    margin: 0 auto 0 auto;
    height: 19px;
    background: Transparent url(images/bg.bottomBorder.png) no-repeat center top;
}

#contentHolder
{
    clear: both;
    margin-top: 170px;
}

#content
{
	padding-top: 15px;
    width: 570px;
    margin-left: 38px;
    color: #1E283A;
    font-size: 12px;
}

#content p
{
    margin-bottom: 1em;
}

#content a
{
    color: #5F8155;
    font-weight: bold;
}

#content h1
{
    margin-top: 1em;
    margin-bottom: .5em;
    clear: left;
}

#content h2
{
    margin-top: 1.5em;
    margin-bottom: .5em;
    clear: left;
}

#content ul
{
        margin-bottom: 1em;

}

#content li
{
    margin-bottom: 1em;
}

#BMI
{
	display:none;
	position: absolute;
	width: 468px;
	height: 328px;
	margin: 250px 0 0 240px;
	background-color: White;
	border: solid 1px #ababb4;
	z-index: 1000;
}

#BMIcontent
{
	margin: 30px 20px 20px 20px;
	color: #3a3a3a;
}
#BMIcontent p
{
	width: 225px;
	margin-top: 10px;
}

#BMIcalc
{
	background: Transparent url(images/bg.BMIcalc.png) no-repeat top left;
	float:right;
	width: 200px;
	height:205px;
}
#BMIcalc p
{
	margin-left: 25px;
	margin-top: 5px;
}

#Register
{
	display:none;
	position: absolute;
	width: 490px;
	height: 540px;
	margin:  150px 0 0 140px;
	background-color: White;
	border: solid 1px #ababb4;
	z-index: 1001;
}

#RegisterContent h1
{
	margin: 30px 20px 20px 20px;
}
/* End of Site Classes */
