body
{
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.bodyContentWrapper
{
    margin: 0 auto;
    /*min-width: 480px;*/
    overflow: hidden;
    padding: 0;
}
.headerWrapper
{
    margin: 0 auto; /*    max-width: 320px;*/
    overflow: hidden;
    padding: 0;
}
.grayGradient
{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(235,235,235,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );
}
.headerTopContainer
{
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.headerTopContainer ul.mainMenu
{
 margin: 0.3em;
padding: 0px 0px 0px 3%;
text-align: left;
width: 97%;
overflow: hidden;
}
.headerTopContainer ul.mainMenu li
{
  float: left;list-style-type: none;margin-top: 0.3em;/*padding:?0?8px?0?6px;*/margin-bottom: 0.3em;margin-right: 4%;
}
.headerTopContainer ul.mainMenu li a
{
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
}
.headerTopContainer .UtilityMobileNav ul.mainMenu li
{
    margin-top: 0;
}
.header
{
    text-align: center;
    width: 100%;
}
.headerTopContainer .logoMobile img
{
    margin: 13px 0;
}
.header .logoMobile
{
    margin: 13px 0;
}
 .header .logoMobile .FWContainer
{margin: 3px 0 13px 0;}
.header .logo
{
    display: none;
}
.UtilityMobileNav
{
    background-color: #003523;
    float: none;
    margin: 0;
    text-align: center;
    height: 26px;
}
.UtilityMobileNav ul.mainMenu
{
    float: left;
    margin: 0;
    padding: 1px 0 4px 10px;
    text-align: left;
    width: 79%;
}
.UtilityMobileNav ul.mainMenu li
{
    color: #008556;
    display: inline-block;
    list-style-type: none;
    padding: 0 8px;
}
.UtilityMobileNav ul.mainMenu li a
{
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    color: #FFFFFF;
    font-family: "Lucida Sans Unicode" , "Lucida Grande" ,sans-serif;
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal !important;
    height: 0 !important;
    line-height: normal;
    padding: 0;
    text-decoration: none;
    text-transform: capitalize;
}
.UtilityMobileNav ul.mainMenu li:hover
{
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF; /*height: 0 !important;*/
    text-decoration: underline;
}
.UtilityMobileNav ul.mainMenu li.lastOne
{
    padding: 0 0 0 6px;
}
a:focus
{
    outline: medium none;
}
#panel
{
    background: none repeat scroll 0 0 #003523;
    display: none; /*min-height: 100px;*/
    color: #FFFFFF;
    font-family: "Lucida Sans Unicode" , "Lucida Grande" ,sans-serif;
    font-size: 13px;
    overflow: hidden;
}
.slide
{
    background-color: #003523;
    display: block; /*height: 26px;*/
    margin: 0; /*    padding: 0 0 0 17px;*/
    width: 100%;
}
.btn-slide
{
    background: url("/images/arrow_slider.png") no-repeat scroll right -55px transparent;
    height: 31px;
    margin-left: -28px;
    width: 15px;
}
a.btn-slide
{
    color: #FFFFFF;
    font: 12px/24px "Lucida Sans Unicode" , "Lucida Grande" ,sans-serif;
    padding: 0;
    text-decoration: none;
    text-transform: capitalize;
}
.UtilityMobileNav a.active
{
    margin-left: 344px !important;
}
.active
{
    background-position: right 3px;
}
#siteSearchCtn
{
    float: none;
    margin: 13px auto 0;
    text-align: left;
    width: 91%;
}
#siteSearchCtn input
{
    border: 1px solid #9CCFBD;
    color: #ACACAC;
    float: none;
    font: 12px/14px Arial;
    height: 28px;
    width: 84%;
    padding: 0 1% 0.1em 3%;
    text-indent: 1%;
}
#siteSearchCtn input[type="image"]
{
    background-image: url("/images/bg_inputSearch.png");
    background-repeat: no-repeat;
    border: medium none;
    height: 31px;
    margin-left: -4px;
    margin-top: -2px;
    padding: 0;
    vertical-align: middle;
    width: 31px;
}
.UtilityNav
{
    display: none;
}
.MenuWrapper
{
    display: block;
    float: none;
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
}
.MenuWrapper ul.mainMenu
{
    margin: -16px auto 0;
    padding: 0;
    text-align: center;
    width: 92%;
}
.MenuWrapper ul.mainMenu li
{
    background: rgb(0,133,86);
    background: -moz-linear-gradient(top,  rgba(0,133,86,1) 0%, rgba(0,110,72,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,133,86,1)), color-stop(100%,rgba(0,110,72,1)));
    background: -webkit-linear-gradient(top,  rgba(0,133,86,1) 0%,rgba(0,110,72,1) 100%);
    background: -o-linear-gradient(top,  rgba(0,133,86,1) 0%,rgba(0,110,72,1) 100%);
    background: -ms-linear-gradient(top,  rgba(0,133,86,1) 0%,rgba(0,110,72,1) 100%);
    background: linear-gradient(top,  rgba(0,133,86,1) 0%,rgba(0,110,72,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008556', endColorstr='#006e48',GradientType=0 );
    border-radius: 5px 5px 5px 5px;
    border-right: 0 solid #CECFCE;
    box-shadow: 0 0 0 #FFFFFF;
    color: #FFFFFF;
    list-style-type: none;
    padding: 8px 0;
    text-align: center;
    text-shadow: 1px 1px 0px #333;
    text-transform: uppercase;
    max-width: 340px;margin: 0 auto 2px;
}
.MenuWrapper ul.mainMenu li:hover
{
    background: rgb(123,128,126);
    background: -moz-linear-gradient(top,  rgba(123,128,126,1) 0%, rgba(56,56,56,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(123,128,126,1)), color-stop(100%,rgba(56,56,56,1)));
    background: -webkit-linear-gradient(top,  rgba(123,128,126,1) 0%,rgba(56,56,56,1) 100%);
    background: -o-linear-gradient(top,  rgba(123,128,126,1) 0%,rgba(56,56,56,1) 100%);
    background: -ms-linear-gradient(top,  rgba(123,128,126,1) 0%,rgba(56,56,56,1) 100%);
    background: linear-gradient(to bottom,  rgba(123,128,126,1) 0%,rgba(56,56,56,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b807e', endColorstr='#383838',GradientType=0 );
    cursor: pointer;
}

.MenuWrapper ul.mainMenu li.selected
{
    background: rgb(123,128,126);
    background: -moz-linear-gradient(top,  rgba(123,128,126,1) 0%, rgba(56,56,56,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(123,128,126,1)), color-stop(100%,rgba(56,56,56,1)));
    background: -webkit-linear-gradient(top,  rgba(123,128,126,1) 0%,rgba(56,56,56,1) 100%);
    background: -o-linear-gradient(top,  rgba(123,128,126,1) 0%,rgba(56,56,56,1) 100%);
    background: -ms-linear-gradient(top,  rgba(123,128,126,1) 0%,rgba(56,56,56,1) 100%);
    background: linear-gradient(to bottom,  rgba(123,128,126,1) 0%,rgba(56,56,56,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b807e', endColorstr='#383838',GradientType=0 );
    cursor: pointer;
}
.MenuWrapper ul.mainMenu li.current1
{
    background: rgb(123,128,126)!important;
    background: -moz-linear-gradient(top,  rgba(123,128,126,1) 0%, rgba(56,56,56,1) 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(123,128,126,1)), color-stop(100%,rgba(56,56,56,1)))!important;
    background: -webkit-linear-gradient(top,  rgba(123,128,126,1) 0%,rgba(56,56,56,1) 100%)!important;
    background: -o-linear-gradient(top,  rgba(123,128,126,1) 0%,rgba(56,56,56,1) 100%)!important;
    background: -ms-linear-gradient(top,  rgba(123,128,126,1) 0%,rgba(56,56,56,1) 100%)!important;
    background: linear-gradient(to bottom,  rgba(123,128,126,1) 0%,rgba(56,56,56,1) 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b807e', endColorstr='#383838',GradientType=0 )!important;
    cursor: pointer;
}
.MenuWrapper ul.mainMenu li.firstOne
{
}
.MenuWrapper ul.mainMenu li.lastOne
{
    border: medium none;
    box-shadow: 0 0 0 #FFFFFF;
}
.MenuWrapper ul.mainMenu li a
{
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    color: #FFFFFF;
    font-family: 'Droid Sans', 'Trebuchet MS', serif;;
    font-size: 19px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal !important;
    height: 0 !important;
    line-height: 21px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
}
.MenuWrapper ul.mainMenu li a:hover
{
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
    height: 0 !important;
    text-decoration: none;
}
div#BannerImages{background-color:#116518;/*width: 433px;margin: 0 auto;*/overflow: hidden;}
#ctl11_ctlSlider_BannerSlider{background-color: #DEDEDE;}
.slideWrapper
{
margin: 0 auto;
padding: 0;
position: relative;
background-color: #DEDEDE;width: 433px;
}
.slideWrapper img
{
    border: 0 none;
    display: block;margin:0 auto;height:auto;
}
.slideWrapper .title
{
    /*background-image: url("/images/bg_slideShowTitle.png");*/
    background-color: #116518;
padding: 0.6em 2.3em 0.9em 12.5%;
position: absolute;
text-align: left;
bottom: 0em;
width: 395px;
z-index: 2;
overflow: hidden;
}
.slideWrapper .description
{
    display: none;
}
.slideWrapper h2
{
    color: #FFFFFF;
    font: 117%/1em Mako,sans-serif;
    letter-spacing: 0.005em;
    margin: 0;
}
.slideWrapper h3
{
    color: #FFFFFF;
    font: 1.188em/1.4em 'Lucida Sans Unicode' , 'Lucida Sans' , 'Lucida Grande' , sans-serif;
    letter-spacing: -0.035em;
    margin: 0;
}
.t02 .slideWrapper .title{top: 8em;width: 80%;}
.t02 .slideWrapper{/*min-height:257px*/}
.t02 .slideWrapper .BannerItemWrapper{/*min-height:257px*/}
.t03 .featureWrapper .title{margin-top:-1.6em;}
.rightColumn .slideWrapper
{
    /*height: 11.875em;*/
}
.rightColumn .slideWrapper #BannerImages img
{
    height: 11.875em;
}
.arrowLeft
{
    height: 38px!important;
    left: 0;
    position: absolute;
    top: 9.8em;
    width: 9.5% !important;
    z-index: 4;
}
.arrowRight
{
    height: 38px!important;
    position: absolute;
    right:0;
    top: 9.8em;
    width: 9.5% !important;
    z-index: 4;
}
.arrowLeft:hover, .arrowRight:hover
{
    opacity: 0.8;
}
.contentWrapper
{
    display: block;
    margin: 0;
    padding: 0 12px 0 0;
    width: 99.5%;
}
.contentWrapper .leftColumn
{
    display: none;
}

.contentWrapper
{
    display: block;
    margin: 0;
    min-height: 470px;
    padding: 0;
    width: 100%;
}
.contentWrapper .leftColumn .areaContainer
{
    display: none;
}
.areasWrapper
{
    background-color: #FFFFFF;
    padding: 15px 0;
    width: 100%;
}
.areaContainer
{
    border-bottom: 1px dashed #C5C4C4;
    display: block;
    float: none;
    margin: auto auto 13px;
    padding-bottom: 16px;
    width: 93.5%;
}
.areaContainer .icon
{
    float: left;
    margin-right: 2%;
}
.leftColumnMiddleColumn
{
    display: block;
    float: left;
    min-height: 123px;
    width: 20px;
}
.areaContainer .copy
{
    color: #555555;
    float: left;
    font: 0.875em/1.3em 'Lucida Sans Unicode' , 'Lucida Sans' , 'Lucida Grande' , sans-serif;
    width: 80%;
}
.areaContainer h3
{
    color: #008556;
    font: 1.438em/1.813em 'Droid Sans';
    margin: 0;
    text-transform: uppercase;
}
.areaContainer h3 a
{
    color: #008556;
    font: 1em 'Droid Sans';
    text-decoration: none;
}
.areaContainer h3 a:hover
{
    color: #008556;
    font: 1em 'Droid Sans';
    text-decoration: underline;
}
.careersContainer
{
    margin-left: 50px;
}
.areaContainer a
{
    color: #008556;
    text-decoration: none;
}
.areaContainer a:hover
{
    color: #008556;
    text-decoration: underline;
}
.contentWrapper .rightColumn
{
    display: block;
    float: right;
    min-height: 500px;
    padding-top: 1.2em;
    width: 100%;
}
.resourcesContainer
{
    display: block;
    margin-bottom: 18px;
    min-height: 285px;
    width: 100%;
}
.resourcesContainer h3
{
    margin: 0;
    padding: 0;
    text-indent: 0.7em;
}
.resourcesContainer h3 a
{
    color: #008556;
    font: 1.125em/1.563em 'Droid Sans';
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
}
.ornlReviewContainer
{
    display: block;
    margin-bottom: 1em;
    min-height: 92px;
    padding: 1.188em 0 1.188em 7%;
    width: 93%;
}
.ornlReviewContainer div span ul
{
    list-style: disc inside none;
    margin: 0;
    padding: 0 0 10px;
}
.ornlReviewContainer div span ul li
{
    color: #008556;
    list-style-type: disc;
    padding-left: 4%;
}
.ornlReviewContainer div span ul li a
{
    color: #008556;
    font: 14px/21px "Lucida Sans Unicode" , "Lucida Grande" ,sans-serif;
    text-decoration: none;
}

.ornlReviewContainer H5
{
    color: #008556;
    font: 1.313em/1em 'droid Sans';
    margin: 0 0 0.438em 19%;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #FFFFFF;
}

.ornlReviewContainer img
{
    float: left;
    margin-right: 10px;
    margin-top: -27px;
}

.contentWrapper .rightColumn .whiteContainer
{
    display: none;
}
.contentWrapper .rightColumn .whiteContainer h5
{
    color: #555555;
    font: 1.5em/1.313em "droid Sans";
    margin: 0 0 0.438em;
    text-transform: uppercase;
}
.contentWrapper .rightColumn .whiteContainer a
{
    color: #008556;
    text-decoration: none;
}
.contentWrapper .rightColumn .whiteContainer a:hover
{
    text-decoration: underline;
}
.contentWrapper .rightColumn .whiteContainer img
{
    float: left;
    margin: 0.75em 0.75em 0 0;
}
.contentWrapper .rightColumn .logo
{
    display: none;
}
.contentWrapper .rightColumn .logoRightColumn
{
    display: none;
}
.partnershipContainer
{
    color: #555555;
    display: block;
    font: 0.875em/1.3em 'Lucida Sans Unicode' , 'Lucida Sans' , 'Lucida Grande' ,sans-serif;
    margin-bottom: 0.875em;
    min-height: 92px;
    padding: 1.188em 5% 1.188em 7%;
    width: 92%;
    width: 94%\0/;
}
.greenHorizontalGradient
{
    background: -moz-linear-gradient(center top , #BBD8CD 0%, #FFFFFF 100%) repeat scroll 0 0 transparent;
}
.partnershipContainer img
{
    float: left;
    margin-right: 10px;
    margin-top: -25px;
}
.partnershipContainer H5
{
    color: #008556;
    font: 1.478em/1em 'droid Sans';
    margin: 0 0 7px 19%;
    text-shadow: 1px 1px 1px #FFFFFF;
    text-transform: uppercase;
}
.copyFooterWrapper
{
    display: none;
}
.copyFooterContainer
{
    margin: 0 auto;
    padding: 15px 0;
}
.copyFooterContainer h3
{
    color: #FFFFFF;
    font: italic 18px/24px 'Droid Serif' ,serif;
    margin: 0 auto;
    text-align: center;
    width: 95%;
}
.fatFooterLevel01Wrapper
{
    background: url("/images/bg_footer_level01.png") repeat-x scroll center top #EFEFEF;
    display: block;
    width: 100%;
}
.fatFooterLevel01Container
{
    margin: 0 auto; /*    max-width: 320px;*/
    padding: 1.25em 0 1.25em 0;
}
.fatFooterLevel01Container .firstColumn
{
    display: block;
    float: none;
    margin-bottom: 25px;
    margin-left: 2.7%;
    margin-top: 0;
    width: 96%;
}
.fatFooterLevel01Container .secondColumn
{
    display: block;
    float: none;
    margin-bottom: 25px;
    margin-left: 2.7%;
    width: 95%;
}
.fatFooterLevel01Container .thirdColumn
{
    display: block;
    float: none;
    margin-bottom: 25px;
    margin-left: 2.7%;
    margin-top: 0;
    width: 95%;
}
.fatFooterLevel01Container .firstColumn div, .fatFooterLevel01Container .secondColumn div, .fatFooterLevel01Container .thirdColumn div
{
    color: #464646;
    font: 1.313em/1.5em 'Droid Sans';
    margin: 0 0 0.438em 0.48em;
    text-shadow: 1px 1px 1px #FFFFFF;
    text-transform: uppercase;
}
.fatFooterLevel01Container .firstColumn div a, .fatFooterLevel01Container .secondColumn div a, .fatFooterLevel01Container .thirdColumn div a
{
    color: #464646;
}

.fatFooterLevel01Container ul
{
    margin: 0;
    padding: 0;
}
.fatFooterLevel01Container ul li
{
    color: #008556;
    font: 0.813em/1.563em "Lucida Sans Unicode" , "Lucida Grande" ,sans-serif;
    list-style: none outside none;
    margin: 0.188em 0;
    padding: 3px 0 0;
}
.fatFooterLevel01Container ul li a
{
    border-bottom: 1px dashed #CDCDCD;
    color: #008556;
    list-style: none outside none;
    text-decoration: none;
    text-shadow: 1px 1px 1px #FFFFFF;
}
.fatFooterLevel01Container ul li a:hover
{
    text-decoration: underline;
}
.fatFooterLevel01Container ul li span
{
    color: #464646;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding-left: 0.813em;
    text-align: left;
    vertical-align: top;
    width: 17%;
    white-space: nowrap;
}
.fatFooterLevel01Container .firstColumn li a
{
    display: inline-block;
    padding: 0 0 5px 2.5%;
    width: 95%;
}
.fatFooterLevel01Container .secondColumn li a
{
    display: inline-block;
    padding: 0 0 5px 3%;
    width: 96%;
}
.fatFooterLevel01Container .thirdColumn li a
{
    display: inline-block;
    padding: 0 0 5px 3%;
    width: 96%;
}
.fatFooterLevel02Wrapper
{
    background: url("/images/bg_footer_level02.png") repeat-x scroll center top #DEDEDE;
    display: block;
    width: 100%;
}
.fatFooterLevel02Container
{
    margin: 0 auto; /*    max-width: 320px;*/
    padding: 1.3em 0 0.938em;
}
.fatFooterLevel02Container .Column
{
display: block;
float: none;
margin-bottom: 25px;
margin-left: 2.7%;
margin-top: 0;
width: 95%;
}
.fatFooterLevel02Container .Column span
{
    border-bottom: 1px dashed #CDCDCD;
    color: #464646;
    font: 1.313em/1.5em 'Droid Sans';
    margin: 0;
    padding-bottom: 0.438em;
    padding-left: 0.53em;
    text-shadow: 1px 1px 1px #FFFFFF;
    text-transform: uppercase;
    display: block;
}
.fatFooterLevel02Container .Column span a
{
    color: #464646;
}
/*.fatFooterLevel02Container .last
{
    margin-right: 0;
    margin-bottom: 0;
}*/
.fatFooterLevel02Container .Column h3
{
    border-bottom: 1px dashed #CDCDCD;
    color: #464646;
    font: 1.313em/1.25em 'Droid Sans';
    margin: 0;
    padding-bottom: 0.3em;
    padding-left: 3%;
    text-shadow: 1px 1px 1px #FFFFFF;
    text-transform: uppercase;
}
.fatFooterLevel02Container .Column h3 a
{
    color: #464646;
}
.fatFooterLevel02Container ul
{
    margin: 0 0 0 1%;
    padding: 0;
}
.fatFooterLevel02Container ul li
{
    border-bottom: 1px dashed #CDCDCD;
    color: #008556;
    font: 0.813em/1.875em "Lucida Sans Unicode" , "Lucida Grande" ,sans-serif;
    list-style: none outside none;
    padding: 1px 0 1px 2%;
}
.fatFooterLevel02Container ul li a
{
    color: #008556;
    list-style: none outside none;
    text-decoration: none;
    text-shadow: 1px 1px 1px #FFFFFF;
}
.fatFooterLevel02Container ul li a:hover
{
    text-decoration: underline;
}
.footerWrapper
{
    background: url("/images/bg_footer.png") repeat-x scroll center top #F2F2F2;
    min-height: 30px;
    padding: 26px 0 0;
}
.footerContainer
{
    margin: 0 auto;
    text-align: center;
}
.footerContainer .whiteContainer
{
    background-color: #FFFFFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    color: #7D7D7D;
    display: block;
    float: none;
    font: 0.875em/1.6em "Lucida Sans Unicode" , "Lucida Grande" ,sans-serif;
    margin: 0 1.6% 5% 4%;
    padding: 4%;
    text-align: left;
    width: 83%;
}
.footerContainer .whiteContainer h5
{
    color: #555555;
    font: 1.563em/1.313em "droid Sans";
    margin: 0 0 0.438em;
    text-transform: uppercase;
}
.footerContainer .whiteContainer a
{
    color: #008556;
    text-decoration: none;
}
.footerContainer .whiteContainer a:hover
{
    text-decoration: underline;
}
.footerContainer .whiteContainer img
{
    float: left;
    margin: 0.75em 0.75em 0 0;
}
.footerContainer .logo
{
    border: medium none;
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
}

.footerNavSep
{
    border-bottom: 1px solid #DCDCDC;
    box-shadow: 0 4px 0 -3px #FFFFFF;
    display: block;
    height: 1em;
    width: 100%;
}
.footerNav
{
    margin: 1em auto 0em 8%;
    padding: 0.625em 0;
    text-align: center;
    width: 82%;
}
.footerNav ul
{
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.footerNav ul li
{
    display: inline-block;
    float: none;
    list-style-type: none;
    margin: 0;
    padding: 0 2.5%;
    white-space: nowrap;
}

.footerNav a
{
    font: 0.688em/2em "Lucida Sans Unicode" , "Lucida Grande" ,sans-serif;
    padding: 0 1%;
    text-shadow: 1px 1px 1px #FFFFFF;
}

#tab-main-container
{
    background-color: #FFFFFF;
    border-left: 1px solid #BFBFBF;
    color: #555555;
    font: 0.875em/1.563em "Lucida Sans Unicode" , "Lucida Grande" ,sans-serif;
    margin: 0 0 0 44%;
    min-height: 16.8em;
    padding: 1.2em 0 1.2em 1.5em;
}
#tab-main-container a
{
    color: #008556;
    display: block;
    font-family: "Lucida Sans Unicode" , "Lucida Grande" ,sans-serif;
    font-size: 1.125em;
    line-height: 1.563em;
    text-decoration: none;
}
#tab-main-container a:hover
{
    text-decoration: underline;
}
#tab-main-container img
{
    border: 1px solid #B7B7B7;
    margin-top: 1.125em;
}
#tab-container
{
    float: left;
    margin: 0;
    width: 49%;
}
#tab-container ul
{
    list-style: none inside none;
    margin: 0.2em 0 0 23%;
    padding: 0;
}
#tab-container ul li.selected
{
    background-color: #FFFFFF;
    border-bottom: 1px solid #BFBFBF;
}
#tab-container ul li
{
    /*margin: 0.35em 0;     padding: 0.7em 0 0.7em 10%;*/
    margin: 0.15em 0;
    padding: 0.4em 0 0.4em 0;
    width: 146px;
}
#tab-container ul li a
{
    color: #555555;
    font: bold 1em/1.125em "Lucida Sans Unicode" , "Lucida Grande" ,sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}
#tab-container ul li a:hover
{
    text-decoration: underline;
}
input
{
    -webkit-appearance: none;
    border-radius: 0;
}

/* T02 TEMPLATE
====================================================================== */
.innerContentWrapper
{
    display: block;overflow:hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
}
.innerContentWrapper .leftColumn
{
    display: none;
}

.innerContentWrapper .leftColumn H5
{
    font: 1.6em/1.14em "Droid Sans";
    color: #008556;
    text-transform: uppercase;
    margin-bottom: 0.313em;
}

.innerContentWrapper .leftColumn .bottomContent
{
    font: 0.813em/1.7em "Lucida Sans Unicode" , "Lucida Grande" , sans-serif;
    color: #555;
    margin-top: 5em;
}
.leftColumn .callToAction
{
    color: #FFFFFF;
    cursor: pointer;
    font: 1.2em/1em 'Droid Sans';
    margin: 0 auto;
    padding: 1em 0;
    text-align: center;
    width: 94%;
}
.leftColumn .callToAction:hover
{
    background: rgb(0,134,86);
    background: -moz-linear-gradient(top,  rgba(0,134,86,1) 0%, rgba(0,178,116,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,134,86,1)), color-stop(100%,rgba(0,178,116,1)));
    background: -webkit-linear-gradient(top,  rgba(0,134,86,1) 0%,rgba(0,178,116,1) 100%);
    background: -o-linear-gradient(top,  rgba(0,134,86,1) 0%,rgba(0,178,116,1) 100%);
    background: -ms-linear-gradient(top,  rgba(0,134,86,1) 0%,rgba(0,178,116,1) 100%);
    background: linear-gradient(top,  rgba(0,134,86,1) 0%,rgba(0,178,116,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008656', endColorstr='#00b274',GradientType=0 );
}
.leftColumn .callToAction a
{
    color: #FFFFFF;
    text-shadow: 1px 1px 0px #333;
    text-transform: uppercase;
}
.leftColumn .callToAction a:hover
{
    text-decoration: none;
}
.innerContentWrapper .rightColumn
{
    display: block;
    float: none;
    width: 100%;
}

/*T02 TEMPLATE - left nav*/
.innerContentWrapper .leftColumn ul
{
    margin: 0.4em 0 0;
    padding: 0;
}

.innerContentWrapper .leftColumn .mainMenu li
{
    border-bottom: 1px dashed #BFBDBE;
    list-style-type: none;
    margin: 0;
    padding: 0.563em 0 0.563em 3%;
    width: 97.1%;
}
.innerContentWrapper .leftColumn li a
{
    font: 0.875em/1.125em "Lucida Sans Unicode" , "Lucida Grande" , sans-serif;
}
.innerContentWrapper .leftColumn li a:hover
{
    text-decoration: underline;
}
.innerContentWrapper .leftColumn li a span.Highlight
{
    color: #464646;
    font: bold 1.063em/1.250em "Lucida Sans Unicode" , "Lucida Grande" , sans-serif;
    text-decoration: none;
    display: block;letter-spacing: 0.03em;
}
.innerSlideshowWrapper
{
    position: relative;
    width: 362px;margin:0 auto;
    display: block;
}
.innerSlideshowWrapper .innerGlowContainer
{
    display: none;
}

.innerSlideshowWrapper .title
{
   background-color: #00B274;
    left: 0;
    padding: 1em 9% 1em 11%;
    text-align: left;
}
.innerSlideshowWrapper h2
{
    color: #FFFFFF;
    font: 1em/1em Mako,sans-serif;
    letter-spacing: 0.045em;
    margin: 0;
}
.innerSlideshowWrapper .arrowLeft
{
    height: 39px;
    left: 0;
    position: absolute;
    top: 74%;
    width: 7.4% !important;
    z-index: 4;
}
.innerSlideshowWrapper .arrowRight
{
    height: 39px;
    position: absolute;
    top: 74%;
    right: 0;
    width: 7.4% !important;
    z-index: 4;
}

.innerSlideshowWrapper .category
{
    display: none;
}

.innerSlideshowWrapper .category h3
{
    color: #FFFFFF;
    font: 0.875em/0.875em 'Lucida Sans Unicode' , 'Lucida Sans' , 'Lucida Grande' , sans-serif;
    letter-spacing: 0.065em;
    margin: 0;
}
.innerContentWrapper .rightColumn .content
{
    color: #555555;
    display: block;
    float: right;
    font: 0.875em/1.7em "Lucida Sans Unicode" , "Lucida Sans" , "Lucida Grande" , sans-serif;
    padding: 0.7em 2.9% 0.625em 0;
    width: 92.5%;
}
.content .contentContainer img{
    float: right;
    margin: 0.4em 0 0.4em 3%!important;
    width: 50%;}
.innerContentWrapper .rightColumn .content H1
{
    color: #008556;
    font: 1.7em/1.2em 'Droid Sans';
    margin: 0.62em 0 1.8%;
    padding: 0;
    /*text-transform: uppercase;*/
	overflow:hidden
}
        .innerContentWrapper .rightColumn div#Title H1{color:#333}
.innerContentWrapper .rightColumn div#PageDescriptionTitle H1{text-transform:capitalize}
.bodyCopyContent{width:100%; padding:0 0 1em; border-bottom:dashed 1px #ccc; margin:0 0 1em}

.innerContentWrapper .rightColumn .content H2
{
    color: #333333;
    font: 1.25em/1.25em 'Droid Sans',Arial,sans-serif;
    margin: 1.2em 0 0.5em;
    padding: 0;
    text-transform: uppercase;
}
.innerContentWrapper .rightColumn .content div#Title{display:inline-block; vertical-align:top}
.innerContentWrapper .rightColumn .content #TitleSeperator {
    color: #008556;
    display: inline-block;
    font: 2em/1.2em 'Droid Sans',Arial,sans-serif;
    margin: 0.3em 0 1.8%;
    vertical-align: top;
}
.innerContentWrapper .rightColumn .content #PageDescriptionTitle{display: inline-block;width:70%}

.innerContentWrapper .rightColumn .content p
{
    margin: 0 0 1.250em 0;
}
.innerContentWrapper .rightColumn .content img
{
    border: 1px solid #FFFFFF;
    outline: 1px solid #A5A5A5;
    margin-bottom: 0.4em;
}
.innerContentWrapper .rightColumn .content H4 {
    color: #333333;
    font: 1.125em/1.375em 'Droid Sans',Arial,sans-serif;
    margin: 1.2em 0 0;
    padding: 0;
    text-transform: uppercase;
}
.breadcrumb
{
    display: none;
}
.breadcrumb a
{
    color: #00b274;
}
.innerContentWrapper .rightColumn .bottomContentContainer
{
    border-top: 1px dashed #C1C0C0;
    padding: 2em 0;
}
.innerContentWrapper .rightColumn .bottomContentContainer H4
{
    color: #008556;
    text-align: left;
    display: block;
    font: 1.4em/1.1em 'Droid Sans';
    margin: 0.72em 0;
    text-transform: uppercase;
}
.rightColumn .bottomContentContainer .column
{
    font: 1em/1.3em "Lucida Sans Unicode" , "Lucida Grande" ,sans-serif;
    margin-bottom: 1.063em;
    width: 98.5%;
}
.rightColumn .bottomContentContainer .column H5
{
    font-size: 1em;
    margin: 0;
}
.rightColumn .bottomContentContainer .last
{
}
.subNavMobileContainer
{
    padding: 0 0 15px 4.5%;
    text-align: left;
    font: 0.9em/1.125em 'Droid Sans';
    color: #555;
}
.subNavMobileContainer select
{
    width: 66%;
    font: 0.875em/1em Arial, Helvetica, sans-serif;
    color: #555;
    padding: 4px 5px;
}

/* T03 TEMPLATE
====================================================================== */
.contactContainer
{
    font: normal 0.75em/1.313em "Lucida Sans Unicode" , "Lucida Grande" ,sans-serif;
    color: #555;
}
.contactContainer h3
{
    font: normal 1.65em/1.313em "Lucida Sans Unicode" , "Lucida Grande" ,sans-serif;
    margin: 0 0 4px;
    text-transform: uppercase;
}

.rightColumn .featureWrapper
{
    display: block;
    min-height: 247px;
    position: relative;
    width: 100%;
}
.rightColumn .featureWrapper .title
{
    background-color: #00B274;
    bottom: 0.5em;
    left: 0;
    padding: 2em 3% 0.6em 3.9%;
    position: static;
    text-align: left;
    z-index: 2;
}
.featureWrapper .title H2
{
    color: #FFFFFF;
    font: 1.12em/1em Mako,sans-serif;
    letter-spacing: 0.045em;
    margin: 0;
}

.featureWrapper .title H2 a
{
    color: #fff;
    letter-spacing: 0;
}
.featureWrapper .title H2 span
{
    font: 0.70em/1.3em "Lucida Sans Unicode" , "Lucida Grande" , sans-serif;
    margin-top: 0.7em;
    display: block;
}
.featureWrapper .title H2 a:hover
{
    text-decoration: underline;
}
.broadcastWrapper
{
    margin: 15px auto 0;
    margin-bottom:15px
}
.broadcastWrapper .label
{
    width: 90%;
    margin: 0 auto;
    background-color: #555555;
    color: #FFFFFF;
    font: 1em/1em 'Lucida Sans Unicode' , 'Lucida Sans' , 'Lucida Grande' , sans-serif;
    padding: 15px 10px;
    text-transform: uppercase;
    text-align: center;
    border: solid 1px #555555;
}
.broadcastWrapper .news
{
    width: 90%;
    margin: 0 auto;
    background-color: #FFFFFF;
    color: #555555;
    font: 1em/1em 'Lucida Sans Unicode' , 'Lucida Sans' , 'Lucida Grande' , sans-serif;
    padding: 15px 10px;
    border: solid 1px #555555;
    text-align: center;
}
.rightColumn .content .imageWrapper
{
    float: none;
    font: 0.75em/1.4em 'Lucida Sans Unicode' , 'Lucida Sans' , 'Lucida Grande' , sans-serif;
    margin: 0 auto 20px;
    text-align: left;
    width: 54%;
}
.rightColumn .bottomContentContainer .row
{
    margin-bottom: 1.063em;
    width: 100%;
    font: 1em/1.5em "Lucida Sans Unicode" , "Lucida Grande" , sans-serif;
    clear: left;
    min-height: 3.125em;
}
.bottomContentContainer .row H5
{
    margin: 0 0 2px 0;
    font: bold 1em/1.125em "Lucida Sans Unicode" , "Lucida Grande" , sans-serif;
    float: left;
    width: 50%;
}
.rightColumn .bottomContentContainer .row p
{
    display: none;
}
.rightColumn .bottomContentContainer .row img
{
    border: 1px solid #FFFFFF;
    float: left;
    margin: 0 2% 1.5em 0;
    outline: 1px solid #A5A5A5;
    float: left;
}

.MenuWrapper ul.mainMenu li.onlyMobile
{
    background: none;
    text-shadow: none;
    box-shadow: none;
    color: #008556;
}
.MenuWrapper ul.mainMenu li.onlyMobile a
{
    color: #008556;
}
.additionalInfo .bottomContent
{
    border-top: 1px dashed #C1C0C0;
    padding: 1em 0;
}
.additionalInfo .bottomContent h2
{
    font: normal 1.500em/1.500em "Droid Sans";
    margin: 0;
    color: #555555;
    text-transform: uppercase;
}
.additionalInfo .bottomContent .callToAction
{
    width: 50%;
    margin: 0 auto;
    padding: 10px 0;
    cursor: pointer;
}
.additionalInfo .bottomContent .callToAction a
{
    color: #fff;
}
.additionalInfo .bottomContent .callToAction a:hover
{
    text-decoration: none;
}
.additionalInfo .bottomContent .callToAction:hover
{
    background: rgb(0,134,86);
    background: -moz-linear-gradient(top,  rgba(0,134,86,1) 0%, rgba(0,178,116,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,134,86,1)), color-stop(100%,rgba(0,178,116,1)));
    background: -webkit-linear-gradient(top,  rgba(0,134,86,1) 0%,rgba(0,178,116,1) 100%);
    background: -o-linear-gradient(top,  rgba(0,134,86,1) 0%,rgba(0,178,116,1) 100%);
    background: -ms-linear-gradient(top,  rgba(0,134,86,1) 0%,rgba(0,178,116,1) 100%);
    background: linear-gradient(top,  rgba(0,134,86,1) 0%,rgba(0,178,116,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008656', endColorstr='#00b274',GradientType=0 );
}
/*STYLES that overwrite jquery-ui-1-8-21-custom.css*/
.ui-tabs
{
    padding: 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br
{
    border-bottom-right-radius: 0px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl
{
    border-bottom-left-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr
{
    border-top-right-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl
{
    border-top-left-radius: 0px;
}
.ui-widget-content
{
    background: none;
    border: 0px solid #DDDDDD;
    color: inherit;
}
.ui-widget
{
    font-family: "Lucida Sans Unicode" , "Lucida Grande" ,sans-serif;
    font-size: 0.875em;
    line-height: 1.563em;
}
.ui-widget-header
{
    background: none;
    border: 0px solid #E78F08;
    color: inherit;
    font-weight: bold;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
    background: none;
    border: 0px solid #CCCCCC;
    color: inherit;
    font-weight: bold;
}

.ui-tabs .ui-tabs-nav li a
{
    float: left;
    padding: 0.5em 0.2em 0.5em 0.7em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-panel
{
    padding: 0;
}
.ui-tabs-nav li.ui-tabs-selected
{
    background-color: #FFFFFF;
    border-bottom: 1px solid #BFBFBF;
}
/*END - STYLES that overwrite jquery-ui-1-8-21-custom.css*/
.BannerItemWrapper
{
/*height: 250px;*/
width: 100%;
margin: 0 auto;
position: relative;
}
.BannerItemWrapper a:hover
{
    text-decoration: none;
}

/*T13- EVENT DETAIL*/
.eventDetailWrapper
{
}
.eventDetailWrapper h5
{
    font: normal 1.125em/1.563em 'Droid Sans' ,Arial,sans-serif;
    text-transform: uppercase;
    color: #008556;
    margin: 0 10px 7px 0;
}

.gradientlightGreen
{
    background: rgb(0,176,115);
    background: -moz-linear-gradient(top,  rgba(0,176,115,1) 0%, rgba(8,141,94,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,176,115,1)), color-stop(100%,rgba(8,141,94,1)));
    background: -webkit-linear-gradient(top,  rgba(0,176,115,1) 0%,rgba(8,141,94,1) 100%);
    background: -o-linear-gradient(top,  rgba(0,176,115,1) 0%,rgba(8,141,94,1) 100%);
    background: -ms-linear-gradient(top,  rgba(0,176,115,1) 0%,rgba(8,141,94,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,176,115,1) 0%,rgba(8,141,94,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b073', endColorstr='#088d5e',GradientType=0 );
}
.calendarContainer
{
    float: left;
    margin-right: 20px;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    border: solid 1px #CFCECE;
    font: 12px/14px 'Lucida Sans Unicode' , 'Lucida Sans' , 'Lucida Grande' , sans-serif;
    color: #3E2D1B;
    padding: 0 0 5px 0;
    background-color: #fff;
}
.calendarContainer .monthContainer
{
    width: 100%;
    background-color: #004567;
    text-align: center;
    font: 12px/14px 'Lucida Sans Unicode' , 'Lucida Sans' , 'Lucida Grande' , sans-serif;
    color: #fff;
    text-transform: capitalize;
}

.calendarContainer span.day
{
    font: 22px/25px 'Lucida Sans Unicode' , 'Lucida Sans' , 'Lucida Grande' , sans-serif;
    color: #3E2D1B;
    padding: 0;
}
.calendarDescContainer
{
    float: left;
    padding-bottom: 20px;
    padding-right: 10px;
    width: 75%;
    font: 0.938em/1.4em "Lucida Sans Unicode" , "Lucida Grande" ,sans-serif;
}
.eventVenue H4
{
    clear: both;
    color: #555555;
    font: 1.125em/1.563em 'Droid Sans' ,Arial,sans-serif;
    margin: 10px 0 7px;
    text-transform: uppercase;
}

.socialMediaContainer
{
    float: right;
    border-top: solid 1px #ECECEC;
    border-bottom: solid 1px #ECECEC;
    color: #555555;
    font: 11px/21px 'Lucida Sans Unicode' , 'Lucida Sans' , 'Lucida Grande' ,sans-serif;
    margin-bottom: 18px;
    overflow:hidden;
}
.socialMediaContainer .iconTop
{
    border: 0 solid #FFFFFF !important;
    float: left !important;
    margin: 2px 5px 1px 0 !important;
    outline: 0 solid #FFFFFF !important;
    vertical-align: middle;
}
.socialMediaContainer .iconSM
{
    border: 0 solid #FFFFFF !important;
    float: left !important;
    margin: -18px 6px 6px 0 !important;
    outline: 0 solid #FFFFFF !important;
}
.socialMediaContainer .iconSMFirst
{
    margin: -18px 6px 6px 41px !important;
}

.socialMediaContainer a
{
    font: 11px/21px 'Lucida Sans Unicode' , 'Lucida Sans' , 'Lucida Grande' , sans-serif;
    color: #008556;
    text-transform: capitalize;
}
.socialMediaContainer a:hover
{
    text-decoration: none;
}
.socialMediaContainer .toolContainer
{
    float: left;
    margin-bottom: 3px;
    margin-right: 13px;
}

/*.socialMediaContainer span{padding: 0 2px;}*/

/* T12 - EVENT LIST*/
.EventsList
{
    margin: 15px 0;
    overflow: hidden;
}
.EventsList .calendar
{
    border: 1px solid #CFCECE;
    color: #3E2D1B;
    display: block;
    float: left;
    font: 12px/14px 'Lucida Sans Unicode' , 'Lucida Sans' , 'Lucida Grande' ,sans-serif;
    height: 50px;
    margin-right: 20px;
    padding: 0 0 5px;
    text-align: center;
    width: 50px;
}
.EventsList .calendar p.month
{
    color: #FFFFFF;
    font: 12px/14px 'Lucida Sans Unicode' , 'Lucida Sans' , 'Lucida Grande' ,sans-serif;
    margin: 0 !important;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    background: rgb(0,176,115);
    background: -moz-linear-gradient(top,  rgba(0,176,115,1) 0%, rgba(8,141,94,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,176,115,1)), color-stop(100%,rgba(8,141,94,1)));
    background: -webkit-linear-gradient(top,  rgba(0,176,115,1) 0%,rgba(8,141,94,1) 100%);
    background: -o-linear-gradient(top,  rgba(0,176,115,1) 0%,rgba(8,141,94,1) 100%);
    background: -ms-linear-gradient(top,  rgba(0,176,115,1) 0%,rgba(8,141,94,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,176,115,1) 0%,rgba(8,141,94,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b073', endColorstr='#088d5e',GradientType=0 );
}
.EventsList .calendar p.date
{
    color: #3E2D1B;
    font: 22px/25px 'Lucida Sans Unicode' , 'Lucida Sans' , 'Lucida Grande' ,sans-serif;
    padding: 0;
    margin: 0 !important;
}
.ctl11_EventList{margin-top:1em}
.EventsList .eventDesc
{
    float: left;
    width: 75%;
}
.innerContentWrapper .rightColumn .content h5.eventTitle {
    color: #008556;
    font: bold 0.9em/1.4em 'Lucida Sans Unicode','Lucida Sans','Lucida Grande',sans-serif;
    margin: 0 !important;
    padding: 0;
    text-transform: none;
}
.innerContentWrapper .rightColumn .content .EventsList p {
    font: 0.9em/1.4em "Lucida Sans Unicode","Lucida Grande",sans-serif;
    margin: 0;
}
.pagiNationTop
{
    border-bottom: 1px dashed #DDDDDD;
    color: #333333;overflow:hidden
}
.pagiNationBottom
{
    border-bottom: 1px dashed #DDDDDD;
    color: #333333;
    margin-bottom: 0em;
}
.recordCount
{
    float: left;
}
.pageCount
{
    float: right;
}

.pageCount a
{
    padding: 0 2px 0 2px;
}

.pageCount .current {
	padding: 0 2px 2px 2px;
}

.eventform
{
    background-color: #f9f9f9;
    width: 96%;
    padding: 10px 10px 10px 20px;overflow:hidden;margin-bottom:12px
}
.eventform h3
{
    font: normal 14px/19px 'Droid Sans' ,Arial,sans-serif;
    text-transform: uppercase;
    color: #555;
    margin: 0 0 7px 0;
}

.searchDate
{
width: 39%;
height: 28px;
padding: 0 2px 0 3px;
font: italic 14px/19px arial;
color: #A2A1A1;
margin-bottom: 1em;
}
.searchEvent
{
color: #A2A1A1;
font: italic 14px/19px arial;
height: 28px;
margin-left: 0px;
padding: 0 2px 0 3px;
width: 70%;
}
.searchEventlink
{
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    height: 40px;
    margin: 10px 41px 10px 0;
    text-align: center;
    text-shadow: 1px 1px 0px #333;
    text-transform: uppercase;
    width: 179px;
}
.EventsList .calendar p.date {
    color: #3E2D1B;
    font: 20px/22px 'Lucida Sans Unicode','Lucida Sans','Lucida Grande',sans-serif !important;
    margin: 0 !important;
    padding: 0;
}

/*T04 - ARTICLES LIST*/
.ArticleList
{
    margin: 15px 0 0 0;
    overflow: hidden;
}

.ArticleList .ArticleDesc
{
    float: right;
    width: 66%;
}
.ArticleList .thumb
{
    float: left !important;
    margin: 0.5em 0 10px !important;
    width: 30%;
}
.ArticleList p.ArticleDesc
{
    font: normal 0.975em/1.5em "Lucida Sans Unicode" , "Lucida Sans" , "Lucida Grande" , sans-serif;
    color: #555;
}
.ArticleList p.ArticleDesc span.date
{
    font: normal 0.875em/1.5em "Lucida Sans Unicode" , "Lucida Sans" , "Lucida Grande" , sans-serif;
}

/*T05 - ARTICLE DETAIL*/
.articleTitleWrapper
{
    float: none;
    width: 100%;
}
.content .socialMediaContainer
{
	width:100%
    margin-top: 0;
}
h1.articleTitle
{
    margin: 0 !important;
}
.articleAuthor
{
    display: inline;
    font: 0.875em/1.063em "Lucida Sans Unicode" , "Lucida Grande" ,sans-serif;
}
.articleDate
{
    display: inline;
    font: 0.875em/1.063em "Lucida Sans Unicode" , "Lucida Grande" ,sans-serif;
}
.articleImageContainer
{
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    color: #555555;
    font: italic 0.750em/1.5em "Lucida Sans Unicode" , "Lucida Grande" ,sans-serif;
    width: 45%;
    display: block;
}
.articleImageContainer img { width:100% }

.imageStyle
{
    border: 1px solid #FFFFFF;
    outline: 1px solid #A5A5A5;
}

/*DISABLE SUB NAV UL FROM TOP NAV*/
.MenuWrapper ul.mainMenu li ul
{
    display: none;
}

/*SUB NAVIGATION*/

#menu-icon
{
    color: #008556;
    cursor: pointer;
    display: block;
    height: 30px;
    margin: auto;
    padding: 8px 10px 0 10px;
    width: 318px;
    background: url("/images/icon_menu.png") no-repeat 300px center #FFFFFF;
    border: solid 1px #9CCFBD;
    border-radius: 5px 5px 5px 5px;
    text-transform: uppercase;
    font: 17px/21px 'Droid Sans' ,serif;
}

#menu-icon.active
{
    background: url("/images/icon_menu_active.png") no-repeat 300px center #4F5150;
    border: solid 1px #383838;
    color: #fff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/*#MobileLeftNav ul.mainMenu
{
    position: absolute;
    top: 415px;
    left: 16px;
    width: 327px;
    z-index: 10000;
    padding: 5px;
    border: solid 1px #999;
    display: none;
    background: -moz-linear-gradient(top, #dff1ea 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dff1ea), color-stop(100%,#ffffff));
    background: -webkit-gradient-linear(top, #dff1ea 0%, #ffffff 100%);
}*/
#MobileLeftNav ul.mainMenu
{
    width: 316px;
    position: absolute;
    top: 369px;
    left: 50%;
    /*margin-left: -158px;*/margin-left:-165px;
    z-index: 10000;
    padding: 5px;
    border: solid 1px #999;
    display: none;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, #dff1ea 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dff1ea), color-stop(100%,#ffffff));
    background: -webkit-gradient-linear(top, #dff1ea 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #dff1ea 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #dff1ea 0%, #ffffff 100%);
    background: linear-gradient(top, #dff1ea 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dff1ea', endColorstr='#ffffff',GradientType=0 );
}
#MobileLeftNav ul.mainMenu ul{position:static}
#MobileLeftNav ul.mainMenu li
{
    list-style-type: none;
    margin: 1px 6px;
    padding: 7px 0;
    text-align: left;
    color: #008556;
    font: 14px "Lucida Sans Unicode" , "Lucida Sans" , "Lucida Grande" ,sans-serif;
    text-decoration: none;
    border-bottom: 1px dotted #C1C0C0;
}

#MobileLeftNav ul.mainMenu li span.Highlight
{
    padding-right: 8px;
    font-weight: bold;
}

#MobileLeftNav
{
    margin-bottom: 15px;
}

 /*T15 FORM TEMPLATE*/
.CLFormContainer .formBody {
   overflow:hidden;
    width: 99%;
}

.CLFormContainer .formBody .formRow {
   overflow:hidden;
    width: 99%;margin-bottom:0.75em;border-bottom: 1px dashed #ECECEC;padding-bottom:0.75em
}
.CLFormContainer .formBody .noBorder{border-bottom: 0px dashed #ECECEC!important;margin-bottom:0; padding-bottom:0}
.CLFormContainer .formBody .formRow .labelItems {
    display: block;
    text-align: left !important;
}
.formRow #txtSeminarTitle{width:95%;}
.formRow .formTextBox, .formRow .hasDatepicker, .formRowQuarter .formDropdown{border: 1px solid #bfbfbf !important;
    padding: 4px !important;font:normal 1em/1.2em arial; color:#a2a1a1}
    .formRow .formDate{width:60%}

    .formRow .formDate img{
        border: 0px solid #FFFFFF!important;
    margin: 0.2em 0 0.625em 2%!important;
    outline: 0px solid #A5A5A5!important;vertical-align: middle;}

    .CLFormContainer .formBody .formRowQuarter {
   float:left;
    width: 48%;margin-bottom:0.75em;border-bottom: 1px dashed #ECECEC;padding-bottom:0.75em; min-height:4em
}
    .CLFormContainer .formBody .formRowHalf {
   float:left;
    width: 95%;margin-bottom:0.75em;border-bottom: 1px dashed #ECECEC;padding-bottom:0.75em
}
.formRowQuarter .formDropdown{width:92%}
.formRowQuarter .labelItems{display:block;  height: 1.7em;}
.formRowHalf .labelItems {
    display: block;
    text-align: left !important;
}
.formRowHalf .formTextBox{border: 1px solid #bfbfbf !important;
    padding: 4px !important;font:normal 1em/1.2em arial; color:#a2a1a1; width:98%}

 .formRowHalf .formTextarea{border: 1px solid #bfbfbf !important;
    padding: 4px !important;font:normal 1em/1.2em arial; color:#a2a1a1; width:98%}

    .formSubmit {
    color: #FFFFFF;
    cursor: pointer;
    font: 1.2em/1em 'Droid Sans',Arial,sans-serif;
    margin: 0 auto 0 34%;
    padding: 1em 0;
    text-align: center;
    /*width: 94%;*/
    width: 122px;-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	background: rgb(0,178,116);
background: -moz-linear-gradient(top,  rgba(0,178,116,1) 0%, rgba(0,134,86,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,178,116,1)), color-stop(100%,rgba(0,134,86,1)));
background: -webkit-linear-gradient(top,  rgba(0,178,116,1) 0%,rgba(0,134,86,1) 100%);
background: -o-linear-gradient(top,  rgba(0,178,116,1) 0%,rgba(0,134,86,1) 100%);
background: -ms-linear-gradient(top,  rgba(0,178,116,1) 0%,rgba(0,134,86,1) 100%);
background: linear-gradient(top,  rgba(0,178,116,1) 0%,rgba(0,134,86,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b274', endColorstr='#008656',GradientType=0 );
}

    .formSubmit a{
        color: #FFFFFF;
    text-shadow: 1px 1px 0px #333;
    text-transform: uppercase; text-decoration:none}
        .formSubmit a:hover{
text-decoration:none}

    .formSubmit:hover
{
    background: rgb(0,134,86);
    background: -moz-linear-gradient(top,  rgba(0,134,86,1) 0%, rgba(0,178,116,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,134,86,1)), color-stop(100%,rgba(0,178,116,1)));
    background: -webkit-linear-gradient(top,  rgba(0,134,86,1) 0%,rgba(0,178,116,1) 100%);
    background: -o-linear-gradient(top,  rgba(0,134,86,1) 0%,rgba(0,178,116,1) 100%);
    background: -ms-linear-gradient(top,  rgba(0,134,86,1) 0%,rgba(0,178,116,1) 100%);
    background: linear-gradient(top,  rgba(0,134,86,1) 0%,rgba(0,178,116,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008656', endColorstr='#00b274',GradientType=0 );
}
.formFooter{margin-bottom:4em; padding-top: 0.7em}
#ui-datepicker-div{background-color:#fff; border: 1px solid #BFBFBF !important;}

.ui-datepicker-calendar tr th{    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );}

    .formRow .hasDatepicker{width:50%}

    /*T16 SITEMAP*/
.oneColumnContainer{width:96%; margin:auto; background-color:#fff; padding:10px 0}
.innerOneColumnContentWrapper {
    display: block;
    margin: 0;
    min-height: 470px;
    padding: 0;
    width: 100%;overflow:hidden
}
.oneColumnContainer H1 {
    color: #008556;
    font: 2em/1.2em 'Droid Sans',Arial,sans-serif;
    margin: 0.32em 0 1.8%;
    padding: 0;
    text-transform: uppercase;
}
.innerOneColumnContentWrapper .container1, .innerOneColumnContentWrapper .container2, .innerOneColumnContentWrapper .container3, .innerOneColumnContentWrapper .container4,.innerOneColumnContentWrapper .container5{    display: block;
    float: left;
    margin-right: 5%;
    min-height: 8em;width:100%}
/*.innerOneColumnContentWrapper .container1{width:54%}*/
.innerOneColumnContentWrapper .container1 ul li span{padding-left:0}
.innerOneColumnContentWrapper div div a{font-weight:bold; text-transform:uppercase; font-family:'Droid Sans',Arial,sans-serif;}
.innerOneColumnContentWrapper .container2 ul li a,
.innerOneColumnContentWrapper .container3 ul li a,
.innerOneColumnContentWrapper .container4 ul li a,
.innerOneColumnContentWrapper .container5 ul li a{display:block; width:100%}
.innerOneColumnContentWrapper .container1 ul li a{display:inline-block; width:100%}

/*T07 DIRECTORY LIST*/
    .directoryContainer {
    background-color: #F9F9F9;
    margin: 20px 0 30px;
    padding: 10px 10px 0 15px;
    width: 96%;
}
.directoryContainer h3 {
    color: #555555;
    font: 1em/1.188em 'Droid Sans',Arial,sans-serif;
    margin: 0 0 7px;
    text-transform: uppercase;border-bottom:solid 1px #DCDCDC
}
.directoryContainer ul
{
	margin: 0 0 0 -1.2%;
    padding: 0.313em 0 0;}

.directoryContainer li
{
	cursor: pointer;
    display: inline-block;
    font: 1.25em/2.313em 'Droid Sans',Arial,sans-serif;
    height: 38px;
    list-style-type: none;
    margin-bottom: 0.8em;
    margin-left: 3%;
    text-align: center;
    width: 38px;}
.directoryContainer li.active{text-decoration: none; text-transform: uppercase; text-shadow: 1px 1px 1px #444;color: #fff;
background: rgb(0,178,116);
background: -moz-linear-gradient(top,  rgb(0,178,116) 0%, rgb(0,134,86) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(0,178,116)), color-stop(100%,rgb(0,134,86)));
background: -webkit-linear-gradient(top,  rgb(0,178,116) 0%,rgb(0,134,86) 100%);
background: -o-linear-gradient(top,  rgb(0,178,116) 0%,rgb(0,134,86) 100%);
background: -ms-linear-gradient(top,  rgb(0,178,116) 0%,rgb(0,134,86) 100%);
background: linear-gradient(to bottom,  rgb(0,178,116) 0%,rgb(0,134,86) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b274', endColorstr='#008656',GradientType=0 );
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.directoryContainer li.inactive{text-decoration: none; text-transform: uppercase;color: #a9a9a9;
background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(226,226,228) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(226,226,228)));
background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(226,226,228) 100%);
background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(226,226,228) 100%);
background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(226,226,228) 100%);
background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(226,226,228) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e4',GradientType=0 );
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border:solid 1px #e2e2e4; /*margin-top:-1px*/
}

.referenceContainer{width:100%;overflow:hidden;border-bottom: 1px dashed #BFBDBE;}
.referenceLabel{float:left; font: bold 1.5em/1.1em 'Droid Sans',Arial,sans-serif; text-transform:uppercase;color:#333}
.referenceAnchor{float:right;font: 0.813em/1.25em 'Droid Sans',Arial,sans-serif; text-transform:uppercase;color:#008556;cursor:pointer;margin-top: 0.55em;}
.referenceAnchor img{margin: 0 !important;border: 0 solid #FFFFFF !important;outline: 0px solid #A5A5A5!important;float:none!important}
.listingContainer{padding:0; margin-bottom: 1.8em}
.listingLabel{     color: #008556;
    display: block;
    font: bold 1.125em/2em 'Lucida Sans Unicode','Lucida Sans','Lucida Grande',sans-serif;
    padding-bottom: 3px;}
ul.listingCat{margin: 0 0 0.825em;padding: 0; overflow:hidden}
ul.listingCat li{    display: inline-block;
    font: 1em/1.4em "Lucida Sans Unicode","Lucida Grande",sans-serif !important;
    list-style-type: none;
    padding: 0.5px 0 0.5px 0;
    text-align: left;
    vertical-align: top;}
li.listingName{    background-image: url("/images/icon_envelope.jpg");
    background-position: 0 10%;
    background-repeat: no-repeat;
    margin-right: 3.5%;
    padding-left: 8.5% !important;
    width: 100%;}
li.listingPhone{   background-image: url("/images/icon_phone.jpg");
    background-position: 0 5%;
    background-repeat: no-repeat;
    margin-right: 3.5%;
    padding-left: 8% !important;
    width: 35%;}
li.listingFax{    background-image: url("/images/icon_fax.jpg");
    background-position: 0 5%;
    background-repeat: no-repeat;
    margin-right: 3.5%;
    padding-left: 8% !important;
    width: 35%;}
ul.listingCat li.webAddress
{
	border-bottom: 1px solid #F4F4F4;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 15px;
    width: 100%;
}
ul.listingCat li a{font:1em/1.4em "Lucida Sans Unicode","Lucida Grande",sans-serif!important}

    /* TEMPLATE 09 - CAREERS LANDING PAGE
====================================================================== */
.btmContentWrapper{width: 100%; margin-bottom: 2em;}
.btmContentWrapper h3{font: 1.313em/1.3em 'Droid Sans' ,Arial,sans-serif; text-transform: uppercase;margin: 0 0 0.2em;}
.btmContentWrapper ul{
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: left}
.btmContentWrapper ul li{    background-image: url("/images/list_bullet.png");
    background-position: 0 10px;
    background-repeat: no-repeat;
    padding-left: 4%;}
.btmLeftNavContentWrapper h3
{
    font: 1.125em/1.375em 'Droid Sans' ,Arial,sans-serif;
    text-transform: uppercase;
    margin: 0 0 0.2em;
    color: #555555;
}
.btmLeftNavContentWrapper ul
{
    list-style: none outside none;
    margin: 1.1% 0 0 0;
    padding: 0 0 0 0;
    text-align: left;
    width: 100%;
}
.btmLeftNavContentWrapper ul li
{
    background-image: url("/images/list_bullet.png");
    background-position: 0.5em 8px;
    background-repeat: no-repeat;
    margin: 0 0 0 0;
    padding: 0 0 0.375em 11%;
}

    /* SUB NAV
====================================================================== */
    #MobileLeftNav ul.mainMenu li.current a{font-weight:bold; color:#333}
#MobileLeftNav ul.mainMenu li ul{margin:0;width: 100%;padding:0}
#MobileLeftNav ul.mainMenu li ul li
{
	background-image: url("/images/bullet_nav.png");
    background-position: 0.563em 0.938em;
    background-repeat: no-repeat;
    border-bottom: medium none;
    padding: 0.438em 0 0.438em 8%;}
#MobileLeftNav ul.mainMenu li ul li a{font:0.938em/1.125em "Lucida Sans Unicode" , "Lucida Grande" , sans-serif!important; color:#008556!important}

/*T06 Media List*/
  .VideoListWrapper{padding:1.250em 0}
  .VideoList{overflow: hidden; margin: 0.2em 0 1.75em 0;width:100%}
  .VideoList a img{float:left!important; margin: 0 3% 0.625em 0 !important;
                   -webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.3);
					-moz-box-shadow:    0px 2px 2px rgba(50, 50, 50, 0.3);
					box-shadow:         0px 2px 2px rgba(50, 50, 50, 0.3);
				    border: 4px solid #FFFFFF !important;
				    outline: 0px solid #A5A5A5 !important;/*width:140px*/}
  .VideoList img{float:left!important; margin: 0 3% 0.625em 0 !important;
                   -webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.3);
					-moz-box-shadow:    0px 2px 2px rgba(50, 50, 50, 0.3);
					box-shadow:         0px 2px 2px rgba(50, 50, 50, 0.3);
				    border: 4px solid #FFFFFF !important;
				    outline: 0px solid #A5A5A5 !important;/*width:140px*/}				    
  .videoContentDescription{width:100%;/* float:left*/}
  .videoContentDescription p{margin: 0 0 0.5em!important}
  .VideoList .play{position:absolute; top:52px; left:103px;border:none!important; outline:none!important}

    /**** Video PopUp ****/
  .videoPopUp{    background-color: #FFFFFF !important;
    border: 4px solid #FFFFFF !important;
    outline: 4px solid #FFFFFF;
    overflow: hidden !important;}
  .jp-type-single{overflow: hidden;width: 100%;}
  .ui-dialog .ui-dialog-titlebar {padding:0}
	div.jp-current-time {margin-left: 10px;}
	div.jp-duration {margin-right: 10px;}
    div.jp-title{display:none}
    div.jp-interface{padding:0!important}
    .ui-dialog .ui-dialog-content{padding:0!important}


 .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}   
    
    

/*RESOURCES LINKS*/
    #content-wrap #content{max-width: 443px;margin: 0 auto;}

/* T14 SEARCH FORM 480 */
.bodyContentWrapper .oneColumnContainer .contentWrapper .leftColumnSearchResults
{
    display: block;
    float: right;
    padding-top: 1.2em;
    width: 100%;
}
/* T14 SEARCH FORM */
.CLSearchFormContainer .searchFormBody {
    overflow:hidden;
    width: 99%;
}
.CLSearchFormContainer .searchFormBody .searchFormRow {
    overflow:hidden;
    width: 99%; margin-bottom:0; border-bottom: 0px dashed #ECECEC!important; padding-bottom:0.5em;
}
.CLSearchFormContainer .searchFormBody .searchFormRow .searchFormTitle {
    display: block;
    text-align: left !important;
    font: normal 1.0em/1.2em Arial,'Droid Sans',sans-serif;
    color: #555555;
    margin-top: 0.875em;
}
.CLSearchFormContainer .searchFormBody .searchFormRow .searchLabelItems {
    display: block;
    text-align: left !important;
    font: normal 0.875em/1em Arial,'Droid Sans',sans-serif;
    color: #555555;
}
.CLSearchFormContainer .searchFormBody .searchFormRow .searchFormTextBox {
    border: 1px solid #bfbfbf !important;
    padding: 4px !important;
    font: normal 1em/1.2em arial,'Droid Sans',sans-serif;
    color:#a2a1a1;
    width: 96%;
}
.CLSearchFormContainer .searchFormBody .searchFormRowHalf {
    float:left;
    width:50%; margin-bottom:0.75em; border-bottom: 1px dashed #ECECEC; padding-bottom:0.75em;
}
.CLSearchFormContainer .searchFormBody .searchFormRowHalf .searchLabelItems {
    display: block;
    text-align: left !important;
    font: normal 0.875em/1em Arial,'Droid Sans',sans-serif;
    color: #555555;
}
.CLSearchFormContainer .searchFormBody .searchFormRowHalf .searchFormTextBox {
    border: 1px solid #bfbfbf !important;
    padding: 4px !important;
    font: normal 1em/1.2em arial,'Droid Sans',sans-serif;
    color:#a2a1a1;
    width: 96%;
}
.CLSearchFormContainer .searchFormBody .searchFormRowHalf .searchFormDropdown {
    border: 1px solid #bfbfbf !important;
    padding: 4px !important;
    font: normal 1em/1.2em arial,'Droid Sans',sans-serif;
    color:#a2a1a1;
    width: 96%;
}
.CLSearchFormContainer .searchFormBody .searchFormFooter {
    margin-bottom:4em;
}
.CLSearchFormContainer .searchFormBody .searchFormFooter .searchFormLink {
    float: none;
    width: 150px;
    height: 40px;
    text-align: center;
    border: none;
    margin: 0px 0px 0px 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor:pointer;
}

/* T11 GENERAL CONTENT 02 */
.bodyContentWrapper .innerContentWrapper .rightColumn .content .generalContent02Wrapper
{
    width: 100%;
}
.bodyContentWrapper .innerContentWrapper .rightColumn .content .generalContent02Wrapper .leftSide
{
    float: left;
    width: 100%;
}
.bodyContentWrapper .innerContentWrapper .rightColumn .content .generalContent02Wrapper .leftSide h3
{
    font: 1.125em/1.375em 'Droid Sans' ,Arial,sans-serif;
    text-transform: uppercase;
    margin: 0 0 0.2em;
    color: #555555;
}
.bodyContentWrapper .innerContentWrapper .rightColumn .content .generalContent02Wrapper .leftSide p
{
    font-size: 1em/1.125em;
}
.bodyContentWrapper .innerContentWrapper .rightColumn .content .generalContent02Wrapper .leftSide ul
{
    font-size: 1em/1.125em;
    list-style: none outside none;
    margin: 1.1% 0 8% 0;
    padding: 0 0 0 0;
    text-align: left;
    width: 100%;
}
.bodyContentWrapper .innerContentWrapper .rightColumn .content .generalContent02Wrapper .leftSide ul li
{
    font-size: 1em/1.125em;
    background-image: url("/images/list_bullet.png");
    background-position: 0.5em 8px;
    background-repeat: no-repeat;
    margin: 0 0 0 0;
    padding: 0 0 0 6%;
}
.bodyContentWrapper .innerContentWrapper .rightColumn .content .generalContent02Wrapper .rightSide
{
    float: left;
    width: 100%;
}
.bodyContentWrapper .innerContentWrapper .rightColumn .content .generalContent02Wrapper .rightSide h3
{
    font: 1.125em/1.375em 'Droid Sans' ,Arial,sans-serif;
    text-transform: uppercase;
    margin: 0 0 0.2em;
    color: #555555;
}
.bodyContentWrapper .innerContentWrapper .rightColumn .content .generalContent02Wrapper .rightSide p
{
    font: 0.938em 'Lucida Sans Unicode' , 'Lucida Sans' , 'Lucida Grande' , sans-serif;
    font-size: 0.875em;
    line-height: 1.563em;
;
}
.bodyContentWrapper .innerContentWrapper .rightColumn .content .generalContent02Wrapper .rightSide ul
{
    font: 0.938em 'Lucida Sans Unicode' , 'Lucida Sans' , 'Lucida Grande' , sans-serif;
    list-style: none outside none;
    margin: 1.1% 0 8% 0;
    padding: 0 0 0 0;
    text-align: left;
    width: 100%;
}
.bodyContentWrapper .innerContentWrapper .rightColumn .content .generalContent02Wrapper .rightSide ul li
{
    font: 0.938em 'Lucida Sans Unicode' , 'Lucida Sans' , 'Lucida Grande' , sans-serif;
    background-image: url("/images/list_bullet.png");
    background-position: 0.5em 6px;
    background-repeat: no-repeat;
    margin: 0 0 0 0;
    padding: 0 0 0 6%;
}

/*T05- ARTICLE DETAIL*/
.articleDetailWrapper
{
}
.articleDetailWrapper h5
{
    font: normal 1.125em/1.563em 'Droid Sans' ,Arial,sans-serif;
    text-transform: uppercase;
    color: #008556;
    margin: 0 10px 7px 0;
}

/*STAFF PROFILE MODAL*/
.StaffProfileModalLaunchButton
{
    background-color:White;
    border:1px Solid #008556;
    color:#008556;
    font-family:Arial;
    font-size:xx-small;
    font-weight:bold;
}
.StaffProfileModalBackground
{
    background-color:Gray;
    filter:alpha(opacity=50);
    opacity: 0.5;
}
.StaffProfileModalPopupPanel
{
    background-color:White;
    border-color:Black;
    border-style:solid;
    border-width:2px;
    padding:3px;
    width: 300px;
    height: 528px;
}
.StaffProfileModalPopupHeader
{
    background-color:#00b274;
    color:White;
    font-family:Arial, Helvetica, sans-serif;
    font-size:small;
    font-weight:bold;
    width: 100%;
    height: 25px;
}
.StaffProfileModalPopupCloser
{
    background-color:#00b274;
    color:White;
    font-family:Arial, Helvetica, sans-serif;
    font-size:small;
    font-weight:bold;
    width: 28px;
    height: 25px;
}
.StaffProfileModalPopupBody
{
    background-color:White;
    border-width:0px;
    border-style:solid;
    border-color:Gray;
    margin: 0 0 0 0;
    padding: 10px 10px 0px 10px;
    height: 490px;
}

/*STAFF PROFILE FORM*/
.StaffProfileSubmitFromLeft
{
    display: none;
}
.StaffProfileSubmitFromTop
{
    display: inline;
}
.StaffProfileFormTable
{
    width: 97%;
    border: 1px solid #F3EEEE;
    margin: 1em 0;
}
.StaffProfileLabelItems
{
    font-weight: bold;
}
.StaffProfileImage
{
	float: none !important;
}
.StaffProfileWrapperImage
{
    float: none !important;
}
.StaffProfileWrapperImageLink
{
    float: none;
}
.StaffProfilePhotoPrompt
{
}
.StaffProfilePhotoBreaker
{
    display: inline;
}
.StaffProfilePublicationGrid
{
    border: 0 none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 500px;
}

/*STAFF PROFILE PAGE*/
.StaffProfilePageTitle
{
    color: #008556;
    font : 1.7em/1.2em 'Droid Sans',Arial,sans-serif;
    margin: 0.32em 0 1.8%;
    padding: 0;
    overflow:hidden
}
.StaffProfileWrapperLeft
{
}
.StaffProfileWrapperRight
{
}
.StaffProfileWrapperRight img
{
    display: none;
}
.StaffProfileWrapperName
{
    float: none !important ;
	overflow: hidden;
}
.StaffProfilePersonName
{
    float: none !important ;
    font: bold 18px/24px 'Droid Sans' ,Arial,sans-serif;
    padding:3px 0 13px 0;
}
.StaffProfileLabel
{
    float: left;
    text-align: left;
    margin-right: 6px;
    font-weight:bold;
    padding:3px 0 3px 0;
}
.StaffProfileValue
{
    float: left;
    padding:3px 0 3px 0;
}

/*STAFF PROFILE SECTION*/
.StaffProfileSection
{
    margin: 0 0 0 0;
    padding: 1px 0 0 0;
}
.StaffProfileSectionDataLeft
{
    background-color: White;
    padding: 0 16px 0 0;
}
.StaffProfileSectionDataRight
{
    background-color: White;
    padding: 0 16px 0 0;
}
