html, body
{
    width: 100%;
    height: 100%;
}

body
{
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #000000;
    background: #ffffff;
}

a
{
    color: #626262;
    text-decoration: none;
}

h1
{
    font-size: 30px;
}

h2
{
    font-size: 24px;
}

h3
{
    font-size: 20px;
    padding: 0 0 5px;
}

h4
{
    font-size: 16px;
    padding: 0 0 5px;
}

b, strong
{
    font-weight: bold;
}

i, italic
{
    font-style: italic;
}

div.clearAll
{
    clear: both;
}

a:hover
{
    color: #669900;
    text-decoration: underline;
}

div#wrapper
{
    width: 960px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -480px;
    z-index: 2;
}

div#topContainer
{
    margin-top: 10px;
    height: 95px;
}

div#leftBackground
{
    background: url(../images/leftBackground.png) repeat-x;
    width: 37%;
    height: 28px;
    position: absolute;
    z-index: 0;
    top: 73px;
    left: 0;
}

div#rightBackground
{
    background: url(../images/rightBackground.png) repeat-x;
    width: 37%;
    height: 34px;
    position: absolute;
    z-index: 1;
    top: 35px;
    right: 0;
}

div#statementContainer
{
    background: url(../images/statementBackground.png) no-repeat;
    width: 310px;
    height: 66px;
    float: left;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    float: left;
    line-height: 60px;
    margin-top: 25px;
}

div#statementContainer h2
{
    font-size: 18px;
}

h1#logo
{
    display: block;
    width: 119px;
    height: 57px;
    float: left;
    clear: left;
}

h1#logo a
{
    display: block;
    text-indent: -9999px;
    width: 100%;
    height: 100%;
    background: url(../images/logo.png) no-repeat;
}

h1#logo a img
{
    display: none;
}

div#mainMenuContainer
{
    float: left;
    background: url(../images/rightBackground.png) repeat-x;
    height: 66px;
    width: 531px;
    margin-top: 25px;
}

ul#mainMenu
{
    float: right;
    height: 34px;
    position: relative;
}

ul#mainMenu li,
ul#mainMenu li a
{
    float: left;
    
}

ul#mainMenu li
{
    padding: 0 20px;
    height: 34px;
    position: relative;
    z-index: 2;
}

ul#mainMenu li.last
{
    padding: 0 20px 0 20px;
}

ul#mainMenu li a
{
    display: block;
    color: #ffffff;
    text-shadow: #000000 1px 1px 1px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'PreciousSans-BoldBold', Verdana;
    line-height: 30px;
}

ul#mainMenu li a:hover
{
    text-decoration: none;
}

ul#mainMenu li.background
{
    background: url(../images/mainMenuActiveBoxBackground.png) no-repeat right 0;
    z-index: 1;
    height: 20px;
    top: 7px;
    padding: 0;
    margin: 0;
}

ul#mainMenu li.background span.slideMenu
{
    display: block;
    height: 20px;
    width: 15px;
    background: url(../images/mainMenuActiveBoxBackground.png) no-repeat left -20px;
    
}

div#twitterContainer,
div#livechatContainer
{
    float: right;
    line-height: 32px;
    background: url(../images/twitterBird.png) no-repeat right 6px;
    padding-right: 38px;
    margin-top: 11px;
    margin-right: 20px;
}

div#livechatContainer
{
    background: url(../images/livechatIcon.png) no-repeat right 6px;
    padding-right: 50px;
}

div#twitterContainer a,
div#livechatContainer a
{
    color: #626262;
}

div#twitterContainer a:hover,
div#livechatContainer a:hover
{
    color: #669900;
    text-decoration: none;
}

div#mediaContainer
{
    position: relative;
    width: 950px;
    height: 292px;
}

div#mediaContainer div.mediaSlide
{
    background: #8cb434;
    width: 950px;
    height: 292px;
}

div#mediaContainer.campaign
{
    height: 310px;
}

div#mediaContainer.campaign span#shadowRight
{
    height: 292px;
}

div#mediaContainer.campaign div.mediaSlide
{
    background: #8CB434;
    height: 310px;
}

div#mediaContainer.campaign div.mediaSlide img
{
    float: right;
    margin-right: 60px;
    margin-top: 5px;
}

