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

/* ============ Content ============
====================================*/

body {
    font-family: arial, helvetica, sans-serif;
    background: #18b7e5 url(images/bg.png);
}

#content {
    margin: 0 auto;
    width: 960px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    background: url(images/content_bg.png) repeat-y;
}

/* ============ Header ============
====================================*/

.header {
    background: url(images/header_bg.jpg) no-repeat;
    height: 134px;
}

.header .logo img {
    border: none;
}

.phone_number {
    float: right;
    padding: 48px 15px 0px 0px;
}

.phone_number h4 {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: -1px;
}

.phone_number h4 span{
    color: #fff000;
}

.phone_number h5 { 
    font-weight: bold; 
    font-size: 18px;
    text-align: center;
    letter-spacing: 0px;
    color: #fff;
}

.menu {
    background: url(images/menu_bg.png) repeat-x;
    height: 33px;
    margin: 0px 0px 20px 0px;
}

.menu ul {
    margin: 0px 9px 0px 0px;
}

.menu ul li {
    display: inline;
    background: url(images/menu_list.png) 0% 0% no-repeat;
    line-height: 34px;
}

.menu ul li a {
    color: #ffee00;
    text-decoration: none;
    font-size: 19px;
    padding: 5px 8px 4px 14px;
    font-weight: bold;
}

.menu ul a:hover {
    background: url(images/menu_hover.png) repeat-x;
    color: #055c88;
}

.menu li.first, .menu li.first:hover {
    background: none;
}

/* ============ Left Side ============
====================================*/

#left_side {
    width: 555px;
    float: left;
    padding: 0px 0px 15px 15px;
    margin: 0px 0px 0px 0px;
}

.main_text ul li {
    list-style: none;
    color: #fff;
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid #7dd3fb;
}

.main_text h2 {
    font-size: 31px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: -1px;
    padding: 0px 0px 10px 0px;
}

.main_text ul li p {
    font-weight: normal;
    font-size: 16px;
}

.main_text ul li.last {
    border: none;
}

/* =========== Right Side ============
====================================*/

#right_side {
    width: 360px;
    float: right;
    margin: 15px 6px 0px 0px;
    padding: 0px 0px 15px 10px;
    border-left: 1px solid #7dd3fb;
}

.who_are_we {
    width: 340px;
    margin: auto;
    margin-top: 8px;
}

.who_are_we h2 {
    background: url(images/who_are_we.png) no-repeat;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    margin: 0px 0px 0px 60px;
    padding: 0px 0px 0px 20px;
    height: 32px;
    line-height: 34px;
}

.who_are_we p {
    background: #a2e5ff;
    color: #002e47;
    font-size: 16px;
    text-align: center;
    padding: 5px;
    margin: 8px 0px 0px 0px;
    color: #002e47
}









/* ============ Contact Page =========
====================================*/

h2.main_text{

    font-size: 31px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: -1px;
    padding: 15px 0px 10px 0px;
    color: #fff;
}

#contactForm {
    margin: 0px auto;
    margin-top: 20px;
    width: 90%;
    }

#contactForm fieldset {
    border: 1px solid #000;
    padding: 10px;
    }
    
#contactForm p {
    margin: 10px 0;
    }
    
featureSideBar .success {
    color: #ff0000;
    font-size: 90%;
    }
    
#contactForm .formbox {
width: 150px;
    border: 1px solid #ccc;
    }
    
#contactForm label.label {
    float: left;
    width: 100px;
    font-size: 100%;
color: #fff;
font-weight: bold;
font-size: 16px;
    }

#contactForm label.labelBlock {
    display: block;
color: #fff;
font-weight: bold;
padding: 5px 0px;
font-size: 16px;
    }

#featureSideBar #contactForm textarea {
    width: 450px;
    height: 120px;
    border: 1px solid #ccc;	
    }
    
#featureSideBar #contactForm input#send {
    color: #fff;
    padding: 3px;
    border: 1px solid #fff;
    background: #3f9dcf;
    }
    
#featureSideBar p span {
color: #fff;
font-size: 14px;

    }

#sent_mail {
color: #fff;
padding: 0px 0px 0px 20px;
}

/* ============ Footer ==============
====================================*/

#footer {
    background: url(images/footer_bg.jpg) no-repeat;
    height: 153px;
    text-align: center;
    margin: 20px 0px 0px 0px;
}

.footer_menu {
    padding: 30px 0px 0px 0px;
}

.footer_menu ul {
    background: url(images/footer_menu_bg.png) no-repeat;
    margin: 0px 0px 0px 130px;
    height: 31px;
    width: 678px;
    text-align: center;
}

.footer_menu ul li {
    display: inline;
    list-style: none;
    text-decoration: none;
    color: #e4ff00;
    font-size: 15px;
    font-weight: bold;
}

.footer_menu ul li a { 
    text-decoration: none;
    color: #e4ff00;
    font-size: 15px;
    font-weight: bold;
    line-height: 32px;
    padding: 0px 5px 0px 5px;
}

.footer_menu ul li a:hover {
    color: #fff;
}

#footer p {
    color: #fff;
    font-size: 14px;
    padding: 3px 0px 0px 0px;
    font-weight: bold;
} 

/* ============ Other ==============
====================================*/

.clear {
    clear: both;
}
