﻿body{
    margin: 0px 0px 0px 0px;
    height:100%;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: #333;
}
html {
    margin: 0px 0px 0px 0px;
    height: 100%;
}
table {
    text-align:left;
    font-size: 12px;
}

#nonFooter {
    position: relative;
    min-height: 721px;
    bottom: 0px;
    left: 0px;
    z-index: 10;
}
a:active, a:visited, a:link
{
	text-decoration: none;
	color: #cc0000;
	
}
a:hover
{
	text-decoration: underline;
}
/************************************************
 * Background
 ***********************************************/
#bgCircleBig {
    top: -91px;
    right: -167px;
    z-index:2;
    position: absolute;
}
#bgCircleSmall {
    width: 578px;
    height: 578px;
    top: -103px;
    left: -59px;
    z-index:1;
    position:absolute;
}
#bgCirSmallDiv {
    background-image: url( '../Images/w_circle_small_resized-t.png' );
    width: 422px;
    height: 422px;
    z-index: 1;
    position: absolute;
    top: -103px;
    left: -59px;
    background-repeat: no-repeat;
}
#bgCirLargeDiv{
    background-position: 150px -50px;
    width: 721px;
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: 1;
    position: absolute;
    background-image: url( '../Images/w_circle_big.gif' );
    background-repeat: no-repeat;
}
#testBigBg {
    width: 721px;
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: 1;
    position: absolute;
    background-color: Fuchsia;
}
#pageBody {
 z-index: 3;
 position: relative;
 padding-bottom: 35px;
 width: 100%;
}
#mainContent { z-index: 5; }
.contentBody {
    padding-left: 15px;
    padding-right: 30px;
    padding-top: 10px;
}
/************************************************
 * Header
 ***********************************************/
#header {
    z-index: 2;
    top: 0px;
    left: 0px;
    width: 100%;
}
#headerx {
    width: 100%;
    height: 300px;
}
#topBar {
    width: 100%;
    height: 20px;
    background-color: #c00;
    top:0px;
    left:0px;
    position:absolute;
    z-index: 3;
}
#headerContentx {
    width: 100%;
    height: 150px;
    position: relative;
}
#headerGradientx {
    width: 100%;
    height:75px;
    background-color: #c00;
    z-index: 3;
    vertical-align: middle;
    position:relative;
}
.logoImage {
    width: 325px;
    height: 82px;
    top: 35px;
    left: 30px;
    position: absolute;
    z-index: 3;
}
#headerGradientImagex {
    height: 75px;
}
#headerGradientDivx {
    background-image: url('../Images/gradiant_upper-t.png');
    width: 472px;
    height: 75px;
    position:absolute;
    top:0px;
    left:0px;
}
#tagLineTextContainer {
    font-family: Times New Roman, Serif;
    font-style: italic;
    color: #fff;
    position: absolute;
    height: 75px;
    top: 0px;
    right: 40px;
}
.tagLineCentering {
    height: 100%;
}
#tagLineText {
    color:#fff;
    position:relative;
    height:auto;
    text-align:right;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font-size: 18px;
}
.tagLineStrong {
    font-size: 24px;
}

/*******************
 * pricePAL Login
 *******************/
.pPalLoginBlock{
    width: 100px;
    position: absolute;
    top: 33px;
    right: 35px;
    height: 100%;
}
.pPalLoginHeader {
    border-bottom: solid 1px #666666;
}
.pPalUserNameBlock {
    width:auto;
}
.pPalPasswordBlock {
    width:auto;
}
.pPalLoginDiv {
    float:right;
    margin-right: 0px;
    padding-top: 3px;
}
.pPalErrorBlock {
    margin-top: -6px;
}
.pPalForgotPwd {
	font-family: Verdana, Arial, Sans-Serif;
	font-size:8px;
}
.loginLabelText {
    font-family:Verdana, Arial, Sans-Serif;
    font-size: xx-small;
    color: #000000;
}
.loginTextBox {
    border: 1px solid #333333;
    width: 95px;
    height: 12px;
    font-size: 10px;
}
.passwordTextBox {
    border: 1px solid #333333;
    width: 95px;
    height: 12px;
    font-size: 10px;
}
.loginErrorMessage {
    font-size: 10px;
    color: #ff0000;
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: bold;
}
/****************************
 * Navigation Tabs and Menu
 ****************************/