div#mediaContainer.campaign h4,
div#mediaContainer.campaign h3,
div#mediaContainer.campaign h2
{
    color: #ffffff;
    margin-left: 40px;
    font-weight: bold;
}

div#mediaContainer.campaign h4
{
    position: absolute;
    top: 55px;
    clear: both;
    font-weight: bold;
}

div#mediaContainer.campaign h2
{
    position: absolute;
    top: 80px;
    clear: both;
    font-weight: bold;
    font-size: 35px;
}

div#mediaContainer.campaign h3
{
    position: absolute;
    top: 150px;
    clear: both;
    font-weight: bold;
}

span#mediaTopLeft
{
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    background: url(../images/imageSlideTopLeft.png) no-repeat;
}

span#mediaTopRight
{
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    background: url(../images/imageSlideTopRight.png) no-repeat;
}

span#mediaBottomLeft
{
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    background: url(../images/imageSlideBottomLeft.png) no-repeat;
}

span#mediaBottomRight
{
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    z-index: 4;
    bottom: 0;
    right: 0;
    background: url(../images/imageSlideBottomRight.png) no-repeat;
}

div#mainContainer
{
    margin: 10px 0 0;
}

div.productBox
{
    width: 222px;
    height: 122px;
    padding: 10px 10px 10px 20px;
    float: left;
    background: url(../images/contentBox.png) no-repeat;
    cursor: pointer;
}

div.productBox a.productMenuItemLink
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 252px;
    height: 142px;
    z-index: 11;
    font-size: 0;
    text-indent: -9999px;
    
}

div.productBox div.left a
{
    display: block;
    font-size: 11px;
    position: absolute;
    bottom: 10px;
    padding-right: 26px;
    height: 15px;
    line-height: 13px;
    background: url(../images/yellowArrow.png) no-repeat right 0;
}

div.productBox.hover
{
    z-index: 10;
    background-position: 0 -142px;
}

div.productBox div.hoverBackground
{
    width: 258px;
    height: 150px;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/contentBoxActive.png) no-repeat;
    opacity: 0;
}

div.productBox div.left
{
    width: 102px;
    float: left;
    clear: left;
    margin-left: 6px;
    position: relative;
    z-index: 9;
    height: 124px;
}

div.productBox div.left h4
{
    font-size: 14px;
    color: #000000;
}

div.productBox div.left p.desc
{
    font-size: 16px;
    color: #669900;
}

div.productBox div.right
{
    float: right;
    clear: right;
    position: relative;
    z-index: 9;
}

div#productMenu
{
    position:relative;
    margin: 10px 0 0;
    height: 142px;
}

div#footerContainer
{
    width: 950px;
    height: 144px;
    margin-top: 5px;
}

div#footerContainer h3
{
    color: #669900;
    font-size: 14px;
    margin: 6px 0;
}

div#quickLinksContainer
{
    width: 902px;
    height: 132px;
    background: url(../images/footerContainerBackground.png) repeat-x;
    padding: 6px 24px;
}

div.quickLinks
{
    width: 165px;
    float: left;
    margin-right: 80px;
}

div.quickLinks.last
{
    margin: 0;
}

div.quickLinks h4
{
    padding-bottom: 5px;
    color: #000000;
    font-size: 11px;
}

div.quickLinks h4 a
{
    color: #000000;
}

div.quickLinks h4 a:hover,
div.quickLinks a.current,
div.quickLinks ul li a:hover
{
    text-decoration: none;
    color: #669900;
}

div.quickLinks ul
{
    padding-left: 15px;
}

div.quickLinks ul li
{
    padding: 0 0 6px;
}

span#shadowTopRight
{
    display: block;
    width: 12px;
    height: 10px;
    background: url(../images/shadowTopRight.png) no-repeat;
    position: absolute;
    top: 0;
    right: -6px;
    z-index: 10;
}

span#shadowRight
{
    display: block;
    width: 12px;
    height: 274px;
    background: url(../images/shadowRight.png) repeat-y;
    position: absolute;
    top: 10px;
    right: -6px;
    z-index: 10;
}

