/*Quick Search Layout*/
.qsearch-front {
float:left;
width:167px;
height: 430px;
margin:0 0 8px;
background-color:#231f20;
}

.qsearch-front form {
padding:0 10px;
}

.qsearch-front h2 {
text-align:left;
font-size:14px;
font-weight: bold;
padding:0;
margin:10px 0 10px 10px;
float:left;
color: white;
}

.qsearch-front form fieldset {
margin:5px 0 12px;
float:left;
}

.qsearch-front form fieldset.fieldset1 {
margin:10px 0 12px;
}

.qsearch-front form fieldset.radio {
margin:0;
}

.qsearch-front form label {
font-size:14px;
line-height:19px;
height:19px;
display:block;
width:146px;
float:left;
color: white;

}

.qsearch-front form fieldset.radio input {
width:10px;
float:left;
}

.qsearch-front form fieldset.radio label {
width:90px;
float:left;
line-height:20px;
}

.qsearch-front form select {
border:0 solid;
line-height:18px;
height:18px;
display:block;
width:146px;
float:left;
}

.qsearch-front form input.sitebuttonnormal {
line-height:18px;
height:22px;
cursor:pointer;
width:146px;
border:0;
float:left;
padding:0;
margin: 0 0 10px 0;
font-size:14px;
font-weight: 700;
text-decoration:none;
color: white;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid white;
}

.qsearch-front form input#searchBut {
background-color: #00529b;
}

.qsearch-front form input#searchBut:hover {
background-color: #003b6f;
}

.qsearch-front form input#viewallBut {
background-color: #CC0000;
}
.qsearch-front form input#viewallBut:hover {
background-color: #a60000;
}


.qsearch-front form input.sitebuttonnormal:focus {

}

.qsearch-front form input.sitebuttonnormal:hover {
background-color: #003b6f;
}

/*End Quick Search Layout*/

/*Registration forms*/
form.form_register_form {
width:100%;
float:left;
margin:0 0 10px;
padding:0;
}

form.form_register_form fieldset {
float:left;
width:100%;
margin:3px 0;
}

form.form_register_form fieldset label {
line-height:18px;
float:left;
width:250px;
margin:0 0 2px;
}

form.form_register_form fieldset.notes label {
width:100%;
}

form.form_register_form fieldset label.to {
line-height:18px;
float:left;
width:25px;
margin:0 0 2px 10px;
}

form.form_register_form select {
line-height:18px;
margin:0 0 2px;
border:1px solid #c1c1c1;
float:left;
}

form.form_register_form textarea {
line-height:18px;
margin:0 0 2px;
border:1px solid #c1c1c1;
float:left;
width:770px;
}

form.form_register_form fieldset.radio input {
float:left;
width:15px;
}

form.form_register_form fieldset.radio label.radio {
float:left;
width:50px;
}

form.form_register_form p {
line-height:18px;
text-align:center;
float:left;
width:100%;
}

form.form_register_form p.form_register_header {
line-height:28px;
font-size:12px;
font-weight:700;
text-align:left;
float:left;
width:100%;
margin:10px 0 0;
}

form.form_register_form .checkboxes fieldset {
line-height:18px;
text-align:center;
float:left;
width:175px;
}

form.form_register_form .checkboxes fieldset label {
line-height:18px;
text-align:left;
float:left;
width:120px;
}

form.form_register_form .checkboxes fieldset input {
line-height:18px;
float:left;
width:25px;
}

form.form_register_form input.sitebuttonnormal {
cursor:pointer;
width:146px;
border:0;
float:left;
text-decoration:none;
margin:0 0 0 318px;
}

form.form_register_form input.sitebuttonnormal:focus {
border:0 solid;
}

form.form_register_form input.sitebuttonnormal:hover {

}
/*End Registration forms*/


/*Contact Us layout*/
.contact-left {
float:left;
width:340px;
}



.contact-left h3 {
}

.contact-right {
float:left;
width:400px;
}

#googlemapcontactus {
width:440px;
height:300px;
float:left;
margin:20px 0;
}

.contactus-form {
width:320px;
float:left;
margin:0 0 10px;
padding:0;
}

.contactus-form fieldset {
float:left;
width:100%;
margin:3px 0;
}

.contactus-form fieldset label {
line-height:18px;
float:left;
width:110px;
margin:0 0 2px;
}

.contactus-form fieldset input {
line-height:18px;
margin:0 0 2px;
border:1px solid #c1c1c1;
float:left;
width:200px;
}

.contactus-form select {
line-height:18px;
margin:0 0 2px;
border:1px solid #c1c1c1;
float:left;
width:200px;
}

.contactus-form textarea {
line-height:18px;
margin:0 0 2px;
border:1px solid #c1c1c1;
float:left;
width:200px;
}

.contactus-form fieldset.radio {
float:left;
width:200px;
margin:0 0 0 120px;
}

.contactus-form fieldset.radio input {
float:left;
width:15px;
margin:3px 3px 0 0;
border:0;
}

.contactus-form fieldset.radio label.radio {
float:left;
width:65px;
}

.contactus-form p {
line-height:18px;
text-align:center;
float:left;
width:770px;
}

.contactus-form .button {
margin:10px 0 0 110px;
cursor:pointer;
}

.contactus-form .button input {
cursor:pointer;
width:146px;
border:0;
float:left;
padding:0;
text-decoration:none;
margin:0;
}

.contactus-form .button input:focus {
}

.contactus-form .button input:hover {
}

/*End Quick Search Layout*/
/*End Contact Us layout*/