body {
    font-family:Arial, Helvetica, sans-serif;
    margin-top: 10px;
}

#bcrumb {
        float:left;
        padding-left:20px;
        font-size:10pt;
        padding-top:5px;
        padding-bottom:5px;
}

#bcrumb a {

         color: black;

}

#bcrumb a:hover {
        color: grey;

}

#search {
        float:right;
        padding-right:50px;
        padding-top:5px;
        padding-bottom:5px;
        color: black;
}
#bar {
    height:15px;
    background: #5CB85C;
}
#bar2 {
    height:30px;
    background: #5CB85C;
}
#bar3 {
    height:15px;
    background: #5CB85C;
}

#header {
   height:100px;
   
}
#image_left{
      float:left;  
}

#title_text {
   font-size: 36px;
   text-align: center;
   font-weight: bold;
   background: white;
   float:left;
   width: 514px;
   margin-top: 10px;
}


#clear {
    clear: both;
}

#image_right{
       float:left;  
}

h1 {
    border-bottom: 1px solid #6A6A6A;
    font-size: 26px;
    margin-bottom: 3px;
}
h3 {
    font-size: 25px;
}

#navbar{
   /* Grey background here */
       height:22px;
      
       font-size: 16px;
       margin-bottom: 10px;
}

#main {
    text-align: justify;
    font-size: 14px;
    margin-left: 15px;
    padding-right: 15px;
    background: white;
    border-left: 1px solid #6A6A6A;
    padding-left: 10px;
    margin-bottom: 10px;
} 

#bottombar {
    height:35px;
    background: #5CB85C;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

/* for silver_cms_form */
.buttonReset{
    width: 70px;
    height: 25px;
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 0px;
}
.buttonSubmit {
    margin-left: 150px;
    margin-top: 15px;
    width: 70px;
    height: 25px;

}
.inputfield {
   display: block;
   border: 1px solid  #808080;
   float: left;
   margin-bottom: 10px;
}
select {
   display: block;
   border: 1px solid #808080;
   float: left;
   margin-bottom: 10px;
}
br {
  clear: left;
}
.hidden {
    display: none;
}
label {
   display: block;
   text-align: right;
   float: left;
   width: 120px;
   padding-right: 15px;
}
.cms_textarea {

   width: 320px;
   height: 100px;
   border: 1px solid #808080;
   float: left;
     margin-bottom: 10px;
}
.radiobutton{
   margin-left:150px;
}

#form-header {
   margin-left: 30px;
   padding: 10px;
   font-size: 13px;
}
#form-subheader {
   text-align: left;
   margin-left: 100px;
   font-size: 13px;
   padding: 10px;
}
.error{
 font-size: 13px;
 color: red;
  margin-left: 150px;
}
/* End of from stuff */



