﻿body {
    margin: 0;
    background-color: #FFFFFF;
    text-align: center;
}

#wrapper {
    padding: 0;
    margin: 0;
}

#container {
    padding: 20px 0 0;
    margin: 0 auto;
    width: 984px;
    text-align: left;
    border: none;
}

#header {
    clear: both;
    position: relative;
    height: 180px;
}

#title_bar_left {
    background: transparent url('images/title_bar_left.png') no-repeat scroll top left;
    position: absolute;
    top: 36px;
    left: 0px;
    width: 432px;
    height: 96px;
}

#title_bar_right {
    background: transparent url('images/title_bar_right.png') no-repeat scroll top left;
    position: absolute;
    top: 36px;
    left: 552px;
    width: 432px;
    height: 96px;
}

h1#logo {
    margin: 0;
    padding: 0;
    background: transparent url('images/parrot_header_logo.png') no-repeat scroll top left;
    position: absolute;
    top: 6px;
    left: 414px;
    height: 156px;
    width: 156px;
}

h1#logo a {
    margin: 0;
    padding: 0;
    display: block;
    text-indent: -9999px;
    height: 156px;
    width: 156px;
}

.nav {
    position: absolute;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

#nav_left {
    top: 60px;
    left: 81px;
}

#nav_right {
    top: 60px;
    left: 603px;
}

.nav li {
    float: left;
    width: 132px;
    height: 48px;
    margin-right: 36px;
}

.nav_link {
    padding-top: 12px;
    width: 132px;
    height: 48px;
    display: block;
}

a.nav_button_normal {
    background: transparent url('images/nav_button_normal.png') no-repeat scroll top left;
}

a.nav_button_normal:hover {
    background: transparent url('images/nav_button_hover.png') no-repeat scroll top left;
}

a.nav_button_normal:active {
    background: transparent url('images/nav_button_click.png') no-repeat scroll top left;
}

.nav_button_current {
    background: transparent url('images/nav_button_active.png') no-repeat scroll top left;
}

#header_base {
    background: transparent url('images/box_background_top.png') no-repeat scroll top left;
    position: absolute;
    top: 132px;
    left: 0px;
    width: 984px;
    height: 48px;
}

#footer {
    clear: both;
    position: relative;
    height: 60px;
    background: transparent url('images/box_background_footer.png') no-repeat scroll top;
}

#footer_copyright {
    padding-top: 18px;
}

#content_wrapper {
    background: transparent url('images/box_background.png') repeat-y top;
    width: 984px;
    clear: both;
    float: left;
}

#content {
    padding-bottom: 12px;
    margin-right: 60px;
    margin-left: 60px;
    width: 864px;
    clear: both;
    float: left;
}

#parrot_home_image {
    margin: 18px 0px 12px 0px;
}

#twitter_status_outer {
    font-size: 12px;
    text-align: left;
    padding: 12px 0px 0px 0px;
    float: left;
    width: 864px;
    visibility: hidden;
}

#twitter_status {
    border-top: 1px dotted black;
    border-bottom: 1px dotted black;
    float: left;
    width: 864px;
    background: transparent url('images/twitter_parrot.png') scroll no-repeat top left;
}

#tweet_container {
    float: left;
    margin-right: 12px;
    padding-top: 12px;
    padding-left: 48px;
    padding-top: 12px;
}

.tweet_text {
    padding-bottom: 2px;
}

.tweet_time {
    font-style: italic;
    color: #5C5C5C;
}

.twitter_follow {
    float: right;
    padding-top: 12px;
}

p.developed_by img {
    margin-bottom: -8px;
}

.overview {
    padding-top: 24px;
}

.tech_spec_image {
    float: left;
    clear: both;
    margin: 0 auto;
    padding-bottom: 24px;
}

li.contact_address {
    background-image: url('images/contact_address.png');
    background-position: 0px 3px;
}

li.contact_phone {
    background-image: url('images/contact_phone.png');
    background-position: 0px 0px;
}

li.contact_fax {
    background-image: url('images/contact_fax.png');
    background-position: 0px 1px;
}

li.contact_email {
    background-image: url('images/contact_email.png');
    background-position: 0px 1px;
}

.bullet_list {
    list-style-type: none;
    padding-bottom: 24px;
}

.bullet_list_24_16 li {
    background-repeat: no-repeat;
    padding-left: 32px;
    padding-bottom: 12px;
}

.square_bullet_list {
    padding-bottom: 24px;
}

.square_bullet_list li {
    margin-left: 24px;
    padding-bottom: 12px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: square;
}

.full_width_centered {
    width: 864px;
    float: left;
    clear: both;
    text-align: center;
}

.left_2_3_width {
    width: 564px;
    float: left;
    clear: both;
    margin-right: 12px;
}

.right_1_3_width {
    width: 276px;
    float: left;
    margin-left: 12px;
}

.left_col {
    border-right: 1px dotted black;
    width: 431px;
    float: left;
    clear: both;
}

.right_col {
    float: left;
    width: 432px;
}

.left_col_contents {
    width: 420px;
    margin-right: 12px;
    float: left;
}

.right_col_contents {
    width: 420px;
    margin-left: 12px;
    float: left;
}

.box {
    height: auto;
    background-color: #54C247;
}

.half_width_box {
    width: 420px;
}

.second_half_width_box {
    margin-left: 24px;
}

.box_title {
    float: left;
    margin: 12px 12px 12px 12px;
}

.box_title h3, .box_title h4 {
    float: left;
    margin-bottom: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

h2 {
    padding-bottom: 24px;
}

h4 {
    padding-bottom: 12px;
}

h5 {
    padding-bottom: 6px;
}

p.summary {
    padding-bottom: 24px;
}

p {
    padding-bottom: 12px;
}

img {
    border: none;
}

* {
    margin: 0;
    padding: 0;
}
