@CHARSET "UTF-8";
/* Body
 ****************************************************
 */ * {
    margin: 0;
    padding: 0;
    font-family: Verdana;
}
*:focus {
    outline: 0;
}

body {
    color: white;
    background-color: #1a3754;
}

a {
    color: #1a3754;
}

a:hover {
    color: #ed9334;
}

a:visited {
    color: #1c74a4;
}

/* Container
 ****************************************************
 */
div#container {
    width: 950px;
    height: auto;
    border: 1px solid #65ff59;
    margin: 15px auto;
    position: relative;
}

/* Header
 ****************************************************
 */
div#header {
    background-image: url(../images/header_bg.jpg);
    height: 410px;
    background-repeat: repeat-x;
}

div#branding h1 {
    text-indent: -10000px;
    background-image: url(../images/logo.jpg);
    width: 950px;
    height: 100px;
    background-repeat: no-repeat;
}

/* Intro
 ****************************************************
 */
div#intro {
    margin: 0 auto;
    width: 950px;
}

div#intro_img {
    width: 950px;
    height: 250px;
    background-image: url(../images/intro.jpg);
    text-indent: -10000px;
}

/* Navigation
 ****************************************************
 */
div#navigation {
    margin: 0 auto;
    width: 770px;
    height: 60px;
    background-image: url(../images/nav_bg.jpg);
    background-repeat: no-repeat;
}

ul#top_nav li {
    display: inline;
}

ul#top_nav li a {
    text-decoration: none;
    text-indent: -10000px;
    float: left;
}

ul#top_nav li#top_home a {
    width: 135px;
    height: 60px;
    background: url(../images/navigation.jpg) no-repeat 0 0;
}

ul#top_nav li#top_home a:hover {
    background: url(../images/navigation.jpg) no-repeat 0 -60px;
}

a.home {
    background: url(../images/navigation.jpg) no-repeat 0 -60px !important;
}

ul#top_nav li#top_about a {
    width: 110px;
    height: 60px;
    background: url(../images/navigation.jpg) no-repeat -135px 0;
}

ul#top_nav li#top_about a:hover {
    background: url(../images/navigation.jpg) no-repeat -135px -60px;
}

a.about {
    background: url(../images/navigation.jpg) no-repeat -135px -60px !important;
}

ul#top_nav li#top_services a {
    width: 105px;
    height: 60px;
    background: url(../images/navigation.jpg) no-repeat -245px 0;
}

ul#top_nav li#top_services a:hover {
    background: url(../images/navigation.jpg) no-repeat -245px -60px;
}

a.services {
    background: url(../images/navigation.jpg) no-repeat -245px -60px !important;
}

ul#top_nav li#top_contact a {
    width: 110px;
    height: 60px;
    background: url(../images/navigation.jpg) no-repeat -350px 0;
}

ul#top_nav li#top_contact a:hover {
    background: url(../images/navigation.jpg) no-repeat -350px -60px;
}

a.contact {
    background: url(../images/navigation.jpg) no-repeat -350px -60px !important;
}

/* Home Page Content
 ****************************************************
 */
div#content {
    width: 510px;
    float: left;
}

h3#welcome_title {
    background-image: url(../images/welcome.png);
    width: 450px;
    height: 80px;
    background-repeat: no-repeat;
    margin: 0 0 0 90px;
    text-indent: -10000px;
}

div#main_content p {
    width: 470px;
    margin: 5px 0 20px 105px;
    font-size: 0.8em;
    line-height: 1.3em;
}

div#second_content p {
    color: black;
    font-size: 0.8em;
    margin: 10px 0 0 90px;
    width: 750px;
}

div#content_bg {
    background-image: url(../images/content_bg.jpg);
    background-position: bottom;
    height: 580px;
    width: 950px;
    background-repeat: repeat-x;
}

div#second_content {
    margin: 90px 0 0 15px;
    color: black;
    width: 570px;
}

div#second_content li {
    margin: 10px 0 0 100px;
    font-family: Verdana;
    font-size: 0.8em;
    line-height: 1.3em;
}

a.home_readmore {
    float: right;
    color: #1c74a4;
    margin: 10px 10px 0 0;
    font-size: 0.8em;
}

a.home_readmore:hover {
    color: #ed9334;
}

/* About Page Content
 ****************************************************
 */
h3#about_title {
    background-image: url(../images/about_title.png);
    width: 450px;
    height: 80px;
    background-repeat: no-repeat;
    margin: 0 0 0 90px;
    text-indent: -10000px;
}

div#about_content {
    width: 850px;
    height: 275px;
}

