body
{
    font-family: "Segoe UI" , Candara, "Bitstream Vera Sans" , "DejaVu Sans" , "Trebuchet MS" , Arial, sans-serif;
    font-size: 100%;
    font-size: 0.8em;
    color: #444;
}
h1, h2, h3, h4, h5, h6
{
    font-family: Candara, "Segoe UI" , "Bitstream Vera Sans" , "DejaVu Sans" , "Trebuchet MS" , Arial, sans-serif;
    color: #D85E00;
}
h1
{
    font-size: 2.2em;
}
h2
{
    font-weight: bold;
    font-size: 1.5em;
}
#contentItemHeader h2{
  font-size:0.8em;
}
h3
{
    font-size: 1.3em;
}
h4, h5, h6
{
    font-size: 1.2em;
}
/*#messaging h2
{
    font-size: 1.5em;
}*/
p
{
    font-size: 1.0em;
}
a
{
    color: #008B94;
}
em
{
    font-style: normal;
    font-weight: bold;
}
/* ****************************** */
/*        Splash Page             */
/* ****************************** */
.container #contentSplash h2
{
    font-size: 1.8em;
    line-height: 1.2em;
}
.container #splashTop
{
    height: 335px;
    /*background: url(/assets/images/splash_1.jpg) no-repeat;*//*SPRING*/
    /*background: url(/assets/images/splash_2.jpg) no-repeat;*//*SUMMER*/
    /*background: url(/assets/images/splash_3.jpg) no-repeat;*//*FALL*/
    background: url(/assets/images/splash_4.jpg) no-repeat;/*WINTER*/
    margin-top: 30px;
}
.container #splashMessages
{
    background: url(/assets/images/splash_3cols_bg.gif) repeat-y;
}
#splashMessagesCol1, #splashMessagesCol2, #splashMessagesCol3
{
}
.container #splashMessages .splashInner
{
    padding: 5px;
}
.container #splashMessages .left
{
    float: left;
    margin: 0px 15px 50px 0px;
}
.container #splashMessages .right
{
    float: right;
    margin: 0px 15px 50px 0px;
}
/*                                */
/* ----- SEARCH ------------------*/
/*                                */
.container #contentSplash #search
{
    margin: 60px 0px 0px 520px;
}
.container #contentSplash #search input.splashSearchButton
{
    width: 66px;
    height: 66px;
    background: url(/assets/images/search_button_splash.gif) no-repeat top left;
    border: none;
    font-size: 0em;
}
.container #contentSplash #search input.splashSearchInput
{
    width: 312px;
    height: 25px;
    background: url(/assets/images/search_input_splash.gif) no-repeat top left;
    border: none; /* 1px solid red;*/
    margin: 0px;
    padding: 6px 0px 0px 20px;
}


/* ****************************** */
/* ****************************** */

#content
{
    background: url(/assets/images/content_bg.gif) repeat-y;
    padding-top: 30px;
    padding-bottom: 20px;
}
.container #imgTagline
{
    float: left;
    margin-left: 126px;
    margin-top: 6px;
}
.container #contentMain #contentMainInner
{
    padding: 10px;
}
#contentStoryInner
{
    padding: 0px 0px 0px 12px;
}
#content3RInner
{
    padding: 0px 20px 0px 0px;
}
.container #contentMain #contentItemDetails
{
    padding-left: 165px;
    padding-top: 36px;
}
.container #contentMain #contentItemDetails h1
{
    margin-bottom: 6px;
}
.imgRecycleItem
{
    float: left;
}
.container #contentMain #contentItemHeader
{
    height: 110px;
    padding-bottom:20px;
}
.container #contentMain #contentItemHeader #blnItemDetails
{
    border-top: 1px dotted #B4C8D2;
    border-bottom: 1px dotted #B4C8D2;
}
.container #contentMain #contentItemHeader img
{
    margin-right: 5px;
    margin-left: 0px;
    margin-top: 4px;
}
.glossaryLink
{
    border-left: 1px dashed #B4C8D2;
    padding-left: 10px;
    padding-top: 6px;
    text-decoration: none;
}
/* ****************************** */
/*     Sidebar Search Bar         */
/* ****************************** */
#contentSidebar #search
{
    width: 300px;
    vertical-align: middle;
    margin: 30px 0px 30px 0px;
}
#contentSidebar #search .searchButton
{
    width: 30px;
    height: 30px;
    background: url(/assets/images/search_button.gif) no-repeat top left;
    border: none;
    font-size: 0em;
}
#contentSidebar #search .searchInput
{
    background: url(/assets/images/search_input.gif) no-repeat top left;
    width: 135px;
    height: 30px;
    border: none; /* 1px solid red;*/
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 5px;
    font-size: 0.8em;
    line-height: 30px;
    float: left;
}
/* ****************************** */
/*     Search Results             */
/* ****************************** */
#searchresults .secondlink
{
  color:#6DACAF;
  font-size:0.9em;
}
#searchresults p.url
{
  margin:-15px 0px 30px 0px;
}


