
.inlineContentAdder {
    display:none;
}


/* reset */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td {
    margin:0;
    padding:0;
    font-family:"CaudexRegular", "Caudex", Arial, Helvetica, sans-serif;
}

fieldset,img {
    border:0;
}

html {
    height:100%;
    margin-bottom:1px;
}

body {
    position:relative;
}

:focus {
    outline:none;
}

/* fonts */
@font-face {
    font-family:'CaudexRegular';
    src:url('caudex-regular-webfont.eot');
    src:url('caudex-regular-webfont.eot?#iefix') format('embedded-opentype'), url('caudex-regular-webfont.woff') format('woff'), url('caudex-regular-webfont.ttf') format('truetype'), url('caudex-regular-webfont.svg#CaudexRegular') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'CaudexBold';
    src:url('caudex-bold-webfont.eot');
    src:url('caudex-bold-webfont.eot?#iefix') format('embedded-opentype'), url('caudex-bold-webfont.woff') format('woff'), url('caudex-bold-webfont.ttf') format('truetype'), url('caudex-bold-webfont.svg#CaudexBold') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'KaushanScriptRegular';
    src:url('kaushanscript-regular-webfont.eot');
    src:url('kaushanscript-regular-webfont.eot?#iefix') format('embedded-opentype'), url('kaushanscript-regular-webfont.woff') format('woff'), url('kaushanscript-regular-webfont.ttf') format('truetype'), url('kaushanscript-regular-webfont.svg#KaushanScriptRegular') format('svg');
    font-weight:normal;
    font-style:normal;
}

/* links */
a {
    color:#938C39;
    text-decoration:none;
    cursor:pointer;
}

a:hover {
    text-decoration:underline;
}

/* header elements */
h1, h2, h3, h4, h5, h6 {
    font-family:"CaudexRegular", "Caudex", Arial, Helvetica, sans-serif;
    font-weight:normal;
    line-height:100%;
    margin:0;
}

h1 {
    font-size:300%;
    color:#AC1F22;
    margin-top:70px;
}

h2 {
    font-size:24px;
    color:#AC1F22;
    margin-bottom:20px;
}

h3 {
    font-size:16px;
    color:#60543A;
    margin-bottom:20px;
}

h4 {
    color:#ffffff;
    font-size:13px;
    margin-bottom:15px;
}

h5 {
    color:#61553B;
    font-size:13px;
    margin-bottom:15px;
}

h6 {
    font-size:125%;
    color:#000;
    margin-bottom:15px;
}

/* Table styling */
table {
    border-collapse: collapse;
    
}

table td, table th{
    border:1px dashed #F3F2E4;
    color:#F3F2E4;
    padding:0px 5px;
}

table td a, table th a {
    color:#146A3D;
    text-decoration:underline;
}

table th.th-heading {
    background-color:#938C37;
}

table td {
    background-color:#CECAB9;
    color:#555555;
}

/* page setup */
body {
    background:#e4e0c2;
    color:#292826;
    font-size:15px;
    line-height:140%;
}

/* wrapper setup */
div.rapidxwpr {
    margin:auto;
    width:972px;
    padding:0 0 20px 0;
    
}

/* header */
div#header {
    height:49px;
    position:relative;
    background:url(../images/header_bg.png) 0 0 repeat-x;
    margin:0 6px;
    z-index:9999;
}

/* logo */
div.logo {
    position:absolute;
    left:18px;
    top:0;
}

/* main body setup */
div#middle {
    width:auto;
    clear:both;
    background:url(../images/middle_bg.jpg) 0 0 repeat-y;
    padding:0 6px;
}

div.middle_container {
    padding:0 38px 8px 38px;
    overflow:hidden;
    min-height:700px;
}

/* right column */
div#right {
    width:286px;
    float:right;
}

/* content column */
div#main {
    float: left;
    margin: 0 0 0 0;
    width: 550px;
}

/* footer */
div#footer {
    width:auto;
    clear:both;
    background:url(../images/footer_bg.png) 0 0 no-repeat;
    height:136px;
    padding:23px 88px 23px 28px;
}

/* clearing & floating */
.clearingfix:after {
    content:".";
    display:block;
    line-height:0;

    clear:both;
    visibility:hidden;
}

.clearingfix {
    display:block;
}

.floatbox {
    overflow:hidden;
}

