body {
    margin: 0;
    padding: 0;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    background: #FFCC00;
}

* {
    padding: 0;
    margin: 0;
}

hr {
    display: none;
}

    hr.clear {
        display: block;
        visibility: hidden;
        clear: both;
        height: 1px;
        line-height: 1px;
    }

a:link, a:visited {
    color: #FFCC00;
}

a:hover {
}

form {
    margin: 1em 0;
}

    input.text, textarea {
        padding: 1px;
        border: solid 1px #999;
        width: 320px;
    }
    
        input.short {
            width: 30px;
        }

    textarea {
        height: 7em;
        overflow: auto;
        font-family: "Arial", sans-serif;
        font-size: 12px;
    }

#container {
    background: #FFF url('./img/body_back.gif') top repeat-x;
}

#heading {
}

    #heading a {
        color: #FFF;
        display: block;
        width: 479px;
        height: 126px;
        background: url('./img/heading.gif') top left no-repeat;
        text-indent: -2000px;
        overflow: hidden;
    }

#subheading {
    display: none;
}

#menu {
    height: 50px;
}

    #menu li {
        display: inline;
    }
    
        #menu li a:link, #menu li a:visited {
            display: block;
            float: left;
            line-height: 50px;
            width: 159px;
            border-right: solid 1px #000;
            text-align: center;
            text-decoration: none;
            color: #000;
            text-transform: uppercase;
            margin: 0;
        }
        
        #menu li a:hover {
            background: #FFCC00;
        }

#content {
    background: #FFF;
}
        
#main {
    width: 416px;
    padding: 40px 18px 18px 48px;
    float: left;
}

    #main h3 {
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 18px;
    }
    
    #main hr {
        display: block;
        border: none;
        border-top: dashed 1px #000;
        margin: 18px 0;
        height: 1px;
    }
    
    #main p {
    }
    
    #main p.readmore {
    }
    
        #main p.readmore a {
            color: #F3C200;
        }
        
    #contact {
    }
    
        #contact th {
            font-weight: normal;
            text-align: left;
            vertical-align: top;
            width: 80px;
        }
        
        #contact td {
            vertical-align: top;
            padding-bottom: 6px;
        }

#support {
    width: 299px;
    float: left;
    padding: 40px 6px 18px 15px;
}

    #support .support_section {
        background: #666666;
        color: #FFF;
        margin-bottom: 18px;
        padding: 9px 18px;
        background: url('./img/support_section_back_top.gif') top left no-repeat;
    }
    
        #support .support_section h3 {
            font-family: "Georgia", serif;
            font-size: 18px;
            font-weight: normal;
            margin-bottom: 9px;
        }
        
            #support .support_section ul {
                list-style-type: none;
            }
            
                #support .support_section li {
                    margin-bottom: 9px;
                    padding-left: 6px;
                    background: url('./img/bullet.gif') left center no-repeat;
                }
        
        #support .support_section .readmore {
            margin: 0 -18px -9px -18px;
            padding: 0 18px 18px 18px;
            background: url('./img/support_section_back_bottom.gif') bottom left no-repeat;
        }
        
        #support #support_testimonials {
            background: url('./img/support_testimonial_back_bottom.gif') top left no-repeat;
        }
        
        #support .support_testimonial {
            font-size: 18px;
            padding-top: 36px;
            padding-bottom: 42px;
            background: url('./img/closequote.gif') bottom right no-repeat;
            text-align: center;
        }
        
        #support #support_testimonials .readmore {
            margin-top: -12px;
        }

#footer {
    background: #FFCC00;
    position: relative;
}

    #footer p {
        font-size: 10px;
        line-height: 10px;
        padding-top: 16px;
        padding-left: 48px;
    }

    #footer ul {
        position: absolute;
        top: 0;
        left: 310px;
        list-style-type: none;
        width: 480px;
        text-align: right;
    }
    
    #footer li {
        display: inline;
        margin-left: 6px;
    }
    
        #footer li a:link, #footer li a:visited {
            text-decoration: none;
            color: #000;
            font-size: 12px;
            line-height: 42px;
        }
        
        #footer li a:hover {
            text-decoration: underline;
        }