/* ****************************** */
/*     Sidebar Messaging          */
/* ****************************** */

#messaging
{
    margin: 0px 0px 0px 5px;
}
#messaging .mesage
{
    margin: 0px 0px 50px 0px;
}

/* ****************************** */
/*        Item List        */
/* ****************************** */

ul.ItemList
{
    float: left;
    width: 40%;
}

/* ****************************** */
/*        Facility List        */
/* ****************************** */

ul.FacilityList
{
    float: left;
    width: 40%;
}

/* ****************************** */
/*        2-Column Lists          */
/* ****************************** */

.twoColList_even, .twoColList_odd
{
  padding: 0.7em;
  list-style:none;
}
.twoColList_first
{
}
ul.FacilityList li.twoColList_odd,
ul.ItemList li.twoColList_odd
{
    background: #F5FAFA;
    border-top: solid #EEE 1px;
    border-bottom: solid #EEE 1px;
}
.twoColList_even
{
}

ul.FacilityList li.alphaIndex,
ul.ItemList li.alphaIndex,
.alphaIndex a
{
    color:#D85E00;
    background: #FFF;
    font-size:1.5em;
    text-decoration:none;
    border-top: 0px;
    border-bottom: 0px;
}

/* ****************************** */
/*        Facility Details        */
/* ****************************** */

table#facilityDetails
{
    border-collapse: collapse;
    width: 650px;
}
table#facilityDetails td
{
    vertical-align: top;
    border: 1px solid #EEE;
    padding: 10px;
}
table#facilityDetails td:first-child
{
    background-color: #FCFCFC;
    text-align: right;
    font-weight: bold;
    color: #D85E00;
    width: 150px;
}
table#facilityDetails td ul
{
    list-style: none;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}

/* ****************************** */
/*             Glossary           */
/* ****************************** */

.imgGlossaryIcon
{
    padding: 0em 0.5em 0.2em 0em;
    vertical-align: middle;
}

/* ****************************** */
/*             Footer             */
/* ****************************** */

.container #contentFooter
{
    background: url(/assets/images/footer_bkgnd.gif) repeat-x;
    margin-top: 0px;
    height: 30px;
    padding-top: 8px;
}
.container #contentFooter p
{
    font-size: 0.9em;
    padding: 0px 0px 0px 20px;
}

/* ****************************** */
/* ****************************** */

#content3R
{
    width: 469px;
    border-right: 1px dashed #B4C8D2;
}
#contentMain
{
    margin-left: 36px;
    border-right: 1px solid #B4C8D2;
}
.container #contentFooter
{
}
#contentSidebar
{
    width: 173px;
    margin-right: 20px;
}
.container #contentHeader #imgBanner
{
    margin-left: 36px;
}
.container #contentHeader #imgCRDLogo
{
    position: relative;
    left: 430px;
    top: 60px;
}
.container
{
    margin-top: 33px;
}
a.threeRNav:link
{
    /* unvisited link */
    font-weight: bold;
    color: #D85E00;
}
a.threeRNav:visited
{
    color: #D85E00;
}
/* visited link */
a.threeRNav:hover
{
    color: #D85E00;
}
/* mouse over link */
a.threeRNav:active
{
    color: #D85E00;
}
/* selected link */


.productKeywords{
  margin-top:20px;
}
.productKeywords h2{
  font-size:0.9em;
  color:#777;
  font-style:italic;
}