#navTabsContainer {
    position: absolute;
    top:125px;
    left: 40px;
    z-index: 20;
}
.navTab {
    float: left;
    margin-right: 2px;
}
.menuItem {
	position: relative;
    border-bottom: solid 1px #666;
    text-align: left;
    padding: 0px 10px 2px 5px;
}
.menuItemLink,
.menuItemLink:link,
.menuItemLink:visited,
.menuItemLink:active {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    text-decoration: none;
	color: #000000;
}
.menuItemLink:hover { color: #999999; text-decoration:none; }
.subMenuContainer {
    border-top: solid 1px #666666;
    border-left: solid 1px #666666;
    border-right: solid 1px #666666;
    background-color: #fff;
    z-index: 20;
    position:absolute;
    cursor:pointer;
    /*filter: alpha(opacity=95);*/
    -moz-opacity:0.95;
    min-width: 98px;
    opacity: 0.95;
}
.subMenuDiv {}
.submenuArrow { position:relative; }
/********************
 * Content Sections
 ********************/
.contentSection{
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
}
.contentHeader{}
.contentSubheader {}
.contentSubheaderText {
    font-family: Verdana, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #333;
}
.contentSectionBody {
    font-family: Verdana, sans-serif;
    font-size: 13px;
    color: #333;
    height: auto;
    position: relative;
    text-align: justify;
    line-height: 18px;
    padding-right: 15px;
}
.textContentHeader {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: #c00;
    font-weight: bold;
}
/*****************
* Block Styling
******************/
#blockContainer {
    position:relative;
    float:right;
    height: auto;
    padding-top:5px;
    padding-left: 15px;
    padding-bottom: 5px;
    margin-top: -8px;
}
.block {
    width: 250px;
    height: 200px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-top: 10px;
    
}
.blockTop {
    height: 10px;
    border-top: solid 1px #999999;
    background-color: #ffffff;
    margin-left: 10px;
    margin-right: 10px;
    position:relative;   
}
.blockTopLeft {
    background-position: left top;
    height: 10px;
    width: 10px;
    background-image: url( '../Images/block_topLeftGray-t.png' );
    background-repeat: no-repeat;
    position:absolute;
    top:-1px;
    left: -10px;
}
.blockTopRight {
    background-position: right top;
    height: 10px;
    width: 10px;
    background-image: url( '../Images/block_topRightGray-t.png' );
    background-repeat: no-repeat;
    position:absolute;
    top: 0px;
    right: -10px;
}
.blockSpace {
    background-color:#ffffff;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    height:100%;
    margin-top: -5px;
    margin-bottom: -86px;
    z-index: 4;
}
.blockContent {
    width: 100%;
    height: 100%;
    position:relative;
    z-index: 5;
    overflow: auto;
    font-family: Verdana, sans-serif;
    font-size: small;
    color: #333;
}
.blockGradient{
    background-position: bottom;
    height: 86px;
    background-image: url( '../Images/block_gradientBgGray.png' );
    background-repeat: repeat-x;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    z-index: 4;
}
.blockBottom {
    height: 9px;
    border-bottom: solid 1px #999999;
    background-color: #999999;
    margin-left: 10px;
    margin-right: 10px;
    position:relative; 
}
.blockBottomLeft {
    background-position: left top;
    height: 10px;
    width: 10px;
    background-image: url( '../Images/block_bottomLeftGray-t.png' );
    background-repeat: no-repeat;
    position:absolute;
    top:0px;
    left: -10px;
}
.blockBottomRight {
    background-position: right top;
    height: 10px;
    width: 10px;
    background-image: url( '../Images/block_bottomRightGray-t.png' );
    background-repeat: no-repeat;
    position:absolute;
    top: 0px;
    right: -10px;
}
/***********************
 * BlockContentStyling
 ***********************/
.caseStudyContentHeader, .linkGroupContentHeader {
    border-bottom: solid 1px #666666;
    margin: 0px 3px 6px 3px;
}

.caseStudyContentImageDiv {
    text-align:center;
    margin-top: 5px;
}
.caseStudyContent, .linkGroupContainer { margin: 0px 3px 0px 3px; }

.caseStudyContentText {
    font-size: 11px;
    margin: 10px 10px 15px 10px;
}
.caseStudyLinkDiv {
    border: 1px solid #000000;
    background-color: #CC0000;
    padding: 10px;
    text-align: center;
    width: 60%;
    margin:0 auto;
}

/*.caseStudyLinkDiv:hover { border: 1px inset #0099CC;}*/
a.caseStudyLink:link, a.caseStudyLink:visited, a.caseStudyLink:active{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: capitalize;
    text-decoration: none;
    vertical-align:middle;
    position:relative;
    background-color: #CC0000;
}
a.caseStudyLink:hover { text-decoration: underline; }
.linkGroupLinkContainer { padding: 0px 10px; font-size: 11px; }
.linkGroupLink {
    font-size: 11px;
    font-weight:bold;
    line-height: 13px;
}
.linkDescription {
    font-size: 11px;
}
 /**********
  * Footer
  **********/
#footer {
    height: 50px;
    width: 100%;
    margin: 0px;
    z-index:10;
    background-color: Transparent;
}
.footerNavItem {
    position:relative;
    float:left;
    margin-bottom: 5px;
    text-align: center;
    vertical-align:middle;
    padding: 0px 10px 0px 10px;
    width: 85px;
}
.footerNavItemLink,
.footerNavItemLink:link,
.footerNavItemLink:active,
.footerNavItemLink:visited {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
.footerNavItemLink:hover { font-weight: bold; }
.footerNavSeparator { border-right: solid 2px #cc0000; }
#footerNavigation { margin-left: 15px; }
#footerBar {
    background-color: #cc0000;
    width: 100%;
    height: 25px;
}
#footerBarImage { float:right; }
/*********************
 *   Image Preloading                  
 *********************/
 .imagePreload {
    display: none;
    height:1px;
    width: 1px;
    position: absolute;
    top: 0px;
    left: 0px;
 }
 .bullet{
    font-weight:bold;
    font-size:medium;
 }