﻿#contactUs
{
    background-image: url("../assets/nav_buttons/images/contact_state.png");   
}

#contactUs:hover
{
    background-image: url("../assets/nav_buttons/images/contact_state.png");   
    cursor: default;
}

#content_container
{
    background-image: url("../assets/bg/bg_blue2.jpg");  
    background-position: center;
    background-repeat: no-repeat; 

}

#contact_header_bar
{
    height: 5%;
    width: 100%;
    padding: 45px 0 0px 46px;
}

#contact_section1
{
    height: 35%;
    width: 793px;
    padding: 20px 46px 0 46px;
    color: #505050;
    font-family: Arial;
    font-size: 13px;
}

body
{
	background-color: #191919;
}

.footer
{
	background-color: #191919;
}

/************************
  START OF ADDRESS INFO
************************/

#map 
{
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: #505050;  
}

#contact_section1 p 
{
    width: 225px;
    height: 100px;
    padding-right: 75px;
    font-size: 13px;

}

#contact_section1 h3
{
    font-size: 24px;
    font-weight: normal;
}

h3 img
{
    margin-right: 5px;   
}

#contact_info
{
    float:right;
    width: 300px;
    height: 100%;   
}

#address
{
    width: 300px;
    height: 150px;
    line-height: 19px;
    font-family: Arial;   
}

#address .blue_text 
{
    height: 17px;
    color: #199bd6;
}

/************************
   END OF ADDRESS INFO
************************/

/************************
    START OF FORM AREA
************************/

#contact_section2
{
    height: 50%;
    width: 793px;
    padding: 20px 46px 0 46px;
    color: #505050;
    font-family: Arial;
    font-size: 13px;
}

form
{
  
}

.form_field
{
    margin: 10px 0;
}

span.form_field
{
    margin: 10px 0;   
}

input
{
    border: solid 1px #505050; 
    color: #505050;  
}

#full_name_field
{
    margin-left: 26px;   
}

#submit_button
{
    width: 100px;
    height: 25px;
    margin-left: 187.9px;
}

textarea
{
    border: solid 1px #505050;
    width: 60%;   
}

#spacer1
{
    width: 45px;
    height: 13px;
    display: inline-block;
}

#spacer2
{
    width: 71px;
    height: 13px;
    display: inline-block;
}

#spacer3
{
    margin-left: 200px;   
}

#ctl00_Main_submit_button
{
       
}

/************************
    END OF FORM AREA
************************/