/*Layout*/

body
{
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #6a6867;
    background-color: #cccccc;
    margin: 0;
    padding: 0;
    background-image: url(images/bg-body.gif);
    background-position: center top;
    background-repeat: repeat-y;
}

#mainContainer
{
    width: 970px;
    margin: 0 auto;
    text-align: center;
}

#mainContainer #mainContainerInner
{
    text-align: left;
    background-color: #FFFFFF;
}

#header
{
    background-image: url(images/bg-header-home.jpg);
    background-repeat: no-repeat;
    height: 150px;
    color: #ffffff;
}

#header div.innerHeader
{
    text-align: right;
    padding-right: 30px;
}
#header div.innerHeader .headerLogo
{
    padding-bottom: 29px;
}

div.headerBottom
{
    padding-bottom: 20px;
}


.leftSideMain
{
    width: 285px;
    float: left;
}
.leftSideNavigation
{
    text-align: left;
}

.rightSideMain
{
    width: 685px; /*970-285*/
    float: left;
}

.rightSideMainInner
{
    padding-right: 30px;
}

.rightSideMainNoMargin
{
    padding-right: 0px;
}

.rightSideMainAddMargin

{
    padding-right: 30px;
}


/*General HTML*/
p
{
    padding: 0 0 15px 0;
    margin: 0;
    line-height: 150%;
    vertical-align: bottom;
}
p.noPad
{
    padding: 0;
}
a img
{
    border: 0px;
}

/*Headers*/

h1
{
    font-size: 36px;
    font-weight: normal;
    color: #000000;
    font-family: Georgia, Times New Roman, Helvetica, Verdana, Arial, sans-serif;
    margin: 0;
    padding: 0 0 30px 0;
}

h2
{
    font-size: 18px;
    font-weight: bold;
    color: #6a6867;
    font-family: Georgia, Times New Roman, Helvetica, Verdana, Arial, sans-serif;
    margin: 0;
    padding: 10px 0 5px 0;
}



/**LISTS**/
ul, ol
{
    padding: 0 0 15px 40px;
    margin: 0;
}

ul li, ol li
{
    padding: 5px 0 0 10px;
    margin: 0;
}

ul.warningsUL
{
    padding: 0 0 10px 20px;
    margin: 0;
}
ul.warningsUL li
{
    padding: 0 0 0 5px;
    margin: 0;
}

/*Misc*/

.centeredImage
{
    margin: 0 auto;
    text-align: center;
    padding: 10px 0 10px 0;
}

.floatRight
{
    float: right;
    clear: right;
    margin-right:0px;
    padding-left: 10px;
}
.floatLeft
{
    float: left;
    clear: left;
    margin-left:0px;
    padding-right: 10px;
}
.leftSidePad
{
    padding-left: 8px;
}
.leftSideItem
{
    padding-bottom: 15px;
}
.leftSideItemExtra
{
    padding-bottom: 20px;
}
.leftSideItemExtraPlus
{
    padding-bottom: 40px;
}
.rightSideMainText
{
    padding: 0 40px 0 24px;
}

.paddingBottomStandard
{
    padding-bottom: 15px;
}


div.safetyInformation h3
{
    padding: 0 0 5px 0;
    margin: 0;
    font-weight: bold;
    font-size: 12px;
}


/*Links*/
a:link, a:visited, a:active
{
    color: #0066cc;
    text-decoration: underline;
}
a:hover
{
    color: #0066cc;
    text-decoration: none;
}




table.noSpacing
{
    border-collapse: collapse;
}
table.noSpacing tr td
{
    vertical-align: top;
    text-align: left;
}
/*Header specific*/

table.noSpacing tr td.searchArea
{
    text-align: right;
    padding: 0 10px 15px 0;
    color: #49176D;
}

input.searchBox
{
    background-image: url(images/bg-search-box.gif);
    background-repeat: repeat-x;
    height: 19px;
    width: 125px;
    border: solid 1px #e0d8e6;
}
td.searchItem
{
    height: 23px;
    line-height: 23px;
}
td.searchItemPad1
{
    padding-right: 5px;
}

td.searchItemPad2
{
    padding-right: 3px;
}



.homePromoContainer
{
    padding-bottom: 50px;
}
.homePromo
{
    float: left;
    width: 318px;
}

.homeInlineNav
{
    float: left;
    padding: 100px 0 0 10px;
    width: 200px; /*btns are 175, pad left is 10*/
}

.homeInlineNavItem
{
    padding-bottom: 6px;
}


.footnotes
{
	font-size: 80%;
   vertical-align: top;
   line-height: 200%;
}

.reg 
{
	font-size: 70%;
   vertical-align: top;
   line-height: 200%;
}

h1 span.reg
{
	font-size: 12px;
   vertical-align: top;
   line-height: 200%;
}

.pageSpecificFooter span.reg 
{
	font-size: 8px;
	vertical-align: super;
	line-height: normal;
}

.footerContainer
{
    margin: 0 0 0 231px;
    padding-top: 50px;
    width: 709px;
    color: #000000;
    font-size: 10px;
}
.footer1InnerBlue1
{
    height: 8px;
    background-image: url(images/footer-bg-top.gif);
    background-position: center top;
    background-repeat: no-repeat;
}
.footer1InnerBlue2
{
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 6px;
    background-image: url(images/footer-bg-bottom.gif);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #e6fcfc;
    text-align: left;
}

.footer2
{
    padding: 10px 0 10px 30px;
}
.pageSpecificFooter
{
    padding: 5px 0 5px 0;
    font-size: 10px;
}
.footerContainer a:link, .footerContainer a:visited, .footerContainer a:active
{
    color: #000000;
    text-decoration: underline;
}
.footerContainer a:hover
{
    color: #000000;
    text-decoration: none;
}

.pulldowninput
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.textinput
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    width: 200px;
}
.error
{
    color: red;
    font-weight: bold;
}

.disclaimerNotes
{
	font-size: 12px;
}

.padTop1 
{
	padding-top: 15px;
}
div.promo
{
    padding-bottom: 5px;
    margin-bottom: 10px;
}
div.returnToHighlightedContent
{
    margin-top: 10px;
}

.newsContainer
{
    font-size: 11px;
    width: 249px;
}

.newsMain
{
    background-image: url(images/news-left-side-bg.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding: 12px 20px 40px 30px;
}
.newsItemDate, .newsArchive
{
    color: #ed2025;
    padding-bottom: 2px;
    font-weight: bold;
}


.newsItem
{
    line-height: normal;
    padding-bottom: 9px;
}

.highlightBox, .highlightBox2
{
    background-color: #c2f8f9;
    padding: 10px;
    border: solid 1px #000000;
    color: #000000;
    font-size: 12px;
}
.highlightBox {
    font-weight: bold;
}
 .highlightBox2 
 {
 	font-weight: normal;
 }
.warnings
{
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #ed2025;
    font-size: 12px;
    margin-top: 20px;
}
.warningsHeader
{
    font-style:italic;
    font-weight:bold;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-block;
}
/* for IE/Mac */


/*Info
footer blue: #e6fcfc
*/