﻿body 
{
    background-color: #eeeeee;
    font-family: Verdana;
    font-size: 9pt;
    margin: 0px;
    padding: 0px;
}

img
{
    vertical-align: middle;
}

strong
{
    color: #005184;
}

a:link {
	text-decoration: none;
	color: Blue;
}
a:visited {
	text-decoration: none;
	color: Blue;
}
a:hover {
	text-decoration: underline;
	color: Blue;
}

h1
{
    font-family: Verdana;
}


/**************************************************************************************************
Header
***************************************************************************************************/

.headerContainer
{
    margin: 0px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;

    background-color: #005184;
    color: White;

    border: 0px;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-color: Black;
    border-style: solid;

    padding: 2px;
    display: block;
    clear: left right;
}

.headerContainer a:link {
	text-decoration: none;
	color: #fffeb8;
}
.headerContainer a:visited {
	text-decoration: none;
	color: #fffeb8;
}
.headerContainer a:hover {
	text-decoration: underline;
	color: #fffeb8;
}

/**************************************************************************************************
The top-page navigation links in the About section
***************************************************************************************************/
.navigationLinks
{
    margin: 0px;
    margin-bottom: 10px;
    
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    
    font-size: 11pt;

    border: 0px;
    border-bottom: 1px;
    border-color: #005184;
    border-style: dashed;
    
    height: 20px;
    display: block;
    clear: left right;
}

.navigationLinks_left
{
    float: left;
}

.navigationLinks_right
{
    float: right;
}



/**************************************************************************************************
Body
***************************************************************************************************/
.bodyContainer
{
    clear: right left;
    margin: 0px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px;
    
    border: 0px;
    border-left: 1px;
    border-right: 1px;
    border-color: Black;
    border-style: solid;
    background-color: White;
    
}

/**************************************************************************************************
Horizontal Menu Items
***************************************************************************************************/

.horizontalMenu
{
    color: White;
    vertical-align: middle;
    float: right;
    display: block;
}

.horizontalMenuItem
{
    border: 0px;
    text-align: center;
}

.horizontalMenuDivider
{
    width: 1px;
    background-color: white;
}

/**************************************************************************************************
Footer
***************************************************************************************************/

.footerContainer
{
    clear: left;
    margin: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;

    background-color: Black;
    color: White;
    
    height: 26px;
    
    border: 0px;
    border-bottom: 1px;
    border-left: 1px;
    border-right: 1px;
    border-color: Black;
    border-style: solid;
    
    font-size: 8pt;

    padding: 0px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.footerContainer p
{
    float: left;
    margin: 0px;
    margin-top: 6px;
}

.footerContainer h2
{
    float: left;
    margin: 0px;
    margin-top: 6px;
    font-size: 8pt;
    font-weight: normal;
}

.footerContainer img
{
    float: right;
}

/*************************************************************************************************
* These are page sections
*************************************************************************************************/

.pageTable
{
    margin: 0px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px;
    display:block;

}

.pageTitle
{
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    margin-top: 5px;
}

.pageSection
{
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    
    margin-left: 20px;
    margin-right: 20px;
    
    padding: 5px;
    padding-top: 10px;

    background-color: #ffffec;
    border: 1px;
    border-color: #efefce;
    border-style: solid;
}

.pageSectionTitle
{
    padding-bottom: 3px;
    padding-left: 5px;

    font-weight: bold;

    border: 0px;
    border-bottom: 1px;
    border-color: #005184;
    border-style: dashed;
    
    margin-bottom: 10px;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;

    color: #005184;
    clear: right left;
    width: 100%;
}

.pageSectionImage
{
    float: right;
    display: inline-block;

    margin: 0px;
    margin-left: 10px;
}

.pageSectionText td
{
    vertical-align: top;
}


/*************************************************************************************************
* These items are common to all pages
*************************************************************************************************/

.pageLeftContainer
{
    margin: 0px;
    margin-left: 10px;
    margin-right: 0px;
    
    padding: 0px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    
    vertical-align: top;
}

.pageRightContainer
{
    margin: 0px;
    
    padding: 0px;
    padding-bottom: 10px;
    
    width: 250px;
    background-color: #ffffc2;

    border: 0px;
    border-left: 1px;
    border-color: #bababa;
    border-style: solid;

    vertical-align: top;
}

.homepageRightPane
{
    height: 625px;
    width: 245px;
    
    border: 0px;
    border-left: 1px;
    border-color: #bababa;
    border-style: solid;

    background-image:url(images/photos/stretching02.jpg);
    background-repeat:no-repeat;
    background-position:bottom center;    
    vertical-align: top;
}


/*************************************************************************************************
* These items are common to all pages
*************************************************************************************************/

.featureList {
    margin: 0px;
    margin-right: 5px;
    
    padding: 0px;
    padding-left: 10px;
    padding-bottom: 5px;
    list-style: none;
    display:inline-block;
 }

.featureList li 
{
    margin: 0px;
    margin-bottom: 8px;
    clear: left right;
    width: 100%;
}


.costComparisonTable 
{
    background-color:#fdfab5;
    border: 1px;
    border-color: #bababa;
    border-style: solid;
}

.costComparisonFootnote 
{
    font-size: 10px;
}