/* @import url(http://fonts.googleapis.com/css?family=Alex+Brush); */

html {
  overflow-y:scroll;
  margin-bottom:1px;
}
body {
   font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  margin: 10px 0;
  color:#525252;
  background-image: url(../images/bgr_main2.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}

b, strong {
  font-weight:bold;
}

a {
  color:#971818;
   text-decoration:none;
}
a:hover {
  color:#86472e;
   text-decoration:underline;
}

p {
  padding-bottom:10px;
}

input[type=text],
input[type=email],
input[type=password],
select,
textarea {
  border:1px solid #971818;
  width:200px;
  padding:4px;
}
textarea {
  width:350px;
  height:100px;
}

legend {
  visibility:hidden;
  margin:0;
  padding:0;
  line-height:1px;
}

.text {
  margin-top:10px;
  padding-bottom:0;
}

.csc-mailform-field,
.tx_powermail_pi1_fieldwrap_html {
  padding-bottom:10px;
  clear:both;
  float:none;
}

label,
.csc-mailform-field label,
.tx_powermail_pi1_fieldwrap_html label {
  width:150px;
  float:left;
}

input[type=submit] {
  margin-left:150px;
  line-height:20px;
  padding:4px;
  cursor:pointer;
}

.site_wrapper {
  width: 960px;
  margin: 0 auto;
  margin-top: 40px;
  background: #fff;
  border-right: solid 10px #fff;
  border-left: solid 10px #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
  -webkit-box-shadow: 0px 0px 18px #673918;  /* webkit browser*/ 
  -moz-box-shadow: 0px 0px 18px #673918;  /* firefox */ 
  box-shadow: 0px 0px 18px #673918;
}

#head_wrapper {
  display: block;
  width: 960px;
  padding-top: 20px;
  height:110px;
}
.splashwrap {
   background: url(../images/shadow2.jpg) no-repeat center bottom;  
   padding-bottom:20px;
  height:200px;
  width:960px;
  
}
.splash {
}
.logo {
  display: block;
  width: 500px;

  margin-top: 20px;
  margin-left: 15px;
  float:left;
}

.logotext {
   position:relative;
  top: -2px;
  display: block;
  width: 396px;
  float:right;
  padding-top:10px;
  color:#971818;
  font-size: 25px;
  font-family: 'Alex Brush', cursive;
  text-shadow: 1px 1px 0px #ccc;
}

.content_wrap {
   width:960px;
  padding-top:30px;
  padding-bottom:30px;
}

.content_right_wrap {
  width:620px;
  padding-left:40px;
  margin-left:279px;
  padding-right:20px;
  border-left: 1px solid #971818;
  line-height:20px;
   min-height:325px;
}

.content_left_wrap {
  float:left;
  width:239px;
  padding-right:20px;
   padding-left:20px;
  line-height:18px;

}

.content_right_wrap h1,
.content_right_wrap h2, 
.content_right_wrap h3,
.content_right_wrap h4 {
  padding-bottom:12px;
  color: #971818;
  font-size:18px;
  font-family: Arial, Helvetica, sans-serif;
  /*font-weight:bold;*/
}

.content_right_wrap ul {
  list-style: disc;
  margin-left:15px;
  margin-bottom:5px;
}
.content_right_wrap li {
  padding-bottom:3px;
}


.content_right_wrap .csc-firstHeader {
  
  padding-bottom:15px;
  color: #971818;
   font-family:  Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: normal;

}


.csc-default {
 /* overflow:hidden;*/
}
.csc-textpic-imagewrap {
  /* width:100%; */
}
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
    clear: none;
    float: right;
}


.clearer {
  clear:both;
  display:block;
  height:0;
  line-height:0;
}


.footer,
.footer a,
.footer p,
.footer li {
  color:#959595;
  font-size:12px;
  list-style:none;
}
.footer {
  width: 340px;
  margin: 0 auto;
  padding: 20px 0;
  border-top:1px solid #cccccc;
}

.footer div ul li,
.footer p {
  text-align: center;

}


/* menu */

.nav {
  list-style: none;
}

.nav li {
  padding:5px 0;
}

.nav a {
  text-decoration: none;
  font-size:14px;
  color:#959595;
  font-weight:bold;
  display:block;
  line-height:20px;
  border-right:20px solid white;
}
.nav li.act a,
.nav a:hover {
  color:#787878;
  border-right:20px solid #971818;
}

.nav li.last {
   margin-top:20px;
  margin-bottom:30px;
   border-top:1px solid #971818;
  padding-top:20px;
  padding-bottom:20px;
  border-bottom:1px solid #971818;
}


#content_wrap table td {
  
  
  padding: 5px 0px;
  
}

#content_wrap table tr {
  
  
  border-top: solid 1px #ccc;
  
}


.csc-textpic-caption {
  padding-top:4px;
  font-size:12px;
  color:#959595;
  line-height:16px;
}







/*.col_left {
  
  width: 60%;
  float:left;
  
  
  
}

.col_right {
  
  width: 38%;
  float:right;
  
  
  
}
*/


