/* css for extern
*/
#marqueecontainer{
position: relative;
width: 100%; /*marquee width */
height: 375px; /*marquee height */
background-color: white;
overflow: hidden;
}
#marqueecontainer a, #offices a {
text-decoration: none;
font-size:120%; 
    color: #444; 
}
#marqueecontainer a:hover, #offices a:hover {
text-decoration: underline; 
}
.mycontent a {
  text-decoration: none;
  font-weight: normal;
    color: #555;
    }
.mycontent a:hover {
   color: #333;
  text-decoration: underline;
  }
 label {
    margin-top: 10px;
    margin-bottom: 0px;
    display: inline-block;
    max-width: 100%;
    font-weight: bold;
    text-align: left;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-textarea {
    height: 120px;
    padding: 6px 12px;
}
.btn{
    background-color: #000000;
    margin-top: 31px;
    width: 100%;
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #ffffff;
    font-weight: bold;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    }
.btn:hover {
    color: #ffcb46;
    font-weight: bolder;
    border: 1px solid #ffcb46;
    background-color: #000000;
}
label.error {
    margin-top: 1px;
    color: #ff3718;
    font-weight: normal;
}
input.error{
    border: 2px solid #ff3718;
}
textarea.error{
    border: 2px solid #ff3718;
}
input[type='checkbox'].error{
    border: 2px solid #ff3718;
}
select.error{
    border: 2px solid #ff3718;
}
input:disabled {
    background: #eeeeee;
}
.marqueeElement {
    height:297px;
    width:200px;
    color: #ccc;
    border: 1px solid #666;
    position:absolute;
}
#mholder {
    height:520px;
    width:200px;
    border: solid 0px black;
    position: absolute;
    overflow: hidden;
}