/* topmenu */
div#topmenu {
    margin:0;
    float:right;
}

div#topmenu ul {
    list-style:none;
}

div#topmenu ul li {
    float:left;
    display:block;
    line-height:49px;
    font-size:12px;
    text-shadow:#656127 -1px -1px 1px;
    text-transform:uppercase;
}

div#topmenu ul li a {
    display:block;
    float:left;
    height:49px;
    color:#ffffff;
    padding:0 21px;
}

div#topmenu ul li a:hover, div#topmenu ul li.selectedPage a, div#topmenu ul li.sfHover a {
    background:url(../images/topmenu_hover.png) 0 0 repeat-x;
    text-decoration:none;
}

div#topmenu ul li ul, div#topmenu ul li.sfHover ul {
    background:#958E3C;
}

div#topmenu ul li ul li, div#topmenu ul li.sfHover ul li {
    line-height:normal;
    font-size:14px;
    border-top:#a59e57 1px solid;
}

div#topmenu ul li ul li a, div#topmenu ul li.sfHover ul li a {
    float:none;
    height:auto;
    color:#E4DFBF;
    padding:11px 20px;
    background:none;
}

div#topmenu ul li ul li a:hover, div#topmenu ul li.sfHover ul li a:hover {
    background:#61553b url(../images/dropdown_hover.png) 0 0 repeat-x;
    text-decoration:none;
}

/* featured */
div.featured {
    background:url(../images/featured_bg.png) 0 0 no-repeat;
    padding:0 6px;
    position:relative;
    /*height:451px;*/
    overflow:hidden;
}



div.featured div.featured_tab {
    position:absolute;
    right:19px;
    bottom:19px;
}

div.featured div.featured_tab ul {
    margin:0;
    list-style:none;
}

div.featured div.featured_tab ul li {
    float:left;
    padding:0 10px 0 0;
}

div.featured div.featured_tab ul li a {
    float:left;
    display:block;
    background:url(../images/featured_tab.png) -22px 0 no-repeat;
    width:12px;
    height:12px;
    text-indent:-9999px;
}

div.featured div.featured_tab ul li a:hover, div.featured div.featured_tab ul li.active a {
    background:url(../images/featured_tab.png) 0 0 no-repeat;
    text-decoration:none;
}



/* mainmenu */
div.mainmenu {
    height:70px;
    background:url(../images/mainmenu_bg.png) 0 0 repeat-x;
}

div.mainmenu ul {
    margin:0;
    list-style:none;
}

div.mainmenu ul li {
    float:left;
    text-align:center;
    background:url(../images/mainmenu_line.png) 0 0 no-repeat;
    line-height:17px;
}

div.mainmenu ul li a {
    display:block;
    float:left;
    height:53px;
    width:160px;
    padding:17px 0 0 0;
    color:#E4DFC0;
    text-shadow:#5a5622 -1px -1px 1px;
}

div.mainmenu ul li.first {
    background:none;
}

div.mainmenu ul li a:hover {
    background:url(../images/mainmenu_hover.png) 0 0 repeat-x;
    text-decoration:none;
    color:#60543A;
    text-shadow:none;
}

div.mainmenu ul li.active a, div.mainmenu ul li.active a:hover {
    font-weight:bold;
    background:url(../images/mainmenu_hover.png) 0 0 repeat-x;
    text-decoration:none;
    color:#60543A;
    text-shadow:none;
}



/* sidebox */
div.sidebox {
    background:url(../images/sidebox_bottom.png) 0 100% no-repeat;
    padding:0 0 10px 0;
    margin:0 0 10px 0;
}

div.sidebox div.sidebox_bg {
    background:url(../images/sidebox_bg.png) 0 0 no-repeat;
    padding:11px 0 10px 0;
}

div.sidebox div.sidebox_title{
    width:280px;
    overflow:hidden;
}

div.sidebox div.sidebox_title h4 p,
div.sidebox div.subscribebox p {
     margin:0;
     padding:0;
}

div.sidebox div.sidebox_title h4 {
    background:url(../images/box_title_bg.png) 100% 0 no-repeat;
    padding:9px 50px 10px 16px;
    overflow:hidden;
    margin:0 0 0 -1px;
    -webkit-border-top-left-radius:4px;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-bottomleft:5px;
    border-top-left-radius:4px;
    border-bottom-left-radius:5px;
    float:left;
}

