html {
    background: #FFF;
}

body {
    background: #FFF;
    color: #545454;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
}

h1 {
    color:black;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: normal;
    
}

a {
    color:#db252f;
    text-decoration:none;
}

ul {
    list-style-image: url('images/bullet.jpg');
}


ul li {
margin-bottom: 20px;
}


#button {
    background-color: #db252f;
    border: none;
    color: white;
    font-family: 'Open Sans', sans-serif;
    padding: 5px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 5px;
    text-transform: uppercase;
    
}


/* HEADER / TITLE */

#header {
    background: #414858;
    width: 100%;
    height: 60px;
    vertical-align: middle;
}

#titlebar {
    background: #f7f7f9;
    width: 100%;
    height: 60px;
}

#titletext {
    color:#000;
    font-family: 'Open Sans', sans-serif;
    font-size: 38px;
    max-width: 600px;
    max-height: 46px;
    margin:auto;   
}

/* MAIN CONTENT */

#container {
    width: 100%;
    height: 920px;
}

#logo {
    width: 423px;
    height: 108px;
    float:left;
}

#heroimage {
    width:300px;
    height:500px;
    margin-left:60px;
    float:left;
    
}

#maincontentholder{
    width:1300px;
    height:500px;
}

#primarycontent {
    width: 800px;
    height:660px;
    float:left;
    margin-left:45px;
    font-size:14px;
    color:#000;
    margin-top:-20px;
  
    
}

#subcontent {
    width: 1200px;
    height:140px;
    float:left;
    margin-left:45px;
    font-size:14px;
    color:#000;
    margin-top:20px;
    
}

#subcontent_alt {
    width: 1200px;
    height:100px;
    float:left;
    font-size:14px;
    color:#000;
    margin-top:90px;
    margin-left:10px;
    clear:both;
}

.subtext {
  font-size:13px;
  color:#808285;
  margin-top:0px;

}

#copyright {
    height:15;
    font-family: Arial, sans-serif;
    color:#939598;
    font-size: 12px;
    position: absolute;
    margin-top: -36px;
    margin-left:270px;
}

/* FOOTER */

#footer {
    width: 100%;
    height: 70px;
    background: #f7f7f8;
}

#footer img {
    margin-left:38px;
    margin-top:10px;
}

/*FORM */

#form-fields {
    width:676px;
    height:288px;
    margin-top:17px;
    margin-left:20px;
    background-image: url('images/form_bg.jpg');
}

#loginform-fields {
    width:676px;
    height:94px;
    margin-top:17px;
    margin-left:20px;
    background-image: url('images/register_bg.jpg');
}

#form-inputs {
    width:670px;
    height:240px;
    margin-left:10px;
    font-size:27px;
    font-family: 'Open Sans', sans-serif;
    
}

#login {
    width: 200px;
    height: 35px;
    margin-top:-0px;
    color: #545454;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    float: left;

}

#checkbox {
    width: 20px;
    height: 20px;
    margin-top:-0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    float: left;
    
}

#remember {
    width: 100px;
    height: 20px;
    margin-top:-0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    float: left;
    color:#808285;
    
}

#login a {

    color:#db252f;
}

input {
    width:61%;
    border:none;
}

#submitbutton{
    background-color: #db252f;
    border: none;
    color: white;
    font-family: 'Open Sans', sans-serif;
    padding: 5px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 5px;
    text-transform: uppercase;
    float: right;
    margin-right:1px;
}

.field-validation-error {
    /*width: 180px;*/
    height: 20px;
    text-align:right;
    margin-top:20px;
    color: #ad1f27;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    float: right;
    margin-right:15px;
    font-weight:bold;
    text-transform:uppercase;

}