/*---------------------------------------------------------------------------------*/
/* CSS RESET (Basic)                    
/*---------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
ul, ol, ul li, ol li{ list-style:none;}

/*---------------------------------------------------------------------------------*/
/* TSUVO GRID                      
/*---------------------------------------------------------------------------------*/
.outer{}
.inner{width:980px; margin:0 auto;}
.container_12,.container_16{margin-left:auto;margin-right:auto;width:960px; padding-left:10px; padding-right:10px;}.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16{display:inline;float:left;}.container_12 .grid_3,.container_16 .grid_4{width:240px}.container_12 .grid_6,.container_16 .grid_8{width:480px}.container_12 .grid_9,.container_16 .grid_12{width:720px}.container_12 .grid_12,.container_16 .grid_16{width:960px}.alpha{margin-left:0}.omega{margin-right:0}.container_12 .grid_1{width:80px}.container_12 .grid_2{width:160px}.container_12 .grid_4{width:320px}.container_12 .grid_5{width:400px}.container_12 .grid_7{width:560px}.container_12 .grid_8{width:640px}.container_12 .grid_10{width:800px}.container_12 .grid_11{width:880px}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden; height:0px;}
.clearfix:after{clear:both;content:'.';display:block;visibility:hidden;height:0}
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block}
.hide{display:none;}

