/* These codes changes the background color and borders around the main container */

body.custom { background: #ececec; }
.custom #page { background: #fff; }
.custom #container{ margin-top: 2em; margin-bottom: 2em; padding: 0.2em; background: #fff; border: 5px solid #fff; }

  /* This codes sets the clickable background image based on the site title's link */

.custom #masthead #logo a { display: block; width: 830px; height:180px;background: url('images/header.jpg') no-repeat; outline: none; margin: 5px; }
.custom #masthead #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #masthead h1, #masthead #tagline { display: none; height: 0; }
.custom #masthead { padding:0px 0px 0px 0px; }

/*This codes allows you to change the fonts for the No Sidebar Template*/
.custom #no_sidebar {font-family: Verdana, san serif; font-size: 10px;}

body div.formcontainer{
clear: both;
overflow: hidden;
width: 100%;
}

body div.formcontainer span.required {
color: #FF0000;
}

body div.formcontainer p.error,
body div.formcontainer p.important,
body div.formcontainer p.information,
body div.formcontainer p.success {
color: #442;
line-height: 250%;
padding-left: 36px;
width: 95%;
}

body div.formcontainer p.error {
background: #fbfbee url('error.png') no-repeat 12px 50%;
}

body div.formcontainer p.important {
background: #fbfbee url('important.png') no-repeat 12px 50%;
}

body div.formcontainer p.information {
background: #fbfbee url('information.png') no-repeat 12px 50%;
}

body div.formcontainer p.success {
background: #fbfbee url('success.png') no-repeat 12px 50%;
}

body div.formcontainer form.contact-form {
clear: both;
float: none;
width: 100%;
}

body div.formcontainer form.contact-form fieldset {
background: #F6F6F6;
color: #333333;
margin: 0.5em 0 1.5em 0;
}

body div.formcontainer form.contact-form fieldset legend {
text-transform: uppercase;
}

body div.formcontainer form.contact-form fieldset div.form-label {
display: block;
float:none;
line-height:150%;
margin: 0.5em 0 0 0;
padding:0;
text-align:left;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-label label,
body div.formcontainer form.contact-form fieldset div.form-option label {
cursor: pointer;
line-height:100%;
}

body div.formcontainer form.contact-form fieldset div.form-input,
body div.formcontainer form.contact-form fieldset div.form-textarea {
display: block;
float:none;
margin: 0.2em 0 0 0;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-input input,
body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
padding: 0.3em;
width: 97%;
}

body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
overflow: auto;
}

body div.formcontainer form.contact-form fieldset div.form-input input.error {
background-color: #FBF4E2;
}

body div.formcontainer form.contact-form fieldset div.form-input input.optional {
margin-bottom: 0.2em;
}

body div.formcontainer form.contact-form fieldset div.form-option,
body div.formcontainer form.contact-form fieldset div.form-submit {
display: block;
float:none;
margin: 1em 0 0 0;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-submit input {
cursor:pointer;
padding:0.5em 2em;
}

#fieldset fieldset .fieldset {
border: 0px #ffffff solid;
}
