﻿        body
        {
            background: lightgrey none repeat scroll 0 0;
            color: #6C6C6C;
            font-size: 12px;
            font-family: "palatino linotype" , "trebuchet ms" , "times new roman";
            margin: 0;
            padding: 0;
            text-align: center;
        }
        /* Needed to center layout in old IE browsers. */
        acronym, abbr
        {
            cursor: help;
            border-bottom: 1px dotted;
        }
        h1, h2, h3, h4, h5, h6
        {
            margin: 0 0 25px 0;
            padding: 0 0 2px 0;
            color: #5C401E;
            background-color: #FFF;
            font-weight: normal;
        }
        .bottom-border
        {
            border-bottom: 1px solid #E0E0E0;
        }
        .headline
        {
            margin: 0 0 5px 0;
            padding: 0;
            font-size: 12px;
        }
        ul
        {
            list-style-type: square;
        }
        p
        {
            padding: 0;
            margin: 0 0 25px 0;
            line-height: 160%;
        }
        p.clear-left
        {
            clear: left;
        }
        img
        {
            border: 0;
            margin: 0 0 25px 0;
        }
        h1
        {
            font-size: 24px;
        }
        h2
        {
            font-size: 22px;
        }
        h3
        {
            font-size: 20px;
        }
        h4
        {
            font-size: 18px;
        }
        h5
        {
            font-size: 16px;
        }
        h6
        {
            font-size: 14px;
        }
        a
        {
            color: #5C401E;
            text-decoration: none;
            background-color: #FFF;
        }
        a:link
        {
            color: #5C401E;
            background-color: #FFF;
        }
        a:visited
        {
            color: #00A4B2;
            background-color: #FFF;
        }
        a:hover
        {
            color: #CC6633;
            background-color: #FFF;
        }
        #container
        {
            width: 760px;
            background-color: #FFF;
            color: #6C6C6C;
            text-align: left;
            padding: 0;
            margin: 10px auto;
        }
        #header
        {
            width: 100%;
            background: #3D3D3D;
            color: #EEE;
        }
        #header h1
        {
            margin: 0;
            background: #3D3D3D;
            color: #EEE;
            padding: 0;
        }
        #logo
        {
            display: block;
            margin: 0;
        }
        #sub-header
        {
            width: 760px;
            height: 218px;
            background: #FFF url(images/Austin_Downtown_Night3.jpg) no-repeat;
            color: #6C6C6C;
        }
        /* Begin main navigation menu. */
        #menu
        {
            width: 725px;
            height: 52px;
            margin: 15px 0 0 20px;
            padding: 0;
            background: #FFF url(images/menu_background.jpg) repeat-x;
            color: #333;
            position: relative;
            display: block;
        }
        #menu-right
        {
            position: absolute;
            width: 13px;
            height: 52px;
            right: 0;
            top: 0;
            background: #FFF url(images/menu_right.jpg) no-repeat;
            color: #333;
        }
        #menu-left
        {
            position: absolute;
            width: 13px;
            height: 52px;
            left: 0;
            top: 0;
            background: #FFF url(images/menu_left.jpg) no-repeat;
            color: #333;
        }

        ul
        {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        #nav a
        {
            text-decoration: none;
            text-transform: uppercase;
            color: #00A4B2;
            background-color: #FFF;
            font-size: 14px;
            font-weight: bold;
        }
        #nav li li a
        {
            font-size: 12px;
            text-transform: none;
            display: block;
            font-weight: normal;
            color: #00A4B2;
            padding: 0.2em 10px;
            text-align: left;
        }
        #nav li a:hover
        {
            color: #CC6633;
        }
        #nav li li a:hover
        {
            color: #CC6633; /*padding: 0.2em 5px;
	border-width: 0 5px;*/
        }
        #nav li
        {
            float: left;
            position: relative;
            width: 10em;
            text-align: center;
            cursor: default;
            background-color: white;
            border-width: 1px 0;
        }
        li#first
        {
            border-left-width: 1em;
        }
        li#last
        {
            border-right-width: 1em;
        }
        li ul
        {
            border: 1px solid #ccc;
            display: none;
            position: absolute;
            z-index: 9999999;
            top: 100%;
            left: 0;
            font-weight: normal;
            padding: 0.5em 0 1em 0;
            background-color: #FFFFFF;
        }
        li > ul
        {
            top: auto;
            left: auto;
        }
        #nav li li
        {
            display: block;
            float: none;
            background-color: transparent;
            border: 0;
            width: 200px;
        }
        li:hover ul, li.over ul
        {
            display: block;
            color: #CC6633;
        }
        .access-key
        {
            color: #5C401E;
            font-size: 18px;
            background-color: #FFF;
            font-weight: normal;
        }
        /* End main navigation menu. */
        #content
        {
            padding: 0 20px;
            background: #FFF url(images/content_top.jpg) no-repeat;
            color: #6C6C6C;
        }
        /* The right-column division is your main content division. */
        #right-column
        {
            width: 468px;
            float: right;
            min-height: 350px;
        }
        #left-column
        {
            width: 216px;
            padding: 0;
            margin-right: auto;
        }
        #footer
        {
            width: 760px;
            height: 78px;
            clear: both;
            margin: 0;
            padding: 0;
            background: #FFF url(images/footer_background.jpg) no-repeat;
            color: #6C6C6C;
        }
        #footer-content
        {
            padding: 51px 20px 0;
        }
        #footer-right
        {
            float: right;
            margin: 0;
        }
        #footer p
        {
            margin: 0;
        }
        .news
        {
            margin: 0 0 40px 0;
        }
        .date
        {
            color: #5C401E;
            background-color: #FFF;
            font-style: italic;
            float: right;
        }
        .left
        {
            float: left;
            margin: 3px 5px 0 0;
        }
        .right
        {
            float: right;
        }
        .justify
        {
            text-align: justify;
        }
        .clear
        {
            clear: both;
        }
        /* Begin recent clients list. */
        #recent-clients
        {
            margin-bottom: 25px;
            padding: 0;
        }
        #recent-clients ul
        {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }
        #recent-clients li
        {
            display: inline;
            padding: 0 1px 0 0;
        }
        #recent-clients li a img
        {
            padding: 0;
            margin: 0;
            border: 2px solid #E0E0E0;
        }
        #recent-clients li a:hover img
        {
            border: 2px solid #00A4B2;
        }
        /* End recent clients list. */
        /* Begin style for the featured services. */
        #featured-wrapper
        {
            width: 468px;
            background: #FFF url(images/featured_background.png) repeat-y;
            color: #6C6C6C;
        }
        #featured-top
        {
            width: 468px;
            height: 48px;
            background: #FFF url(images/featured_top.png) no-repeat;
            color: #6C6C6C;
        }
        #featured-bottom
        {
            width: 468px;
            height: 15px;
            background: #FFF url(images/featured_bottom.png) no-repeat;
            color: #6C6C6C;
        }
        #featured-content
        {
            margin-top: -20px;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
            padding-top: 0;
            padding-right: 10px;
            padding-bottom: 10px;
            padding-left: 10px;
        }
        .featured
        {
            width: 100%;
            clear: both;
            padding-bottom: 25px;
        }
        .featured h3
        {
            margin: 0;
            padding: 8px 0 0 0;
            background: transparent;
            font-size: 16px;
        }
        .number
        {
            font-size: 58px;
            line-height: 58px;
            float: left;
            margin: 0 10px 0 0;
            color: #5C401E;
            padding: 0;
        }