span#shadowBottomRight
{
    display: block;
    width: 12px;
    height: 13px;
    background: url(../images/shadowBottomRight.png) no-repeat;
    position: absolute;
    bottom: -5px;
    right: -6px;
    z-index: 10;
}

span#shadowBottom
{
    display: block;
    width: 933px;
    height: 6px;
    background: url(../images/shadowBottom.png) repeat-x;
    position: absolute;
    bottom: -6px;
    left: 11px;
    z-index: 10;
}

span#shadowBottomLeft
{
    display: block;
    width: 11px;
    height: 12px;
    background: url(../images/shadowBottomLeft.png) no-repeat;
    position: absolute;
    bottom: -6px;
    left: 0px;
    z-index: 10;
}

div.productBox a:hover
{
    text-decoration: none;
}

div#contentContainer
{
    width: 950px;
    height: 402px;
    position: relative;
    margin: 15px 0 10px;
}

div#contentContainer div#content
{
    height: 393px;
    width: 943px;
    overflow: hidden;
    position: relative;
}

div#contentContainer div#content.pageboxes
{
    padding: 10px 0px 0 8px;
    width: 943px;
}



div#contentContainer div#content div#contentSlide
{
    height: 393px;
    position: absolute;
    top: 0;
    left: 0;
}

div#contentContainer div#content div.contentSlideItem
{
    height: 393px;
    float: left;
    position: relative;
    width: 943px;
    
}

span#contentTop
{
    display: block;
    width: 930px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 8px;
    background: url(../images/contentTop.png) repeat-x;
    z-index: 10;
}

span#contentTopLeft
{
    display: block;
    width: 8px;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/contentTopLeft.png) no-repeat;
    z-index: 10;
}

span#contentTopRight
{
    display: block;
    width: 12px;
    height: 9px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/contentTopRight.png) no-repeat;
    z-index: 10;
}

span#contentBottom
{
    display: block;
    width: 927px;
    height: 9px;
    position: absolute;
    bottom: 0;
    left: 11px;
    background: url(../images/contentBottom.png) repeat-x;
    z-index: 10;
}

span#contentBottomLeft
{
    display: block;
    width: 11px;
    height: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/contentBottomLeft.png) no-repeat;
    z-index: 10;
}

span#contentBottomRight
{
    display: block;
    width: 12px;
    height: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/contentBottomRight.png) no-repeat;
    z-index: 10;
}

span#contentLeft
{
    display: block;
    width: 2px;
    height: 381px;
    position: absolute;
    top: 7px;
    left: 0;
    background: url(../images/contentLeft.png) repeat-y;
    z-index: 10;
}

span#contentRight
{
    display: block;
    width: 7px;
    height: 379px;
    position: absolute;
    top: 9px;
    right: 0;
    background: url(../images/contentRight.png) repeat-y;
    z-index: 10;
}

h2#contentBoxTitle
{
    color: #7c7c7c;
    font-size: 16px;
    margin-top: 16px;
}

div.mainImage
{
    float: left;

}

div#contentArea
{
    padding: 20px 0 20px 20px;
    float: left;
    clear: right;
    width: 623px;
}

div#contentArea ul
{
    list-style: disc;
    padding-left: 10px;
}

div#contentArea ul li
{
    padding: 3px 0;
}

div#contentArea.big
{
    width: 923px;
    padding: 20px 0 20px 20px;
}

div#contentArea.right
{
    float: right;
    clear: right;
}

div#contentHeading
{
    background: url(../images/contentHeaderBackground.png) repeat-x;
    height: 99px;
    width: 100%;
}

div#contentArea.big div#contentHeading
{
    background: url(../images/contentHeaderWideBackground.png) repeat-x;
    height: 99px;
    width: 100%;
}

div#contentHeading h2
{
    font-size: 12px;
    color: #000000;
    padding: 10px 0 4px;
}

div#contentHeading h2.big
{
    font-size: 24px;
    line-height: 70px;
}

div#contentHeading h2.big.split
{
    width: 480px;
    line-height: 37px;
}

div#contentHeading h3
{
    font-size: 24px;
    color: #000000;
    line-height: 28px;
}

a#printBtn
{
    background: url(../images/printIcon.png) no-repeat left 0;
    padding-left: 30px;
    line-height: 21px;
    height: 21px;
    float: left;
    margin-right: 46px;
    font-family: Arial;
    font-weight: bold;
}