/* ****************************** */
/*        Facility List UC        */
/* ****************************** */

.facilitylist_even, .facilitylist_odd
{
    padding: 10px 10px 0px 10px;
}
.facilitylist_first
{
    border-top: solid #999 1px;
}
.facilitylist_even
{
    border-bottom: solid #999 1px;
}
.facilitylist_odd
{
    background: #e5f3f4;
    border-bottom: solid #999 1px;
}

/* ****************************** */
/*             Nav Bar            */
/* ****************************** */

#contentNavBar
{
    height: 61px;
    background: url(/assets/images/navbar_bkgnd.gif) repeat-x;
    background-position: bottom;
    padding: 0px 0px 0px 30px;
}
#primaryNav
{
}

#primaryNav ul
{
    margin: 0px 0px 0px 0px;
    padding: 18px 10px 0px 0px;
    list-style: none;
}
#primaryNav li
{
    float: left;
    /*background:url("/assets/images/navbar_left.gif") no-repeat left top;*/
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 9px;
}
#primaryNav a
{
    float: left;
    display: block;
    background: url("/assets/images/navbar_right2.gif") no-repeat right top;
    margin: 0px 0px 0px 0px;
    padding: 17px 20px 7px 10px;
    text-decoration: none;
    font-weight: bold;
    color: #765;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#primaryNav a
{
    float: none;
}
/* End IE5-Mac hack */

#primaryNav a:hover
{
    color: #333;
}
#primaryNav .selected
{
    background-image: url("/assets/images/navbar_left_on2.gif");
}
#primaryNav .selected a
{
    background-image: url("/assets/images/navbar_right_on2.gif");
    color: #008B94;
}

/* ****************************** */
/*         Feedback Form          */
/* ****************************** */

#mainform.form label
{
    display: block;
    width: 140px;
    float: left;
    margin-right: 20px;
    padding-top: 2px;
    clear: left;
    text-align: right;
    font-weight: bold;
    color: #D85E00;
}
#mainform.form li
{
    list-style: none !important;
    margin-top: 10px;
    clear: both;
}
#mainform.form textarea
{
    padding: 2px;
}
#mainform.form input
{
    width: 350px;
}
#mainform.form input.button
{
    width: auto;
}
#mainform.form .note
{
    color: gray;
}
#mainform.form textarea
{
    width: 350px;
    margin-top: 5px;
    height: 160px;
    font-family: Arial;
    font-size: 1em;
}
#mainform.form .hr
{
    border-style: dotted none none none;
    border-color: #BCBA93;
    border-width: 1px;
    clear: both;
    width: 100%;
    margin-bottom: 15px;
    line-height: 1px;
    height: 1px;
    font-size: 1px;
}
#mainform.form .captchabox
{
    margin-top: 10px;
}
#mainform.form .captchabox input
{
    margin-top: 5px;
    width: 100px;
}
#mainform.form .captchabox label
{
    clear: none;
}
#mainform.Topbox
{
    background-color: #FFFFE1;
    border-color: #A8A800;
    border-style: solid;
    border-width: 1px;
    margin-left: 2em;
    margin-right: 2em;
    padding: 10px;
    width: 445px;
}
#mainform.Topbox li
{
    list-style-type: square !important;
}
#mainform.form .errorlabel
{
    color: red;
}
#mainform.form .errorbox
{
    background-color: #FFE1D2;
}
#mainform #validSummary
{
    border: 2px solid #CA6A06;
    background-color: #FFF;
    padding: 12px;
    width: 80%;
    margin: 2em auto 2em auto;
}
#mainform #sentThanks
{
    border: 2px solid #5D8B4E;
    background-color: #FFFFFF;
    padding: 12px;
    width: 80%;
    text-align: center;
    margin: 20px auto auto auto;
}
#mainform.form .subtitle
{
    clear: both;
    margin-left: 150px;
    margin-top: 3px;
    color: Gray;
    font-size: 0.9em;
}
.btnPair
{
    text-align: left;
    width: 100%;
    padding: 8px;
}
.btnPair input
{
    width: 175px;
    margin: 0px 10px 0px 10px;
}

