html, body {
  font-family: Arial, serif;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  color:#000000;
}

body {
  background:#fcf2c9;
}

a {color:#da2129}   
a:hover {color:#da2129}   

h1, h2, h3, h4, h5, ul, ol, li, dl, dt, dd, p {margin: 0; padding: 0;}
a, img { border: 0}    
ul {list-style:disc outside;padding-left:18px}
ol {padding-left:18px}

h1 {font-size: 20px;font-weight:normal;color: #da2129;line-height: 22px;}
h2 {font-size: 18px;font-weight:normal;color: #da2129;line-height: 20px;}
h3 {font-size: 16px;font-weight:normal;color: #000000;line-height: 18px;}

hr {border:none;border-top:1px solid #da2129;clear: both;margin-bottom: 7px;}
  
#canvas {
  width:980px;
}         
#head {        
  background:#ffffff url('bg_head.jpg') top left no-repeat;
}
#head .inner {
  width:980px;
  height:140px;        
}
#head_left {
  float:left;       
  width:200px;
  height:140px;
  background:#000000 url('head_left.gif') top right no-repeat;
}      
#logo {
  float:left; 
  padding-left:180px;       
  width:391px;
  height:140px;
}
#menu {
  float:left;
  width:200px;
  min-height:400px;
  background-color:#da2129;     
} 
#menu .inner {
  white-space:nowrap;
  overflow:hidden;
  padding:0 0 0 15px;
}
#menu .inner div {
  color:#000000;
  font-size:18px;
  padding:0px 0 20px 0;
} 
#menu .inner a {
  color:#000000;
  text-decoration:none;
}
#menu .inner a.active, #menu .inner a:hover {
  color:#ffffff;  
} 
       
#submenu {
  height:28px;
  line-height:28px;
  background-color:#da2129;     
} 
#submenu .inner {
  padding-left:207px;
  width:980px;
  white-space:nowrap;
  overflow:hidden;
} 
#submenu .inner span {
  color:#000000;
  font-size:14px;
  padding:0 8px 0 8px;
}       
#submenu .inner a {
  color:#000000;
  text-decoration:none;
}
#submenu .inner a.active, #submenu .inner a:hover {
  color:#ffffff;  
} 
             
#content {
  float:left;
  width:780px;
  overflow:hidden;
  min-height:400px;
}

#content .inner {
  padding:15px;
}

#footer {
  padding:15px 0 15px 0;
}
#footer .inner {
  padding-left:200px;
  width:780px;
  white-space:nowrap;
  overflow:hidden;
}

#gallery {
  padding-bottom:15px;
}
#gallery .item {
  float:left;
  width:200px;
  height:150px; 
  line-height:150px;
  text-align:center;
  background-color: #DDDDDD;
  border: 1px solid #CCCCCC;
  margin-left: 5px;
  margin-top: 5px;
  padding: 5px;               
} 



.forms button {
  cursor:pointer;
  border:none;
}
.forms button[disabled=true] {
  display:none;
}

.forms label.required {
  font-weight:bold;
}
.forms label.required:after {
  content:" *"
}

/* forms */
form {position:relative}
form > .k2formWaitingbox {
  position:absolute;
  top:0;left:0;width:100%;height:100%;
  display:none;  
}
form > .k2formWaitingbox > .k2formAnimation {
  background: url("../../websites_common/loading2.gif") no-repeat scroll center center #FFFFFF;
  border: 1px solid #ffcc33;
  bottom: 50%;
  height: 50px;
  margin: 0 auto;
  position: relative;
  top: 30%;
  width: 50px;
}
form.k2submitting > .k2formWaitingbox {
  display:block;  
}