a#downloadBtn
{
    background: url(../images/downloadIcon.png) no-repeat left 0;
    padding-left: 26px;
    line-height: 18px;
    height: 21px;
    float: left;
    margin-right: 46px;
    font-family: Arial;
    font-weight: bold;
}

a#contactBtn
{
    background: url(../images/contactIcon.png) no-repeat left 0;
    padding-left: 25px;
    line-height: 21px;
    height: 21px;
    float: right;
    font-family: Arial;
    font-weight: bold;
}

div#contentLinks
{
    /*padding-left: 320px;
    margin-bottom: 0px;
    width: 583px;*/
    margin-right: 50px;
    float: right;
    clear: both;
}

div#leftContent
{
    padding-right: 19px;
    padding-top: 20px;
}

div#leftContent p
{
    padding: 0px 0 8px;
    line-height: 1.4;
}

div#leftContent div.left
{
    width: 290px;
    float: left;
    clear: left;
}

div#leftContent div.right
{
    float: right;
    clear: right;
    width: 300px;
}

div#leftContent div.right.big
{
    width: 580px;
}

a.nextContentBtn
{
    display: block;
    position: absolute;
    right: 20px;
    bottom: 10px;
    height: 23px;
    background: url(../images/yellowArrowBig.png) no-repeat right 0;
    line-height: 21px;
    padding-right: 10px;
    font-weight: bold;
}

a.backContentBtn
{
    display: block;
    position: absolute;
    right: 560px;
    bottom: 10px;
    height: 23px;
    background: url(../images/yellowArrowBigBack.png) no-repeat left 0;
    line-height: 21px;
    padding-left: 10px;
    font-weight: bold;
}

a.backContentBtn.right
{
    right: 860px;
}

a.backContentBtn.last
{
    display: block;
    position: absolute;
    right: 20px;
    bottom: 10px;
    height: 23px;
    background: url(../images/yellowArrowBigBack.png) no-repeat left 0;
    line-height: 21px;
    padding-left: 10px;
    font-weight: bold;
}

a.backContentBtn:hover,
a.nextContentBtn:hover
{
    text-decoration: none;
}

