/* Stylesheet Name: styles.css
   Author: A. Nicole Persram */


/*____________________Template____________________*/
/* hide the bot catcher text box field for user */
#ValueBox{ display:block; margin-top:10px; }
#CaptchaImg { display:block;  position:static; margin-top:10px; }
input[type=submit] { position:static; float:left; margin:10px 0 0 0; }


.collapse:not(.show) {
    display: initial;
}

div.csc-mailform li label { float:none }

div.csc-mailform ol li {margin:0 0 0 0; list-style:none; }

body, html {
  margin:0;
  padding:0;
  font-size:12px;
  color:#FFF;
  font-family:tahoma, verdana, arial, sans-serif;
}

.dropdown-toggle::after {
    display: none;
}

body {
background: url(images/robynie6.png) no-repeat bottom right #000000;
}
#wood {
  position:absolute;
  margin:0 auto;
  /*width:1600px;*/
  width:1005;
  left:50%;
  margin-left:-800px;
  height:900px;
  background:url(images/woodbg.jpg) no-repeat;
  overflow:hidden;
}
#wrapper {
  width:754px;
  margin:0 auto;
  padding-top:40px;
}
#nav {
  position:relative;
  width:995px;
  height:136px;
  background:url(images/nav.png) no-repeat;
  z-index:2;
        padding-left: 40px;
}
#main {
  float:left;
  position:relative;
  top:-20px;
  width:420px;
  padding:10px;
  padding-left:40px;
  z-index:2;
}
#main h1 {
  color:#7b5483;
  font-size:18px;
}
#sidebar {
  float:left;
  width:200px;
  padding:10px;
  margin-left:25px;
}
.contentbox {
  float:right;
  position:relative;
  background: url(images/box.png) repeat;
  border:#7b5483 thin solid;
  width:170px;
  min-height:50px;
  margin-bottom:25px;
  padding:15px;
  line-height:inherit;
  overflow:hidden;
  z-index:2;
}
.contentbox h1 {
  color:#7b5483;
  font-size:14px;
  font-style:italic;
}
#footer {
  clear:both;
  padding:15px 10px;
  padding-left:125px;
  background: url(images/footerbar.png) no-repeat;
}
#footer p {
  margin:0;
}
* html #footer {
  height:1px;
}
#robyn {
  position:fixed;
  bottom:0px;
  right:0px;
  width:100%;
  height:600px;
/*  background: url(images/robynie6.png) no-repeat #000000;*/
  z-index:-1;
}
/*____________________Text & Links____________________*/

a:link, a:visited {
  color:#7b5483;
}
a:hover {
  color:#FFF;
}
a img {
  border:0
}

#nav { background:url(images/nav.png) no-repeat center top; width:754px; height:147px; margin:0 auto; }
/*
#nav ul {
  color:#FFF;
  padding-top:71px;
  list-style:none;
  z-index:2;
}
#nav ul li {
  display:inline;
  padding: 0 10px 0 10px;
  font-size:14px;
  border-left:1px solid #bababa;
  border-right:1px solid #bababa;
  z-index:2;
}

#nav li a:hover {
  background-image:url(images/navselected.png) repeat-x;
  text-decoration:none;
  color:#FFF;
  background-color:#664e6a;
  margin: -10px;
  padding:10px;
  z-index:2;
}*/


.csc-mailform-label, .csc-mailform label { display:block; font-family:tahoma; width:220px; margin:20px 0 0 0; color:#ffffff; }

.csc-mailform input[type="text"] { font-family:tahoma; width:200px; height:30px; font-size:12px; border:1px solid #b6b6b5; }
.csc-mailform textarea {  margin:20px 0 0 0; font-family:tahoma; width:220px; font-size:12px; border:1px solid #b6b6b5; }

.csc-mailform-submit {
    background-color: #8f6e96;
    border-color: #000000;
    color: #fff; margin:0 0 20px 0; padding:0 20px 0 20px 0;
}

.csc-mailform-submit  {
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}


.csc-mailform-submit:hover {
    background-color: #161c40;

     }


/* HTMLArea RTE */
.align-center { text-align:center}

/* Video Content Element */
.fluid-width-video-wrapper iframe  { width: auto !important; height: auto !important; }

.bodytext { }
