/* top section */

.top_section
{
    background-color:#255DB0;
    margin:0px 0px 20px 0px;
    height:29px;
}

.contact_text
{
    font-size:10px;
    color:#fff;
    padding:0px 0px 0px 0px;
    margin:8px 0px 0px 0px; 
}

.search
{
    float:right;
    margin:0px 8px 0px 0px;
}

.searchInput
{
    margin:6px 0px 0px 0px !important;
    padding:0px 0px 0px 0px !important;
    border:none;
    height:17px;
}

.searchButton
{
    margin:6px 0px 0px 0px !important;
    padding:0px 0px 0px 0px !important;
    padding-bottom:4px !important;
    cursor:pointer;
    border:none;
    height:17px;
    width:75px;
    background:#999;
    color:#666;
    font-weight:bold;
    background:url(../images/formbg.gif) repeat-x left top;
}

/* core html elements */
body
{
    background-image:url(../images/bg_psd.jpg);
    background-repeat:repeat-x;
    background-position:top center; 
}

h5
{
    color:#255DB0;
    font-size:12px;
    margin-bottom:10px;
}

ul
{
    list-style-type:none;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

li
{
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* color/style classes */
.blue
{
    color:#255DB0;
}

/* logo(s) */
.logo img
{
    margin:0px 0px 0px 10px;
    float:left;
}

.chat_logo img
{
    margin-left:5px;
}

/* navigation */
.nav a
{
    display:inline-block;
    text-align:center;
    float:left;
    width:125px;
    height:30px;
    margin:5px 0px 0px 15px;
    padding:10px 0px 0px 0px;
    font-size:14px;
    color:#fff;
    background-color:#255DB0;
    font-weight:bold;
    text-decoration:none;
    border-radius:5px;
      
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -webkit-transition-property:background-color, color;
    -webkit-transition-duration:0.2s;
}

.nav li
{
    float:left;
}

.nav a:hover
{
    color:#fff;
    background-color:#999;
}

/* featured content */
.featured_content
{
    text-align:center;
}

.featured_content h1, .featured_content h3
{
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}


/* sep bars */

.top_1_sep
{
    height:1px;
    background-color:#999;
    margin:20px 0px 10px 0px;
}

.top_2_sep
{
    height:1px;
    background-color:#999;
    margin:10px 0px 0px 0px;
}

.bot_1_sep
{
    height:1px;
    background-color:#999;
    margin:15px 0px 20px 0px;
}

.bot_2_sep
{
    height:1px;
    background-color:#999;
    margin:20px 0px 20px 0px;
}

.footer p
{
    color:#666;
    font-size:10px;
    text-align:center;
}

.navigate a, .website_info a, .social a
{
    text-decoration:underline;
    font-size:10px;
    color:#666;
}

.navigate a:hover, .website_info a:hover, .social a:hover
{
    text-decoration:none;
}

.social h5, .social ul, .website_info h5, .website_info ul, .navigate h5, .navigate ul
{
    margin:0px 0px 10px 100px;
}

/* contact form styles */

.form_container
{
    margin:0px 0px 0px 0px !important;
    padding:0px 0px 0px 0px !important;
}

.formHeader h2
{
    display:none;
}

.submit_button_container, .submitButton
{
    font-size:13px !important;
}

.fieldBlock img
{
    border:solid 1px #A5ACB2;
}