div.sidebox div.subscribebox {
    padding:6px 22px 0 24px;
    overflow:hidden;
}

div.sidebox div.subscribebox ul {
    margin:0;
    list-style:none;
}

div.sidebox div.subscribebox ul li {
    padding:10px 0 0 0;
    height:100%;
}

div.sidebox div.subscribebox ul li input.input_item {
    border:0;
    background:url(../images/subscribebox_input.png) 0 0 no-repeat;
    width:240px;
    font-size:13px;
    color:#aaa490;
    font-style:italic;
    padding:8px 11px;
}

div.sidebox div.subscribebox ul li input.submit {
    float:right;
    border:0;
    background:url(../images/subscribebox_submit.png) 0 0 no-repeat;
    cursor:pointer;
    width:111px;
    height:33px;
    font-size:15px;
    color:#F7F6EB;
    font-weight:bold;
    padding:0 25px 5px 0;
}

div.sidebox div.side_facebook {
    padding:17px 0 0 24px;
}

div.sidebox div.ottter_camp {
    font-size:13px;
    padding:18px 25px 2px 25px;
    overflow:hidden;
}

div.sidebox div.ottter_camp span.top {
    display:block;
    font-weight:bold;
    line-height:normal;
    padding:0 0 0 1px;
}

div.sidebox div.ottter_camp span.top strong {
    display:block;
    font-size:20px;
    margin:0 0 -4px 0;
}

div.sidebox div.ottter_camp ul {
    margin:21px 0 20px 4px;
    list-style:none;
}

div.sidebox div.ottter_camp ul li {
    line-height:16px;
    background:url(../images/mainbox_arrow.png) 0 3px no-repeat;
    padding:0 0 0 18px;
    margin:0 0 7px 0;
}

div.sidebox div.ottter_camp a.button, 

.loginElement .button {
    border:none !important;
    margin-top:15px;
    margin-bottom:5px;

}

.loginElement h1 {
    margin-bottom:39px;
    color:#AC1F22;
    
}

/* content */
div.content {
    padding:0px 0 0 0px;
}

div.content h2, 
div.content h3, 
div.content h4, 
div.content h5, 
div.content h6 {
    color:#1A4038;
    margin:0px 0 0 0;
}
div.content h2 a,
div.content h3 a,
div.content h4 a,
div.content h5 a,
div.content h6 a {
    color:#AC1F22;
    margin:39px 0 0 0;
}

div.content ul {
    margin:15px 0 15px 15px;
    list-style:none;
}

div.content ul li {
    background:url(../images/mainbox_arrow.png) 0 4px no-repeat;
    padding:0 0 0 24px;
    margin:0 0 6px 0;
}

div.content ul li a {
    color:#60543A;
}

div.content ul li a:hover, div.content ul li.active a {
    color:#938C39;
    text-decoration:underline;
}

/* footer links */
div.footer_links {
    float:left;
    width:600px;
}

div.footer_menu {
    margin:0 0 18px 0;
    overflow:hidden;
    color:#ffffff;
    font-size:12px;
}

div.footer_menu h4 {
    margin:0 0 4px 0;
}

div.footer_menu h4 a {
    color:#F2F2E4;
}

div.footer_menu ul.globalMenu {
    margin:0;
    list-style:none;
}

div.footer_menu ul.globalMenu li {
    display:inline-block;
    margin-right:10px;
}

div.footer_menu ul.globalMenu li a {
    font-size:13px;
    text-transform:uppercase;
    color:#ffffff;
}
div.footer_menu ul.globalMenu li.hasChildren {
    margin-bottom:5px;
}

div.footer_menu ul.globalMenu li ul li {
    display:inline-block;
    font-size:12px;
    background:url(../images/footer_menu_line.png) 0 4px no-repeat;
    padding:0 5px 0 5px;
}

div.footer_menu a, 
div.footer_menu ul.globalMenu li ul li a{
    color:#E4DFC0;
}

div.footer_menu ul li.first {
    background:none;
    padding-left:0;
}

/* footer contact info */
div.footer_contact_info {
    float:right;
    width:217px;
    font-size:14px;
    color:#ffffff;
    line-height:160%;
    background:url(../images/footer_right_bg.png) 0 0 no-repeat;
    padding:0 0 4px 22px;
}

