a {
    color: #3366cc;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

body {
    line-height: 1.4;
}


#container { 
    width:980px;
    *width:980px;
    min-width:980px;
    margin:auto;
    text-align:left; 
    position: relative;
}

.threeColumnLO_leftCol {
    margin-left: 10px !important;
    width: 150px !important;
    display: inline;
}

.threeColumnLO_middleCol {
    margin-left: 30px !important;
    width: 616px !important;
    display: inline;
}

.threeColumnLO_rightCol {
    margin-left: 30px !important;
    margin-right: 10px !important;
    width: 134px !important;
    display: inline;
}

#titleRow .threeColumnLO_leftCol, #titleRow .threeColumnLO_middleCol {
    height: 60px;
    margin-top: 40px;
} 


#logo {
    margin-left: 7px;
    margin-top: 22px;
    width: 186px;
    height: 62px;
    background: url( '../imgs/logo_flipped.gif' ) no-repeat;
    float: left;
    display: inline;
    cursor: hand;
    cursor: pointer;
}

#guide {
    margin-left: 14px;
    margin-top: 33px; 
    float: left;
    display: inline;
}

#guide_left_cap {
    width: 19px;
    height: 44px;
    background: url( '../imgs/guide.gif' ) no-repeat 0px -600px;
    float: left;
}

#guide_right_cap {
    width: 17px;
    height: 44px;
    background: url( '../imgs/guide.gif' ) no-repeat 0px -650px;
    float: left;
}

.guide_divider {
    width: 23px;
    height: 44px;
    background: url( '../imgs/guide.gif' ) no-repeat 0px -900px;
    float: left;
}

.guide_link {
    height: 44px;
    background: url( '../imgs/guide.gif' ) no-repeat 0px 0px;
    float: left;
    padding-left: 9px;
    padding-right: 7px;
    color: #fff;
}

#guide_link_why_truth_puppy a { display: block; background: url( '../imgs/guide.gif' ) no-repeat 0px -100px; width: 136px; height: 44px }
#guide_link_scan_the_web a { display: block; background: url( '../imgs/guide.gif' ) no-repeat 0px -200px; width: 120px; height: 44px }
#guide_link_web_experiences a { display: block; background: url( '../imgs/guide.gif' ) no-repeat 0px -300px; width: 139px; height: 44px }
#guide_link_sign_up a { display: block; background: url( '../imgs/guide.gif' ) no-repeat 0px -400px; width: 89px; height: 44px }
#guide_link_play a { display: block; background: url( '../imgs/guide.gif' ) no-repeat 0px -500px; width: 66px; height: 44px }

.guide_link img {
    width: 100%;
    height: 100%;
}

.guide_link a {
    color: #fff;
    text-decoration: none;
    font-size: 9pt;
}

.clear {
    clear: both;
    height: 0px;
}

#content {
    height: 300px;
}

#ft {
    text-align: center;
    color: #707070;
    font-size: 8pt;
    padding: 50px 0px 20px 0px;
    
}

#pageTitle img {
    margin-top: 40px;
    margin-left: 10px;
    margin-bottom: 40px;
}

.defaultForm .row {
    float: left;
    padding-top: 10px;
}

.defaultForm .label {
    float: left;
    width: 100px;
    text-align: right;
    padding-top: 3px;
    font-weight: bold;
}

.defaultForm .input {
    float: left;
    width: 235px;
    text-align: left;
    padding-left: 10px;
}

.defaultForm .input .textbox {
    border: #9fbbd1 1px solid;
    height: 20px;
}

.buttonTagLine {
    font-size: .8em;
    color: #666666;
}

.header_1 {
    font-size: 1.1em;
    font-weight: bold;
}

.header_2 {
    font-size: 1.1em;
}

#rowContainer {
    float: left;
    margin-top: -20px;
    margin-bottom: 20px;
}

.overviewRow {
    float: left;
    padding-top: 20px;
    padding-bottom: 15px;
    clear: both;
    width: 615px;
}
.overviewRowImage {
    float: left;

}
.overviewRowDescription {
    float: left;
    width: 460px;
    padding-left: 10px;
    display: inline;
}

#nextLink {
    display: block;
    margin-left: 10px;
}

#example_div_header {
    background: url('../imgs/bgs/table_header_row_bg.gif') repeat-x;
    border:1px solid #D9D9D9;
    color:#FFFFFF;
    font-size:1.1em;
    font-weight:bold;
    height:23px;
    margin-top:10px;
    padding-left:10px;
    padding-top:4px;
}

/*************** Info Boxes */
/** Info Box 1 **/
#info_box1 {
    width: 310px;
    border: #e5e5e5 1px solid;
    padding: 10px;
}

.info_box1_header {
    padding-bottom: 20px;
    padding-left: 5px;
    padding-top: 5px;
    font-weight: bold;
}

.info_box1_col1 {
    float: left;
    padding-left: 5px;
    padding-top: 3px;
}

.info_box1_col2 {
    margin-left: 10px;
    padding-top: 12px;
    float: left;
}

/** Info Box 2 **/
#info_box2 {
    width: 430px;
    border: 1px solid #E5E5E5;
    margin: 100px auto;
    height: 290px;
}
#info_box2 .header {
    padding: 10px;
    background-color: #f2f2f2;
    height: 20px;
}
#info_box2 .header .left {
    float: left;
}
#info_box2 .content {
    padding: 20px;
}
#info_box2 .right {
    float: right;
}
#info_box2 .spacer1 {
    clear: both;
    height: 10px;
}
