/* 
    Document   : site
    Created on : Jun 29, 2009, 4:50:56 PM
    Author     : larry2
    Description:
        Purpose of the stylesheet follows.
*/

body, div {
    font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

body {
    background-color: #8fabc3;
}

img {
    border: none;
}

h1 {
    font-size: 30pt;
    color: #24537b;
}

p {
    font-size: 16px;
    color: #666666;
}

a {
    color: rgb(36, 83, 123);
}

.header {
    width: 100%;
    margin-bottom: 14px;
}

.pagecontent-home .header {
    background-image: url(/images/home/home-header.png);
    height: 123px;
}

.pagecontent-internal .header {
    background-image: url(/images/internal/header-internal.jpg);
    height: 148px;
}

.pagecontent-home, .pagecontent-internal {
    width: 800px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.container-home, .container-internal {
    position: relative;
    width: 100%;
}

.left-column {
/*    position: absolute;
    top: 0px;
    left: 0px;*/
    text-align: left;
    width: 325px;
}

.container-home .left-column {
    padding-left: 61px;
    width: 200px;
}

.container-internal .left-column {
    padding-left: 27px;
}

#internal-buttons {
    width: 192px;
    padding-left: 35px;
}

.right-column {
    padding-right: 15px;
    margin-right: 0px;
    text-align: left;
    float: right;
}

.container-home .right-column {
    /*margin-left: 325px;*/
    width: 475px;
}

.container-internal .right-column {
    /*margin-left: 375px;*/
    width: 400px;
}

.roundcont {
    width: 100%;
    background-color: #fff;
    color: #000;
}

.roundtop {
    background: url(/images/home/round-corner-top-right.png) no-repeat top right;
    text-align: left;
}

.roundbottom {
    background: url(/images/home/round-corner-bottom-right.png) no-repeat top right;
    clear: both;
    text-align: left;
}

img.corner {
    width: 15px;
    height: 15px;
    border: none;
    display: block !important;
}

.home-choice {
    width: 430px;
}

.home-choice-image {
    width: 227px;
    float: left;
}

.home-choice-question {
    width: 201px;
    display: inline;
}

.home-choice-link {

}

.home-choice-link a {
    text-decoration: none;
}

.home-choice-divider {
    background-image: url(/images/home/HomeChoicesDividerDottedLine.jpg);
    background-repeat: no-repeat;
    width: 428px;
    height: 20px;
}

#bottom-links {
    padding-top: 15px;
    background-color: #8fabc3;
    text-align: left;
    color: #265883;
    padding-bottom: 7px;
}

#bottom-links a {
    color: #265883;
    text-decoration: none;
}

#bottom-seo {
    background-color: #8fabc3;
    border-top: 1px dotted #c8d6e1;
    padding-top: 7px;
    color: #c8d6e1;
    text-align: left;
}


.box {
    margin-top: 10px;
    color: #292929;
    width: 350px;
    width: 700px;
    height: 300px;
    height: 600px;
    border: 1px solid #BABABA;
    background-color: #ddd;
    padding: 20px;
    margin-left: 10px;
    margin-bottom: 1em;
    -o-border-radius: 10px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 3px 7px #adadad;
    border-radius: 10px;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
}

.medicare-table tr td {
    padding: 5px;
    margin: 0px;
    border: 1px solid black;
}

#questionText, #questionResult {
    font-weight: bold;
    font-size: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#questionDescription {
    font-size: 16px;
    font-style: italic;
    padding-bottom: 5px;
}

#questionAnswers {
    font-size: 16px;
}

#questionResult {
    font-size: 16px;
}