div#about_content p {
    margin: 10px 0 20px 105px;
    font-size: 0.8em;
    line-height: 1.3em;
}

div#about_second_content {
    width: 850px;
}

div#about_second_content p {
    color: black;
    float: left;
    font-size: 0.8em;
    line-height: 1.3em;
    margin: 5px 0 20px 105px;
    width: 500px;
}

img.about_image {
    float: right;
}

/* Services Page Content
 ****************************************************
 */
h3#services_title {
    background-image: url(../images/services_title.png);
    width: 450px;
    height: 80px;
    background-repeat: no-repeat;
    margin: 0 0 0 90px;
    text-indent: -10000px;
}

div#services_content {
    width: 850px;
    height: 250px;
}

div#services_content p {
    margin: 10px 0 20px 105px;
    font-size: 0.8em;
    line-height: 1.3em;
}

div#content a.oneway, div#content a.twoway {
    margin: 10px 0 0 105px;
    border-bottom: 1px solid #62f5ff;
    padding: 0 0 5px 0;
    color: white;
    font-weight: bold;
}

div#services_second_content {
    width: 850px;
}

div#services_second_content p {
    margin: 10px 0 20px 105px;
    font-size: 0.8em;
    line-height: 1.3em;
}

table#price_table {
    margin: 20px 0 20px 145px;
    font-size: 0.8em;
    text-align: center;
    padding: 3px;
    border: 1px solid #62f5ff;
}

table#price_table tr td {
    padding: 5px;
    border: 1px solid #62f5ff;
}

table#price_table tr:hover {
    background-color: orange;
}

ul.price_list {
    margin: 10px 0 50px 130px;
    font-size: 0.8em;
}

/* Contact Page Content
 ****************************************************
 */
h3#contact_title {
    background-image: url(../images/contact_title.png);
    width: 450px;
    height: 80px;
    background-repeat: no-repeat;
    margin: 0 0 0 90px;
    text-indent: -10000px;
}

form#contact_form {
    margin: 10px 0 0 105px;
    font-size: 0.8em;
    height: 600px;
}

form#contact_form label {
    float: left;
    padding: 10px 0 0 0;
    width: 300px;
    clear: both;
    color: #62f5ff;
}

form#contact_form input:focus, form#contact_form textarea:focus {
    border: 1px solid #62f5ff;
}

form#contact_form input, form#contact_form textarea, select#section {
    padding: 5px;
    margin: 5px 0 0 0;
    width: 300px;
    float: left;
    background-color: transparent;
    border: 1px solid #385877;
    color: white;
}

select#section {
    color: white;
    width: 300px;
    background-color: #1a3754;
    margin: 5px 0;
    border-bottom: 1px solid #385877;
}

form#contact_form textarea {
    font-size: 0.9em;
    height: 200px;
}

input#submit_btn.submit {
    width: 250px;
    margin: 25px;
    border: 1px solid #385877;
    float: left;
}

input#submit_btn.submit:hover {
    border: 1px solid #62f5ff;
    cursor: pointer;
}

div#contact_content {
    height: 800px;
}

div#contact_content p {
    width: 700px;
    font-size: 0.8em;
    margin: 10px 0 20px 105px;
}

/* Sidebar
 ****************************************************
 */
div#sidebar {
    width: 250px;
    float: right;
    padding: 20px 105px 0 0;
}

a.readmore {
    font-size: 0.9em;
    text-decoration: none;
}

a.readmore:hover {
    color: black;
}

div.box {
    background-image: url(../images/sidebar_box.png);
    background-repeat: no-repeat;
    width: 263px;
    height: 165px;
    margin: 0 0 10px 0;
}

div#contact_box {
    background-image: url(../images/contact_box.jpg);
    background-repeat: no-repeat;
    width: 263px;
    height: 165px;
    margin: 0 0 10px 0;
}

a.sidebarlink {
    padding: 25px 0 0 0;
    color: #1a3754;
    font-size: 1.1em;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 260px;
    height: 135px;
}

a.sidebarlink:hover {
    color: white;
}

div.box p {
    padding: 17px 23px;
    font-size: 0.75em;
    margin: -110px 0 0 0;
}

/* Clearfix
 ****************************************************
 */
div.clearfix {
    clear: both;
}

/* Footer
 ****************************************************
 */
div#footer {
    background-image: url(../images/footer_bg.png);
    width: 950px;
    height: 120px;
    font-size: 0.7em;
}

div#footer p {
    padding: 15px 0 0 25px;
}

ul#bottom_nav {
    padding: 0 25px;
}

ul#bottom_nav li {
    display: inline;
    padding: 0 5px 0 0;
}