div#contactFormContainer
{
    /*width: 348px;
    height: 347px;
    background: url(../images/contactformBackground.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 40%;
    z-index: 10001;
    padding: 22px 30px;
    margin-left: -174px;
    margin-top: -174px;
    display: none;*/
    width: 570px;
    height: 347px;
    background: url(../images/contactformBackground.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 40%;
    z-index: 10001;
    padding: 22px 30px;
    margin-left: -285px;
    margin-top: -174px;
    display: none;
}

div#contactFormLeft
{
    float: left;
    clear: left;
    width: 234px;
}

dvi#contactFormRight
{
    width: 336px;
    float: right;
    clear: right;
}

div.loc
{
    padding: 10px 0 20px;
    width: 215px;
}

div.loc h3
{
    padding-bottom: 10px;
}

div.loc p
{
    padding: 0 0 5px;
    line-height: 1.4;
}

div#overlay
{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.7;
    z-index: 10000;
    display: none;
}

div#contactFormContainer h2
{
    font-size: 24px;
}

div#contactFormContainer a#contactformCloseBtn
{
    display: block;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background: url(../images/contactformCloseBtn.png) no-repeat;
    position: absolute;
    right: 23px;
    top: 7px;
}

div#contactFormContainer form
{
    margin: 12px 0 0;
    width: 336px;
    
}

div#contactFormContainer ul li
{
    padding: 0 0 20px;
}

div#contactFormContainer ul li.text,
div#Email.field.text,
div#Password.field.password
{
    background: url(../images/contactformInputText.png) no-repeat;
    width: 314px;
    height: 36px;
    line-height: 34px;
    padding: 0 10px 12px;
}

div#contactFormContainer ul li.text label,
div#Email.field.text label,
div#Password.field.password label
{
    width: 50px;
    display: block;
    float: left;
}

div#contactFormContainer ul li.text input,
div#Email.field.text input,
div#Password.field.password input
{
    width: 258px;
    height: 18px;
    margin: 8px 0 0;
    padding: 0;
    border: none;
}

div#Email.field.text label,
div#Password.field.password label
{
    width: 70px;
}
div#Email.field.text input,
div#Password.field.password input
{
    width: 238px;
}

div#contactFormContainer ul li.textarea
{
    width: 316px;
    height: 103px;
    background: url(../images/contactformTextarea.png) no-repeat;
    padding: 10px;
    margin-bottom: 12px;
}

div#contactFormContainer ul li.textarea label
{
    display: block;
    clear: both;
    margin-bottom: 6px;
}

div#contactFormContainer ul li.textarea textarea
{
    width: 312px;
    height: 84px;
    border: none;
}

div#contactFormContainer ul li.submit input,
input#MemberLoginForm_LoginForm_action_dologin
{
    display: block;
    border: none;
    background: url(../images/contactformSubmitBtn.png) no-repeat;
    width: 131px;
    height: 28px;
    color: #ffffff;
    cursor: pointer;
    float: right;
}

input#MemberLoginForm_LoginForm_action_dologin
{
    float: none;
    clear: both;
    margin-bottom: 10px;
}

div.mapContainer
{
    width: 442px;
    height: 250px;
    border: 1px solid #cccccc;
}

div.location
{
    width: 442px;
    float: left;
    margin-right: 19px;
}

div.location.last
{
    margin: 0;
}

div.location div.right
{
    margin-top: 10px;
    line-height: 1.4;
}

div.location div.right h3
{
    font-size: 14px;
    padding: 0 0 3px;
}

div.location div.right p.phone
{
    padding: 3px 0;
}

a.largerMapBtn
{
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    background: url(../images/largerMapBtn.png) no-repeat;
    width: 94px;
    height: 22px;
    text-indent: -9999px;
}

a.largerMapBtn:hover
{
    background-position: 0 -22px;
}

div#demandWrapper
{
    margin-top: 20px;
}

div#demandContainer
{
    width: 462px;
    background: url(../images/demandBackground.png) repeat-y 0 6px;
    position: relative;
    padding: 0 2px;
    float: left;
    clear: left;
}

div#demandWrapper h3
{
    font-size: 15px;
    padding: 0 0 10px;
    color: #79b61d;
}

div#demandContainer div#duStillerMed
{
    width: 418px;
    padding: 20px 15px 16px;
    background: #ffffff;
}

div#demandContainer div#duStillerMed span,
div#demandContainer div#viStillerMed span
{
    float: left;
    display: block;
    width: 115px;
    font-size: 15px;
    color: #575757;
}

div#demandContainer div#duStillerMed div.context,
div#demandContainer div#viStillerMed div.context
{
    float: left;
}

div.context ul
{
    list-style: url(../images/greenBall.png) disc;
    color: green;
    padding-left: 10px;
}

div.context ul li
{
    color: #575757;
    padding: 0 0 10px;
    font-size: 14px;
}

div#demandContainer div#viStillerMed
{
    width: 418px;
    padding: 20px 15px 40px;
    background: #e5e5e5;
}

span#demandTop
{
    width: 462px;
    height: 18px;
    background: url(../images/demandTop.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

span#demandBottom
{
    width: 462px;
    height: 28px;
    background: url(../images/demandBottom.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}

div#contactContainer
{
    width: 432px;
    background: url(../images/contactBackground.png) repeat-y 0 6px;
    position: relative;
    padding: 20px 15px 28px;
    float: right;
    clear: right;
}

span#contactTop
{
    width: 461px;
    height: 23px;
    background: url(../images/contactTop.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

span#contactBottom
{
    width: 461px;
    height: 17px;
    background: url(../images/contactBottom.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}

div#contactContentWrapper
{
    width: 410px;
    padding: 0 6px;
}

div#contactContentWrapper h2
{
    color: #525252;
    font-size: 15px;
    line-height: 1.4;
    padding-bottom: 10px;
}

div#contactContentWrapper h3
{
    font-size: 13px;
    color: #79b61d;
    padding-bottom: 5px;
    border-bottom: 1px solid #7fb11c;
}

div#contactContainer ul
{
    
    padding: 15px 0 0 70px;
}

div#contactContainer ul li
{
    padding-bottom: 10px;
    color: #525252;
}

div#contactContainer ul li.last
{
    padding: 0;
}

div#contactContainer ul li span.name
{
    width: 130px;
    display: block;
    float: left;
}

div#contactContainer ul li span.phone
{
    display: block;
    float: left;
    width: 105px;
    background: url(../images/phoneIcon.png) no-repeat 0 1px;
    padding-left: 15px;
    height: 15px;
    line-height: 14px;
}

div#contactContainer ul li span.email
{
    display: block;
    float: left;
    background: url(../images/mailIcon.png) no-repeat 0 2px;
    padding-left: 20px;
}

div#contactContainer ul li span.email a:hover
{
    text-decoration: none;
}

a.campaignBtn
{
    display: block;
    height: 37px;
    text-align: center;
    line-height: 35px;
    position: absolute;
    bottom: 0;
    left: 40px;
    color: #d0d809;
    font-size: 14px;
    z-index: 9999;
}

a.campaignBtn span.textWrapper
{
    position: relative;
    padding: 0 5px;
    display: block;
    background: url(../images/campaignBtnBackground.png) repeat-x;
    height: 37px;
}

a.campaignBtn span.campaignBtnLeft
{
    display: block;
    width: 5px;
    height: 37px;
    background: url(../images/campaignBtnLeft.png) no-repeat;
    position: absolute;
    left: -5px;;
    top: 0;
}

a.campaignBtn span.campaignBtnRight
{
    display: block;
    width: 5px;
    height: 37px;
    background: url(../images/campaignBtnRight.png) no-repeat;
    position: absolute;
    right: -5px;
    top: 0;
}

a.campaignBtn:hover
{
    text-decoration: none;
}

a.downloadLink
{
    display: block;
    padding-left: 20px;
    height: 32px;
    padding: 10px 0 10px 40px;
    float: left;
    width: 262px;
}

div.personWrapper
{
    padding-left: 40px;
    float: left;
    width: 884px;
    position: relative;
    height: 260px;
}

div.personContainer
{
    float: left;
    width: 158px;
    margin-right: 84px;
    position: relative;
    height: 250px;
    position: absolute;
    bottom: 0;
}

div.personContainer div.leftContent
{
    width: 158px;
    float: left;
    clear: left;
}

div.personContainer div.aboutContent
{
    float: right;
    clear: right;
    width: 720px;
    line-height: 1.4;
}

div.personContainer.last
{
    margin: 0;
}

div.personContainer div.imgWrapper
{
    width: 134px;
    height: 130px;
    overflow: hidden;
    margin-bottom: 10px;
}

div.personContainer h3,
div.personContainer h4,
div.personContainer h5
{
    color: #545454;
    font-size: 11px;
}

div.personContainer h3
{
    font-weight: bold;
}

a.bioLink
{
    border: 1px solid #cdd400;
    padding: 5px;
    display: block;
    width: 18px;
    position: absolute;
    bottom: 10px;
    height: 11px;
    left: 0;
}

div#personSlider
{
    position: absolute;
    width: 10000px;
    left: 0;
    bottom: 4px;
}

div.pagebox
{
    float: left;
    padding: 0 29px;
    width: 260px;
    height: 375px;
    position: relative;
    border-right: 1px solid #cccccc;
}

div.pagebox h2
{
    font-size: 14px;
    padding: 0 0 3px;
    color: #010101;
}

div.pagebox h3
{
    font-size: 24px;
    color: #689901;
}

div#contentContainer div#content.pageboxes.many div.pagebox
{
    width: 175px;
}

div#contentContainer div#content.pageboxes.many div.pagebox h3
{
    font-size: 20px;
}

div.pagebox.last
{
    padding: 0;
    border: none;
    padding-left: 29px;
}

a.readMoreBtn
{
    display: block;
    background: url(../images/images/readMoreBtn.png) no-repeat;
    width: 129px;
    height: 36px;
    float: right;
    clear: both;
    line-height: 30px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 30px;
    color: #7c7c7c;
}

a.readMoreBtn:hover
{
    text-decoration: none;
    border: none;
}

div.photoContainer
{
    height: 230px;
}

div.photoContainer p
{
    margin: 0 auto;
    text-align: center;
}