div.footer_contact_info h4 {
    margin:0 0 6px 0;
}

div.footer_contact_info a {
    color:#E4DFC0;
}

/* featured banner */
div.featured_banner {
    overflow:hidden;
    background:url(../images/top_bg.png) 0 0 repeat-x;
    padding:20px 22px;
    margin:0 0 20px 0;
}

div.featured_banner div.featured_banner_title {
    float:left;
    width:600px;
}

div.featured_banner div.featured_banner_title h1 {
    font-size:26px;
    color:#FFF;
    font-family:"CaudexRegular", "Caudex", Arial, Helvetica, sans-serif;
    margin:5px 0 0px 0;
    font-weight:normal;
    text-shadow:#7c7739 -1px -1px 1px;
    float:left;
    width:670px;
}

div.featured_banner div.featured_banner_title span {
    font-size:15px;
    color:#E4DFC1;
    font-family:"CaudexRegular", "Caudex", Arial;
    margin:0 0 0 17px;
    display:inline;
    float:right;
	
}

div.featured_banner div.featured_banner_title span p{
    margin:0;
    padding:0;
}

div.featured_banner a.button {
    background:url(../images/top_button.png) 0 0 no-repeat;
    width:176px;
    height:23px;
    color:#292826;
    font-size:19px;
    font-weight:bold;
    padding:6px 0 5px 12px;
    display:block;
    float:right;
    margin:3px 0 0 0;
}

div.featured_banner div.featured_banner_social {
    float:right;
    padding:8px 13px 0 0;
    
    color:#E4DFC1;
}

div.featured_banner div.featured_banner_social span.text {
    float:left;
    margin-right:10px;
}

div.featured_banner div.featured_banner_social ul {
    margin:0;
    list-style:none;
    float:right;
}

div.featured_banner div.featured_banner_social ul li {
    float:left;
    padding:0 4px 0 0;
}

div.featured_banner div.featured_banner_social ul li a {
    display:block;
    float:left;
    width:24px;
    height:24px;
    text-indent:-9999px;
}




.sldw_caption {
    background:url(../images/featured_caption_bg.png) 0 0 repeat-x;
    height:29px;
    width:930px;
    padding:24px 5px 6px 25px;
    }
    
.sldw_caption h3 {
    text-align: left;
    font-size:13px;
    font-style:italic;
    color:#60543A ;
    padding: 0;
    margin-top:4px;
    }
    
.sldw_prev a {
    width:40px;
    height:40px;
    text-indent: -9999px;
    border: 0 !important;
    text-decoration: none !important;
    overflow: hidden;
    position: absolute;
    left:26px;
    top:193px;
    background:url(../images/featured_prev.png) 0 0 no-repeat;
}

.sldw_prev a:hover {
    background:url(../images/featured_prev.png) 0 0 no-repeat;
}

.sldw_next a {
    width:40px;
    height:40px;
    text-indent: -9999px;
    text-decoration: none !important;
    border: 0 !important;
    overflow: hidden;
    position: absolute;
    right:27px;
    top:193px;
    background:url(../images/featured_next.png) 0 0 no-repeat;
}

.sldw_next a:hover {
    background:url(../images/featured_next.png) 0 0 no-repeat;
}

.ui-tabs .ui-tabs-panel {
    display: block;
}

.ui-tabs .ui-tabs-hide {
    display: none !important;
}

.ui-state-active a, 
.ui-widget-content .ui-state-active a, 
.ui-widget-header .ui-state-active a{
    font-weight:bold;
    background:url(../images/mainmenu_hover.png) 0 0 repeat-x;
    text-decoration:none;
    color:#60543A;
    text-shadow:none;
}


.smallField .textField, 
.smallField.type-phone .textField.phone-international, 
.smallField .dropdown {
    width: 225px !important;
}


.content .smallField .textField,
.content .smallField.type-phone .textField.phone-international,
.content .smallField .dropdown {
    width: 200px !important;
}

.fieldItem .firstname, .fieldItem .lastname {
    float:left;
}

.smallField.type-name .textField {
    width: 96px !important;
}

.fieldItemInner {
    padding:0 !important;
}

.content .fieldItem.type-paragraph, 
.content .fieldItem.type-captcha, 
.content .fieldItem.type-multiplechoice {
    width:100%;
    clear:both;
    
}

.formHeader {
    display:none;
}