/*---------------------------------------------------------------------------------*/
/* DNN STYLES                      
/*---------------------------------------------------------------------------------*/
/* BASIC -------------------------------*/
.ControlPanel, .ControlPanel table{width:100%; text-align:center;}
#dnn_ControlPanel{background:#FFF; border-bottom:1px solid #000;}
.NormalDisabled{color:#CCCCCC;}
.NormalBold{font-weight:bold;}
.NormalRed{color:#FF0000;}
.Head{font-size:120%; font-weight:bold;}
.SubHead{font-size:110%;}
.SubSubHead{font-size:100%;}
.paneOutline{background:#EFEFEF; border:1px solid #999;}
.paneOutline .SubHead{color:#666;}
/* MODULE DROPDOWN MENU -------------------------------*/
.ModuleTitle_SubMenu{border:1px solid #C0D6E5;  z-index:99999;}
.ModuleTitle_SubMenu td{background-color:#F8FAFF;white-space: nowrap;} 
.ModuleTitle_MenuIcon {background-color:#F8FAFF; border:none;padding: 0px 2px;}
.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon{background: #CE0D0D url(../images/submenu_hover.gif) repeat-x top left;color: #fff;}
.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon{height: 2px;background-color: #D5E0FF;}

/*---------------------------------------------------------------------------------*/
/* POWERSITE GLOBAL STYLES                      
/*---------------------------------------------------------------------------------*/
/* FONT STYLES ------------------------------- */
body{font-family:Arial, Helvetica, sans-serif; line-height:150%;}
h1,h2,h3,h4,h5,h6{font-weight:normal; margin-left:10px; margin-right:10px; line-height:100%; font-family:Helvetica, Arial, sans-serif}
h1,h2{margin-top:5px;}
p{padding-bottom:10px;}
/*CHOCOLATE LETTER SPACING
h1, h2, h3, .subPage-giftCard-CTA a, .subPage-feedback-CTA a, .giftCards ul li a.checkout{letter-spacing:.15em;}*/
/*SOUVENIR LETTER SPACING*/
h1, h2, h3, .subPage-giftCard-CTA a, .subPage-feedback-CTA a, .giftCards ul li a.checkout{}

/* FONT SIZES ------------------------------- */
h1,
.sizeH1{font-size:30px;}
h2,
.sizeH2{font-size:22px; line-height:28px;}
h3,
.sizeH3{font-size:16px;}
h4,
.sizeH4{font-size:16px;}
h5,
.sizeH5{font-size:14px;}
h6,
.sizeH6{font-size:14px;}
html,
body,
.sizeBody{font-size:13px;}
.sizeMini{font-size:11px;}

/* FONT/BG COLORS ------------------------------- */
/* colorBody */
.colorBody, html, body, .rd .rd-article a, .rd .rd-fileRepository a, .rd .rd-caseStudy a{color:#555555;}
.BGBody{background-color:#555555;}
/* colorStrong */
.colorStrong, strong, em{color:#16445e;}
.BGStrong{background-color:#16445e;}
/* colorLink*/
.colorLink, a:link, a:visited, a:active, .SkinObject, .CommandButton{color:#005dac;}
.BGLink{background-color:#005dac;}
/* colorLinkHover */
.colorLinkHover, a:hover{color:#138cf2;}
.BGLinkHover{background-color:#138cf2;}
/* colorDarkest */
.colorDarkest, h1, h4{color:#433a20;}
.BGDarkest{background-color:#433a20;}
/* colorDark */
.colorDark, h5{color:#005dac;}
.BGDark{background-color:#005dac;}
h2{color:#433a20;}
/* colorMedium */
.colorMedium, h3, h6{color:#433a20; color:#666600;}
.BGMedium{background-color:#433a20;}
/* colorLight */
.colorLight{color:#d5dc91;}
.BGLight{background-color:#d5dc91;}
/* colorWhite */
.colorWhite{color:#FFFFFF;}
.BGWhite{background-color:#FFFFFF;}
/* colorBlack */
.colorBlack{color:#000000;}
.BGBlack{background-color:#000000;}

/* BORDER SETS ------------------------------- */
.borderSetLight{border:1px solid #d5dc91;}
.borderSetMedium{border:1px solid #907a38;}
.borderSetDark{border:1px solid #16445e;}
.borderSetButton{border:1px solid #005dac;}

/* LINKS ------------------------------- */
a:link, a:hover, a:active, a:visited{text-decoration:none;}

/* UNORDERED LIST ------------------------------- */
ul{margin-left:10px;}
ul li{margin-left:10px; list-style-type:disc;}
ul li li{list-style-type:circle;}
li{margin-left:20px; list-style-type:circle;}

/* SIFR ------------------------------- */
@media screen{
.sIFR-flash{visibility:visible; margin:0; padding:0;}
.sIFR-replaced, .sIFR-ignore{visibility:visible;}
.sIFR-alternate {position: absolute; left:0; top:0; width:0; height:0; display:block; overflow:hidden;}
.sIFR-replaced div.sIFR-fixfocus{margin:0pt; padding:0pt; overflow:auto; letter-spacing:0px; float:none;}
}
@media print{
.sIFR-flash {display:none; height:0; width:0; position:absolute; overflow:hidden;}
.sIFR-alternate {visibility:visible; display:block; position:static; left:auto; top:auto; width:auto; height:auto;}
}

/* PADDING ------------------------------- */
.padL{padding-left:10px;}
.padR{padding-right:10px;}
.padT{padding-top:10px;}
.padB{padding-bottom:10px;}
.padLR{padding:0 10px;}
.padTB{padding:10px 0;}
.padLRT{padding:10px; padding-bottom:0px;}
.padLRB{padding:10px; padding-top:0px;}
.padLRTB{padding:10px;}

/*---------------------------------------------------------------------------------*/
/* POWERSITE GLOBAL SLICES                     
/*---------------------------------------------------------------------------------*/
/* GRADIENTS ------------------------------- */
.gradientDark{background:url(images/rd_global-gradient-dark.jpg) repeat-x 0 0;}
.gradientMedium{background:url(images/rd_global-gradient-medium.jpg) repeat-x 0 0;}
.gradientLight{background:url(images/rd_global-gradient-light.jpg) repeat-x 0 0;}
.gradientButtonStyle{background:url(images/images/rd_global-button.jpg) repeat-x 0 0;}

/* BUTTONS ------------------------------- */
.largeButton,
input[type=submit].largeButton,
input[type=button].largeButton,
a.largeButton,
a.largeButton:link{background:url(images/rd_global-button.jpg) repeat-x 0 0; font-size:22px; color:#FFFFFF; padding:10px 20px; text-decoration:none; display:inline-block; cursor:pointer; -moz-border-radius:4px; border:1px solid #20628a;}
.largeButton:hover,
input[type=submit].largeButton:hover,
input[type=button].largeButton:hover,
a.largeButton:hover{background-position:left -50px; border:1px solid #20628a;}
.largeButton:active,
input[type=submit].largeButton:active,
input[type=button].largeButton:active,
a.largeButton:active{background-position:left -100px; border:1px solid #20628a;}

.smallButton,
input[type=submit],
input[type=button],
a.smallButton,
.StandardButton{background:url(images/rd_global-button.jpg) repeat-x 0 0; font-size:14px; color:#FFFFFF; padding:0px 10px; text-decoration:none; display:inline-block; cursor:pointer; -moz-border-radius:4px; border:1px solid #20628a;}
.smallButton:hover,
input[type=submit]:hover,
input[type=button]:hover,
a.smallButton:hover,
.StandardButton:hover,
a.smallButton:hover{background-position:left -50px; border:1px solid #20628a;}
.smallButton:active,
input[type=submit]:active,
input[type=button]:active,
a.smallButton:active,
.StandardButton:active,
a.smallButton:active{background-position:left -100px; border:1px solid #20628a;}

/* DIVIDERS ------------------------------- */
.dividerHorizLarge{height:20px; background:url(images/rd_global-dividerHorizLarge.png) repeat-x left center; margin-left:10px; margin-right:10px;}
.dividerHorizSmall{height:20px; background:url(images/rd_global-dividerHorizSmall.png) repeat-x left center;}
.dividerVertLarge{width:20px; background:url(images/rd_global-dividerVertLarge.png) repeat-y center top;}
.dividerVertSmall{width:20px; background:url(images/rd_global-dividerVertSmall.png) repeat-y center top;}
/***** html *******
<div class="divider{divider type}">&nbsp;</div>
*/
img.dividerHorizSizable{height:20px; width:100%;}
/***** html *******
<img width="{width}" class="dividerHorizSizable" src="/Portals/_default/Skins/Powersite/images/rd_global-dividerHorizSizable.jpg" alt="Sizable Horizontal Divider" />
*/
img.dividerVertSizable{width:20px; height:100%;}
/***** html *******
<img height="{height}" class="dividerVertSizable" src="/Portals/_default/Skins/Powersite/images/rd_global-dividerVertSizable.jpg" alt="Sizable Vertical Divider" />
*/

/* THUMBNAILS ------------------------------- */
.rd .thumbnail{height:80px; width:80px; background:url(images/rd_global-thumbnail.jpg) no-repeat 0 0; padding:10px;  margin:10px; float:left;}
.rd .thumbnail a{background:none; padding:0;}
.rd .thumbnail .image{width:74px; height:74px; overflow:hidden; background:#FFF; border:3px solid #fff;}
/***** html *******
<div class="thumbnail"><div class="image">
--image here--
</div></div>
<div class="clear">&nbsp;</div>
*/
/* CONTAINERS ------------------------------- */
.containerSquareShadow{}
.containerSquareShadow .left{padding-left:10px; background:url(images/rd_global-containerSquareShadow-left-bg.jpg) no-repeat left 0px;}
.containerSquareShadow .right{padding-right:10px; background:url(images/rd_global-containerSquareShadow-right-bg.jpg) no-repeat right 0px;}
.containerSquareShadow .center{padding:10px 10px; padding-top:20px; background:url(images/rd_global-containerSquareShadow-center-bg.jpg) repeat-x left 0px;}
/***** html *******
<div class="containerSquareShadow">
<div class="left"><div class="right"><div class="center">
--content here--
</div></div></div>
</div>
*/
.containerRoundShadow{}
.containerRoundShadow .left{padding-left:10px; background:url(images/rd_global-containerRoundShadow-left-bg.jpg) no-repeat left 0px;}
.containerRoundShadow .right{padding-right:10px; background:url(images/rd_global-containerRoundShadow-right-bg.jpg) no-repeat right 0px;}
.containerRoundShadow .center{padding:10px 10px; padding-top:20px; background:url(images/rd_global-containerRoundShadow-center-bg.jpg) repeat-x left 0px;}
/***** html *******
<div class="containerRoundShadow">
<div class="left"><div class="right"><div class="center">
--content here--
</div></div></div>
</div>
*/

/*---------------------------------------------------------------------------------*/
/* POWERSITE RD PAGE ELEMENTS SWITCHES                
/*---------------------------------------------------------------------------------*/
/* MAIN ------------------------------- */
.rd {background:url(images/rd_pageElement-bg-shadow.png) no-repeat center 100px;}
body{background:url(images/rd_pageElement-bg-repeat.jpg) 0 0;}

/* HEADER BAR ------------------------------- */
.rd .header .inner{background:url(images/rd_pageElement-header-bg.png) no-repeat left bottom;}
.rd .header .outer{/*background:url(images/rd_pageElement-header-bg-repeat.jpg) repeat-x left bottom;*/}

/* NAV BAR ------------------------------- */
.rd .nav .inner{/*background:url(images/rd_pageElement-nav-bg.jpg) no-repeat left top;*/}
.rd .nav .outer{/*background:url(images/ps_nav-bg-repeat.jpg) repeat-x left bottom;*/}

/* NAV BAR ------------------------------- */
.rd .openTable .inner{}
.rd .openTable .outer{/*background:url(images/openTable-bg-repeat.jpg) repeat-x left bottom;*/}


/* FEATURED BAR ------------------------------- */
.rd .featured .inner{background:url(images/rd_pageElement-featured-bg.jpg) no-repeat left bottom;}
.rd .featured .outer{/*background:url(images/rd_pageElement-featured-bg-repeat.jpg) repeat-x left bottom;*/}

/* SITEMAP ------------------------------- */
.rd .sitemap .inner{background:url(images/rd_pageElement-sitemap-bg.jpg) no-repeat left bottom;}
.rd .sitemap .outer{/*background:url(images/rd_pageElement-sitemap-bg-repeat.jpg) repeat-x left bottom;*/}

/* FOOTER ------------------------------- */
.rd .footer .inner{background:url(images/rd_pageElement-footer-bg.png) no-repeat left bottom;}
.rd .footer .outer{/*background:url(images/rd_pageElement-footer-bg-repeat.jpg) repeat-x left bottom;*/}

/*---------------------------------------------------------------------------------*/
/* POWERSITE RD PAGE ELEMENTS STYLES                
/*---------------------------------------------------------------------------------*/
/* ALL CONTENT HOLDERS ------------------------------- */
.inner{width:980px; background:url(images/rd_pageElement-inner-bg.jpg) repeat-y left bottom;}
.outer{}

/* ADMIN BAR ------------------------------- */
.rd .admin{text-align:right; position:absolute; margin-top:0px; width:100%;}
.rd .admin .menu{width:75%; float:left; padding-left:5px;}
.rd .admin .menu a.smallButton{float:left; margin:5px; margin-left:0; font-weight:bold;}
.rd .admin .loginRegister{width:24%; float:right; padding:5px 0; padding-right:5px;}
.rd .admin .loginRegister .login, .rd .admin .loginRegister a.login:link, .rd .admin .loginRegister a.login:visited, .rd .admin .loginRegister a.login:active {background: url(images/rd_global-icon-16-login.png) no-repeat left center; padding: 4px 10px 4px 20px; height:24px; vertical-align:middle; color:#666;}
.rd .admin .loginRegister a.login:hover {}
.rd .admin .loginRegister .register, .rd .admin .loginRegister a.register:link, .rd .admin .loginRegister a.register:visited, .rd .admin .loginRegister a.register:active { background: url(images/rd_global-icon-16-register.png) no-repeat left center; padding:4px 10px 4px 20px; height:24px; vertical-align:middle;}
.rd .admin .loginRegister a.register:hover {}

/* HEADER ------------------------------- */
.rd .header{margin-top:30px;}
.rd .header .inner{}
.rd .header a.logo{display:block;}
.rd .header h1{margin:0;}

/* NAV ------------------------------- */
.rd .nav .menu{margin:0; list-style:none; background:url(images/rd_pageElement-nav-links.jpg) repeat-x 0 0;}
.rd .nav .menu ul {border:none; padding:0; margin:0; background:none; list-style:none; padding-left:2px; background:url(images/rd_pageElement-nav-divider.jpg) no-repeat left top;height:40px;}
.rd .nav .menu ul li {border:none; padding:0; margin:0; background:none; list-style:none; padding-right:2px; background:url(images/rd_pageElement-nav-divider.jpg) no-repeat right top; float:left;}
.rd .nav .menu ul li:first-child a{}
.rd .nav .menu ul li a {display:inline-block; font-weight:bold; margin:0; padding:10px; background:url(images/rd_pageElement-nav-links.jpg) no-repeat 0 0; color:#fff; text-align:center; /*FIXED WIDTH MENU ITEMS*/ width:90px; height:20px;}
.rd .nav .menu ul li a:hover{background-position:0 -80px;}
.rd .nav .menu ul li a:active{background-position:0 -160px;}

.rd .nav .menu ul li ul{width:175px; position:absolute; height:auto; z-index:99; margin-top:0px; background:#fff; padding:10px; border:1px solid #c9d7dc; border-top:none;  -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; background:url(images/rd_global-gradient-light.jpg) repeat-x 0 0; padding:5px 0px; display: none; visibility: hidden;}
.rd .nav .menu ul li ul li {display:block; width:100%; margin:1px 0;}
.rd .nav .menu ul li ul li a{display:block;  background:none; font-weight:bold; margin:0; -moz-border-radius:4px; color:#333; padding:1px 5px; margin:0 5px; font-size:13px; text-align:left; }
.rd .nav .menu ul li ul li a:hover{color:#fff; -moz-border-radius:4px; background:url(images/ps_nav-bg-repeat.jpg) repeat-x right top; width:auto;}

.rd .nav .menu ul li ul li ul {margin: -30px 0 0 176px; border:1px solid #c9d7dc; -moz-border-radius:4px; -moz-border-radius-bottomleft:0; -moz-border-radius-topleft:0; border-left:none; }
.rd .nav .menu ul li ul li ul li{}
.rd .nav .menu ul li ul li ul li a{}
.rd .nav .menu .sf-sub-indicator{ width:10px; position:relative; top:-1px;}

/* SITEMAP ------------------------------- */
.rd .sitemap{}
.rd .sitemap h3{ margin:0; margin-bottom:2px;}
.rd .sitemap ul{border:none; padding:0; margin:0; background:none; list-style:none; font-size:12px;}
.rd .sitemap ul li{border:none; padding:0; margin:0; background:none; list-style:none; color:#666; padding-top:10px; font-size:12px;}
.rd .sitemap ul li a{padding:0; background:none;}

/* FOOTER ------------------------------- */
.rd .footer{margin-bottom:30px;}
.rd .footer .inner{}
.rd .footer ul.nav{border:none; padding:0; margin:0; background:none; list-style:none;}
.rd .footer ul.nav li{border:none; padding:0; margin:0; background:none; list-style:none; padding-right:5px; float:left; font-size:11px;}
.rd .footer ul.nav li span{padding-right:5px; color:#333;}
.rd .footer ul.nav li a{}
.rd .footer span.legal{font-size:11px;}
.rd .footer span.phone{margin-top:10px; display:block; width:100%; text-align:center; font-weight:normal;}
.rd .footer a.poweredLink{margin-top:8px; display:inline-block; float:right;}

/* ANYTHING SLIDER ------------------------------- */
.anythingSlider                         { width: 980px; height: 300px; position: relative;}
.anythingSlider .wrapper                { width: 980px; overflow: auto; height: 300px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 300px; width: 980px; margin: 0; }
.anythingSlider a.arrow                  { display: block; height: 60px; padding:120px 0; width: 34px;  position: absolute; cursor: pointer; font-size:60px; line-height:60px; text-indent:-9999px;}
.anythingSlider a.forward                {right: -34px;}
.anythingSlider a.back                   {left: -34px;}
.anythingSlider a.forward:hover          {}
.anythingSlider a.back:hover             {}

#thumbNav                               { position: relative; top: 10px; text-align: right; padding-right:5px;}
#thumbNav a                             { display: inline-block; padding: 2px 9px; margin:0 5px; background:url(images/cw_slider-frameNumber-bg.png) no-repeat 0px 0; color:#FFF; text-align:center; height:20px; }
#thumbNav a:hover                       { color:#999999;}
#thumbNav a.cur                         { color:#fff; background-position:0px -24px; /*background:url(images/cw_slider-frameNumber-bg.png ) no-repeat center top;*/}

#start-stop                             { background:url(images/cw_slider-startStop-bg.png) no-repeat center bottom; color: #fff; padding: 2px 0; width: 48px; text-align: center; position: absolute; right: 10px; top: 265px; height:20px;}
#start-stop.playing                     {background-position:center top;}
#start-stop:hover                       {color:#999999;}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }


/* ALL PAGES ------------------------------- */
.rd .openTable{}
.rd .openTable h2{ font-size:23px; text-align:center;color:#005dac; margin:0; padding-top:19px; }
.rd .openTable a.link{display:block; background:url(images/rd_pageElement-openTable-bg.jpg) no-repeat left top; height:60px;}
.rd .openTable a.link:hover{background-position:0 -60px;}
.rd .openTable .inner{border:1px solid #ccc; border-right:none; border-left:none; border-top:1px solid #E9E9E9; border-bottom:1px solid #E9E9E9;}
.rd .openTable .placeHolder{background:#ccc; color:#000; padding:10px; height:40px;}

.rd h2.tagLine{font-size:22px; padding-top:12px;}
.rd h2.tagLine span.first{}
.rd h2.tagLine span.in,.rd h2.tagLine span.an {font-size:16px;}
.rd h2.tagLine span.second{display:block; clear:both; margin-left:60px;}

/* SUB PAGES ------------------------------- */
.rd .subPage-giftCard-CTA{}
.rd .subPage-giftCard-CTA a{display:block; background:url(images/rd_global-icon-giftCard.jpg) no-repeat 0 0; width:190px; height:20px;  font-size:20px; padding:18px 0; padding-left:100px;}
.rd .subPage-feedback-CTA{}
.rd .subPage-feedback-CTA a{display:block; background:url(images/rd_global-icon-feedback.jpg) no-repeat 0 0; width:190px; height:20px; font-size:20px; padding:18px 0; padding-left:100px;}
/* HOME PAGE ------------------------------- */
.rd .home-giftCard-CTA{}
.rd .home-giftCard-CTA img{margin:10px 0;}
.rd .home-giftCard-CTA a.giftCardLink{display:block; width:171px; height:29px; background:url(images/rd_pageElement-button-giftCard.jpg) no-repeat 0 0; margin:0 20px; text-align:center; font-size:18px; padding:3px; padding-top:7px;}
/* GIFT CARDS PAGE ------------------------------- */
.rd .giftCards{}
.rd .giftCards h3{margin:0;}
.rd .giftCards ul{list-style-type:none; margin:0; padding:0; padding-left:220px; background:url(images/rd_pageElement-giftCard-bg.jpg) 0px center no-repeat;}
.rd .giftCards ul li{list-style-type:none; margin:0; padding:0; padding:10px 0;}
.rd .giftCards ul li span.label{text-align:right; width:200px; display:block; float:left; font-weight:bold;}
.rd .giftCards ul li span.input{padding-left:20px; width:80px; display:block; float:left;}
.rd .giftCards ul li span.input select{width:120px;}
.rd .giftCards ul li a.checkout{display:block; background:url(images/rd_global-icon-paypal.jpg) no-repeat 0 0; width:190px; height:36px; font-size:22px; padding:20px 0; padding-right:110px; text-align:center;}

/* CONTACT PAGE ------------------------------- */
.rd .contact{}
.rd .contact h3{margin:0; width:120px; float:left; margin-bottom:10px;}
.rd .contact .info{padding-bottom:10px;}
.rd .contact .info h3{padding:5px 0; margin:0;}
.rd .contact .info span{font-size:15px; padding:5px 0; display:block;}
.rd .contact .info span.address1{}
.rd .contact .info span.address2{}
.rd .contact .info span.phone{}
.rd .contact .info span.email{}
.rd .contact .map{}
.rd .contact .map .wrapTop{height:10px;}
.rd .contact .map .wrapBottom{padding:10px; padding-top:0; }
.rd .contact .map iframe{border:1px solid #666;}
.rd .contact .feedback ul{list-style-type:none; margin:0; padding:0;}
.rd .contact .feedback ul li{list-style-type:none; margin:0; padding:0; padding:10px 0; background:#FAF2E4; margin-bottom:10px;}
.rd .contact .feedback ul li span.label{text-align:right; width:100px; padding-right:20px; display:block; float:left; font-weight:bold;}
.rd .contact .feedback ul li span.input{ display:block; float:left;}
.rd .contact .feedback ul li span.input input{width:320px;}
.rd .contact .feedback ul li span.input input.valid{background:url(images/rd_global-icon-16-success.png) #fff no-repeat 300px center;}
.rd .contact .feedback ul li span.input input.invalid{background:url(images/rd_global-icon-16-error.png) #fff no-repeat 300px center;}
.rd .contact .feedback ul li span.input textarea{width:320px;}
.rd .contact .contactForm .results .button{text-align:right;}
.rd .contact .contactForm .results .button a{margin-bottom:-20px;}
.rd .contact .contactForm .results .animation{display:none; position:absolute;}
.rd .contact .contactForm .results .success{display:none; position:absolute;}
.rd .contact .contactForm .results .error{display:none; position:absolute;}


/*---------------------------------------------------------------------------------*/
/* POWERSITE MODULES                    
/*---------------------------------------------------------------------------------*/
.rd .editButton{float:left; margin:10px; margin-top:0;}
.rd .deleteButton{float:right; margin:10px; margin-top:0;}
/* SLIDER ------------------------------- */
.rd .rd-slider{}
.rd .rd-slider .repeater .buttons{position:relative; z-index:100; margin-top:-70px; padding:0 10px;}
.rd .rd-slider .repeater a.forward{background:url(images/cw_slider-button-next.png) no-repeat 0 center;}
.rd .rd-slider .repeater a.back{background:url(images/cw_slider-button-previous.png) no-repeat 0 center;}

.rd .rd-slider .repeater .overlay{margin-top:-305px; height:300px; width:240px; background:#000; opacity:.6;}
.rd .rd-slider .repeater .overlayText{position:relative; z-index:99; margin-top:-305px; height:280px; width:220px; padding:10px;}
/* LONG AND NARROW
.rd .rd-slider .repeater .overlay{ margin-top:-80px; height:80px; background:#000; opacity:.6;}
.rd .rd-slider .repeater .overlayText{position:relative; z-index:99; margin-top:-80px; height:80px;}
*/
.rd .rd-slider .repeater .overlayText h2{color:#FFF;  padding-top:5px;}
.rd .rd-slider .repeater .overlayText p{margin:10px; margin-bottom:0; font-size:16px; color:#FFF;}

/* MENUS ------------------------------- */
.rd .rd-menus{}
.rd .rd-menus .repeater{}
.rd .rd-menus .repeater ul{margin:10px; padding:0; list-style-type:none;}
.rd .rd-menus .repeater ul li{list-style-type:none; margin:0; padding:0;}
.rd .rd-menus .repeater ul li:first-child{}
.rd .rd-menus .repeater ul li a{display:block;  color:#433A20; font-size:26px;}
.rd .rd-menus .repeater ul li a:hover{}
.rd .rd-menus .repeater ul li a span.bg{display:block; padding:15px 20px; background:url(images/rd_global-icon-45-menu.png) no-repeat 2px center; padding-left:60px; font-size:22px;}
.rd .rd-menus .repeater ul .dividerHorizLarge{height:15px; margin:0;}

/* NEWS ------------------------------- */
.rd .rd-news{}
.rd .rd-news .repeater{}
.rd .rd-news .repeater ul{margin:10px; padding:0; list-style-type:none;}
.rd .rd-news .repeater ul li{list-style-type:none; margin:0; padding:0;}
.rd .rd-news .repeater ul li:first-child{}
.rd .rd-news .repeater ul li a{display:block; background:url(images/rd_global-gradient-light.jpg) repeat-x 0 center; -moz-border-radius-topleft:4px; -moz-border-radius-bottomright:4px; color:#433A20;}
.rd .rd-news .repeater ul li a:hover{background:url(images/rd_global-gradient-light.jpg) repeat-x 0 bottom; color:#4E3D01;}
.rd .rd-news .repeater ul li a span{display:block; padding:2px 5px; background:url(images/rd_global-icon-24-leaf.png) no-repeat 2px center; padding-left:30px;}
.rd .rd-news .repeater ul .dividerHorizSmall{height:15px;}

.rd .rd-news{}
.rd .rd-news .detail{}
.rd .rd-news .detail .image{padding:10px; float:right; width:220px;}
.rd .rd-news .detail .image .wrapTop{height:10px;  background:#CCCCCC;}
.rd .rd-news .detail .image .wrapBottom{padding:10px; padding-top:0; width:200px; background:#CCCCCC;}
.rd .rd-news .detail .image img{display:block;}
.rd .rd-news .detail h2{}
.rd .rd-news .detail h3.title{margin-top:10px; width:400px;}
.rd .rd-news .detail .info{padding:10px; padding-bottom:0;}
.rd .rd-news .detail .info span.date{}
.rd .rd-news .detail .info span.author{}
.rd .rd-news .detail .video{padding:0 10px;}
.rd .rd-news .detail .text{padding:10px; padding-bottom:0;}


/* NOTES ------------------------------- */
.rd .rd-notes{}
.rd .rd-notes .featured{}
.rd .rd-notes .featured .left{}
.rd .rd-notes .featured .left .image{padding:10px; float:right; width:220px;}
.rd .rd-notes .featured .left .image .wrapTop{height:10px;  background:#CCCCCC;}
.rd .rd-notes .featured .left .image .wrapBottom{padding:10px; padding-top:0; width:200px; background:#CCCCCC;}
.rd .rd-notes .featured .right{}
.rd .rd-notes .featured .right p{padding-bottom:0;}
.rd .rd-notes .featured .right a.seeMore{}

.rd .rd-notes{}
.rd .rd-notes .repeater{}
.rd .rd-notes .repeater ul{margin:10px; padding:0; list-style-type:none;}
.rd .rd-notes .repeater ul li{list-style-type:none; margin:0; padding:0;}
.rd .rd-notes .repeater ul li:first-child{}
.rd .rd-notes .repeater ul li a{display:block; background:url(images/rd_global-gradient-light.jpg) repeat-x 0 center; -moz-border-radius-topleft:4px; -moz-border-radius-bottomright:4px; color:#433A20;}
.rd .rd-notes .repeater ul li a:hover{background:url(images/rd_global-gradient-light.jpg) repeat-x 0 bottom; color:#4E3D01;}
.rd .rd-notes .repeater ul li a span{display:block; padding:2px 5px; background:url(images/rd_global-icon-24-leaf.png) no-repeat 2px center; padding-left:30px;}
.rd .rd-notes .repeater ul .dividerHorizSmall{height:15px;}

.rd .rd-notes{}
.rd .rd-notes .detail{}
.rd .rd-notes .detail .image{padding:10px; float:right; width:220px;}
.rd .rd-notes .detail .image .wrapTop{height:10px;  background:#CCCCCC;}
.rd .rd-notes .detail .image .wrapBottom{padding:10px; padding-top:0; width:200px; background:#CCCCCC;}
.rd .rd-notes .detail .image img{display:block;}
.rd .rd-notes .detail h2{}
.rd .rd-notes .detail h3.title{margin-top:10px; width:400px;}
.rd .rd-notes .detail .info{padding:10px; padding-bottom:0;}
.rd .rd-notes .detail .info span.date{}
.rd .rd-notes .detail .info span.author{}
.rd .rd-notes .detail .video{padding:0 10px;}
.rd .rd-notes .detail .text{padding:10px; padding-bottom:0;}

/* GALLERY ------------------------------- */
.rd .rd-gallery{}
.rd .rd-gallery .repeater{}
.rd .rd-gallery .repeater h2{}
.rd .rd-gallery .repeater ul{margin:0; padding:0;}
.rd .rd-gallery .repeater ul li{margin:0; padding:0; list-style-type:none;}
.rd .rd-gallery .repeater ul li .image{height:150px; overflow:hidden; border:1px solid #ccc;}
.rd .rd-gallery .repeater ul li .image a{display:block;}
.rd .rd-gallery .repeater ul li .image img{width:280px;}
.rd .rd-gallery .repeater ul li .wrapTop{background:url(images/rd_pageElement-container300.png) no-repeat center top; padding-top:10px;}
.rd .rd-gallery .repeater ul li .wrapBottom{background:url(images/rd_pageElement-container300.png) no-repeat center bottom; padding:10px; padding-top:0px;}


/* FORMS ------------------------------- */
.rd .rd-form{text-align:left;}
.rd .rd-form .fields{padding-left:80px; padding-right:80px;}
.rd .rd-form .dividerHorizLarge{margin-bottom:10px;}
.rd .rd-form h2 span{margin-top:-25px;}
.rd .rd-form  h3{display:inline-block; margin:0; padding:7px 10px; border:1px solid #CCC; border-bottom:none; background:#EEEEEE; -moz-border-radius-topleft:4px;  -moz-border-radius-topright:4px;}
.rd .rd-form p{padding-bottom:10px;}
.rd .rd-form .container{padding:10px; margin-bottom:20px; -moz-border-radius-bottomleft:4px;   -moz-border-radius-bottomright:4px; -moz-border-radius-topright:4px;}
.rd .rd-form .rowFirst{padding:10px; padding-top:0;}
.rd .rd-form .row{padding:20px 10px; border-bottom:1px solid #CCC;}
.rd .rd-form .splitCol{ float:left; width:45%; padding:0 2.5%;}
.rd .rd-form .divider1{margin-bottom:10px;}
.rd .rd-form .divider2{height:20px;}
.rd .rd-form .buttons{padding-top:20px;}

/* FILE REPOSITORY ------------------------------- */
.rd .rd-fileRepository{}
.rd .rd-fileRepository ul{border:none; padding:0; margin:0; background:none; list-style:none;}
.rd .rd-fileRepository ul li{border:none; padding:0; margin:0; background:none; list-style:none;}
.rd .rd-fileRepository ul li a[href$='.doc'], .rd .rd-fileRepository ul li a[href$='.xls'], .rd .rd-fileRepository ul li a[href$='.pdf'], .rd .rd-fileRepository ul li a{display:block; padding:9px; background:url(images/rd_global-gradient-light.jpg) repeat-x 0 0; -moz-border-radius:4px;}
.rd .rd-fileRepository ul li a:hover{background-position:-25px;}
.rd .rd-fileRepository ul li a span{padding:0; display:block; font-size:13px; padding-left:65px;}
.rd .rd-fileRepository ul li a h3{margin:0;}
.rd .rd-fileRepository ul li a p{padding:0;}
.rd .rd-fileRepository ul li a[href$='.doc'] span{background:url(images/rd_global-fileRepository--doc.png) no-repeat 5px center;}
.rd .rd-fileRepository ul li a[href$='.xls'] span{background:url(images/rd_global-fileRepository--xls.png) no-repeat 5px center;}
.rd .rd-fileRepository ul li a[href$='.pdf'] span{background:url(images/rd_global-fileRepository--pdf.png) no-repeat 5px center;}
.rd .rd-fileRepository ul li .dividerHorizSmall{margin:0 10px;}

/* BIOS ------------------------------- */
.rd .rd-bio{}
.rd .rd-bio .repeater .left{}
.rd .rd-bio .repeater .left .wrapper{-moz-border-radius:4px; padding:9px;}
.rd .rd-bio .repeater .left img{}
.rd .rd-bio .repeater .right{font-size:16px;}
.rd .rd-bio .repeater .right .name{margin-top:10px;}
.rd .rd-bio .repeater .right .title{margin-bottom:10px; margin-top:0px;font-weight:normal;}
.rd .rd-bio .repeater .right p.text{}
.rd .rd-bio .repeater .dividerHorizSmall{margin:0 10px;}

/* COMPARE ------------------------------- */
.rd .rd-compare{}
.rd .rd-compare .repeater .left{}
.rd .rd-compare .repeater .left img{padding:9px; -moz-border-radius:4px;}
.rd .rd-compare .repeater .center{}
.rd .rd-compare .repeater .center img{padding:9px;  -moz-border-radius:4px;}
.rd .rd-compare .repeater .right{font-size:16px; }
.rd .rd-compare .repeater .right p.text{height:100%;  -moz-border-radius:4px;}
.rd .rd-compare .repeater .dividerHorizSmall{margin:0 10px;}
.rd .rd-compare .repeater .overlay{padding: 5px 10px; opacity: 0.6; position: absolute; z-index: 10; width: 260px; height: 20px; margin-top:-40px; margin-left:10px; background:#000;}
.rd .rd-compare .repeater .overlayText{padding: 5px 10px; position: absolute; z-index: 10; width: 260px; height: 20px; margin-left: 10px; margin-top: -40px; color:#FFF; font-size:14px;}

/* PHOTO ALBUM ------------------------------- */
.rd .rd-photoAlbum .repeater{border:0px; text-decoration:none; margin:0; list-style:none; padding:0;}
.rd .rd-photoAlbum .repeater li{border:none; padding:0; margin:0; background:none; list-style:none; padding:10px; display:block; float:left;}
.rd .rd-photoAlbum .repeater li a{width:200px; padding:9px; display:block; margin:0; -moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;}
.rd .rd-photoAlbum .repeater li a:hover{background:url(images/rd_global-gradient-light.jpg) repeat-x 0 0;}
.rd .rd-photoAlbum .repeater li a .image{width:200px; height:200px; overflow:hidden;}
.rd .rd-photoAlbum .repeater .overlay{padding: 5px 10px; opacity: 0.6; position: absolute; z-index: 10; width: 180px; height: 20px; margin-top:-30px; background:#000;}
.rd .rd-photoAlbum .repeater .overlayText{padding: 5px 10px; position: absolute; z-index: 10; width: 180px; height: 20px; margin-top: -30px; color:#FFF; font-size:14px;}

.rd .rd-photoAlbum .detail{}


/* LIGHTBOX INFO ITEMS ------------------------------- */
.rd .rd-lightboxInfo .repeater{border:none; padding:0; margin:0; background:none; list-style:none;}
.rd .rd-lightboxInfo .repeater li{border:none; padding:0; margin:0; background:none; list-style:none; padding:10px; display:block; float:left;}
.rd .rd-lightboxInfo .repeater li a{width:200px; padding:9px; display:block; margin:0; -moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;}
.rd .rd-lightboxInfo .repeater li a:hover{background:url(images/rd_global-gradient-light.jpg) repeat-x 0 0;}
.rd .rd-lightboxInfo .repeater li a img{}
.rd .rd-lightboxInfo .repeater .divider{margin-bottom:10px;}
.rd .rd-lightboxInfo .repeater .hiddenInfo{display:none; padding:20px;}
.rd .rd-lightboxInfo .lightBox h2{margin-left:20px; margin-top:15px;}
.rd .rd-lightboxInfo .lightBox .pad{padding:0 10px;}
.rd .rd-lightboxInfo .lightBox .bufferBottom{height:20px;}
.rd .rd-lightboxInfo .lightBox .dividerHorizLarge{margin-bottom:5px;}

#TB_overlay {position: fixed;z-index:100;top: 0px;left: 0px;height:100%;width:100%;}
.TB_overlayMacFFBGHack {background: url(js/images/imagesmacFFBgHack.png) repeat;}
.TB_overlayBG {background-color:#000;filter:alpha(opacity=50);-moz-opacity: 0.50;opacity: 0.50;}
* html #TB_overlay { /* ie6 hack */position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
#TB_window {position: fixed;background: #ffffff;z-index: 102;display:none;text-align:left;top:50%;left:50%;}
* html #TB_window { /* ie6 hack */position: absolute;margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}
#TB_window img#TB_Image {display:block;margin: 15px 0 0 15px;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;border-top: 1px solid #666;border-left: 1px solid #666;}
#TB_caption{height:25px;padding:5px 30px 10px 25px;float:left;}
#TB_closeWindow{height:25px;padding:11px 25px 10px 0;float:right;}
#TB_closeAjaxWindow{padding:13px 13px 5px 0;margin-bottom:1px;text-align:right;float:right;}
#TB_ajaxWindowTitle{float:left;}
#TB_title{height:60px;}
#TB_ajaxContent{clear:both;padding:0 10px;overflow:auto;text-align:left;line-height:20px;}
#TB_load{position: fixed;display:none;height:13px;width:208px;z-index:103;top: 50%;left: 50%;margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */}
* html #TB_load { /* ie6 hack */position: absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}
#TB_HideSelect{z-index:99;position:fixed;top: 0;left: 0;background-color:#fff;border:none;filter:alpha(opacity=0);-moz-opacity: 0;opacity: 0;height:100%;width:100%;}
* html #TB_HideSelect { /* ie6 hack */position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
#TB_iframeContent{clear:both;border:none;margin-bottom:-1px;margin-top:1px;_margin-bottom:1px;}

/*---------------------------------------------------------------------------------*/
/* LIGHTBOX                   
/*---------------------------------------------------------------------------------*/
#jquery-overlay {position: absolute;top: 0;left: 0;z-index: 90;width: 100%;height: 500px;}
#jquery-lightbox {position: absolute;top: 0;left: 0;width: 100%;z-index: 100;text-align: center;line-height: 0;}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {position: relative;background-color: #fff;width: 250px;height: 250px;margin: 0 auto;}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {position: absolute;top: 40%;left: 0%;height: 25%;width: 100%;text-align: center;line-height: 0;}
#lightbox-nav {position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: 10;}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a{ outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {width: 49%;height: 100%;zoom: 1;display: block;}
#lightbox-nav-btnPrev { left: 0; float: left;}
#lightbox-nav-btnNext { right: 0; float: right;}
#lightbox-container-image-data-box {font: 10px Verdana, Helvetica, sans-serif;background-color: #fff;margin: 0 auto;line-height: 1.4em;overflow: auto;width: 100%;padding: 0 10px 0;}
#lightbox-container-image-data {padding: 0 10px; color: #666; }
#lightbox-container-image-data #lightbox-image-details { width: 70%; float: left; text-align: left;}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {display: block; clear: left; padding-bottom: 1.0em;	}			
#lightbox-secNav-btnClose {width: 66px; float: right;padding-bottom: 0.7em;	}										
							
/*---------------------------------------------------------------------------------*/
/* POWERSITE ADDITIONAL STYLES                  
/*---------------------------------------------------------------------------------*/
